Latent visual-drift monitors for action-chunked VLA policies
Action-chunked VLA deployments should add a small inference-time monitor that checks whether the camera stream is changing as the current action chunk predicted. The practical trigger is simple: if the observed visual latent change keeps diverging from the expected change, stop executing the remaining actions in the queue and ask the policy for a corrected chunk.
VLA-Corrector is a concrete template. It keeps the VLA backbone frozen, trains a 40M latent dynamics MLP on demonstrations, compares expected and actual visual-latent changes, and uses a median and MAD threshold to detect persistent mismatch. After an interrupt, it guides the next flow-matching denoising step toward the correction direction. On MetaWorld, pi0.5 average success rose from 48.70% to 64.35%; SmolVLA at horizon 10 improved from 61.90% to 73.00% while average policy calls dropped from 19.27 to 15.64.
The cheap test is an action-chunk audit on tasks with contact, slippage, or pose drift. Log expected visual-latent change, observed change, interrupt rate, success rate, and policy calls per episode. If interrupts cluster around real execution errors and reduce failed long chunks, the monitor can become a deployment guardrail for fixed-horizon VLA controllers.