AILGNCFeb 28, 2025

Multimodal Dreaming: A Global Workspace Approach to World Model-Based Reinforcement Learning

arXiv:2502.21142v21 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient and robust decision-making in reinforcement learning agents, though it appears incremental as it builds on existing GW and Dreamer methods.

The paper tackled the problem of slow and cumbersome training in world model-based reinforcement learning by integrating a Global Workspace (GW) approach, resulting in training with fewer environment steps and emergent robustness to missing observation modalities.

Humans leverage rich internal models of the world to reason about the future, imagine counterfactuals, and adapt flexibly to new situations. In Reinforcement Learning (RL), world models aim to capture how the environment evolves in response to the agent's actions, facilitating planning and generalization. However, typical world models directly operate on the environment variables (e.g. pixels, physical attributes), which can make their training slow and cumbersome; instead, it may be advantageous to rely on high-level latent dimensions that capture relevant multimodal variables. Global Workspace (GW) Theory offers a cognitive framework for multimodal integration and information broadcasting in the brain, and recent studies have begun to introduce efficient deep learning implementations of GW. Here, we evaluate the capabilities of an RL system combining GW with a world model. We compare our GW-Dreamer with various versions of the standard PPO and the original Dreamer algorithms. We show that performing the dreaming process (i.e., mental simulation) inside the GW latent space allows for training with fewer environment steps. As an additional emergent property, the resulting model (but not its comparison baselines) displays strong robustness to the absence of one of its observation modalities (images or simulation attributes). We conclude that the combination of GW with World Models holds great potential for improving decision-making in RL agents.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes