V-VIPE: Variational View Invariant Pose Embedding
Mara Levy, Abhinav Shrivastava
TL;DR
This paper tackles viewpoint ambiguity in monocular 3D human pose estimation by learning a variational, view-invariant embedding of 3D poses (V-VIPE) in a canonical coordinate space. It decouples pose estimation into a 3D Pose VAE that yields a smooth embedding and a 2D Mapping Network that projects 2D keypoints into that embedding to lift to 3D via a frozen decoder. The approach enables 3D pose retrieval, generation, and monocular 3D reconstruction with strong generalization to unseen camera viewpoints, demonstrated on Human3.6M and MPI-3DHP with Hit@k and MPJPE metrics; ablations show the importance of rotation realignment, triplet loss, and pretraining. The method provides a flexible, camera-agnostic representation that can support downstream tasks such as action recognition and robotics imitation, by offering a consistent 3D pose space across views.
Abstract
Learning to represent three dimensional (3D) human pose given a two dimensional (2D) image of a person, is a challenging problem. In order to make the problem less ambiguous it has become common practice to estimate 3D pose in the camera coordinate space. However, this makes the task of comparing two 3D poses difficult. In this paper, we address this challenge by separating the problem of estimating 3D pose from 2D images into two steps. We use a variational autoencoder (VAE) to find an embedding that represents 3D poses in canonical coordinate space. We refer to this embedding as variational view-invariant pose embedding V-VIPE. Using V-VIPE we can encode 2D and 3D poses and use the embedding for downstream tasks, like retrieval and classification. We can estimate 3D poses from these embeddings using the decoder as well as generate unseen 3D poses. The variability of our encoding allows it to generalize well to unseen camera views when mapping from 2D space. To the best of our knowledge, V-VIPE is the only representation to offer this diversity of applications. Code and more information can be found at https://v-vipe.github.io/.
