RoboAlign: Learning Test-Time Reasoning for Language-Action Alignment in Vision-Language-Action Models

arXiv cs.AI / 3/24/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • RoboAlignは、MLLM(vision-language)からVLA(vision-language-action)へ“言語と低レベル行動のギャップ”を埋めることを目的にした学習フレームワークで、SFT後のRLベースのアラインメントで安定して性能向上を狙う手法を提案している。
  • 具体的には、ゼロショットの自然言語推論でアクショントークンをサンプリングし、その推論を強化学習(RL)で洗練して行動精度を高める。
  • 拡散ベースのアクションヘッドをMLLMバックボーンに追加してVLAを学習し、複数のロボティクスベンチマークで評価したところ、SFTのベースラインに対してLIBEROで17.5%、CALVINで18.9%、実環境で106.6%の改善が報告されている。
  • さらに、RLによるアラインメントに必要なデータ量をSFT後に1%未満に抑えつつ改善を得られる点が強調されている。

Abstract

Improving embodied reasoning in multimodal-large-language models (MLLMs) is essential for building vision-language-action models (VLAs) on top of them to readily translate multimodal understanding into low-level actions. Accordingly, recent work has explored enhancing embodied reasoning in MLLMs through supervision of vision-question-answering type. However, these approaches have been reported to result in unstable VLA performance, often yielding only marginal or even negative gains. In this paper, we propose a more systematic MLLM training framework RoboAlign that reliably improves VLA performance. Our key idea is to sample action tokens via zero-shot natural language reasoning and refines this reasoning using reinforcement learning (RL) to improve action accuracy. As a result, RoboAlign bridges the modality gap between language and low-level actions in MLLMs, and facilitate knowledge transfer from MLLM to VLA. To validate the effectiveness of RoboAlign, we train VLAs by adding a diffusion-based action head on top of an MLLM backbone and evaluate them on major robotics benchmarks. Remarkably, by performing RL-based alignment after SFT using less than 1\% of the data, RoboAlign achieves performance improvements of 17.5\%, 18.9\%, and 106.6\% over SFT baselines on LIBERO, CALVIN, and real-world environments, respectively.