Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Towards Accurate Multi-person Pose Estimation in the Wild

About

We propose a method for multi-person detection and 2-D pose estimation that achieves state-of-art results on the challenging COCO keypoints task. It is a simple, yet powerful, top-down approach consisting of two stages. In the first stage, we predict the location and scale of boxes which are likely to contain people; for this we use the Faster RCNN detector. In the second stage, we estimate the keypoints of the person potentially contained in each proposed bounding box. For each keypoint type we predict dense heatmaps and offsets using a fully convolutional ResNet. To combine these outputs we introduce a novel aggregation procedure to obtain highly localized keypoint predictions. We also use a novel form of keypoint-based Non-Maximum-Suppression (NMS), instead of the cruder box-level NMS, and a novel form of keypoint-based confidence score estimation, instead of box-level scoring. Trained on COCO data alone, our final system achieves average precision of 0.649 on the COCO test-dev set and the 0.643 test-standard sets, outperforming the winner of the 2016 COCO keypoints challenge and other recent state-of-art. Further, by using additional in-house labeled data we obtain an even higher average precision of 0.685 on the test-dev set and 0.673 on the test-standard set, more than 5% absolute improvement compared to the previous best performing method on the same dataset.

George Papandreou, Tyler Zhu, Nori Kanazawa, Alexander Toshev, Jonathan Tompson, Chris Bregler, Kevin Murphy• 2017

Related benchmarks

TaskDatasetResultRank
Human Pose EstimationCOCO (test-dev)
AP71
408
Human Pose EstimationCOCO 2017 (test-dev)
AP68.5
180
Facial Landmark DetectionWFLW (test)--
122
Multi-person Pose EstimationCOCO (test-dev)
AP68.5
101
Multi-person Pose EstimationCOCO 2017 (test-dev)
AP64.9
99
Keypoint DetectionCOCO (test-dev)
AP68.5
46
Keypoint DetectionMS COCO 2017 (test-dev)
AP68.5
43
Pose EstimationCOCO (test)
AP64.9
28
Human Pose EstimationMSCOCO Keypoint Challenge 2016 (test)
AP68.5
6
Pose EstimationCOCO 2017 (test-challenge)
AP69.1
6
Showing 10 of 16 rows

Other info

Follow for update