paper-with-me

Papers

Continuous Reasoning for Vision-Language-Action

2026-05-29 · Yueh-Hua Wu, Tatsuya Matsushima, Kei Ota arxiv

Natural language is a powerful reasoning medium for language and vision-language models, but it is mismatched to the granularity of continuous control. Text and explicit subgoals operate at task-level granularity, whereas vision-language-action (VLA) policies must choose actions at a much finer temporal scale; a single reasoning step can therefore span many action chunks while remaining only weakly coupled to the action needed now. This suggests a different question for VLA: what should play the role of language? We argue that a useful VLA reasoning medium must be shareable across model instances, verifiable through downstream action improvement, and aligned with temporally extended control structure. Based on this view, we propose Continuous Reasoning for Vision-Language-Action. Our model first predicts continuous reasoning in the form of a structured set of continuous thoughts, then reuses them as shared context for chunk-structured action generation. Better action prediction alone does not certify good reasoning: if the same internal medium cannot be shared across model instances and independently verified through improved downstream control, the added latent may simply become a model-private shortcut that helps on seen behaviors without supporting generalizable control. We therefore instantiate continuous reasoning as a shared Gaussian latent interface and train it with a self-verification objective in which an exponential-moving-average teacher must successfully consume the student's reasoning when predicting target actions. Empirically, Continuous Reasoning improves LIBERO-PRO robustness and performs strongly on real robots, raising mean subtask success over π0.5 by 40.4% on TX-G2, an AgiBot G2-compatible variant, and 26.3% on HSR. This suggests that reasoning in VLA is less about extra tokens than about a shareable, verifiable internal language for action.

📄 PDF Abstract BibTeX arXiv:2606.00229

Code (0)

등록된 구현이 없습니다.

Tasks

Continuous Control

Similar Papers 제목 키워드 기반

Latent Reasoning VLA: Latent Thinking and Prediction for Vision-Language-Action Models

2026-02-01 · Shuanghao Bai, Jing Lyu, Wanqi Zhou, Zhe Li 외 arxiv

Vision-Language-Action (VLA) models benefit from chain-of-thought (CoT) reasoning, but existing approaches incur high inference overhead and rely on discrete reasoning representations that mismatch continuous perception …

Robot Manipulation

MobileVLA-R1: Reinforcing Vision-Language-Action for Mobile Robots

2025-11-22 · Ting Huang, Dongjian Li, Rui Yang, Zeyu Zhang 외 arxiv

Grounding natural-language instructions into continuous control for quadruped robots remains a fundamental challenge in vision language action. Existing methods struggle to bridge high-level semantic reasoning and low-le…

Reinforcement LearningContinuous Control

LaViRA: Language-Vision-Robot Actions Translation for Zero-Shot Vision Language Navigation in Continuous Environments

2025-10-22 · Hongyu Ding, Ziming Xu, Yudong Fang, You Wu 외 arxiv

LaViRA: Zero-shot Vision-and-Language Navigation in Continuous Environments (VLN-CE) requires an agent to navigate unseen environments based on natural language instructions without any prior training. Current methods fa…

AnchorVLA: Bridging Discrete Decisions and Continuous Trajectories for Vision-Language-Action Planning

2026-07-03 · Qi Liu, Yabei Li, Hongsong Wang, Heng Zhang 외 arxiv

Autonomous driving planning requires translating navigation intent, traffic rules, dynamic interactions, and language instructions into executable continuous trajectories. Vision-Language-Action models have been introduc…

Trajectory PredictionAutonomous DrivingDecision Making

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