paper-with-me

Papers

Multi-HMR: Multi-Person Whole-Body Human Mesh Recovery in a Single Shot

2024-02-22 · Fabien Baradel, Matthieu Armando, Salma Galaaoui, Romain Brégier, Philippe Weinzaepfel, Grégory Rogez, Thomas Lucas

We present Multi-HMR, a strong sigle-shot model for multi-person 3D human mesh recovery from a single RGB image. Predictions encompass the whole body, i.e., including hands and facial expressions, using the SMPL-X parametric model and 3D location in the camera coordinate system. Our model detects people by predicting coarse 2D heatmaps of person locations, using features produced by a standard Vision Transformer (ViT) backbone. It then predicts their whole-body pose, shape and 3D location using a new cross-attention module called the Human Prediction Head (HPH), with one query attending to the entire set of features for each detected person. As direct prediction of fine-grained hands and facial poses in a single shot, i.e., without relying on explicit crops around body parts, is hard to learn from existing data, we introduce CUFFS, the Close-Up Frames of Full-Body Subjects dataset, containing humans close to the camera with diverse hand poses. We show that incorporating it into the training data further enhances predictions, particularly for hands. Multi-HMR also optionally accounts for camera intrinsics, if available, by encoding camera ray directions for each image token. This simple design achieves strong performance on whole-body and body-only benchmarks simultaneously: a ViT-S backbone on $448{\times}448$ images already yields a fast and competitive model, while larger models and higher resolutions obtain state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2402.14654

Code (1)

naver/multi-hmr 공식 구현 pytorch

Tasks

3D Human Pose Estimation3D Human Reconstruction3D Multi-Person Mesh Recovery3D Multi-Person Pose EstimationHuman Mesh Recovery

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
Adam 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

RTMW: Real-Time Multi-Person 2D and 3D Whole-body Pose Estimation

2024-07-11 · Tao Jiang, Xinchen Xie, Yining Li

Whole-body pose estimation is a challenging task that requires simultaneous prediction of keypoints for the body, hands, face, and feet. Whole-body pose estimation aims to predict fine-grained pose information for the hu…

2D Human Pose Estimation2D Pose Estimation3D Human Pose Estimation3D Pose Estimation+1

AlphaPose: Whole-Body Regional Multi-Person Pose Estimation and Tracking in Real-Time

2022-11-07 · Hao-Shu Fang, Jiefeng Li, Hongyang Tang, Chao Xu 외

Accurate whole-body multi-person pose estimation and tracking is an important yet challenging topic in computer vision. To capture the subtle actions of humans for complex behavior analysis, whole-body pose estimation in…

Knowledge DistillationMulti-Person Pose EstimationMulti-Person Pose Estimation and TrackingPose Estimation

Attention Driven Person Re-identification

2018-10-13 · Fan Yang, Ke Yan, Shijian Lu, Huizhu Jia 외

Person re-identification (ReID) is a challenging task due to arbitrary human pose variations, background clutters, etc. It has been studied extensively in recent years, but the multifarious local and global features are …

Person Re-Identification

RapidPoseTriangulation: Multi-view Multi-person Whole-body Human Pose Triangulation in a Millisecond

2025-03-27 · Daniel Bermuth, Alexander Poeppel, Wolfgang Reif

The integration of multi-view imaging and pose estimation represents a significant advance in computer vision applications, offering new possibilities for understanding human movement and interactions. This work presents…

3D Multi-Person Pose EstimationMulti-Person Pose EstimationPose 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