paper-with-me

Papers

IVT: An End-to-End Instance-guided Video Transformer for 3D Pose Estimation

2022-08-06 · Zhongwei Qiu, Qiansheng Yang, Jian Wang, Dongmei Fu

Video 3D human pose estimation aims to localize the 3D coordinates of human joints from videos. Recent transformer-based approaches focus on capturing the spatiotemporal information from sequential 2D poses, which cannot model the contextual depth feature effectively since the visual depth features are lost in the step of 2D pose estimation. In this paper, we simplify the paradigm into an end-to-end framework, Instance-guided Video Transformer (IVT), which enables learning spatiotemporal contextual depth information from visual features effectively and predicts 3D poses directly from video frames. In particular, we firstly formulate video frames as a series of instance-guided tokens and each token is in charge of predicting the 3D pose of a human instance. These tokens contain body structure information since they are extracted by the guidance of joint offsets from the human center to the corresponding body joints. Then, these tokens are sent into IVT for learning spatiotemporal contextual depth. In addition, we propose a cross-scale instance-guided attention mechanism to handle the variational scales among multiple persons. Finally, the 3D poses of each person are decoded from instance-guided tokens by coordinate regression. Experiments on three widely-used 3D pose estimation benchmarks show that the proposed IVT achieves state-of-the-art performances.

📄 PDF Abstract BibTeX arXiv:2208.03431

Code (0)

등록된 구현이 없습니다.

Tasks

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

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

PSVT: End-to-End Multi-person 3D Pose and Shape Estimation with Progressive Video Transformers

2023-03-16 · CVPR 2023 1 · Zhongwei Qiu, Yang Qiansheng, Jian Wang, Haocheng Feng 외

Existing methods of multi-person video 3D human Pose and Shape Estimation (PSE) typically adopt a two-stage strategy, which first detects human instances in each frame and then performs single-person PSE with temporal mo…

3D human pose and shape estimation3D Human Pose EstimationDecoder

SGIFormer: Semantic-guided and Geometric-enhanced Interleaving Transformer for 3D Instance Segmentation

2024-07-16 · Lei Yao, Yi Wang, Moyun Liu, Lap-Pui Chau

In recent years, transformer-based models have exhibited considerable potential in point cloud instance segmentation. Despite the promising performance achieved by existing methods, they encounter challenges such as inst…

3D Instance SegmentationDecoderInstance SegmentationSemantic Segmentation

Uni-DVPS: Unified Model for Depth-Aware Video Panoptic Segmentation

2024-07-01 · IEEE Robotics and Automation Letters (RA-L) 2024 7 · Kim Ji-Yeon, Oh Hyun-Bin, Kwon Byung-Ki, Dahun Kim 외

We present Uni-DVPS, a unified model for Depth-aware Video Panoptic Segmentation (DVPS) that jointly tackles distinct vision tasks, i.e., video panoptic segmentation, monocular depth estimation, and object tracking. In c…

Autonomous DrivingDecoderDepth-aware Video Panoptic SegmentationDepth Estimation+7

Few-Shot Referring Video Single- and Multi-Object Segmentation via Cross-Modal Affinity with Instance Sequence Matching

2025-04-18 · Heng Liu, Guanghui Li, Mingqi Gao, XianTong Zhen 외

Referring video object segmentation (RVOS) aims to segment objects in videos guided by natural language descriptions. We propose FS-RVOS, a Transformer-based model with two key components: a cross-modal affinity module a…

ObjectReferring Video Object SegmentationSegmentationSemantic Segmentation+2

MaGGIe: Masked Guided Gradual Human Instance Matting

2024-04-24 · CVPR 2024 1 · Chuong Huynh, Seoung Wug Oh, Abhinav Shrivastava, Joon-Young Lee

Human matting is a foundation task in image and video processing, where human foreground pixels are extracted from the input. Prior works either improve the accuracy by additional guidance or improve the temporal consist…

Image MattingVideo Matting