Unifying Part Detection and Association for Recurrent Multi-Person Pose Estimation
Rania Briq, Andreas Doering, Juergen Gall

TL;DR
This paper introduces a unified, end-to-end recurrent neural network model for multi-person pose estimation that jointly detects and associates human joints without heuristics, improving accuracy especially in occluded scenes.
Contribution
The novel joint detection and association model uses a recurrent neural network with a learned stopping criterion, eliminating heuristic parameters and enabling direct optimization.
Findings
Improved pose estimation accuracy on MSCOCO dataset
Enhanced performance in scenes with occlusions
Elimination of heuristic-based association methods
Abstract
We propose a joint model of human joint detection and association for 2D multi-person pose estimation (MPPE). The approach unifies training of joint detection and association without a need for further processing or sophisticated heuristics in order to associate the joints with people individually. The approach consists of two stages, where in the first stage joint detection heatmaps and association features are extracted, and in the second stage, whose input are the extracted features of the first stage, we introduce a recurrent neural network (RNN) which predicts the heatmaps of a single person's joints in each iteration. In addition, the network learns a stopping criterion in order to halt once it has identified all individuals in the image. This approach allowed us to eliminate several heuristic assumptions and parameters needed for association which do not necessarily hold true.…
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 · Anomaly Detection Techniques and Applications · Video Surveillance and Tracking Methods
