paper-with-me

홈 › Papers

RoboMamba: Efficient Vision-Language-Action Model for Robotic Reasoning and Manipulation

2024-06-06 · Jiaming Liu, Mengzhen Liu, Zhenyu Wang, Pengju An, Xiaoqi Li, Kaichen Zhou, Senqiao Yang, Renrui Zhang, Yandong Guo, Shanghang Zhang

A fundamental objective in robot manipulation is to enable models to comprehend visual scenes and execute actions. Although existing Vision-Language-Action (VLA) models for robots can handle a range of basic tasks, they still face challenges in two areas: (1) insufficient reasoning ability to tackle complex tasks, and (2) high computational costs for VLA model fine-tuning and inference. The recently proposed state space model (SSM) known as Mamba demonstrates promising capabilities in non-trivial sequence modeling with linear inference complexity. Inspired by this, we introduce RoboMamba, an end-to-end robotic VLA model that leverages Mamba to deliver both robotic reasoning and action capabilities, while maintaining efficient fine-tuning and inference. Specifically, we first integrate the vision encoder with Mamba, aligning visual tokens with language embedding through co-training, empowering our model with visual common sense and robotic-related reasoning. To further equip RoboMamba with SE(3) pose prediction abilities, we explore an efficient fine-tuning strategy with a simple policy head. We find that once RoboMamba possesses sufficient reasoning capability, it can acquire manipulation skills with minimal fine-tuning parameters (0.1\% of the model) and time. In experiments, RoboMamba demonstrates outstanding reasoning capabilities on general and robotic evaluation benchmarks. Meanwhile, our model showcases impressive pose prediction results in both simulation and real-world experiments, achieving inference speeds 3 times faster than existing VLA models. Our project web page: https://sites.google.com/view/robomamba-web

📄 PDF Abstract BibTeX arXiv:2406.04339

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningMambaPose PredictionRobot ManipulationVision-Language-ActionVisual Question Answering

Similar Papers 제목 키워드 기반

PhysVLM: Enabling Visual Language Models to Understand Robotic Physical Reachability

2025-03-11 · CVPR 2025 1 · Weijie Zhou, Manli Tao, Chaoyang Zhao, Haiyun Guo 외

Understanding the environment and a robot's physical reachability is crucial for task execution. While state-of-the-art vision-language models (VLMs) excel in environmental perception, they often generate inaccurate or i…

Visual Reasoning

Mind to Hand: Purposeful Robotic Control via Embodied Reasoning

2025-12-09 · Peijun Tang, Shangjin Xie, Binyan Sun, Baifu Huang 외 arxiv

Humans act with context and intention, with reasoning playing a central role. While internet-scale data has enabled broad reasoning capabilities in AI systems, grounding these abilities in physical action remains a major…

Reinforcement LearningTrajectory Prediction

RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control

2023-07-28 · Anthony Brohan, Noah Brown, Justice Carbajal, Yevgen Chebotar 외

We study how vision-language models trained on Internet-scale data can be incorporated directly into end-to-end robotic control to boost generalization and enable emergent semantic reasoning. Our goal is to enable a sing…

ObjectQuestion AnsweringRobot ManipulationVision-Language-Action+1

Unified Embodied VLM Reasoning with Robotic Action via Autoregressive Discretized Pre-training

2025-12-30 · Yi Liu, Sukai Wang, Dafeng Wei, Xiaowei Cai 외 arxiv

General-purpose robotic systems operating in open-world environments must achieve both broad generalization and high-precision action execution, a combination that remains challenging for existing Vision-Language-Action …

Continuous Control

CoT-VLA: Visual Chain-of-Thought Reasoning for Vision-Language-Action Models

2025-03-27 · CVPR 2025 1 · Qingqing Zhao, Yao Lu, Moo Jin Kim, Zipeng Fu 외

Vision-language-action models (VLAs) have shown potential in leveraging pretrained vision-language models and diverse robot demonstrations for learning generalizable sensorimotor control. While this paradigm effectively …

Vision-Language-Action