PoseMamba: Monocular 3D Human Pose Estimation with Bidirectional Global-Local Spatio-Temporal State Space Model
Yunlong Huang, Junshuo Liu, Ke Xian, Robert Caiming Qiu

TL;DR
PoseMamba introduces a linear-complexity, bidirectional spatio-temporal state space model for monocular 3D human pose estimation, outperforming transformer-based methods in accuracy and efficiency.
Contribution
It proposes a novel SSM-based approach with a bidirectional global-local spatio-temporal block and a reordering strategy for improved modeling of human joints.
Findings
Achieves state-of-the-art results on Human3.6M and MPI-INF-3DHP datasets.
Reduces computational costs compared to transformer-based methods.
Maintains smaller model size with high accuracy.
Abstract
Transformers have significantly advanced the field of 3D human pose estimation (HPE). However, existing transformer-based methods primarily use self-attention mechanisms for spatio-temporal modeling, leading to a quadratic complexity, unidirectional modeling of spatio-temporal relationships, and insufficient learning of spatial-temporal correlations. Recently, the Mamba architecture, utilizing the state space model (SSM), has exhibited superior long-range modeling capabilities in a variety of vision tasks with linear complexity. In this paper, we propose PoseMamba, a novel purely SSM-based approach with linear complexity for 3D human pose estimation in monocular video. Specifically, we propose a bidirectional global-local spatio-temporal SSM block that comprehensively models human joint relations within individual frames as well as temporal correlations across frames. Within this…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Video Surveillance and Tracking Methods · Gait Recognition and Analysis
MethodsMamba: Linear-Time Sequence Modeling with Selective State Spaces
