paper-with-me

홈 › Papers

Realtime-VLA FLASH: Speculative Inference Framework for Diffusion-based VLAs

2026-05-13 · Jiahui Niu, Kefan Gu, Yucheng Zhao, Shengwen Liang, Tiancai Wang, Xing Hu, Ying Wang, Huawei Li arxiv

Diffusion-based vision-language-action models (dVLAs) are promising for embodied intelligence but are fundamentally limited in real-time deployment by the high latency of full inference. We propose Realtime-VLA FLASH, a speculative inference framework that eliminates most full inference calls during replanning by introducing a lightweight draft model with parallel verification via the main model's Action Expert and a phase-aware fallback mechanism that reverts to the full inference pipeline when needed. This design enables low-latency, high-frequency replanning without sacrificing reliability. Experiments show that on LIBERO, FLASH largely preserves task performance by replacing many 58.0 ms full-inference rounds with speculative rounds as fast as 7.8 ms, lowering task-level average inference latency to 19.1 ms (3.04x speedup). We additionally demonstrate effectiveness on real-world conveyor-belt sorting, highlighting its practical impact for latency-critical embodied tasks.

📄 PDF Abstract BibTeX arXiv:2605.13778

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DFlash: Block Diffusion for Flash Speculative Decoding

2026-02-05 · Jian Chen, Yesheng Liang, Zhijian Liu arxiv

Autoregressive large language models (LLMs) deliver strong performance but require inherently sequential decoding, leading to high inference latency and poor GPU utilization. Speculative decoding mitigates this bottlenec…

Accelerating Speculative Decoding with Block Diffusion Draft Trees

2026-04-14 · Liran Ringel, Yaniv Romano arxiv

Speculative decoding accelerates autoregressive language models by using a lightweight drafter to propose multiple future tokens, which the target model then verifies in parallel. DFlash shows that a block diffusion draf…

WhiFlash: Accelerating Speculative Decoding with Token-Level Cross-Paradigm Routing

2026-06-05 · Young D. Kwon, Miles Williams, Rui Li, Alexandros Kouris 외 arxiv

The autoregressive nature of large language models (LLMs) remains a significant bottleneck for inference, particularly in complex agentic workloads. While speculative decoding (SD) accelerates inference, current approach…

Lever: Speculative LLM Inference on Smartphones

2026-05-16 · Tuowei Wang, Fengzu Li, Yanfan Sun, Wei Gao 외 arxiv

Large language models (LLMs) are increasingly needed for interactive mobile applications, but high-quality models exceed the limited DRAM available on smartphones. Flash storage can hold larger models, yet flash-backed i…

DFlare: Scaling Up Draft Capacity for Block Diffusion Speculative Decoding

2026-06-01 · Jiebin Zhang, Zhenghan Yu, Song Liu, Eugene J. Yu 외 arxiv

Block diffusion speculative decoding accelerates LLM inference by predicting all tokens within a block simultaneously for the target model to verify in parallel. Predicting an entire block at once requires a sufficiently…

Mathematical ReasoningCode Generation