ROCVJul 15

Generalizable VLA Finetuning via Representation Anchoring and Language-Action Alignment

arXiv:2607.1342931.1h-index: 6
Predicted impact top 1% in RO · last 90 daysOriginality Incremental advance
AI Analysis

For robotics researchers using VLM-based policies, Anchor-Align addresses the overlooked issue of language-action misalignment and representation overwriting during BC finetuning, offering a simple augmentation that yields substantial performance improvements.

Anchor-Align improves VLA finetuning by preventing representation drift and aligning language with actions, boosting real-robot success from 28% to 54% and 37% to 60% on two architectures, with consistent gains in simulation benchmarks.

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

Foundations

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

Your Notes