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

TesserAct: Learning 4D Embodied World Models

arXiv 25.4 2025 61.6 method

TLDR

Learns 4D embodied world models from RGB-DN videos, enabling spatial-temporal coherent scene prediction and improved policy learning.

Reasoning

The paper introduces a novel approach to learning 4D world models that incorporate depth and normal information, achieving spatial and temporal consistency. Strengths include a clear methodology and demonstrated policy improvement; weaknesses are reliance on off-the-shelf models for data annotation and limited discussion of limitations.

Read-first score

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

Recency 8%
86.7

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

Topical relevance 42%
72.9

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

Methodology quality 25%
50

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

Reproducibility 25%
46

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

Field roles

Frontier

Rank sensitivity

Stability: volatile; rank range: 300.

Keyword Scores

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

Deep Analysis

Innovations

  • Learning 4D embodied world models that predict dynamic evolution of 3D scenes over time with spatial and temporal consistency
  • Using RGB-DN (RGB, Depth, Normal) videos as training data, surpassing traditional 2D models
  • Extending existing robotic manipulation video datasets with depth and normal information using off-the-shelf models
  • Fine-tuning a video generation model to jointly predict RGB, Depth, and Normal for each frame
  • Algorithm to convert generated RGB-DN videos into high-quality 4D scenes

Methodology

The approach first extends existing robotic manipulation video datasets with depth and normal information using off-the-shelf models. Then, a video generation model is fine-tuned on this annotated dataset to jointly predict RGB, Depth, and Normal for each frame. Finally, an algorithm converts the generated RGB-DN videos into a high-quality 4D scene of the world, ensuring temporal and spatial coherence.

Key Results

The method enables novel view synthesis for embodied environments and facilitates policy learning that significantly outperforms those derived from prior video-based world models.

Tags