用Mamba+骨骼拓扑融合提升单目3D人体姿态估计的精度与效率
Mamba-Driven Topology Fusion for Monocular 3D Human Pose Estimation
- 引入骨骼感知模块,用球坐标系建模骨向量方向与长度
- 通过双向图卷积增强局部关节关系建模,降低计算开销
- 适合需要高效高精度3D姿态估计的实时应用
基于Transformer的3D人体姿态估计方法因自注意力机制随序列长度呈平方增长而面临显著计算挑战。近期的Mamba模型通过状态空间模型(SSM)大幅降低计算开销,并在长序列建模上表现优异。然而,SSM难以处理具有拓扑结构的3D关节序列,且Mamba中的因果卷积无法捕捉局部关节关系。为此,本文提出Mamba-Driven Topology Fusion框架。具体而言,提出的骨感知模块在球坐标系中推断骨向量的方向与长度,为Mamba提供有效的拓扑引导。同时,通过集成前向与后向图卷积网络,增强Mamba内的卷积结构,以更好捕捉局部关节依赖。此外,设计了时空精修模块,建模序列内的时空关系。通过引入骨骼拓扑,有效缓解了Mamba在捕捉人体结构关系上的局限。在Human3.6M和MPI-INF-3DHP数据集上进行了广泛实验,结果表明该方法显著降低计算成本的同时实现了更高精度。消融实验进一步验证了各模块的有效性。代码与模型将公开。
原文摘要 · Abstract (English)
Transformer-based methods for 3D human pose estimation face significant computational challenges due to the quadratic growth of self-attention mechanism complexity with sequence length. Recently, the Mamba model has substantially reduced computational overhead and demonstrated outstanding performance in modeling long sequences by leveraging state space model (SSM). However, the ability of SSM to process sequential data is not suitable for 3D joint sequences with topological structures, and the causal convolution structure in Mamba also lacks insight into local joint relationships. To address these issues, we propose the Mamba-Driven Topology Fusion framework in this paper. Specifically, the proposed Bone Aware Module infers the direction and length of bone vectors in the spherical coordinate system, providing effective topological guidance for the Mamba model in processing joint sequences. Furthermore, we enhance the convolutional structure within the Mamba model by integrating forward and backward graph convolutional network, enabling it to better capture local joint dependencies. Finally, we design a Spatiotemporal Refinement Module to model both temporal and spatial relationships within the sequence. Through the incorporation of skeletal topology, our approach effectively alleviates Mamba's limitations in capturing human structural relationships. We conduct extensive experiments on the Human3.6M and MPI-INF-3DHP datasets for testing and comparison, and the results show that the proposed method greatly reduces computational cost while achieving higher accuracy. Ablation studies further demonstrate the effectiveness of each proposed module. The code and models will be released.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。