NanoHTNet: Nano Human Topology Network for Efficient 3D Human Pose Estimation
Jialun Cai, Mengyuan Liu, Hong Liu, Shuheng Zhou, Wenhao Li
TL;DR
3D human pose estimation on edge devices is hindered by high computational demands. The paper introduces NanoHTNet, a compact dual-stream encoder with Hierarchical Mixers and Efficient Temporal-Spatial Tokenization (ETST) to capture explicit skeletal priors while reducing complexity, complemented by PoseCLR, a cross-view contrastive pre-training strategy for learning implicit topology priors. Key innovations include a three-level spatial topology (LJC, IPC, GBI), temporal multi-scale mixers (IME, GCP), and frequency-domain data compression, which together enable real-time inference on Jetson Nano and strong generalization to unseen environments. The combination yields a practical edge-enabled 3D HPE pipeline with improved initialization for various backbones and publicly available code and models.
Abstract
The widespread application of 3D human pose estimation (HPE) is limited by resource-constrained edge devices, requiring more efficient models. A key approach to enhancing efficiency involves designing networks based on the structural characteristics of input data. However, effectively utilizing the structural priors in human skeletal inputs remains challenging. To address this, we leverage both explicit and implicit spatio-temporal priors of the human body through innovative model design and a pre-training proxy task. First, we propose a Nano Human Topology Network (NanoHTNet), a tiny 3D HPE network with stacked Hierarchical Mixers to capture explicit features. Specifically, the spatial Hierarchical Mixer efficiently learns the human physical topology across multiple semantic levels, while the temporal Hierarchical Mixer with discrete cosine transform and low-pass filtering captures local instantaneous movements and global action coherence. Moreover, Efficient Temporal-Spatial Tokenization (ETST) is introduced to enhance spatio-temporal interaction and reduce computational complexity significantly. Second, PoseCLR is proposed as a general pre-training method based on contrastive learning for 3D HPE, aimed at extracting implicit representations of human topology. By aligning 2D poses from diverse viewpoints in the proxy task, PoseCLR aids 3D HPE encoders like NanoHTNet in more effectively capturing the high-dimensional features of the human body, leading to further performance improvements. Extensive experiments verify that NanoHTNet with PoseCLR outperforms other state-of-the-art methods in efficiency, making it ideal for deployment on edge devices like the Jetson Nano. Code and models are available at https://github.com/vefalun/NanoHTNet.
