paper-with-me

Papers

Think at 5 Hz, Act at 20 Hz: Asynchronous Fast-Slow Vision-Language-Action Inference for Closed-Loop Driving

2026-07-17 · Yun Li, Jiachen Gong, Simon Thompson, Ehsan Javanmardi, Qunli Zhang, Zifan Zeng, Shiming Liu, Peng Wang, Zixuan Guo, Manabu Tsukada arxiv

Large language models bring instruction following and scene reasoning to end-to-end driving, but their inference latency collides with the control rate a vehicle requires. Existing closed-loop agents hide this gap by invoking the model on alternate simulation ticks and replaying the previous command in between, so half of all control outputs ignore the newest observations. We present a fast-slow architecture that removes this compromise. A frozen 7B vision-language backbone acts as the slow system, digesting navigation instructions and visual history at low frequency while exposing its per-layer key-value cache as a standing representation of the scene. A lightweight action expert acts as the fast system, attending to this cache and to the current camera frame at every simulation tick to regress waypoints in a single forward pass. Since the cache lags behind the world at deployment, we train the expert under randomized staleness, aligning training with asynchronous execution. On LangAuto-Short routes in CARLA, our system produces fresh control at every 50 ms simulation tick and lifts route completion from 37.0 to 94.0 over the frame-skipping baseline. A frame-skip ablation with the same expert separates the two factors at work: the expert raises the driving score on its own, while per-tick freshness raises completion from 82.1 to 94.0 and cuts red-light violations by a third. Trained on a single town, the expert transfers zero-shot to two unseen towns, holding 84-94% route completion where the baseline reaches 31-41%. It reduces open-loop waypoint error by nearly a factor of four compared to the backbone's own action head, at a per-tick model cost of 32 ms that is independent of history length on a single consumer GPU.

📄 PDF Abstract BibTeX arXiv:2607.15621

Code (1)

arxivsub/arXivSub_daily_arxiv ★ 3

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Fast-Slow Thinking for Large Vision-Language Model Reasoning

2025-04-25 · Wenyi Xiao, Leilei Gan, Weilong Dai, Wanggui He 외

Recent advances in large vision-language models (LVLMs) have revealed an \textit{overthinking} phenomenon, where models generate verbose reasoning across all tasks regardless of questions. To address this issue, we prese…

Language ModelingLanguage Modelling

Hume: Introducing System-2 Thinking in Visual-Language-Action Model

2025-05-27 · Haoming Song, Delin Qu, Yuanqi Yao, Qizhi Chen 외

Humans practice slow thinking before performing actual actions when handling complex tasks in the physical world. This thinking paradigm, recently, has achieved remarkable advancement in boosting Large Language Models (L…

DenoisingVision-Language-Action

Asynchronous Fast-Slow Vision-Language-Action Policies for Whole-Body Robotic Manipulation

2025-12-23 · Teqiang Zou, Hongliang Zeng, Yuxuan Nong, Yifan Li 외 arxiv

Most Vision-Language-Action (VLA) systems integrate a Vision-Language Model (VLM) for semantic reasoning with an action expert generating continuous action signals, yet both typically run at a single unified frequency. A…

VL-Rethinker: Incentivizing Self-Reflection of Vision-Language Models with Reinforcement Learning

2025-04-10 · Haozhe Wang, Chao Qu, Zuming Huang, Wei Chu 외

Recently, slow-thinking systems like GPT-o1 and DeepSeek-R1 have demonstrated great potential in solving challenging problems through explicit reflection. They significantly outperform the best fast-thinking models, such…

MathMultimodal Reasoning

SFCo-Nav: Efficient Zero-Shot Visual Language Navigation via Collaboration of Slow LLM and Fast Attributed Graph Alignment

2026-03-02 · Chaoran Xiong, Litao Wei, Xinhao Hu, Kehui Ma 외 arxiv

Recent advances in large vision-language models (VLMs) and large language models (LLMs) have enabled zero-shot approaches to visual language navigation (VLN), where an agent follows natural language instructions using on…