paper-with-me

홈 › Papers

In-Context VLA: Endowing Vision-Language-Action Models with Language via In-Context Post-Training and Agentic Tool Use

2026-08-06 · Jiarui Yang, Wen Huang, Jiale Zhang, Maowei Hu, Hang Guo arxiv

Vision-Language-Action (VLA) models have become the dominant recipe for generalist manipulation, yet they are almost universally trained by behavior cloning: a policy imitates expert action chunks conditioned on a static image and a fixed instruction. A natural remedy is to inject explicit reasoning through textual chain-of-thought (CoT). We show, both empirically and analytically, that free-form textual CoT degrades low-level control: the reasoning it produces is ungrounded, its latency breaks closed-loop timing, and, crucially, the reasoning and action tokens are optimized against conflicting objectives so that the policy learns to narrate rather than to act. We argue that what a VLA needs is not the ability to generate language, but the ability to consume grounded language. To this end we introduce \textbf{\ourmethod{}}, a framework that endows a VLA with language competence through (i) in-context post-training, in which perceptual evidence is injected as structured context and the model is supervised only on actions, and (ii) an agentic tool-use interface, in which the policy queries open-vocabulary detectors, monocular depth, and a vision--language model to actively acquire task-relevant information. Rather than emitting a single templated caption, our data engine produces diverse, paraphrased, and evidence-conditioned spatial descriptions, so that the policy learns to interpret language it has never seen verbatim. Across the RoboCasa-GR1, SimplerEnv, and LIBERO simulation benchmarks, together with 8 real-world robot manipulation tasks, our method consistently achieves SOTA results in both performance and efficiency when compared with CoT-based approaches under matched configurations.

📄 PDF Abstract BibTeX arXiv:2608.05738

Code (2)

BaiShuanghao/my_arXiv_daily ★ 208
umerjavaidkh/AI_Research_Collection

Tasks

Robot Manipulation

Similar Papers 제목 키워드 기반

Augmenting Vision Language Pretraining by Learning Codebook with Visual Semantics

2022-07-31 · Xiaoyuan Guo, Jiali Duan, C. -C. Jay Kuo, Judy Wawira Gichoya 외

Language modality within the vision language pretraining framework is innately discretized, endowing each word in the language vocabulary a semantic meaning. In contrast, visual modality is inherently continuous and high…

Language ModelingLanguage ModellingMasked Language Modeling

IntentionVLA: Generalizable and Efficient Embodied Intention Reasoning for Human-Robot Interaction

2025-10-09 · Yandu Chen, Kefan Gu, Yuqing Wen, Yucheng Zhao 외 arxiv

Vision-Language-Action (VLA) models leverage pretrained vision-language models (VLMs) to couple perception with robotic control, offering a promising path toward general-purpose embodied intelligence. However, current SO…

Proactive Human-Robot Interaction using Visuo-Lingual Transformers

2023-10-04 · Pranay Mathur

Humans possess the innate ability to extract latent visuo-lingual cues to infer context through human interaction. During collaboration, this enables proactive prediction of the underlying intention of a series of tasks.…

Xiaomi-Robotics-0: An Open-Sourced Vision-Language-Action Model with Real-Time Execution

2026-02-13 · Rui Cai, Jun Guo, Xinze He, Piaopiao Jin 외 arxiv

In this report, we introduce Xiaomi-Robotics-0, an advanced vision-language-action (VLA) model optimized for high performance and fast and smooth real-time execution. The key to our method lies in a carefully designed tr…

SpaAct: Spatially-Activated Transition Learning with Curriculum Adaptation for Vision-Language Navigation

2026-04-30 · Pengna Li, Kangyi Wu, Shaoqing Xu, Fang Li 외 arxiv

Vision-and-Language Navigation (VLN) aims to enable an embodied agent to follow natural-language instructions and navigate to a target location in unseen 3D environments. We argue that adapting VLMs to VLN requires endow…

Vision-Language Navigation