Self-Adaptive VLA for Robust Robot Deployment

1University of Massachusetts Amherst   2Genesis AI

*Equal contribution

Video with narration. Unmute to listen.


Abstract

While Vision-Language-Action (VLA) models demonstrate impressive capabilities in robotic manipulation, their memoryless nature renders them brittle to test-time environment shifts, particularly hardware shifts caused by wear or imperfect calibration. Enabling these models to self-adapt during deployment without requiring continuous on-site recalibration remains a critical bottleneck for real-world scalability. In this work, we introduce Self-Adaptive VLA, a novel post-training recipe that enables the policy to iteratively adapt to deployment-time hardware shifts leveraging its own rollouts as context. To do so, we first collect policy rollouts under deliberately injected hardware shifts. We then transform the base policy's training data into shift-conditioned expert demonstrations by pre-compensating the expert actions for these known shifts. Next, we introduce a lightweight, plug-in context encoder that compresses the context, including visual observation, proprioception, and actions in the shifted environment, into a latent context token. This token modulates the policy through adaptive layer normalization (AdaLN). Furthermore, we find that context tokens can be ensembled, allowing the policy to iteratively self-correct and mitigate failures step by step. Extensive experiments across four precision-critical bi-manual and dexterous manipulation tasks show that Self-Adaptive VLA recovers over 80% of the base policy's performance under hardware shifts, such as actuation bias and joint encoder offsets. Moreover, Self-Adaptive VLA enables more robust deployment to new workstations compared to the base policy. Our approach provides a pathway for robust large-scale real-world robot deployments and easier maintenance.


How it works

Learning to Adapt from Its Own Rollouts

aContextualized data

We roll out the frozen base policy under randomly injected hardware shifts to collect context rollouts. Each is paired with a human expert demonstration whose actions are pre-compensated for the same shift. The target behavior always comes from expert data, never from the sub-optimal rollout, and no additional human collection is needed.

bContext encoder

A lightweight plug-in encoder compresses the rollout (multi-view video, proprioception and actions) into a single context token. The token is added to the DiT timestep conditioning before AdaLN and is trained with the same flow-matching loss as the base policy, while the VLM stays frozen.

cIterative ensembling

At test time, context tokens from multiple trials are simply summed. Each new failure reveals a shift that earlier failures masked, so the policy converges on the right compensation step by step. The token is computed once per trial, which adds zero overhead to the closed-loop control cycle.

Iterative self-correction

Each Failure Reveals the Next Shift

Assemble Ring with a 20-DoF dexterous hand under an unknown joint encoder offset. Each trial conditions on the rollouts before it: the first failure fixes the grasp, and the second fixes the insertion.

Trial 0✗ failed grasping

no context

Trial 1✗ failed assembly

context: Trial 0

Trial 2✓ success

context: Trials 0 + 1


Deployment

Deploying to an Uncalibrated Workstation

Five Assemble Ring episodes per column. The policy is trained on data from Station 1 only. Moved directly to Station 2, which has its own hardware shifts, the base policy fails every episode. Given failed trials on the new station as context, Self-Adaptive VLA recovers. success failure

Station 1Base policy5/5
Station 2Base policy0/5
Station 2Ours · 1 failed trial as context2/5
Station 2Ours · 2 failed trials as context5/5

More tasks

More Tasks

Transport Corn, Cap Marker and Insert Tube on Piper and Piper-X arms with parallel grippers, each under an unknown hardware shift. Four episodes per task: the first trial fails, and the policy succeeds once it conditions on its own failed rollouts.


BibTeX

@article{zhang2026selfadaptive,
  title={Self-Adaptive VLA for Robust Robot Deployment},
  author={Hongxin Zhang and Chunru Lin and Tsun-Hsuan Wang and Zhenjia Xu and Chuang Gan},
  journal={arXiv preprint arXiv:2609.30092},
  year={2026},
}