AI Agents 相关度: 8/10

FASTER: Rethinking Real-Time Flow VLAs

Yuxiang Lu, Zhe Liu, Xianzhe Fan, Zhenya Yang, Jinghua Hou, Junyi Li, Kaixin Ding, Hengshuang Zhao
arXiv: 2603.19199v1 发布: 2026-03-19 更新: 2026-03-19

AI 摘要

FASTER通过优化行动采样策略显著降低了VLA模型在机器人上的反应延迟,提升了实时性。

主要贡献

  • 分析了影响VLA模型反应时间的因素,揭示了传统方法的瓶颈。
  • 提出了Horizon-Aware Schedule,自适应地优化行动采样,加速即时反应。
  • 通过实际机器人实验证明了FASTER在实时性和轨迹质量上的优越性。

方法论

通过分析反应时间分布,提出优化的行动采样策略,并在机器人平台上进行实验验证。

原文摘要

Real-time execution is crucial for deploying Vision-Language-Action (VLA) models in the physical world. Existing asynchronous inference methods primarily optimize trajectory smoothness, but neglect the critical latency in reacting to environmental changes. By rethinking the notion of reaction in action chunking policies, this paper presents a systematic analysis of the factors governing reaction time. We show that reaction time follows a uniform distribution determined jointly by the Time to First Action (TTFA) and the execution horizon. Moreover, we reveal that the standard practice of applying a constant schedule in flow-based VLAs can be inefficient and forces the system to complete all sampling steps before any movement can start, forming the bottleneck in reaction latency. To overcome this issue, we propose Fast Action Sampling for ImmediaTE Reaction (FASTER). By introducing a Horizon-Aware Schedule, FASTER adaptively prioritizes near-term actions during flow sampling, compressing the denoising of the immediate reaction by tenfold (e.g., in $π_{0.5}$ and X-VLA) into a single step, while preserving the quality of long-horizon trajectory. Coupled with a streaming client-server pipeline, FASTER substantially reduces the effective reaction latency on real robots, especially when deployed on consumer-grade GPUs. Real-world experiments, including a highly dynamic table tennis task, prove that FASTER unlocks unprecedented real-time responsiveness for generalist policies, enabling rapid generation of accurate and smooth trajectories.

标签

VLA 机器人 实时性 行动采样 反应时间

arXiv 分类

cs.RO cs.CV