CVDec 12, 2023

RTMO: Towards High-Performance One-Stage Real-Time Multi-Person Pose Estimation

arXiv:2312.07526v272 citationsh-index: 28Has CodeCVPR
Originality Highly original
AI Analysis

This work addresses the problem of balancing speed and precision in real-time pose estimation for applications like robotics or video analysis, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles the challenge of achieving high accuracy and real-time speed in multi-person pose estimation by introducing RTMO, a one-stage framework that integrates coordinate classification into the YOLO architecture, resulting in a 1.1% higher AP on COCO and about 9 times faster operation compared to existing one-stage methods.

Real-time multi-person pose estimation presents significant challenges in balancing speed and precision. While two-stage top-down methods slow down as the number of people in the image increases, existing one-stage methods often fail to simultaneously deliver high accuracy and real-time performance. This paper introduces RTMO, a one-stage pose estimation framework that seamlessly integrates coordinate classification by representing keypoints using dual 1-D heatmaps within the YOLO architecture, achieving accuracy comparable to top-down methods while maintaining high speed. We propose a dynamic coordinate classifier and a tailored loss function for heatmap learning, specifically designed to address the incompatibilities between coordinate classification and dense prediction models. RTMO outperforms state-of-the-art one-stage pose estimators, achieving 1.1% higher AP on COCO while operating about 9 times faster with the same backbone. Our largest model, RTMO-l, attains 74.8% AP on COCO val2017 and 141 FPS on a single V100 GPU, demonstrating its efficiency and accuracy. The code and models are available at https://github.com/open-mmlab/mmpose/tree/main/projects/rtmo.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes