Back to feed
News Story
APriority83
机器之心
1 sources

Countering the 'L is Useless' Claim in VLA: Proper Positioning Boosts Instruction Generalization by 20-40%

A joint team from Shanghai Jiao Tong University and Unbounded Dynamics Embodied Intelligence Lab proposed a simple yet effective method called Grounded Semantic Re-Binding (GSR) to improve instruction generalization in Vision-Language-Action (VLA) models. By redesigning how language semantics enter the visual and action computation pathways, the method achieves 20-40% performance gains on benchmarks like LIBERO-Para without requiring extensive paraphrase training. The research highlights a critical issue in VLA instruction following and offers a practical solution.

SynthePulse Insight · AI deep reading

New Solution for VLA Instruction Generalization: How GSR Helps Robots Understand 'Rephrased' Commands

Version 1 · 1 source

Shanghai Jiao Tong University and Wujie Dynamics team propose GSR method, which by redesigning the injection path of language semantics, without relying on large amounts of rewritten data, improves the instruction generalization success rate of VLA models on LIBERO-Para by up to 44.65 percentage points, and reveals the mechanism behind language generalization failure.

  • VLA models show significant performance drops after instruction rewriting, e.g., SmolVLA drops from 72.0% to 4.47%, VLA-Adapter from 98.2% to 46.82%.
  • Action-level retrieval experiments show that failed actions still retain task structure; the problem is that language feature shift is amplified downstream.
  • Layer-wise replacement experiments show that VLA-Adapter's semantic control is concentrated in the last Bridge-Attention block; single-layer replacement can recover 96.8% of action differences.
  • GSR freezes T5 to extract stable semantics and re-injects them, improving VLA-Adapter on LIBERO-Para from 46.82% to 70.94%, and SmolVLA from 4.47% to 49.12%.
  • Language path authority experiments show that merely adding T5 without restructuring information flow is ineffective; the native path still dominates action control.
Open section navigationProblem: Instruction Rewriting Causes Sharp VLA Performance Drops

Problem: Instruction Rewriting Causes Sharp VLA Performance Drops

In embodied intelligence, VLA models are often criticized for insufficient instruction generalization. In standard benchmarks like LIBERO, training and test instructions are highly similar, masking whether models truly understand task semantics. When instructions are simply rephrased, such as changing 'grab the larger red object' to 'pick up the larger red cube', model performance can drop significantly.

The paper evaluates three models on LIBERO-Para: SmolVLA achieves 72.0% success on original instructions but only 4.47% after rewriting; VLA-Adapter drops from 98.2% to 46.82%; even π0.5, trained on large-scale heterogeneous data, suffers performance loss. This indicates that high success rates do not equate to stable instruction-following ability.

Mechanism: Task Information Remains, but Language Shift Is Amplified

Through action-level retrieval experiments, the paper finds that actions generated from rewritten instructions are still closer to the correct task than random, indicating task information is not lost. Layer-wise feature intervention further shows that in VLA-Adapter, replacing language features from rewritten instructions with original instruction features recovers 96.8% of action differences, and closed-loop success rate improves from 60% to 96%.

However, different architectures have different semantic control locations: in SmolVLA and π0.5, single-layer replacement recovers at most about 10.5% and 31.3%, indicating task information is distributed across layers. Additionally, control experiments show that dynamic images and wording changes both perturb language representations; removing the wording direction improves closed-loop success rate from 55% to 90%.

Solution: GSR Rebuilds the Language-to-Action Information Flow

The GSR method consists of three steps: first, a frozen T5 encoder processes language instructions alone, without receiving images or states, to extract stable semantics; then, depending on the fusion location of different VLAs, the projected T5 semantics are re-injected; finally, the Action Expert is reinitialized and trained to learn new language conditioning.

On LIBERO-Para, GSR improves VLA-Adapter's success rate from 46.82% to 70.94%, SmolVLA from 4.47% to 49.12%, and π0.5 from 73.60% to 75.59%, achieving the highest PRIDE score of 70.4. All models are trained only on original instructions, without using rewritten data.

Validation: Path Conflicts and ParaVLA Exploration

Language path authority experiments show that merely adding T5 without restructuring information flow is ineffective: VLA-Adapter's Native+T5 only improves from 46.82% to 47.31%, and SmolVLA's corresponding version is 13.49%. When the native path receives incorrect instructions, success rate drops to 5.11%, while when T5 receives incorrect instructions, it remains at 44.0%, indicating the native path still dominates control.

The experimental architecture ParaVLA uses frozen T5 and DINOv2, achieving 92% and 91% success rates on original and rewritten instructions, respectively, with only a 1 percentage point difference. However, full decoupling also brings scalability issues; future work needs to balance stable semantics, scene grounding, and model scaling capabilities.

Credibility boundary

This article is based on a report by Machine Intelligence on the paper; all data are from the paper's experiments but have not been independently verified. Some performance improvement magnitudes (e.g., 20-40%) are as claimed by the paper and should be confirmed against the original paper.

Insight takeaway

VLA instruction generalization failure is not because the model completely misunderstands instructions, but because feature shifts between equivalent expressions are amplified downstream. GSR effectively improves generalization by providing a stable semantic source and restructuring information flow, but injection locations must be tailored to different architectures.

Primary report

机器之心

Primary source