PersonLab: Person Pose Estimation and Instance Segmentation with a Bottom-Up, Part-Based, Geometric Embedding Model
About
We present a box-free bottom-up approach for the tasks of pose estimation and instance segmentation of people in multi-person images using an efficient single-shot model. The proposed PersonLab model tackles both semantic-level reasoning and object-part associations using part-based modeling. Our model employs a convolutional network which learns to detect individual keypoints and predict their relative displacements, allowing us to group keypoints into person pose instances. Further, we propose a part-induced geometric embedding descriptor which allows us to associate semantic person pixels with their corresponding person instance, delivering instance-level person segmentations. Our system is based on a fully-convolutional architecture and allows for efficient inference, with runtime essentially independent of the number of people present in the scene. Trained on COCO data alone, our system achieves COCO test-dev keypoint average precision of 0.665 using single-scale inference and 0.687 using multi-scale inference, significantly outperforming all previous bottom-up pose estimation systems. We are also the first bottom-up method to report competitive results for the person class in the COCO instance segmentation task, achieving a person category average precision of 0.417.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Instance Segmentation | COCO 2017 (val) | -- | 1144 | |
| Human Pose Estimation | COCO (test-dev) | AP68.7 | 408 | |
| 2D Human Pose Estimation | COCO 2017 (val) | AP66.5 | 386 | |
| Pose Estimation | COCO (val) | AP66.5 | 319 | |
| Human Pose Estimation | COCO 2017 (test-dev) | AP68.7 | 180 | |
| Multi-person Pose Estimation | COCO (test-dev) | AP68.7 | 101 | |
| Multi-person Pose Estimation | COCO 2017 (test-dev) | AP68.7 | 99 | |
| Keypoint Detection | COCO (test-dev) | AP68.7 | 46 | |
| Keypoint Detection | MS COCO 2017 (test-dev) | AP67.8 | 43 | |
| Human Keypoint Detection | COCO | AP68.5 | 30 |