paper-with-me

홈 › Papers

APT: Action Expert Pretraining Improves Instruction Generalization of Vision-Language-Action Policies

2026-06-10 · Kechun Xu, Zhenjie Zhu, Anzhe Chen, Rong Xiong, Yue Wang arxiv

Vision-Language-Action (VLA) models that couple pretrained Vision-Language Models (VLMs) with continuous action experts have achieved strong manipulation performance, yet generalization to out-of-distribution (OOD) language instructions remains poor. A known challenge is the structural imbalance in VLA data, where language is far less diverse than visual and action content, making policies prone to visual shortcuts. While discrete-action methods mitigate this through vision-language co-training, continuous action experts lack such protection: they start from random initialization and learn entirely from imbalanced data, producing noisy gradients that corrupt the VLM and fail to exploit its language capability. We address this from a Bayesian perspective, factorizing the policy into a language-agnostic Vision-Action (VA) prior and a language-conditioned VLA likelihood, and propose APT, a two-stage training method emphasizing Action expert PreTraining. In Stage 1, the action expert is pretrained as a VA prior on vision-action pairs from a frozen VLM, bypassing the language imbalance. In Stage 2, language tokens are injected through a gated fusion mechanism that integrates VLM features while preserving the learned visuomotor prior. APT applies to mainstream VLA architectures, including the $π$ and GR00T-style architectures. Comprehensive experiments validate that APT achieves consistent gains on unseen instructions and compositional tasks. Project Page: https://xukechun.github.io/papers/APT/

📄 PDF Abstract BibTeX arXiv:2606.12366

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fine-Tuning VLAs with Self-Demonstrated Generative Control for Multi-Task Manipulation

2026-08-19 · Prachi Garg, Steve Xing, Prahit Yaugand, Saurabh Gupta 외 arxiv

State-of-the-art vision-language-action (VLA) models such as $π_{0.5}$ exhibit strong semantic understanding, instruction following and task behavior. However, when deployed on new robots, even minor mismatches in hardwa…

Instruction Following

GAE: Unleashing Physical Potential of VLM with Generalizable Action Expert

2025-10-04 · Mingyu Liu, Zheng Huang, Xiaoyi Lin, Muzhi Zhu 외 arxiv

Vision-language models demonstrate strong reasoning and planning abilities, yet grounding these predictions into precise robot actions remains a central challenge. Existing Vision-Language-Action methods typically entang…

Action with Visual Primitives

2026-05-21 · Weilong Guo, Yuchen Wang, Renping Zhou, Yunfeng Zhang 외 arxiv

Vision-Language-Action (VLA) models have emerged as a promising paradigm for generalist robotic manipulation. A common design in current architectures maps language instructions and visual observations to actions in a si…

Scene Understanding

LA4VLA: Learning to Act without Seeing via Language-Action Pretraining

2026-06-25 · Tao Lin, Yuxin Du, Yiran Mao, Zewei Ye 외 arxiv

Vision-Language-Action (VLA) models are commonly pretrained on robot demonstrations by jointly mapping visual observations and language instructions to actions. However, dense visual-action supervision can dominate the c…

Airbert: In-domain Pretraining for Vision-and-Language Navigation

2021-08-20 · ICCV 2021 10 · Pierre-Louis Guhur, Makarand Tapaswi, ShiZhe Chen, Ivan Laptev 외

Vision-and-language navigation (VLN) aims to enable embodied agents to navigate in realistic environments using natural language instructions. Given the scarcity of domain-specific training data and the high diversity of…

NavigateReferring ExpressionVision and Language Navigation