DeepCut: Joint Subset Partition and Labeling for Multi Person Pose Estimation
Leonid Pishchulin, Eldar Insafutdinov, Siyu Tang, Bjoern Andres,, Mykhaylo Andriluka, Peter Gehler, Bernt Schiele

TL;DR
DeepCut introduces a joint approach for multi-person pose estimation that simultaneously detects, disambiguates, and labels body parts in images, outperforming previous methods by integrating detection and pose estimation.
Contribution
It presents a novel joint formulation using an integer linear program that combines detection and pose estimation, handling occlusions and close proximity scenarios.
Findings
Achieves state-of-the-art results on multiple datasets.
Effectively handles occlusions and close proximity of multiple people.
Implicitly performs non-maximum suppression within the formulation.
Abstract
This paper considers the task of articulated human pose estimation of multiple people in real world images. We propose an approach that jointly solves the tasks of detection and pose estimation: it infers the number of persons in a scene, identifies occluded body parts, and disambiguates body parts between people in close proximity of each other. This joint formulation is in contrast to previous strategies, that address the problem by first detecting people and subsequently estimating their body pose. We propose a partitioning and labeling formulation of a set of body-part hypotheses generated with CNN-based part detectors. Our formulation, an instance of an integer linear program, implicitly performs non-maximum suppression on the set of part candidates and groups them to form configurations of body parts respecting geometric and appearance constraints. Experiments on four different…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Video Surveillance and Tracking Methods · Anomaly Detection Techniques and Applications
