VLASH: Real-Time VLAs via Future-State-Aware Asynchronous Inference

Jiaming Tang¹*, Yufei Sun¹ ³*, Yilong Zhao⁴, Shang Yang¹, Yujun Lin², Zhuoyang Zhang¹, James Hou¹ ⁶, Yao Lu², Zhijian Liu² ⁵, Song Han¹ ²
¹MIT, ²NVIDIA, ³Tsinghua University, ⁴UC Berkeley, ⁵UCSD, ⁶Caltech
(* indicates equal contribution)

News

Awards

No items found.

Competition Awards

No items found.

Abstract

Vision-Language-Action models (VLAs) are becoming increasingly capable across diverse robotic tasks. However, their real-world deployment remains slow and inefficient: demonstration videos are often sped up by 5-10x to appear smooth, with noticeable action stalls and delayed reactions to environmental changes. Asynchronous inference offers a promising solution to achieve continuous and low-latency control by enabling robots to execute actions and perform inference simultaneously. However, because the robot and environment continue to evolve during inference, a temporal misalignment arises between the prediction and execution intervals. This leads to significant action instability, while existing methods either degrade accuracy or introduce runtime overhead to mitigate it. We propose VLASH, a general asynchronous inference framework for VLAs that delivers smooth, accurate, and fast reaction control without additional overhead or architectural changes. VLASH estimates the future execution-time state by rolling the robot state forward with the previously generated action chunk, thereby bridging the gap between prediction and execution. Experiments show that VLASH achieves up to 2.03x speedup and reduces reaction latency by up to 17.4x compared to synchronous inference while fully preserving the original accuracy. Moreover, it empowers VLAs to handle fast-reaction, high-precision tasks such as playing ping-pong and playing whack-a-mole, where traditional synchronous inference fails.

Video

Citation

@misc{tang2025vlash,

title={VLASH: Real-Time VLAs via Future-State-Aware Asynchronous Inference},

author={Jiaming Tang and Yufei Sun and Yilong Zhao and Shang Yang and Yujun Lin and Zhuoyang Zhang and James Hou and Yao Lu and Zhijian Liu and Song Han},

year={2025},

eprint={2512.01031},

archivePrefix={arXiv},

primaryClass={cs.RO},

url={https://arxiv.org/abs/2512.01031}

}

Media

No media articles found.

Acknowledgment

Team Members