English

Efficient Vision Transformer for Human Pose Estimation via Patch Selection

Computer Vision and Pattern Recognition 2023-11-23 v2 Machine Learning

Abstract

While Convolutional Neural Networks (CNNs) have been widely successful in 2D human pose estimation, Vision Transformers (ViTs) have emerged as a promising alternative to CNNs, boosting state-of-the-art performance. However, the quadratic computational complexity of ViTs has limited their applicability for processing high-resolution images. In this paper, we propose three methods for reducing ViT's computational complexity, which are based on selecting and processing a small number of most informative patches while disregarding others. The first two methods leverage a lightweight pose estimation network to guide the patch selection process, while the third method utilizes a set of learnable joint tokens to ensure that the selected patches contain the most important information about body joints. Experiments across six benchmarks show that our proposed methods achieve a significant reduction in computational complexity, ranging from 30% to 44%, with only a minimal drop in accuracy between 0% and 3.5%.

Keywords

Cite

@article{arxiv.2306.04225,
  title  = {Efficient Vision Transformer for Human Pose Estimation via Patch Selection},
  author = {Kaleab A. Kinfu and Rene Vidal},
  journal= {arXiv preprint arXiv:2306.04225},
  year   = {2023}
}

Comments

BMVC 2023 Oral Paper: https://proceedings.bmvc2023.org/167/

R2 v1 2026-06-28T10:58:32.928Z