paper-with-me

홈 › Papers

Flatness Preserves Instruction Following in Vision-Language-Action Models

2026-06-22 · Haochen Zhang, Yonatan Bisk arxiv

Vision-language-action (VLA) models have the potential for open-world generalization by leveraging pretrained vision-language representations, yet downstream finetuning on limited robot data often degrades these representations, leading to brittle policies that ignore language instructions in favor of visual shortcuts, a failure mode we term instruction blindness. We hypothesize that standard finetuning with limited data applies gradients to a sparse set of points, which manifests as a sharp loss landscape with high-curvature minima. We propose to address this directly through flatness-preserving optimization while finetuning on the exact same data, where learning a flatter landscape results in a model more robust to perturbations in the weight space. Specifically, we demonstrate that simply applying sharpness-aware minimization during VLA finetuning significantly improves instruction following by over 60% across multiple simulation and real-world benchmarks without additional data, architectural modification, or retraining. We further analyze the effect of selective sharpness, quantify its effects, and show that our approach is complementary to existing guidance techniques. Project page can be found at https://haochenz11.github.io/papers/flatness-vla/.

📄 PDF Abstract BibTeX arXiv:2606.23641

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Instruction-Free Tuning of Large Vision Language Models for Medical Instruction Following

2026-03-19 · Myeongkyun Kang, Soopil Kim, Xiaoxiao Li, Sang Hyun Park arxiv

Large vision language models (LVLMs) have demonstrated impressive performance across a wide range of tasks. These capabilities largely stem from visual instruction tuning, which fine-tunes models on datasets consisting o…

Visual Question AnsweringInstruction Following

Enhancing and Assessing Instruction-Following with Fine-Grained Instruction Variants

2024-06-17 · Jiuding Yang, Weidong Guo, Kaitong Yang, Xiangyang Li 외

The effective alignment of Large Language Models (LLMs) with precise instructions is essential for their application in diverse real-world scenarios. Current methods focus on enhancing the diversity and complexity of tra…

Data AugmentationDiversityInstruction Following

Instruction-Following Evaluation of Large Vision-Language Models

2025-12-29 · Daiki Shiono, Shumpei Miyawaki, Ryota Tanaka, Jun Suzuki arxiv

Following the initial flourishing of large language models (LLMs), there has been a surge in proposed large vision-language models (LVLMs) that integrate LLMs with vision capabilities. However, it has been observed that …

History-Conditioned Spatio-Temporal Visual Token Pruning for Efficient Vision-Language Navigation

2026-03-06 · Qitong Wang, Yijun Liang, Ming Li, Tianyi Zhou 외 arxiv

Vision-Language Navigation (VLN) enables robots to follow natural-language instructions in visually grounded environments, serving as a key capability for embodied robotic systems. Recent Vision-Language-Action (VLA) mod…

Vision-Language Navigation

Accessible Instruction-Following Agent

2023-05-08 · Kairui Zhou

Humans can collaborate and complete tasks based on visual signals and instruction from the environment. Training such a robot is difficult especially due to the understanding of the instruction and the complicated enviro…

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model+3