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

Causal World Modeling for Robot Control

arXiv 26.1 2026 72.6 method

TLDR

Introduces LingBot-VA, an autoregressive diffusion framework for video world modeling and robot control, evaluated in simulation and real-world.

Reasoning

The paper presents a clear methodology with three novel designs and demonstrates real-world applicability, but lacks detailed comparisons or discussion of limitations in the abstract.

Read-first score

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

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

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

Methodology quality 25%
50

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

Field roles

FrontierReproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 59.

Keyword Scores

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

Deep Analysis

Innovations

  • Autoregressive diffusion framework that jointly learns frame prediction and policy execution
  • Shared latent space integrating vision and action tokens with Mixture-of-Transformers (MoT) architecture
  • Closed-loop rollout mechanism for ongoing acquisition of environmental feedback with ground-truth observations
  • Asynchronous inference pipeline parallelizing action prediction and motor execution for efficient control

Methodology

LingBot-VA is an autoregressive diffusion model that simultaneously learns frame prediction and policy execution. It uses a Mixture-of-Transformers architecture to integrate vision and action tokens in a shared latent space, employs a closed-loop rollout mechanism to incorporate ground-truth observations, and features an asynchronous inference pipeline for efficient control. The model is evaluated on both simulation benchmarks and real-world scenarios.

Key Results

The model shows significant promise in long-horizon manipulation, data efficiency in post-training, and strong generalizability to novel configurations.

Tags