Generalizable VLA Finetuning via Representation Anchoring and Language-Action Alignment
Summary
Anchor-Align augments behavioral cloning with vision-language anchoring to preserve pretrained representations and language-action alignment, improving real-robot success rates by over 20% on xArm7 and showing consistent gains in simulation benchmarks.
View Cached Full Text
Cached at: 07/24/26, 05:08 AM
Paper page - Generalizable VLA Finetuning via Representation Anchoring and Language-Action Alignment
Source: https://huggingface.co/papers/2607.13429
Abstract
Finetuningapretrainedvision-languagemodel(VLM)onrobotdemonstrationsviabehaviorcloning(BC)hasbecomethestandardrecipeforvision-language-action(VLA)policies.However,BCfinetuningprogressivelyoverwritesthepretrainedrepresentationsthatsupportvisualandsemanticgeneralization.Co-trainingonwebimage-textdata,acommonremedy,doesnotpreventthis;itapplieslanguageandactionlossestoseparateobservations,leavingVLAswithlanguage-actionmisalignmentthatstandardmanipulationbenchmarksdonotexpose.WeproposeAnchor-Align,whichaugmentsBCwithtwoobjectives:Vision-LanguageAnchoringdistillslayer-wiserepresentationsfromafrozenVLMcopytopreventthisdrift,whileLanguage-ActionAlignmentconvertseachactiontargetintoadiscretemotion-directionlabelandjointlytrainslanguageandactionpredictiononthesamerobotobservation.OnaphysicalxArm7robot,acrosstwowidelyusedVLAarchitectures,Anchor-Alignimprovesreal-robotsuccessonboth(28%to54%and37%to60%).Atscaleinsimulation,wedemonstrateconsistentimprovementsonOODperturbations,perceptualrobustness,andlong-horizoncontrolacrossLIBERO-PRO,LIBERO-Plus,andCALVIN,respectively,suggestingthatpreservingpretrainedrepresentationsandeffectiveactionlearningarenotfundamentallyatodds.Projectpage:anchoralignvla.github.io
View arXiv pageView PDFProject pageGitHub14Add to collection
Get this paper in your agent:
hf papers read 2607\.13429
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### Dwipz/Anchor-Align Robotics• Updated3 days ago
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.13429 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.13429 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
From Foundation to Application: Improving VLA Models in Practice
This paper presents LingBot-VLA 2.0, which enhances VLA foundation models for robotics by improving generalization across tasks and embodiments, expanding action space to whole-body degrees of freedom, and incorporating predictive dynamics modeling for better temporal reasoning.
CLAP: Direct VLM-to-VLA Adaptation via Language-Action Grounding
CLAP proposes a method to convert pretrained vision-language models (VLMs) into vision-language-action models (VLAs) by prepending natural-language action descriptions to action token sequences, preserving semantic capabilities without architectural changes. It achieves 90.8% on LIBERO and improves robustness.
Hierarchical Advantage Weighting for Online RL Fine-Tuning of VLAs from Sparse Episode Outcomes
This paper proposes Hierarchical Advantage-Weighted Behavior Cloning (HABC) for fine-tuning Vision-Language-Action (VLA) policies using online reinforcement learning with sparse binary episode outcomes. HABC separates viability and efficiency objectives via adaptive critic heads and intervention-aware credit assignment, significantly improving success rates on contact-rich bimanual manipulation tasks.
InternVLA-A1.5: Unifying Understanding, Latent Foresight, and Action for Compositional Generalization
InternVLA-A1.5 integrates pretrained vision-language models with future prediction in latent space to enable efficient robot manipulation with compositional generalization and long-horizon execution, achieving state-of-the-art results on simulation benchmarks.
AffordanceVLA: A Vision-Language-Action Model Empowering Action Generation through Affordance-Aware Understanding
AffordanceVLA introduces a unified framework using structured affordance forecasting as an intermediate representation to improve perception-action mapping in robotic manipulation, leveraging vision-language models and a Mixture-of-Transformer architecture.