paper-with-me

Papers

PoseMamba: Monocular 3D Human Pose Estimation with Bidirectional Global-Local Spatio-Temporal State Space Model

2024-08-07 · Yunlong Huang, Junshuo Liu, Ke Xian, Robert Caiming Qiu

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 bidirectional global-local spatio-temporal SSM block, we introduce a reordering strategy to enhance the local modeling capability of the SSM. This strategy provides a more logical geometric scanning order and integrates it with the global SSM, resulting in a combined global-local spatial scan. We have quantitatively and qualitatively evaluated our approach using two benchmark datasets: Human3.6M and MPI-INF-3DHP. Extensive experiments demonstrate that PoseMamba achieves state-of-the-art performance on both datasets while maintaining a smaller model size and reducing computational costs. The code and models will be released.

📄 PDF Abstract BibTeX arXiv:2408.03540

Code (1)

nankingjing/PoseMamba 공식 구현 pytorch

Tasks

3D Human Pose EstimationLong-range modelingMambaMonocular 3D Human Pose EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Bidirectional Attention Network for Monocular Depth Estimation

2020-09-01 · Shubhra Aich, Jean Marie Uwabeza Vianney, Md Amirul Islam, Mannat Kaur 외

In this paper, we propose a Bidirectional Attention Network (BANet), an end-to-end framework for monocular depth estimation (MDE) that addresses the limitation of effectively integrating local and global information in c…

Depth EstimationMachine TranslationMonocular Depth EstimationTranslation

PoseMoE: Mixture-of-Experts Network for Monocular 3D Human Pose Estimation

2025-12-18 · Mengyuan Liu, Jiajie Liu, Jinyan Zhang, Wenhao Li 외 arxiv

The lifting-based methods have dominated monocular 3D human pose estimation by leveraging detected 2D poses as intermediate representations. The 2D component of the final 3D human pose benefits from the detected 2D poses…

Monocular 3D Human Pose Estimation3D Pose Estimation

Unsupervised Learning of Depth, Camera Pose and Optical Flow from Monocular Video

2022-05-19 · Dipan Mandal, Abhilash Jain

We propose DFPNet -- an unsupervised, joint learning system for monocular Depth, Optical Flow and egomotion (Camera Pose) estimation from monocular image sequences. Due to the nature of 3D scene geometry these three comp…

Camera Pose EstimationImage ReconstructionOptical Flow EstimationPose Estimation

BridgeDepth: Bridging Monocular and Stereo Reasoning with Latent Alignment

2025-08-06 · Tongfan Guan, Jiaxin Guo, Chen Wang, Yun-Hui Liu arxiv

Monocular and stereo depth estimation offer complementary strengths: monocular methods capture rich contextual priors but lack geometric precision, while stereo approaches leverage epipolar geometry yet struggle with amb…

Zero-shot GeneralizationStereo Depth Estimation

Real-Time Hybrid Mapping of Populated Indoor Scenes using a Low-Cost Monocular UAV

2022-03-04 · Stuart Golodetz, Madhu Vankadari, Aluna Everitt, Sangyun Shin 외

Unmanned aerial vehicles (UAVs) have been used for many applications in recent years, from urban search and rescue, to agricultural surveying, to autonomous underground mine exploration. However, deploying UAVs in tight,…

3D Human Pose EstimationDepth EstimationMonocular 3D Human Pose EstimationMonocular Depth Estimation+1