On the Role of Rotation Equivariance in Monocular 3D Human Pose Estimation
Pavlo Melnyk, Cuong Le, Urs Waldmann, Per-Erik Forssén, Bastian Wandt
TL;DR
This work addresses monocular 3D human pose estimation by focusing on the 2D to 3D lifting step and the role of rotation equivariance. It argues that rotation equivariance can be effectively learned via augmentation rather than enforced by design, and studies three model categories—fully equivariant, hybrid, and vanilla—across multiple datasets using MPJPE and PA-MPJPE. The key finding is that vanilla models trained with rotation augmentation (vanilla+aug) generally outperform strictly equivariant or hybrid designs, with strong generalization and faster training/inference. The results motivate using augmentation-based rotation awareness in practical 2D-to-3D lifting for human pose estimation and point to broader implications for symmetry-aware learning in ill-posed vision problems.
Abstract
Estimating 3D from 2D is one of the central tasks in computer vision. In this work, we consider the monocular setting, i.e. single-view input, for 3D human pose estimation (HPE). Here, the task is to predict a 3D point set of human skeletal joints from a single 2D input image. While by definition this is an ill-posed problem, recent work has presented methods that solve it with up to several-centimetre error. Typically, these methods employ a two-step approach, where the first step is to detect the 2D skeletal joints in the input image, followed by the step of 2D-to-3D lifting. We find that common lifting models fail when encountering a rotated input. We argue that learning a single human pose along with its in-plane rotations is considerably easier and more geometrically grounded than directly learning a point-to-point mapping. Furthermore, our intuition is that endowing the model with the notion of rotation equivariance without explicitly constraining its parameter space should lead to a more straightforward learning process than one with equivariance by design. Utilising the common HPE benchmarks, we confirm that the 2D rotation equivariance per se improves the model performance on human poses akin to rotations in the image plane, and can be efficiently and straightforwardly learned by augmentation, outperforming state-of-the-art equivariant-by-design methods.
