paper-with-me

홈 › Papers

One-Stage 3D Whole-Body Mesh Recovery with Component Aware Transformer

2023-03-28 · CVPR 2023 1 · Jing Lin, Ailing Zeng, Haoqian Wang, Lei Zhang, Yu Li

Whole-body mesh recovery aims to estimate the 3D human body, face, and hands parameters from a single image. It is challenging to perform this task with a single network due to resolution issues, i.e., the face and hands are usually located in extremely small regions. Existing works usually detect hands and faces, enlarge their resolution to feed in a specific network to predict the parameter, and finally fuse the results. While this copy-paste pipeline can capture the fine-grained details of the face and hands, the connections between different parts cannot be easily recovered in late fusion, leading to implausible 3D rotation and unnatural pose. In this work, we propose a one-stage pipeline for expressive whole-body mesh recovery, named OSX, without separate networks for each part. Specifically, we design a Component Aware Transformer (CAT) composed of a global body encoder and a local face/hand decoder. The encoder predicts the body parameters and provides a high-quality feature map for the decoder, which performs a feature-level upsample-crop scheme to extract high-resolution part-specific features and adopt keypoint-guided deformable attention to estimate hand and face precisely. The whole pipeline is simple yet effective without any manual post-processing and naturally avoids implausible prediction. Comprehensive experiments demonstrate the effectiveness of OSX. Lastly, we build a large-scale Upper-Body dataset (UBody) with high-quality 2D and 3D whole-body annotations. It contains persons with partially visible bodies in diverse real-life scenarios to bridge the gap between the basic task and downstream applications.

📄 PDF Abstract BibTeX arXiv:2303.16160

Code (1)

IDEA-Research/OSX 공식 구현 pytorch

Tasks

3D Human Pose Estimation3D Human Reconstruction3D Multi-Person Mesh RecoveryDecoder

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

HybrIK-X: Hybrid Analytical-Neural Inverse Kinematics for Whole-body Mesh Recovery

2023-04-12 · Jiefeng Li, Siyuan Bian, Chao Xu, Zhicun Chen 외

Recovering whole-body mesh by inferring the abstract pose and shape parameters from visual content can obtain 3D bodies with realistic structures. However, the inferring process is highly non-linear and suffers from imag…

3D Human Pose Estimation3D Human ReconstructionKeypoint Estimation

AiOS: All-in-One-Stage Expressive Human Pose and Shape Estimation

2024-03-26 · CVPR 2024 1 · Qingping Sun, Yanjun Wang, Ailing Zeng, Wanqi Yin 외

Expressive human pose and shape estimation (a.k.a. 3D whole-body mesh recovery) involves the human body, hand, and expression estimation. Most existing methods have tackled this task in a two-stage manner, first detectin…

3D Multi-Person Mesh RecoveryAllHuman Detection

DanceHMR: Hand-Aware Whole-Body Human Mesh Recovery from Monocular Videos

2026-05-18 · Wenhao Shen, Ming Zhou, Hengyuan Zhang, Siyuan Bian 외 arxiv

Monocular video human mesh recovery is essential for digital humans, avatar animation, and embodied simulation, where both temporal stability and expressive whole-body motion are required. Existing video HMR methods prod…

Human Mesh Recovery

Egocentric Whole-Body Human Mesh Recovery with Prior-Guided Learning

2026-05-09 · Soyeon Na, Seung Young Noh, Ju Yong Chang arxiv

Egocentric human mesh recovery (HMR) from monocular head-mounted cameras is increasingly important for AR/VR applications, but remains challenging due to the lack of reliable ground-truth (GT) annotations based on parame…

Human Mesh RecoveryPose Estimation

MeshMamba: State Space Models for Articulated 3D Mesh Generation and Reconstruction

2025-07-21 · Yusuke Yoshiyasu, Leyuan Sun, Ryusuke Sagawa arxiv

In this paper, we introduce MeshMamba, a neural network model for learning 3D articulated mesh models by employing the recently proposed Mamba State Space Models (Mamba-SSMs). MeshMamba is efficient and scalable in handl…

Human Mesh Recovery