HRPVT: High-Resolution Pyramid Vision Transformer for medium and small-scale human pose estimation
Zhoujie Xu
TL;DR
The paper tackles medium- and small-scale human pose estimation by marrying Vision Transformer backbones with CNN-inspired high-resolution processing. It introduces HRPVT, built on PVT v2 and SimCC, and a High-Resolution Pyramid Module (HRPM) to inject scale-invariance and locality into high-resolution maps. Two insertion strategies (Layer-wise and Stage-wise) adapt HRPM to baselines of varying capacity, achieving superior accuracy with substantially fewer parameters and GFLOPs on MS COCO and competitive results on MPII. The study demonstrates the practical impact of combining transformer power with CNN inductive biases for efficient, accurate pose estimation in challenging, small-scale scenarios.
Abstract
Human pose estimation on medium and small scales has long been a significant challenge in this field. Most existing methods focus on restoring high-resolution feature maps by stacking multiple costly deconvolutional layers or by continuously aggregating semantic information from low-resolution feature maps while maintaining high-resolution ones, which can lead to information redundancy. Additionally, due to quantization errors, heatmap-based methods have certain disadvantages in accurately locating keypoints of medium and small-scale human figures. In this paper, we propose HRPVT, which utilizes PVT v2 as the backbone to model long-range dependencies. Building on this, we introduce the High-Resolution Pyramid Module (HRPM), designed to generate higher quality high-resolution representations by incorporating the intrinsic inductive biases of Convolutional Neural Networks (CNNs) into the high-resolution feature maps. The integration of HRPM enhances the performance of pure transformer-based models for human pose estimation at medium and small scales. Furthermore, we replace the heatmap-based method with SimCC approach, which eliminates the need for costly upsampling layers, thereby allowing us to allocate more computational resources to HRPM. To accommodate models with varying parameter scales, we have developed two insertion strategies of HRPM, each designed to enhancing the model's ability to perceive medium and small-scale human poses from two distinct perspectives.
