ROJun 22

Flatness Preserves Instruction Following in Vision-Language-Action Models

arXiv:2606.2364112.0
Predicted impact top 29% in RO · last 90 daysOriginality Incremental advance
AI Analysis

Addresses the problem of instruction following in robot learning for practitioners using VLA models, offering a simple optimization fix that yields large gains.

Vision-language-action models finetuned on limited robot data suffer from instruction blindness, where they ignore language instructions. Applying sharpness-aware minimization during finetuning improves instruction following by over 60% across multiple benchmarks without additional data or architectural changes.

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/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes