Attention Is All You Need
Ashish Vaswani, Noam Shazeer et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Finetuning a pretrained vision-language model (VLM) on robot demonstrations via behavior cloning (BC) has become the standard recipe for vision-language-action (VLA) policies. However, BC finetuning progressively overwrites the pretrained representations that support visual and semantic generalization. Co-training on web image-text data, a common remedy, does not prevent this; it applies language and action losses to separate observations, leaving VLAs with language-action misalignment that standard manipulation benchmarks do not expose. We propose Anchor-Align, which augments BC with two objectives: Vision-Language Anchoring distills layer-wise representations from a frozen VLM copy to prevent this drift, while Language-Action Alignment converts each action target into a discrete motion-direction label and jointly trains language and action prediction on the same robot observation. On a physical xArm7 robot, across two widely used VLA architectures, Anchor-Align improves real-robot success on both (28% to 54% and 37% to 60%). At scale in simulation, we demonstrate consistent improvements on OOD perturbations, perceptual robustness, and long-horizon control across LIBERO-PRO, LIBERO-Plus, and CALVIN, respectively, suggesting that preserving pretrained representations and effective action learning are not fundamentally at odds. Project page: anchoralignvla.github.io
Vision-language-action (VLA) models are a promising paradigm for robot manipulation, but their standard finetuning recipe—behavior cloning on robot demonstrations—has a hidden flaw: it progressively overwrites the rich visual and semantic representations learned during pretraining. This paper, Anchor-Align, identifies and addresses this representation drift, showing that it leads to language-action misalignment that standard benchmarks fail to expose. The work is significant because it challenges the assumption that co-training on web data can prevent this drift, and instead proposes a principled solution that preserves pretrained knowledge while still learning effective actions.
The paper's focus on real-robot validation (xArm7) and large-scale simulation (LIBERO-PRO, LIBERO-Plus, CALVIN) adds credibility. The consistent improvements across two different VLA architectures suggest the method is broadly applicable, not tied to a specific model design. For AI practitioners deploying VLA policies, this work offers a practical, low-overhead finetuning augmentation that could substantially improve robustness and generalization.
Anchor-Align offers a simple yet effective solution to a fundamental problem in VLA finetuning: the tension between preserving pretrained representations and learning new action capabilities. By showing that these goals are not fundamentally at odds, the work opens the door to more robust and generalizable robot policies. The method's architecture-agnostic nature and lack of reliance on additional web data make it practical for real-world deployment. Future work could explore extending the anchoring to other modalities (e.g., tactile or depth) and investigating the trade-offs of discrete action labels for fine-grained control.
Ashish Vaswani, Noam Shazeer et al.
Jakubův, Jan, Chvalovský, Karel et al.
Pauli Virtanen, Ralf Gommers et al.
Tom B. Brown, Benjamin Mann et al.