paper-with-me

Papers

ChatVLA: Unified Multimodal Understanding and Robot Control with Vision-Language-Action Model

2025-02-20 · Zhongyi Zhou, Yichen Zhu, Minjie Zhu, Junjie Wen, Ning Liu, Zhiyuan Xu, Weibin Meng, Ran Cheng, Yaxin Peng, Chaomin Shen, Feifei Feng

Humans possess a unified cognitive ability to perceive, comprehend, and interact with the physical world. Why can't large language models replicate this holistic understanding? Through a systematic analysis of existing training paradigms in vision-language-action models (VLA), we identify two key challenges: spurious forgetting, where robot training overwrites crucial visual-text alignments, and task interference, where competing control and understanding tasks degrade performance when trained jointly. To overcome these limitations, we propose ChatVLA, a novel framework featuring Phased Alignment Training, which incrementally integrates multimodal data after initial control mastery, and a Mixture-of-Experts architecture to minimize task interference. ChatVLA demonstrates competitive performance on visual question-answering datasets and significantly surpasses state-of-the-art vision-language-action (VLA) methods on multimodal understanding benchmarks. Notably, it achieves a six times higher performance on MMMU and scores 47.2% on MMStar with a more parameter-efficient design than ECoT. Furthermore, ChatVLA demonstrates superior performance on 25 real-world robot manipulation tasks compared to existing VLA methods like OpenVLA. Our findings highlight the potential of our unified framework for achieving both robust multimodal understanding and effective robot control.

📄 PDF Abstract BibTeX arXiv:2502.14420

Code (1)

tutujingyugang1/ChatVLA_public 공식 구현 pytorch

Tasks

Mixture-of-ExpertsQuestion AnsweringRobot ManipulationVision-Language-ActionVisual Question Answering

Similar Papers 제목 키워드 기반

EO-1: An Open Unified Embodied Foundation Model for General Robot Control

2025-08-28 · Delin Qu, Haoming Song, Qizhi Chen, Zhaoqing Chen 외 arxiv

The human ability to seamlessly perform multimodal reasoning and physical interaction in the open world is a core goal for general purpose embodied intelligent systems. Recent vision-language-action (VLA) models, which a…

Multimodal Reasoning

ChatVLA-2: Vision-Language-Action Model with Open-World Embodied Reasoning from Pretrained Knowledge

2025-05-28 · Zhongyi Zhou, Yichen Zhu, Junjie Wen, Chaomin Shen 외

Vision-language-action (VLA) models have emerged as the next generation of models in robotics. However, despite leveraging powerful pre-trained Vision-Language Models (VLMs), existing end-to-end VLA systems often lose ke…

Imitation LearningMathMathematical ReasoningOptical Character Recognition (OCR)+2

Visual Embodied Brain: Let Multimodal Large Language Models See, Think, and Control in Spaces

2025-05-30 · Gen Luo, Ganlin Yang, Ziyang Gong, Guanzhou Chen 외

The remarkable progress of Multimodal Large Language Models (MLLMs) has attracted increasing attention to extend them to physical entities like legged robot. This typically requires MLLMs to not only grasp multimodal und…

Spatial Reasoning

Unified-IO 2: Scaling Autoregressive Multimodal Models with Vision, Language, Audio, and Action

2023-12-28 · Jiasen Lu, Christopher Clark, Sangho Lee, Zichen Zhang 외

We present Unified-IO 2, the first autoregressive multimodal model that is capable of understanding and generating image, text, audio, and action. To unify different modalities, we tokenize inputs and outputs -- images, …

DecoderImage GenerationNatural Language Understanding

RoboCodeX: Multimodal Code Generation for Robotic Behavior Synthesis

2024-02-25 · Yao Mu, Junting Chen, Qinglong Zhang, Shoufa Chen 외

Robotic behavior synthesis, the problem of understanding multimodal inputs and generating precise physical control for robots, is an important part of Embodied AI. Despite successes in applying multimodal large language …

Code GenerationMultimodal ReasoningVisual Question Answering