paper-with-me

Papers

DOPE: Distillation Of Part Experts for whole-body 3D pose estimation in the wild

2020-08-21 · ECCV 2020 8 · Philippe Weinzaepfel, Romain Brégier, Hadrien Combaluzier, Vincent Leroy, Grégory Rogez

We introduce DOPE, the first method to detect and estimate whole-body 3D human poses, including bodies, hands and faces, in the wild. Achieving this level of details is key for a number of applications that require understanding the interactions of the people with each other or with the environment. The main challenge is the lack of in-the-wild data with labeled whole-body 3D poses. In previous work, training data has been annotated or generated for simpler tasks focusing on bodies, hands or faces separately. In this work, we propose to take advantage of these datasets to train independent experts for each part, namely a body, a hand and a face expert, and distill their knowledge into a single deep network designed for whole-body 2D-3D pose detection. In practice, given a training image with partial or no annotation, each part expert detects its subset of keypoints in 2D and 3D and the resulting estimations are combined to obtain whole-body pseudo ground-truth poses. A distillation loss encourages the whole-body predictions to mimic the experts' outputs. Our results show that this approach significantly outperforms the same whole-body model trained without distillation while staying close to the performance of the experts. Importantly, DOPE is computationally less demanding than the ensemble of experts and can achieve real-time performance. Test code and models are available at https://europe.naverlabs.com/research/computer-vision/dope.

📄 PDF Abstract BibTeX arXiv:2008.09457

Code (1)

naver/dope pytorch

Tasks

3D Pose EstimationPose Estimation

Similar Papers 제목 키워드 기반

Athena-WBC: Capability-Aligned Policy Experts for Long-Tail Humanoid Whole-Body Control

2026-07-06 · Yuan Jiang, Ningyuan Zhang, Xicun Yang, Shidi Li 외 arxiv

Large-scale humanoid motion-tracking controllers are commonly improved by reallocating training effort: difficult motions are sampled more often, isolated into smaller subsets, or assigned to specialized experts. We show…

HANDOFF: Humanoid Agentic Task-Space Whole-Body Control via Distilled Complementary Teachers

2026-06-04 · Lizhi Yang, Junheng Li, Nehar Poddar, Yiling Hou 외 arxiv

For a humanoid robot to be deployed in the real world, the choice of command space (i.e., the interface between task planning and whole-body control) is crucial. Existing whole-body controllers typically demand dense kin…

Collaborative Regression of Expressive Bodies using Moderation

2021-05-11 · Yao Feng, Vasileios Choutas, Timo Bolkart, Dimitrios Tzionas 외

Recovering expressive humans from images is essential for understanding human behavior. Methods that estimate 3D bodies, faces, or hands have progressed significantly, yet separately. Face methods recover accurate 3D sha…

3D Face Reconstruction3D Hand Pose Estimation3D Human Reconstruction3D Multi-Person Mesh Recovery+1

Effective Whole-body Pose Estimation with Two-stages Distillation

2023-07-29 · Zhendong Yang, Ailing Zeng, Chun Yuan, Yu Li

Whole-body pose estimation localizes the human body, hand, face, and foot keypoints in an image. This task is challenging due to multi-scale body parts, fine-grained localization for low-resolution regions, and data scar…

2D Human Pose EstimationKnowledge DistillationPose EstimationSelf-Knowledge Distillation

HEX: Humanoid-Aligned Experts for Cross-Embodiment Whole-Body Manipulation

2026-04-09 · Shuanghao Bai, Meng Li, Xinyuan Lv, Jiawei Wang 외 arxiv

Humans achieve complex manipulation through coordinated whole-body control, whereas most Vision-Language-Action (VLA) models treat robot body parts largely independently, making high-DoF humanoid control challenging and …