paper-with-me

홈 › Papers

VTP: Volumetric Transformer for Multi-view Multi-person 3D Pose Estimation

2022-05-25 · Yuxing Chen, Renshu Gu, Ouhan Huang, Gangyong Jia

This paper presents Volumetric Transformer Pose estimator (VTP), the first 3D volumetric transformer framework for multi-view multi-person 3D human pose estimation. VTP aggregates features from 2D keypoints in all camera views and directly learns the spatial relationships in the 3D voxel space in an end-to-end fashion. The aggregated 3D features are passed through 3D convolutions before being flattened into sequential embeddings and fed into a transformer. A residual structure is designed to further improve the performance. In addition, the sparse Sinkhorn attention is empowered to reduce the memory cost, which is a major bottleneck for volumetric representations, while also achieving excellent performance. The output of the transformer is again concatenated with 3D convolutional features by a residual design. The proposed VTP framework integrates the high performance of the transformer with volumetric representations, which can be used as a good alternative to the convolutional backbones. Experiments on the Shelf, Campus and CMU Panoptic benchmarks show promising results in terms of both Mean Per Joint Position Error (MPJPE) and Percentage of Correctly estimated Parts (PCP). Our code will be available.

📄 PDF Abstract BibTeX arXiv:2205.12602

Code (0)

등록된 구현이 없습니다.

Tasks

3D Human Pose Estimation3D Multi-Person Pose Estimation3D Pose EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
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…

Similar Papers 제목 키워드 기반

Direct Multi-view Multi-person 3D Pose Estimation

2021-11-07 · NeurIPS 2021 12 · Tao Wang, Jianfeng Zhang, Yujun Cai, Shuicheng Yan 외

We present Multi-view Pose transformer (MvP) for estimating multi-person 3D poses from multi-view images. Instead of estimating 3D joint locations from costly volumetric representation or reconstructing the per-person 3D…

3D Multi-Person Pose Estimation3D Pose EstimationPose Estimation

VoRTX: Volumetric 3D Reconstruction With Transformers for Voxelwise View Selection and Fusion

2021-12-01 · Noah Stier, Alexander Rich, Pradeep Sen, Tobias Höllerer

Recent volumetric 3D reconstruction methods can produce very accurate results, with plausible geometry even for unobserved surfaces. However, they face an undesirable trade-off when it comes to multi-view fusion. They ca…

3D ReconstructionDiversity

PersonNeRF: Personalized Reconstruction from Photo Collections

2023-02-16 · CVPR 2023 1 · Chung-Yi Weng, Pratul P. Srinivasan, Brian Curless, Ira Kemelmacher-Shlizerman

We present PersonNeRF, a method that takes a collection of photos of a subject (e.g. Roger Federer) captured across multiple years with arbitrary body poses and appearances, and enables rendering the subject with arbitra…

General Automatic Human Shape and Motion Capture Using Volumetric Contour Cues

2016-07-28 · Helge Rhodin, Nadia Robertini, Dan Casas, Christian Richardt 외

Markerless motion capture algorithms require a 3D body with properly personalized skeleton dimension and/or body shape and appearance to successfully track a person. Unfortunately, many tracking methods consider model pe…

Markerless Motion Capture

Real-time Multiple People Hand Localization in 4D Point Clouds

2019-03-05 · Hao Jiang, Quanzeng You

We propose novel real-time algorithm to localize hands and find their associations with multiple people in the cluttered 4D volumetric data (dynamic 3D volumes). Different from the traditional multiple view approaches, w…