Restoring Linguistic Grounding in VLA Models via Train-Free Attention Recalibration

* Equal contribution † Corresponding author & project lead

ECCV 2026

Paper Video Code coming soon

Abstract

We study a reliability failure in modern Vision-Language-Action models: under out-of-distribution contradictory instructions, policies often ignore instruction semantics and execute actions supported by visual priors. We introduce ICBench, a controlled diagnostic benchmark built from LIBERO, and propose Instruction-Guided Attention Recalibration (IGAR), a train-free inference-time intervention that shifts attention back toward instruction tokens without retraining or architecture changes.

Linguistic blindness is the tendency of VLA policies to prioritize visual priors over instruction semantics, executing a plausible action even when the instruction is incompatible with the scene.

Normal instructions succeed while contradictory instructions produce visually plausible but instruction-inconsistent executions.
Existing policies can execute the same visually plausible trajectory even when the modified instruction is logically incompatible with the scene.

Method

Instruction-Guided Attention Recalibration

IGAR detects sink tokens through hidden-state spikes, selects grounding heads with cross-modal imbalance, and redistributes attention toward non-sink instruction tokens. The intervention operates entirely inside the forward pass.

Overview of the IGAR framework with sink token detection, grounding head selection, and attention redistribution.
IGAR is a plug-and-play inference-time module for restoring language influence during action generation.

Experimental Results

We first test whether IGAR restores language-sensitive behavior, then verify that it preserves normal task performance and examine why the intervention works.

1. IGAR restores linguistic grounding under contradictory instructions

Under contradiction, a lower Success Rate (SR) means fewer instruction-inconsistent executions, while a higher Linguistic Grounding Score (LGS) indicates stronger language influence.

Suite Type Ο€0 Ο€0.5 OpenVLA-OFT
SR ↓ LGS ↑ SR ↓ LGS ↑ SR ↓ LGS ↑
SpatialV176.420.495.81.686.411.2
V284.212.693.63.886.211.4
V380.416.494.82.690.27.4
V476.220.699.6-2.288.49.2
ObjectV188.210.694.24.288.410.0
V286.412.490.48.084.214.2
V393.65.287.610.888.210.2
V490.48.488.410.082.416.0
GoalV146.449.490.27.466.431.6
V240.255.682.814.870.227.8
V346.249.692.45.264.233.8
V436.459.496.21.458.439.6
IGAR mitigation on ICBench. Green cells mark LGS β‰₯ 10. The largest gain appears on Ο€0 in the Goal suite, reaching 59.4 LGS for V4.

2. Normal task performance is preserved

Applying IGAR to valid instructions changes average success rates only marginally across all three VLA backbones.

Suite Ο€0 Ο€0 + IGAR Ο€0.5 Ο€0.5 + IGAR OpenVLA-OFT OFT + IGAR
Spatial96.896.4 (-0.4)97.498.2 (+0.8)97.697.6 (+0.0)
Object98.898.2 (-0.6)98.494.4 (-4.0)98.499.8 (+1.4)
Goal95.895.6 (-0.2)97.696.4 (-1.2)98.098.2 (+0.2)
Average97.196.7 (-0.4)97.896.3 (-1.5)98.098.5 (+0.5)
Success Rate (%) under normal instructions. IGAR preserves the original policy behavior while adding only 7.0 ms of per-step latency for OpenVLA-OFT.

3. IGAR redirects attention toward language-relevant regions

Attention maps with and without IGAR under normal and contradictory instructions.
The baseline follows visually salient regions regardless of instruction semantics, while IGAR restores attention to the instructed object and spatial relation.

4. The effect transfers to a real robot

  • Both policies complete the task when the instruction matches the scene.
  • The baseline still acts under contradiction, producing a visually plausible but invalid success.
  • IGAR interrupts the inconsistent execution through hovering or empty grasp attempts.
Real-world Franka experiments comparing the baseline policy with IGAR.
Real-world evaluation on the task β€œplace the blue cube into the open drawer.”

5. IGAR remains stable around its selected configuration

Sensitivity curves for text-sink decay, visual-sink bound, and intervened layers.
The selected decay factor, head-selection bound, and intervention depth lie in stable high-performing regions for linguistic grounding.

Video

The project video presents the ICBench setting, the IGAR mechanism, quantitative findings, simulated rollouts, and real-world behavior.

ICBench Rollout Gallery

Under valid instructions, IGAR preserves the baseline policy's real success. When the ICBench instruction is incompatible with the unchanged scene, a language-grounded policy should abstain: IGAR turns the baseline's fake success into a deserved failure.

BibTeX

@inproceedings{zhang2026restoring,
  title={Restoring Linguistic Grounding in VLA Models via Train-Free Attention Recalibration},
  author={Ninghao Zhang and Bin Zhu and Shijie Zhou and Jingjing Chen},
  booktitle={European Conference on Computer Vision (ECCV)},
  year={2026},
  url={https://arxiv.org/abs/2603.06001}
}