The Latent Bridge: A Continuous Slow-Fast Channel for Real-Time Game Agents
- lab arXiv
- location Taiwan
- model MetaDrive
- model MiniCPM-o 4.5
- model Qwen3-VL-8B-Thinking
- product Atari
Researchers have demonstrated a learned continuous channel, called the Latent Bridge, that lets a slow reasoning vision-language model guide a fast reactive model in real-time game play, matching or outperforming a standard text-based coupling across every tested domain [1]. The work addresses a fundamental tension in real-time agent design. A general computer-use agent must act within tens of milliseconds while still planning over seconds, a latency-quality tradeoff that games make especially acute [1]. A reasoning VLM, Qwen3-VL-8B-Thinking, deliberates effectively but requires roughly 1.5 seconds per response, far too slow for a 15 Hz control loop. A reactive VLM, MiniCPM-o 4.5, acts in milliseconds but underperforms on planning-heavy tasks [1]. The study couples these two frozen models—9 billion and 8 billion parameters respectively—and treats the communication channel as the only trainable component [1]. The standard approach, a Text Bridge, has the slow model write a text suffix for the fast model to read. The new Latent Bridge instead projects the slow model’s residuals directly into the fast model’s input-embedding space, avoiding any text round-trip [1]. Both bridges were compared against a Fast-Only baseline on seven Atari games and the MetaDrive driving domain, with action decoders tuned per channel on held-out seeds [1]. The Latent Bridge matched or beat the Text Bridge in every domain. It delivered a 57 percent improvement in MsPacman and a 28 percent improvement in RoadRunner, while functioning as a safe drop-in elsewhere [1]. Combining both channels proved destructive: RoadRunner performance dropped 96 percent when both bridges were used together, indicating only one should be deployed [1]. The benefit is highly predictable. The bridge helps if and only if slow reasoning already beats fast reaction, with the Latent and Text gains over Fast-Only moving together at a correlation of r=0.93 [1]. MetaDrive served as a controlled negative; there the Latent Bridge was inert because the Text Bridge added no value [1]. The broader context of deep learning shows how multilayered neural networks, inspired by biological information processing, have been applied to board game programs and other domains, sometimes surpassing human expert performance [4]. The researchers have released replay recordings and reproducible pipelines [1].
applicationmodel-releaseresearch-paper
Background sources we checked (10)
- arxiv.org ↗ A real-time agent for general computer use - with games as the most demanding case - must act within tens of milliseconds while still planning over seconds. These two regimes sit at opposite ends of the latency-quality tradeoff. A reasoning VLM (Qwen3-VL-8B-Thinking) deliberates …
- en.wikipedia.org ↗ In psychology and neuroscience, time perception or chronoception is the subjective experience, or sense, of time, which is measured by someone's own perception of the duration of the indefinite and unfolding of events. The perceived time interval between two successive events is …
- en.wikipedia.org ↗ In machine learning, deep learning (DL) focuses on utilizing multilayered neural networks to perform tasks such as classification, regression, and representation learning. The field takes inspiration from biological neuroscience and revolves around stacking artificial neurons int…
- en.wikipedia.org ↗ Internet access is a facility or service that provides connectivity for a computer, a computer network, or other network device to the Internet, and for individuals or organizations to access or use applications such as email and the World Wide Web. Internet access is offered for…
- en.wikipedia.org ↗ Existential risk from artificial intelligence, or AI x-risk, refers to the idea that substantial progress in artificial general intelligence (AGI) and artificial superintelligence (ASI) could lead to human extinction or an irreversible global catastrophe. One argument for the val…
- arxiv.org ↗ [2603.07286] Taiwan Safety Benchmark and Breeze Guard: Toward Trustworthy AI for Taiwanese Mandarin --> ... arXiv:2603.07286 (cs) ... [Submitted on 7 Mar 2026] # Title:Taiwan Safety Benchmark and Breeze Guard: Toward Trustworthy AI for Taiwanese Mandarin ... Authors: Po-Chun H…
- arxiv.org ↗ [2311.17487] Taiwan LLM: Bridging the Linguistic Divide with a Culturally Aligned Language Model ... **arXiv:2311.17487**(cs) [Submitted on 29 Nov 2023] # Title:Taiwan LLM: Bridging the Linguistic Divide with a Culturally Aligned Language Model ... Authors:[Yen-Ting Lin](https://…
- arxiv.org ↗ [2503.10427] VisTai: Benchmarking Vision-Language Models for Traditional Chinese in Taiwan ... **arXiv:2503.10427**(cs) [Submitted on 13 Mar 2025] # Title:VisTai: Benchmarking Vision-Language Models for Traditional Chinese in Taiwan ... Authors:[Zhi Rui Tam](https://arxiv.org/sea…
- en.wikipedia.org ↗ Danbooru is an English language imageboard and image hosting website focused primarily on anime style illustrations. It was launched in 2005 by a programmer known as "Albert" and is frequently described as one of the earliest and most influential "booru" style sites, using collab…
- en.wikipedia.org ↗ Planet Nine is a hypothetical ninth planet in the outer region of the Solar System. Its gravitational effects could explain the peculiar clustering of orbits for a group of extreme trans-Neptunian objects (ETNOs)—bodies beyond Neptune that orbit the Sun at distances averaging mor…