Papers
arxiv:2607.01804

VLA-Corrector: Lightweight Detect-and-Correct Inference for Adaptive Action Horizon

Published on Jul 2
· Submitted by
Wenqi Zhang
on Jul 6
Authors:
,
,
,
,
,
,
,
,
,
,

Abstract

VLA-Corrector addresses limitations of action chunking in vision-language-action models by introducing a lightweight latent-space vision monitor that enables adaptive corrective replanning, improving robustness in contact-rich manipulation tasks.

Vision-Language-Action (VLA) foundation models have recently achieved strong progress in embodied intelligence. To reduce policy-call frequency while preserving temporal coherence, most generative policies adopt an action chunk mechanism, executing multiple future actions in an open-loop manner under a fixed action horizon. However, this "predict-then-blindly-execute" paradigm sacrifices closed-loop reactivity: in contact-rich physical interactions, even small local perturbations can rapidly amplify within the open-loop blind spot, leading to compounding errors and ultimately task failure. To address this limitation, we propose VLA-Corrector, a lightweight corrective inference framework for action-chunked VLA policies. Without modifying the backbone policy weights, VLA-Corrector introduces a lightweight Latent-space Vision Monitor (LVM) that continuously compares predicted and actual visual feature evolution, enabling online detection of visual dynamics deviations. Once persistent deviation is detected, the system triggers a truncation event, discards the remaining stale actions, and invokes corrective replanning via Online Gradient Guidance (OGG). The detect-and-correct mechanism of VLA-Corrector naturally induces an event-triggered adaptive action horizon: it preserves long-horizon execution when the current chunk remains reliable, and invokes short-horizon corrective replanning when execution begins to drift. In doing so, VLA-Corrector mitigates the trade-off imposed by static horizons between execution robustness and policy-call frequency. It can be integrated into different VLA models without further retraining the VLA backbone, interrupting compounding errors while preserving much of the efficiency benefit of action chunking and substantially improving robustness in long-horizon, contact-rich robotic manipulation tasks.

Community

Paper author Paper submitter
edited about 24 hours ago

We introduce VLA-Corrector, a lightweight detect-and-correct inference framework for action-chunked Vision-Language-Action policies.

Modern VLA policies often predict and execute action chunks to reduce policy-call frequency and improve temporal smoothness. However, this fixed-horizon execution creates an open-loop blind spot: when an object slips, the robot pose drifts, or the scene changes during execution, the policy may continue executing stale actions before querying the model again.

VLA-Corrector addresses this issue without retraining or modifying the VLA backbone. It adds a lightweight external correction pathway that monitors latent visual dynamics during execution. When the observed visual evolution persistently deviates from the expected one, VLA-Corrector interrupts the current action chunk, discards stale actions, and triggers corrective replanning with Online Gradient Guidance.

This turns a fixed action horizon into an adaptive one: long-horizon execution is preserved when the chunk remains reliable, while short-horizon corrective behavior is activated when execution starts to drift.

Across MetaWorld, LIBERO, and real-world AgileX PiPER experiments, VLA-Corrector improves robustness and success-per-call efficiency across multiple VLA backbones, showing that small inference-time modules can provide meaningful gains for reliable robot manipulation.

Project Page: https://zju-omniai.github.io/vla-corrector/

GitHub: https://github.com/ZJU-OmniAI/vla-corrector

Paper: https://arxiv.org/abs/2607.01804

Contact:
Yi Pan: panyi0304@gmail.com
Wenqi Zhang: zhangwenqi@zju.edu.cn

The focus on "predict-then-blindly-execute" in VLA models is a critical pain point for anyone actually deploying these in production. Fixed action horizons are a convenient abstraction for researchers, but they fail the moment a robot hits a physical snag or a surface slips. The VLA-Corrector's approach to adaptive horizons is the right move—closed-loop reactivity shouldn't be an afterthought. I'm interested to see how the "detect-and-correct" overhead impacts real-time latency, as that's usually where these lightweight wrappers struggle. If this can maintain temporal coherence without spiking the inference budget, it's a genuine step toward deployable embodied AI.

·

Thanks — I completely agree that wall-clock latency is the key question. In our profiling, the full LVM+OGG version increases amortized per-step inference from 12.32 ms to 20.25 ms, so the extra cost is about +7.93 ms/step. Most of this overhead comes from OGG, since it involves gradient-based recovery and is only triggered after an interrupt.

A useful takeaway is that LVM-based truncation alone already gives a strong boost, e.g., 48.70% → 60.35% on MetaWorld, with almost negligible runtime overhead compared with VLA inference, since fresh visual observations are already available during execution. We are also exploring faster recovery variants, such as fewer OGG steps, selective guidance, and distilling the recovery guidance to further reduce latency.

This is an automated message from the Librarian Bot. I found the following papers similar to this paper.

The following papers were recommended by the Semantic Scholar API

Please give a thumbs up to this comment if you found it helpful!

If you want recommendations for any Paper on Hugging Face checkout this Space

You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend

Sign up or log in to comment

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2607.01804 in a model README.md to link it from this page.

Datasets citing this paper 1

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2607.01804 in a Space README.md to link it from this page.

Collections including this paper 1