DEKRV2: More Accurate or Fast Than DEKR.

Wentao Chao,Fuqing Duan,Peng Du,Wanning Zhu,Tianyuan Jia,Deqi Li
DOI: https://doi.org/10.1109/icip46576.2022.9897550
2022-01-01
Abstract:Bottom-up human pose estimation has raised more investigation in recent years, especially 2D keypoints regression. However, the state-of-art DEKR [1] still has some aspects (e.g., speed and accuracy) to be improved. In this paper, we propose a new framework named DEKRv2, which has been enhanced compared to DEKR. When DEKR calculates the offset of each keypoint, it only considers the features of the current keypoint and neglects the constraints between the adjacent keypoints. We adopt a coarse-to-fine feature extraction method to obtain a more accurate feature location of keypoints for this problem. We also find that the multi-branch network in DEKR is very time-consuming because it is serial. We designed a more effective module based on Group Convolution to replace the multi-branches network in DEKR, and it can reduce reasoning time. Experiments on the CrowdPose dataset show that our method achieves superior compared with DEKR in speed or accuracy, respectively. In the single-scale test, our method obtains 66.6 mAP, 0.6 higher than DEKR. The codes and models are available at https://github.com/chaowentao/DEKRv2.
What problem does this paper attempt to address?