English

Mamba Policy: Towards Efficient 3D Diffusion Policy with Hybrid Selective State Models

Robotics 2025-06-26 v2 Computer Vision and Pattern Recognition

Abstract

Diffusion models have been widely employed in the field of 3D manipulation due to their efficient capability to learn distributions, allowing for precise prediction of action trajectories. However, diffusion models typically rely on large parameter UNet backbones as policy networks, which can be challenging to deploy on resource-constrained devices. Recently, the Mamba model has emerged as a promising solution for efficient modeling, offering low computational complexity and strong performance in sequence modeling. In this work, we propose the Mamba Policy, a lighter but stronger policy that reduces the parameter count by over 80% compared to the original policy network while achieving superior performance. Specifically, we introduce the XMamba Block, which effectively integrates input information with conditional features and leverages a combination of Mamba and Attention mechanisms for deep feature extraction. Extensive experiments demonstrate that the Mamba Policy excels on the Adroit, Dexart, and MetaWorld datasets, requiring significantly fewer computational resources. Additionally, we highlight the Mamba Policy's enhanced robustness in long-horizon scenarios compared to baseline methods and explore the performance of various Mamba variants within the Mamba Policy framework. Real-world experiments are also conducted to further validate its effectiveness. Our open-source project page can be found at https://andycao1125.github.io/mamba_policy/.

Keywords

Cite

@article{arxiv.2409.07163,
  title  = {Mamba Policy: Towards Efficient 3D Diffusion Policy with Hybrid Selective State Models},
  author = {Jiahang Cao and Qiang Zhang and Jingkai Sun and Jiaxu Wang and Hao Cheng and Yulin Li and Jun Ma and Kun Wu and Zhiyuan Xu and Yecheng Shao and Wen Zhao and Gang Han and Yijie Guo and Renjing Xu},
  journal= {arXiv preprint arXiv:2409.07163},
  year   = {2025}
}

Comments

Accepted to IROS 2025

R2 v1 2026-06-28T18:40:57.695Z