paper-with-me

홈 › Papers

Capturing the motion of every joint: 3D human pose and shape estimation with independent tokens

2023-03-01 · Sen yang, Wen Heng, Gang Liu, Guozhong Luo, Wankou Yang, Gang Yu

In this paper we present a novel method to estimate 3D human pose and shape from monocular videos. This task requires directly recovering pixel-alignment 3D human pose and body shape from monocular images or videos, which is challenging due to its inherent ambiguity. To improve precision, existing methods highly rely on the initialized mean pose and shape as prior estimates and parameter regression with an iterative error feedback manner. In addition, video-based approaches model the overall change over the image-level features to temporally enhance the single-frame feature, but fail to capture the rotational motion at the joint level, and cannot guarantee local temporal consistency. To address these issues, we propose a novel Transformer-based model with a design of independent tokens. First, we introduce three types of tokens independent of the image feature: \textit{joint rotation tokens, shape token, and camera token}. By progressively interacting with image features through Transformer layers, these tokens learn to encode the prior knowledge of human 3D joint rotations, body shape, and position information from large-scale data, and are updated to estimate SMPL parameters conditioned on a given image. Second, benefiting from the proposed token-based representation, we further use a temporal model to focus on capturing the rotational temporal information of each joint, which is empirically conducive to preventing large jitters in local parts. Despite being conceptually simple, the proposed method attains superior performances on the 3DPW and Human3.6M datasets. Using ResNet-50 and Transformer architectures, it obtains 42.0 mm error on the PA-MPJPE metric of the challenging 3DPW, outperforming state-of-the-art counterparts by a large margin. Code will be publicly available at https://github.com/yangsenius/INT_HMR_Model

📄 PDF Abstract BibTeX arXiv:2303.00298

Code (1)

yangsenius/int_hmr_model 공식 구현 pytorch

Tasks

3D human pose and shape estimation3D Human Pose EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
fail 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
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$…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Markerless Body Motion Capturing for 3D Character Animation based on Multi-view Cameras

2022-12-12 · Jinbao Wang, Ke Lu, Jian Xue

This paper proposes a novel application system for the generation of three-dimensional (3D) character animation driven by markerless human body motion capturing. The entire pipeline of the system consists of five stages:…

Capturing Closely Interacted Two-Person Motions with Reaction Priors

2024-01-01 · CVPR 2024 1 · Qi Fang, Yinghui Fan, Yanjun Li, Junting Dong 외

In this paper we focus on capturing closely interacted two-person motions from monocular videos an important yet understudied topic. Unlike less-interacted motions closely interacted motions contain frequently occurr…

2kDecoder

Symbiotic Graph Neural Networks for 3D Skeleton-based Human Action Recognition and Motion Prediction

2019-10-05 · Maosen Li, Siheng Chen, Xu Chen, Ya zhang 외

3D skeleton-based action recognition and motion prediction are two essential problems of human activity understanding. In many previous works: 1) they studied two tasks separately, neglecting internal correlations; 2) th…

Action Recognitionmotion predictionSkeleton Based Action RecognitionTemporal Action Localization

BaroPoser: Real-time Human Motion Tracking from IMUs and Barometers in Everyday Devices

2025-08-05 · Libo Zhang, Xinyu Yi, Feng Xu arxiv

In recent years, tracking human motion using IMUs from everyday devices such as smartphones and smartwatches has gained increasing popularity. However, due to the sparsity of sensor measurements and the lack of datasets …

Representation LearningPose Estimation

Joint Optimization for 4D Human-Scene Reconstruction in the Wild

2025-01-04 · Zhizheng Liu, Joe Lin, Wayne Wu, Bolei Zhou

Reconstructing human motion and its surrounding environment is crucial for understanding human-scene interaction and predicting human movements in the scene. While much progress has been made in capturing human-scene int…

Human Mesh RecoveryMotion Estimation