Adaptive test-time action selection
VLA-ATTC adds a decision gate to VLA robot policies. It samples two action chunks, measures their Dynamic Time Warping distance, and treats high distance as action uncertainty. Low-uncertainty steps execute directly. High-uncertainty steps sample candidate action chunks after a shared vision-language prefill, then a Relative Action Critic picks the preferred action through pairwise comparisons.
The reported gains are largest where one bad action can spoil a long task. On LIBERO-LONG, PI0 improves from 82.8% to 90.6% average success with the adaptive setting. PI0.5 improves from 90.6% to 94.0%, and the full deliberation setting cuts PI0.5 failure rate by 51.1%. On real Agilex Piper tasks, PI0 rises from 46.0% to 58.7% with adaptive VLA-ATTC. The paper also reports 20.8 Hz control, which matters because candidate search can break robot timing if applied too broadly.