ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
—
Year
• Resulted in the “Dreamer” series of papers by Google DeepMind: 1. Dreamer solves long-horizon tasks using latent imagination of reinforcement learning4 2. DreamerV2 then uses …
This paper introduces the concept of world models, a paradigm shift in reinforcement learning that allows agents to learn and plan entirely within a learned latent space. By compressing high-dimensional observations into compact representations, the agent can imagine future outcomes without interacting with the real environment, dramatically improving sample efficiency. This work is foundational for the Dreamer series by Google DeepMind, which has become a benchmark for model-based RL.
The significance lies in bridging the gap between model-based planning and model-free reinforcement learning. Traditional model-based methods often suffer from compounding errors when predicting pixel-level futures. World models circumvent this by operating in a learned latent space, making long-horizon planning tractable. This innovation directly addresses one of the key bottlenecks in applying RL to complex, real-world tasks.
The paper demonstrates that agents using world models can solve long-horizon tasks that are challenging for model-free methods. Dreamer, the first instantiation, achieved strong performance on continuous control benchmarks like the DeepMind Control Suite. DreamerV2 later set new state-of-the-art results on 55 Atari games, using only latent imagination and achieving human-level performance on many games. These results highlight the sample efficiency and generality of the world model approach.
The broader impact of this work is profound. It has inspired a new class of model-based RL algorithms that prioritize learning a good world model over exhaustive environment interaction. This has implications for robotics, autonomous driving, and any domain where real-world interaction is expensive or dangerous. The Dreamer series has become a standard baseline in the field, and the concept of latent imagination is now widely adopted in both academic research and industry applications.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba