paper-with-me

홈 › Papers

FASTER: Rethinking Real-Time Flow VLAs

2026-03-19 · Yuxiang Lu, Zhe Liu, Xianzhe Fan, Zhenya Yang, Jinghua Hou, Junyi Li, Kaixin Ding, Hengshuang Zhao arxiv

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 substantially improved real-time responsiveness for generalist policies, enabling rapid generation of accurate and smooth trajectories.

📄 PDF Abstract BibTeX arXiv:2603.19199

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Flow Control: Steering Vision-Language-Action Models with Simple Real-Time Inputs

2026-06-08 · Jonathan C. Kao, Jason Chan, Andy Wang arxiv

We introduce flow control of vision-language-action (VLA) models, a simple and effective way to steer VLA actions in real-time through generic inputs, such as a keyboard. This method can be used out-of-the-box and does n…

Shallow-π: Knowledge Distillation for Flow-based VLAs

2026-01-28 · Boseong Jeon, Yunho Choi, Taehan Kim arxiv

The growing demand for real-time robotic deployment necessitates fast and on-device inference for vision-language-action (VLA) models. Within the VLA literature, efficiency has been extensively studied at the token level…

Knowledge Distillation

Uncertainty Quantification for Flow-Based Vision-Language-Action Models

2026-06-16 · Ralf Römer, Maximilian Seeliger, Saida Liu, Ben Sturgis 외 arxiv

Vision-language-action models (VLAs) combine vision-language backbones with expressive generative action heads trained via flow matching on large-scale robotic datasets. Despite their strong empirical performance in robo…

NinA: Normalizing Flows in Action. Training VLA Models with Normalizing Flows

2025-08-23 · Denis Tarasov, Alexander Nikulin, Ilya Zisman, Albina Klepach 외 arxiv

Recent advances in Vision-Language-Action (VLA) models have established a two-component architecture, where a pre-trained Vision-Language Model (VLM) encodes visual observations and task descriptions, and an action decod…

Rethinking the Practicality of Vision-language-action Model: A Comprehensive Benchmark and An Improved Baseline

2026-02-26 · Wenxuan Song, Jiayi Chen, Xiaoquan Sun, Huashuo Lei 외 arxiv

Vision-Language-Action (VLA) models have emerged as a generalist robotic agent. However, existing VLAs are hindered by excessive parameter scales, prohibitive pre-training requirements, and limited applicability to diver…