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

Cognitively Inspired Energy-Based World Models

arXiv 24.6 2024 45.3 method

TLDR

Introduces Energy-Based World Models (EBWM) using energy-based models for future state compatibility, inspired by human cognition.

Reasoning

The paper presents a novel cognitive-inspired approach to world modeling, addressing limitations of autoregressive models. However, the abstract is incomplete, lacking concrete results or empirical validation, and the connection to real-world applications is unclear.

Read-first score

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

Recency 8%
75.1

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

Methodology quality 25%
50

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

Topical relevance 42%
45.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

Reproducibility 25%
30

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

Field roles

Candidate

Rank sensitivity

Stability: volatile; rank range: 313.

Keyword Scores

world model
9
world dynamics prediction
7
generative world model
5
video world model
4
world simulator
3
interactive world model
2
model-based reinforcement learning world model
2

Deep Analysis

Innovations

  • Energy-Based World Models (EBWM) that train an Energy-Based Model to predict compatibility of context and predicted future state
  • Enabling three human cognitive capabilities: predictions influencing internal processes, evaluating plausibility, and dynamic time allocation (System 2 thinking)
  • Energy-Based Transformer (EBT), a variant of autoregressive transformer tailored for Energy-Based models

Methodology

EBWM trains an Energy-Based Model (EBM) to predict the compatibility between a given context and a predicted future state. It introduces the Energy-Based Transformer (EBT), a variant of the traditional autoregressive transformer designed for EBMs. The model is evaluated on computer vision and natural language processing tasks, comparing scaling behavior with standard autoregressive transformers.

Key Results

EBWM scales better with data and GPU hours than traditional autoregressive transformers in computer vision, and shows promising early scaling in natural language processing.

Tags