New Fast-Slow AI Architecture Boosts Closed-Loop Driving Performance

Yun Li, Jiachen Gong, Simon Thompson, Ehsan Javanmardi, Qunli Zhang, Zifan Zeng, Shiming Liu, Peng Wang, Zixuan Guo, Manabu Tsukada· July 20, 2026 View original

Summary

Researchers developed a fast-slow AI architecture for closed-loop driving, allowing a slow vision-language model to process scene reasoning at 5 Hz while a lightweight action expert generates fresh control commands at 20 Hz. This asynchronous approach significantly improves route completion and reduces violations compared to traditional frame-skipping methods.

A novel asynchronous fast-slow architecture has been introduced to address the latency challenges of integrating large language models (LLMs) into end-to-end driving systems. Traditional methods often compromise by replaying old commands, leading to control outputs that ignore recent observations. This new system overcomes this by employing a frozen 7B vision-language backbone as a "slow" component, which processes navigation instructions and visual history at a lower frequency (5 Hz). It maintains a per-layer key-value cache representing the scene. A "fast" lightweight action expert then leverages this cache and the current camera frame to generate fresh waypoints at a higher frequency (20 Hz, or every 50 ms). To ensure robustness during deployment, the expert is trained with randomized staleness, aligning its training with asynchronous execution. This approach dramatically improves performance on CARLA's LangAuto-Short routes, boosting route completion from 37.0% to 94.0% compared to a frame-skipping baseline. The system also significantly reduces red-light violations and demonstrates strong zero-shot transfer capabilities to unseen towns. The action expert achieves nearly a four-fold reduction in open-loop waypoint error with a low per-tick model cost, making it efficient for real-time vehicle control on consumer GPUs.

Why it matters

This innovation offers a practical solution to integrate powerful but slow LLMs into real-time control systems like autonomous driving, significantly improving safety and performance. Professionals in robotics and autonomous systems can adopt this architecture to enhance the responsiveness and reliability of their AI agents.

How to implement this in your domain

  1. 1Adopt a fast-slow architecture for real-time AI control systems.
  2. 2Separate high-latency reasoning from low-latency action generation.
  3. 3Train action experts with randomized data staleness to simulate asynchronous deployment.
  4. 4Leverage vision-language models for scene understanding and lightweight models for immediate control.

Who benefits

AutomotiveRoboticsLogisticsDefense

Key takeaways

  • Asynchronous fast-slow architectures enable LLMs in real-time control.
  • A lightweight action expert can leverage a slow LLM's scene representation.
  • Training with randomized staleness improves robustness for asynchronous execution.
  • This approach significantly boosts driving performance and reduces violations.

Original post by Yun Li, Jiachen Gong, Simon Thompson, Ehsan Javanmardi, Qunli Zhang, Zifan Zeng, Shiming Liu, Peng Wang, Zixuan Guo, Manabu Tsukada

"arXiv:2607.15621v1 Announce Type: cross Abstract: 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…"

View on X

Originally posted by Yun Li, Jiachen Gong, Simon Thompson, Ehsan Javanmardi, Qunli Zhang, Zifan Zeng, Shiming Liu, Peng Wang, Zixuan Guo, Manabu Tsukada on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses