JEDI: Joint Embedding Diffusion World Model for Online Model-Based Reinforcement Learning
JEDI introduces the first online end-to-end latent diffusion world model that unifies JEPA-style predictive representation learning with diffusion objectives to achieve superior efficiency and competitive performance in model-based reinforcement learning compared to both pixel-based and separately trained latent approaches.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to teach a robot to play video games. To do this efficiently, the robot needs a "world model"—a mental simulation of how the game works so it can practice in its head before actually playing.
For a long time, the best way to build this mental simulation was to have the robot try to reconstruct the game screen pixel-by-pixel, like a painter trying to copy a photo exactly. This is accurate but very slow and requires a massive amount of computer memory (like trying to carry a library in your backpack).
Recently, a new technique called Diffusion became popular. Think of diffusion like a sculptor who starts with a block of noisy, static-filled clay and slowly chisels away the noise to reveal a clear statue. This is great for understanding complex scenes, but doing it pixel-by-pixel is still too heavy for a robot to run in real-time.
Another approach tried to compress the game into a tiny, abstract "summary" (a latent space) first, but these summaries were often trained separately and didn't learn the game rules well enough on their own.
Enter JEDI (Joint Embedding Diffusion).
The authors of this paper created a new method that combines the best of both worlds. Here is how JEDI works, using simple analogies:
1. The "Mental Snapshot" vs. The "Painting"
- Old Way (Pixel Diffusion): Imagine the robot trying to memorize every single grain of sand on a beach to understand the ocean. It's accurate, but it takes forever and uses up all its brainpower.
- JEDI's Way: Instead of memorizing the sand, JEDI teaches the robot to take a mental snapshot of the ocean's essence (the waves, the color, the movement). It doesn't care about individual grains of sand. It compresses the game screen into a tiny, efficient "summary" that captures only what matters for winning.
2. The "Guessing Game" Training
How does the robot learn to take these snapshots?
- The Old Way: The robot was often trained by being shown a picture and asked to re-paint it exactly. If it missed a detail, it got a penalty. This is like a student being graded on handwriting rather than understanding the story.
- The JEDI Way: JEDI uses a predictive guessing game.
- The robot sees the current game state.
- It is asked to guess what the next "mental snapshot" will look like.
- To make it harder (and smarter), the computer takes the actual next snapshot, adds some "static noise" to it (like blurring it), and asks the robot to denoise it back to clarity.
- Crucially, the robot learns this while playing. It doesn't need a separate teacher to show it how to paint; it learns the rules of the game by trying to predict the future.
3. Why This is a Big Deal (The Results)
The paper claims JEDI is a major upgrade for three main reasons:
- It's Leaner: Because JEDI works with tiny "mental snapshots" instead of full video frames, it uses 43% less computer memory. It's like switching from carrying a heavy backpack full of books to carrying a single, smart notebook.
- It's Faster: The robot can think (sample) 3 times faster and train 2.5 times faster than the previous best pixel-based methods.
- It Plays Differently: This is the most surprising part. The paper found that JEDI doesn't just play faster; it plays differently.
- On games that were already easy for other robots, JEDI was good but not always the absolute best.
- However, on the hardest, most chaotic games (like shooters with many moving targets), JEDI shined. It seemed to handle the chaos better because its "mental snapshot" focused on the strategy rather than getting distracted by visual noise.
The Bottom Line
The paper argues that you don't need to be a perfect painter (reconstructing every pixel) to be a great strategist. By teaching the robot to predict the "gist" of the future using a noise-removal game (diffusion), you get a system that is faster, cheaper to run, and surprisingly better at handling difficult, chaotic situations.
The authors call this JEDI, and they claim it is the first time this specific "predictive guessing" method has been successfully combined with "noise-removal" (diffusion) to teach a robot to play games online, without needing any pre-trained teachers.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.