PoseDet: Fast Multi-Person Pose Estimation Using Pose Embedding

Chenyu Tian,Ran Yu,Xinyuan Zhao,Weihao Xia,Haoqian Wang,Yujiu Yang
DOI: https://doi.org/10.1109/fg52635.2021.9667045
2021-01-01
Abstract:Current methods of multi-person pose estimation typically treat the localization and the association of body joints separately. It is convenient but inefficient, leading to additional computation and a waste of time. This paper, however, presents a novel framework PoseDet (Estimating Pose by Detection) to localize and associate body joints simultaneously at higher inference speed. Moreover, we propose the keypoint-aware pose embedding to represent an object in terms of the locations of its keypoints. The proposed pose embedding contains semantic and geometric information, allowing us to efficiently access discriminative and informative features. It is utilized for candidate classification and body joint localization in PoseDet, leading to robust predictions of various poses. This simple framework achieves an unprecedented speed and a competitive accuracy on the COCO benchmark compared with state-of-the-art methods. Extensive experiments on the CrowdPose benchmark show the robustness in the crowd scenes. Code is available at https://github.com/IIGROUP/PoseDet.
What problem does this paper attempt to address?