Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

Diffusion for World Modeling: Visual Details Matter in Atari

NeurIPS 24 2024 78.4 method, application

TLDR

DIAMOND uses diffusion models for world modeling in Atari, achieving state-of-the-art agent performance with improved visual details.

Reasoning

The paper introduces a novel application of diffusion models to world modeling, demonstrating clear performance gains on the Atari 100k benchmark. Its strengths include a strong empirical evaluation and a demonstration of interactive world models, but it is limited to relatively simple game environments and does not address scalability to more complex domains.

Read-first score

Read-first score 78.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 62.

Topical relevance 42%
88.6

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Reproducibility 25%
81

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=True; dataset=False; markers=code,github

Recency 8%
75.1

Uses a gentle age decay so recent papers surface without erasing older foundations. 2024

Methodology quality 25%
60

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=benchmark,metric

Field roles

Reproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 45.

Keyword Scores

world model
10
world simulator
9
generative world model
9
world dynamics prediction
9
model-based reinforcement learning world model
9
interactive world model
8
video world model
8

Deep Analysis

Innovations

  • Introduces DIAMOND, a reinforcement learning agent trained in a diffusion world model, marking a paradigm shift from discrete latent variable world models to diffusion-based world models.
  • Demonstrates that improved visual details in world models lead to improved agent performance, challenging the compression into compact discrete representations.
  • Achieves a mean human normalized score of 1.46 on the Atari 100k benchmark, a new best for agents trained entirely within a world model.
  • Shows that the diffusion world model can stand alone as an interactive neural game engine by training on static Counter-Strike: Global Offensive gameplay.

Methodology

DIAMOND uses a diffusion model to generate environment dynamics, replacing the conventional discrete latent variable approach. The agent is trained entirely within this diffusion world model on Atari games and evaluated on the Atari 100k benchmark using human normalized score as the metric. Additionally, the world model is trained on static Counter-Strike: Global Offensive gameplay to demonstrate its standalone interactive capability.

Key Results

DIAMOND achieves a mean human normalized score of 1.46 on the Atari 100k benchmark, setting a new state-of-the-art for agents trained entirely within a world model.

Tags