paper-with-me

홈 › Papers

Transformers with Joint Tokens and Local-Global Attention for Efficient Human Pose Estimation

2025-02-28 · Kaleab A. Kinfu, René Vidal

Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs) have led to significant progress in 2D body pose estimation. However, achieving a good balance between accuracy, efficiency, and robustness remains a challenge. For instance, CNNs are computationally efficient but struggle with long-range dependencies, while ViTs excel in capturing such dependencies but suffer from quadratic computational complexity. This paper proposes two ViT-based models for accurate, efficient, and robust 2D pose estimation. The first one, EViTPose, operates in a computationally efficient manner without sacrificing accuracy by utilizing learnable joint tokens to select and process a subset of the most important body patches, enabling us to control the trade-off between accuracy and efficiency by changing the number of patches to be processed. The second one, UniTransPose, while not allowing for the same level of direct control over the trade-off, efficiently handles multiple scales by combining (1) an efficient multi-scale transformer encoder that uses both local and global attention with (2) an efficient sub-pixel CNN decoder for better speed and accuracy. Moreover, by incorporating all joints from different benchmarks into a unified skeletal representation, we train robust methods that learn from multiple datasets simultaneously and perform well across a range of scenarios -- including pose variations, lighting conditions, and occlusions. Experiments on six benchmarks demonstrate that the proposed methods significantly outperform state-of-the-art methods while improving computational efficiency. EViTPose exhibits a significant decrease in computational complexity (30% to 44% less in GFLOPs) with a minimal drop of accuracy (0% to 3.5% less), and UniTransPose achieves accuracy improvements ranging from 0.9% to 43.8% across these benchmarks.

📄 PDF Abstract BibTeX arXiv:2503.00232

Code (0)

등록된 구현이 없습니다.

Tasks

2D Pose EstimationComputational EfficiencyPose Estimation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Beyond Attentive Tokens: Incorporating Token Importance and Diversity for Efficient Vision Transformers

2022-11-21 · CVPR 2023 1 · Sifan Long, Zhen Zhao, Jimin Pi, Shengsheng Wang 외

Vision transformers have achieved significant improvements on various vision tasks but their quadratic interactions between tokens significantly reduce computational efficiency. Many pruning methods have been proposed to…

Computational EfficiencyDiversityEfficient ViTs

RegionViT: Regional-to-Local Attention for Vision Transformers

2021-06-04 · ICLR 2022 4 · Chun-Fu Chen, Rameswar Panda, Quanfu Fan

Vision transformer (ViT) has recently shown its strong capability in achieving comparable results to convolutional neural networks (CNNs) on image classification. However, vanilla ViT simply inherits the same architectur…

Action Recognitionimage-classificationImage ClassificationKeypoint Detection+1

Full Contextual Attention for Multi-resolution Transformers in Semantic Segmentation

2022-12-15 · Loic Themyr, Clement Rambour, Nicolas Thome, Toby Collins 외

Transformers have proved to be very effective for visual recognition tasks. In particular, vision transformers construct compressed global representations through self-attention and learnable class tokens. Multi-resoluti…

Semantic Segmentation

FIT: Far-reaching Interleaved Transformers

2023-05-22 · Ting Chen, Lala Li

We present FIT: a transformer-based architecture with efficient self-attention and adaptive computation. Unlike original transformers, which operate on a single sequence of data tokens, we divide the data tokens into gro…

Decoder

Block Transformer: Global-to-Local Language Modeling for Fast Inference

2024-06-04 · Namgyu Ho, Sangmin Bae, Taehyeon Kim, Hyunjik Jo 외

We introduce the Block Transformer which adopts hierarchical global-to-local modeling to autoregressive transformers to mitigate the inference bottlenecks associated with self-attention. Self-attention requires the key-v…

Language ModelingLanguage Modelling