Dite-HRNet: Dynamic Lightweight High-Resolution Network for Human Pose Estimation
Qun Li, Ziyi Zhang, Fu Xiao, Feng Zhang, Bir Bhanu
TL;DR
Dite-HRNet tackles the inefficiency of high-resolution pose estimators by introducing two dynamic lightweight blocks that operate within a HRNet-like backbone: Dynamic Split Convolution (DSC) and Adaptive Context Modeling (ACM). DSC combines a Split-Concat-Shuffle module with Dynamic Kernel Aggregation to produce input-dependent, multi-scale convolutions, while ACM (via Dense Context Modeling and Global Context Modeling) injects both cross-resolution and per-resolution contextual information. The approach yields Dynamic Multi-scale Context (DMC) and Dynamic Global Context (DGC) blocks that leverage parallel multi-resolution branches to preserve high resolution while reducing cost. Extensive experiments on COCO and MPII demonstrate superior efficiency and competitive or superior accuracy compared with state-of-the-art lightweight networks and larger baselines, highlighting the method's practical impact for real-time or on-device pose estimation and its potential to extend to other multi-scale architectures.
Abstract
A high-resolution network exhibits remarkable capability in extracting multi-scale features for human pose estimation, but fails to capture long-range interactions between joints and has high computational complexity. To address these problems, we present a Dynamic lightweight High-Resolution Network (Dite-HRNet), which can efficiently extract multi-scale contextual information and model long-range spatial dependency for human pose estimation. Specifically, we propose two methods, dynamic split convolution and adaptive context modeling, and embed them into two novel lightweight blocks, which are named dynamic multi-scale context block and dynamic global context block. These two blocks, as the basic component units of our Dite-HRNet, are specially designed for the high-resolution networks to make full use of the parallel multi-resolution architecture. Experimental results show that the proposed network achieves superior performance on both COCO and MPII human pose estimation datasets, surpassing the state-of-the-art lightweight networks. Code is available at: https://github.com/ZiyiZhang27/Dite-HRNet.
