Mask as Supervision: Leveraging Unified Mask Information for Unsupervised 3D Pose Estimation
Yuchen Yang, Yu Qiao, Xiao Sun
TL;DR
This paper tackles unsupervised 3D human pose estimation from monocular RGB by introducing Mask as Supervision, which uses mask information as a supervisory signal to guide 3D keypoint localization. It defines two complementary mask priors—Skeleton Mask (structure) and Physique Mask (shape)—and employs geodesic weighting and cascaded optimization to robustly recover interpretable 3D joints without pose annotations. The approach supports multiple data modalities (video and multi-view) and leverages in-the-wild data to boost generalization, achieving state-of-the-art performance on Human3.6M and MPI-INF-3DHP in fully unsupervised settings. The work advances practical unsupervised 3D pose estimation by enabling annotation-free data usage while producing physically interpretable joints, with solid scalability through diverse data sources.
Abstract
Automatic estimation of 3D human pose from monocular RGB images is a challenging and unsolved problem in computer vision. In a supervised manner, approaches heavily rely on laborious annotations and present hampered generalization ability due to the limited diversity of 3D pose datasets. To address these challenges, we propose a unified framework that leverages mask as supervision for unsupervised 3D pose estimation. With general unsupervised segmentation algorithms, the proposed model employs skeleton and physique representations that exploit accurate pose information from coarse to fine. Compared with previous unsupervised approaches, we organize the human skeleton in a fully unsupervised way which enables the processing of annotation-free data and provides ready-to-use estimation results. Comprehensive experiments demonstrate our state-of-the-art pose estimation performance on Human3.6M and MPI-INF-3DHP datasets. Further experiments on in-the-wild datasets also illustrate the capability to access more data to boost our model. Code will be available at https://github.com/Charrrrrlie/Mask-as-Supervision.
