paper-with-me

홈 › Papers

LocoMamba: Vision-Driven Locomotion via End-to-End Deep Reinforcement Learning with Mamba

2025-08-16 · Yinuo Wang, Gavin Tao arxiv

We introduce LocoMamba, a vision-driven cross-modal DRL framework built on selective state-space models, specifically leveraging Mamba, that achieves near-linear-time sequence modeling, effectively captures long-range dependencies, and enables efficient training with longer sequences. First, we embed proprioceptive states with a multilayer perceptron and patchify depth images with a lightweight convolutional neural network, producing compact tokens that improve state representation. Second, stacked Mamba layers fuse these tokens via near-linear-time selective scanning, reducing latency and memory footprint, remaining robust to token length and image resolution, and providing an inductive bias that mitigates overfitting. Third, we train the policy end-to-end with Proximal Policy Optimization under terrain and appearance randomization and an obstacle-density curriculum, using a compact state-centric reward that balances progress, smoothness, and safety. We evaluate our method in challenging simulated environments with static and moving obstacles as well as uneven terrain. Compared with state-of-the-art baselines, our method achieves higher returns and success rates with fewer collisions, exhibits stronger generalization to unseen terrains and obstacle densities, and improves training efficiency by converging in fewer updates under the same compute budget.

📄 PDF Abstract BibTeX arXiv:2508.11849

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

HuMam: Humanoid Motion Control via End-to-End Deep Reinforcement Learning with Mamba

2025-09-22 · Yinuo Wang, Yuanyang Qi, Jinzhao Zhou, Pengxiang Meng 외 arxiv

End-to-end reinforcement learning (RL) for humanoid locomotion is appealing for its compact perception-action mapping, yet practical policies often suffer from training instability, inefficient feature fusion, and high a…

Reinforcement Learning

Humanoid Whole-Body Locomotion on Narrow Terrain via Dynamic Balance and Reinforcement Learning

2025-02-24 · Weiji Xie, Chenjia Bai, Jiyuan Shi, Junkai Yang 외

Humans possess delicate dynamic balance mechanisms that enable them to maintain stability across diverse terrains and under extreme conditions. However, despite significant advances recently, existing locomotion algorith…

Reinforcement Learning (RL)

GraspMamba: A Mamba-based Language-driven Grasp Detection Framework with Hierarchical Feature Learning

2024-09-22 · Huy Hoang Nguyen, An Vuong, Anh Nguyen, Ian Reid 외

Grasp detection is a fundamental robotic task critical to the success of many industrial applications. However, current language-driven models for this task often struggle with cluttered images, lengthy textual descripti…

Mamba

Vision SmolMamba: Spike-Guided Token Pruning for Energy-Efficient Spiking State-Space Vision Models

2026-04-28 · Dewei Bai, Hongxiang Peng, Yunyun Zeng, Ziyu Zhang 외 arxiv

Spiking Transformers have shown strong potential for long-range visual modeling through spike-driven self-attention. However, their quadratic token interactions remain fundamentally misaligned with the sparse and event-d…

Long-range modeling

Vision-Proprioception Fusion with Mamba2 in End-to-End Reinforcement Learning for Motion Control

2025-09-09 · Xiaowen Tao, Yinuo Wang, Jinzhao Zhou arxiv

End-to-end reinforcement learning (RL) for motion control trains policies directly from sensor inputs to motor commands, enabling unified controllers for different robots and tasks. However, most existing methods are eit…

Reinforcement Learning