Search papers, labs, and topics across Lattice.
This paper introduces VANE, a reliable test-time training framework for vision-language-action (VLA) models that enhances adaptation during closed-loop manipulation. By isolating candidate updates from the live policy and conditioning adaptations on future visual outcomes, VANE ensures that only supported changes are committed, improving reliability in dynamic environments. Experimental results show that VANE achieves a 3.2 percentage point increase in average success on SimplerEnv WidowX compared to traditional test-time training baselines, highlighting its effectiveness in real-world applications.
VANE's innovative approach to test-time training allows for selective and reversible adaptations, significantly boosting performance in dynamic manipulation tasks.
Test-time training (TTT) offers a lightweight way to adapt vision--language--action (VLA) policies from unlabeled deployment streams, but it remains difficult to use reliably in closed-loop manipulation. A shared adaptation space can mix incompatible task corrections, while an online update can alter subsequent actions before its consequences are known. We introduce a reliable TTT framework for VLA policies (VANE). VANE conditions prompt adaptation on the current vision--language context and learns from the future visual consequences of executed actions. Candidate updates are isolated from the live policy, evaluated on subsequent observations, and committed only when supported by future evidence, making adaptation selective and reversible. On SimplerEnv WidowX, VANE improves average success by $3.2$ percentage points over the corresponding TTT baseline. Results on Google Robot further show that deployment-time gains remain task- and embodiment-dependent. Together, these results demonstrate a constrained, evidence-based approach to adapting VLA policies during interaction.