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

Scaling World-Model Reinforcement Learning Through Diffusion Policy Optimization

arXiv 2026 55.3 method

TLDR

Proposes MBDPO, a framework unifying search and policy optimization via diffusion policy in world models to address structural misalignment in model-based RL.

Reasoning

The paper identifies a novel bottleneck (structural misalignment) and proposes a diffusion-based solution, which is a strength. However, the abstract is cut off, limiting full assessment of results and limitations; it lacks real-world experiments.

Read-first score

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

Recency 6%
100

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

Citation impact 18%
86.7

Uses OpenAlex-shaped citation metadata as a bibliometric attention signal, separate from paper quality. citation_normalized_percentile=0.86718815

Methodology quality 18%
60

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

Topical relevance 29%
57.1

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 18%
38

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

Citation velocity 12%
0

Citation velocity estimates citations per publication-year to reduce old-paper bias. velocity=0.00

Field roles

FoundationFrontierBridge

Rank sensitivity

Stability: volatile; rank range: 331.

Keyword Scores

world model
10
model-based reinforcement learning world model
9
world dynamics prediction
7
generative world model
6
world simulator
5
interactive world model
3
video world model
0

Deep Analysis

Innovations

  • Identifying structural misalignment between search and value learning as a critical bottleneck in scaling world-model RL
  • Proposing MBDPO that unifies search and policy optimization through diffusion policy representations
  • Reformulating policy optimization as a diffusion process over searched trajectories in latent world models
  • Extracting implicit energy function from dataset to anchor policy and refine score field for policy optimization

Methodology

MBDPO uses diffusion policy representations to unify search and policy optimization. Instead of constructing an explicit planner over a learned world model, it reformulates policy optimization as a diffusion process over searched trajectories in latent world models. It extracts an implicit energy function from the collected dataset that anchors the policy, enabling refinement of the score field for policy optimization while mitigating misalignment between search and value learning.

Key Results

In the offline regime, pretraining on large-scale datasets shows consistent and monotonic performance gains with increasing model capacity. The method is evaluated across multi-task offline pretraining, online learning, and offline-to-online fine-tuning.

Tags

reinforcement learningworld modelsdiffusion policymodel-based RLpolicy optimizationLG