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

R2-Dreamer: Redundancy-Reduced World Models without Decoders or Augmentation

ICLR 26 2026 73.5 method

TLDR

R2-Dreamer introduces a redundancy-reduction objective for decoder-free MBRL, achieving faster training and competitive performance without data augmentation.

Reasoning

Strengths include a novel self-supervised internal regularizer that eliminates the need for data augmentation, leading to faster training. Weaknesses are limited evaluation to simulated environments (DMC, Meta-World) and lack of real-world experiments.

Read-first score

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

Recency 8%
100

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

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

Methodology quality 25%
70

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

Topical relevance 42%
65.7

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

Field roles

FrontierMethodology anchorReproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 114.

Keyword Scores

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

Deep Analysis

Innovations

  • Decoder-free MBRL with self-supervised redundancy-reduction objective as internal regularizer, eliminating need for data augmentation
  • Integration of Barlow Twins-inspired objective into world models for representation learning
  • Faster training (1.59x) compared to DreamerV3 while maintaining competitive performance

Methodology

R2-Dreamer is a decoder-free model-based reinforcement learning framework that uses a redundancy-reduction objective inspired by Barlow Twins as an internal regularizer to prevent representation collapse without data augmentation. The model is trained on image-based tasks from DeepMind Control Suite and Meta-World, and evaluated against DreamerV3 and TD-MPC2 baselines.

Key Results

R2-Dreamer achieves competitive performance with DreamerV3 and TD-MPC2 on standard benchmarks, trains 1.59x faster than DreamerV3, and yields substantial gains on DMC-Subtle with tiny task-relevant objects.

Tags