CVAINov 16, 2021

Rethinking Keypoint Representations: Modeling Keypoints and Poses as Objects for Multi-Person Human Pose Estimation

arXiv:2111.08557v487 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a practical problem for computer vision researchers and developers by improving speed and accuracy in pose estimation, though it is an incremental advancement over existing detection-based approaches.

The paper tackles the inefficiency and quantization error of heatmap-based regression in multi-person human pose estimation by proposing KAPAO, which models keypoints and poses as objects in a single-stage detection framework, achieving faster and more accurate results than previous methods, especially without test-time augmentation.

In keypoint estimation tasks such as human pose estimation, heatmap-based regression is the dominant approach despite possessing notable drawbacks: heatmaps intrinsically suffer from quantization error and require excessive computation to generate and post-process. Motivated to find a more efficient solution, we propose to model individual keypoints and sets of spatially related keypoints (i.e., poses) as objects within a dense single-stage anchor-based detection framework. Hence, we call our method KAPAO (pronounced "Ka-Pow"), for Keypoints And Poses As Objects. KAPAO is applied to the problem of single-stage multi-person human pose estimation by simultaneously detecting human pose and keypoint objects and fusing the detections to exploit the strengths of both object representations. In experiments, we observe that KAPAO is faster and more accurate than previous methods, which suffer greatly from heatmap post-processing. The accuracy-speed trade-off is especially favourable in the practical setting when not using test-time augmentation. Source code: https://github.com/wmcnally/kapao.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes