SMPR: Single-Stage Multi-Person Pose Regression
Junqi Lin, Huixin Miao, Junjie Cao, Zhixun Su, Risheng Liu

TL;DR
SMPR introduces a novel single-stage multi-person pose regression method that predicts instance-aware keypoints densely, improving performance and efficiency over existing single-stage and bottom-up approaches on the COCO benchmark.
Contribution
The paper proposes a new dense prediction framework for multi-person pose estimation that enhances positive hypothesis selection and pose scoring, achieving state-of-the-art results.
Findings
Outperforms existing single-stage methods with 70.2 AP on COCO.
Competitive with latest bottom-up approaches.
Effective pose scoring strategy improves NMS performance.
Abstract
Existing multi-person pose estimators can be roughly divided into two-stage approaches (top-down and bottom-up approaches) and one-stage approaches. The two-stage methods either suffer high computational redundancy for additional person detectors or group keypoints heuristically after predicting all the instance-free keypoints. The recently proposed single-stage methods do not rely on the above two extra stages but have lower performance than the latest bottom-up approaches. In this work, a novel single-stage multi-person pose regression, termed SMPR, is presented. It follows the paradigm of dense prediction and predicts instance-aware keypoints from every location. Besides feature aggregation, we propose better strategies to define positive pose hypotheses for training which all play an important role in dense pose estimation. The network also learns the scores of estimated poses. The…
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
