English

AsyncVLA: An Asynchronous VLA for Fast and Robust Navigation on the Edge

Robotics 2026-02-17 v1 Machine Learning

Abstract

Robotic foundation models achieve strong generalization by leveraging internet-scale vision-language representations, but their massive computational cost creates a fundamental bottleneck: high inference latency. In dynamic environments, this latency breaks the control loop, rendering powerful models unsafe for real-time deployment. We propose AsyncVLA, an asynchronous control framework that decouples semantic reasoning from reactive execution. Inspired by hierarchical control, AsyncVLA runs a large foundation model on a remote workstation to provide high-level guidance, while a lightweight, onboard Edge Adapter continuously refines actions at high frequency. To bridge the domain gap between these asynchronous streams, we introduce an end-to-end finetuning protocol and a trajectory re-weighting strategy that prioritizes dynamic interactions. We evaluate our approach on real-world vision-based navigation tasks with communication delays up to 6 seconds. AsyncVLA achieves a 40% higher success rate than state-of-the-art baselines, effectively bridging the gap between the semantic intelligence of large models and the reactivity required for edge robotics.

Keywords

Cite

@article{arxiv.2602.13476,
  title  = {AsyncVLA: An Asynchronous VLA for Fast and Robust Navigation on the Edge},
  author = {Noriaki Hirose and Catherine Glossop and Dhruv Shah and Sergey Levine},
  journal= {arXiv preprint arXiv:2602.13476},
  year   = {2026}
}

Comments

13 pages, 9 figures, 2 tables

R2 v1 2026-07-01T10:36:18.123Z