VLA-Trace

Diagnosing Vision-Language-Action Models through Representation and Behavior Tracing

1 X-Humanoid 2 University of Science and Technology of China 3 University of Manchester 4 Beihang University 5 Fudan University 6 University of New South Wales
† Core contributors · ‡ Project leader · ✉ Corresponding author
Overview of the VLA-Trace framework
Motivation

VLA models can act — but why do they act?

High success rates reveal what VLA models do, but not how they actually work.VLA-Trace bridges this gap through representation, control, and behavior tracing.

The black-box gap

Success rate alone cannot explain failures.

A policy may successfully imitate trajectories while still ignoring subtle language edits, relying on gripper geometry, or exploiting background layout. VLA-Trace links internal representations to causal pathways and then to rollout behavior.

Q1 Representation 🧠 Does robot adaptation reorganize pretrained multimodal representations?
Q2 Control 🔀 Which modality actually drives action generation?
Q3 Behavior 🤖 Do internal pathways explain grounded behavior?
Three Questions Behind VLA Behavior

Build an evidence chain, not an isolated probe.

Existing analyses often stop at hidden-state probing or input perturbation. VLA-Trace connects three levels:

Representation Shifts What is preserved or reorganized?
Causal Pathways What pathway is necessary for action?
Behavioral Probes What does the robot actually rely on?
Method

A progressive evidence chain

VLA-Trace follows three model stages — C0 pretrained VLM, C1 pretrained VLA, and C2 task-finetuned VLA — and applies complementary probes from latent geometry to closed-loop rollout behavior.

S1
Representation Shifts

Cross-modal & checkpoint-drift CKA

Measure image–text alignment and whether visual, textual, and joint subspaces are preserved or reorganized across C0, C1, and C2.

S2
Causal Pathways

Attention Knockout

Block selected token pathways during prefill or generation to test whether vision, language, structural prompt tokens, or action paths are necessary.

S3
Behavioral Probes

Rollout probes

Use attention IoU, patch masking, and input editing to expose grounding, shortcut dependence, and fine-grained semantic controllability.

StageProbeQuestionBenchmarksModels
S1Cross Modal CKAHow strongly do image and text representations align?LIBEROCOCOπ0.5OpenVLA
S1Checkpoint Drift CKAWhich representation subspaces are preserved or rewritten?LIBEROπ0.5OpenVLA
S2Attention KnockoutWhich modality routes are causally required?LIBEROCALVINRoboTwin2.0π0.5OpenVLAOpenVLA-OFT
S3Attention IoU And PatternsDo action-conditioned heatmaps overlap with task-relevant regions?LIBEROπ0.5OpenVLA
S3Visual Patch Masking & Input EditingWhich visual cues or semantic edits actually change behavior?LIBEROCALVINRoboTwin2.0SimplerEnvπ0.5OpenVLAOpenVLA-OFTX-VLA
Results carousel

Browse the experimental evidence as slides

The paper contains many diagnostic figures, so this page now uses carousels for fast browsing. Use the arrows, dots, thumbnails, or keyboard arrow keys; click any image to zoom in.

Key findings

What VLA-Trace reveals

Our experimental findings suggest that the conclusion is not simply that “vision matters” or “language matters.” Instead, different VLA architectures preserve, route, and use multimodal information in distinct ways.

S1

Representation trace

S2

Causal pathway trace

S3

Behavior trace

Distinct adaptation dynamics

π0.5 and OpenVLA exhibit different modality-specific representation changes during VLA finetuning.

View S1 evidence

Related evidence: S1 · CKA.

Different routing strategies

π0.5 is dominated by a concentrated visual-to-action pathway, while OpenVLA relies more broadly on visual grounding and prompt-region access.

View S1 evidence

Related evidence: S1 · Drift CKA.

Layer dependency is not uniform

Some dependencies concentrate in narrow bottlenecks; others are distributed across broader layer ranges. The appendix extends this with windowed sweeps.

View S2 evidence

Related evidence: S2 · Knockout.

Grounding is spatial and temporal

Action attention overlaps with robot-object interaction regions and shifts across the two phases of long-horizon LIBERO-10 tasks.

View S2 evidence

Related evidence: S2 · Knockout.

Visual anchors are causal

Target-object masking causes large drops, showing that attended target objects are not merely visualized but causally required for execution.

View S3 + table

Related evidence: S3 · Visual Patch Masking.

Shortcut dependence is model-specific

Gripper, robot body, and background perturbations expose different architecture-specific reliance patterns.

View S3 + table

Related evidence: S3 · Shortcut Probes.

Semantic control remains partial

Edited instructions do not always redirect behavior, suggesting a gap between visual grounding and compositional language-conditioned control.

View S3 + table

Related evidence: S3 · Input Editing.

Outlook

What this suggests for future VLA design

Representation

Preserve semantic priors

VLA training should balance adapting to robot control with preserving visual, language, and cross-modal semantic pathways.

Reasoning

Enable reliable VLA routing

Action generation depends on how visual and language information is routed through the model, not merely on its availability.

Semantics

Train for counterfactual control

Semantic-edit objectives, object-swap interventions, and contrastive behavior supervision could make subtle instruction changes causally actionable.

Citation

Citation

If you find this work useful, please cite the paper.

@misc{shi2026vlatracediagnosingvisionlanguageactionmodels,
  title={VLA-Trace: Diagnosing Vision-Language-Action Models through Representation and Behavior Tracing}, 
  author={Haoyuan Shi and Xiancong Ren and Yingji Zhang and Qinfan Zhang and Jiayu Hu and Haozhe Shan and Han Dong and Jinpeng Lu and Yinda Chen and Yi Zhang and Yong Dai and Xiaozhu Ju},
  year={2026},
  eprint={2605.30117},
  archivePrefix={arXiv},
  primaryClass={cs.AI},
  url={https://arxiv.org/abs/2605.30117},
}