CVDec 20, 2022

Scene-aware Egocentric 3D Human Pose Estimation

arXiv:2212.11684v341 citationsh-index: 110
Originality Incremental advance
AI Analysis

This addresses the problem of accurate and physically plausible 3D human pose estimation in virtual and augmented reality applications, though it is incremental as it builds on existing methods by incorporating scene constraints.

The paper tackles the problem of 3D human pose estimation from a head-mounted fisheye camera in challenging poses with occlusion or scene interaction, by proposing a scene-aware method that uses depth estimation and voxel-based features to guide pose prediction, resulting in accurate and physically plausible poses that outperform state-of-the-art methods.

Egocentric 3D human pose estimation with a single head-mounted fisheye camera has recently attracted attention due to its numerous applications in virtual and augmented reality. Existing methods still struggle in challenging poses where the human body is highly occluded or is closely interacting with the scene. To address this issue, we propose a scene-aware egocentric pose estimation method that guides the prediction of the egocentric pose with scene constraints. To this end, we propose an egocentric depth estimation network to predict the scene depth map from a wide-view egocentric fisheye camera while mitigating the occlusion of the human body with a depth-inpainting network. Next, we propose a scene-aware pose estimation network that projects the 2D image features and estimated depth map of the scene into a voxel space and regresses the 3D pose with a V2V network. The voxel-based feature representation provides the direct geometric connection between 2D image features and scene geometry, and further facilitates the V2V network to constrain the predicted pose based on the estimated scene geometry. To enable the training of the aforementioned networks, we also generated a synthetic dataset, called EgoGTA, and an in-the-wild dataset based on EgoPW, called EgoPW-Scene. The experimental results of our new evaluation sequences show that the predicted 3D egocentric poses are accurate and physically plausible in terms of human-scene interaction, demonstrating that our method outperforms the state-of-the-art methods both quantitatively and qualitatively.

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