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

BridgeV2W: Bridging Video Generation Models to Embodied World Models via Embodiment Masks

arXiv 26.2 2026 71.4 method

TLDR

BridgeV2W converts actions to embodiment masks to align video generation models with embodied world models, improving video quality and enabling real-world tasks.

Reasoning

The paper presents a novel method to bridge video generation and embodied world models by using embodiment masks, addressing key challenges like action-video misalignment and camera sensitivity. Strengths include real-world experiments and improved video quality, but limitations include reliance on specific datasets and potential overfitting issues.

Read-first score

Read-first score 71.4, 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

Methodology quality 25%
80

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

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

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

FrontierMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 64.

Keyword Scores

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

Deep Analysis

Innovations

  • Converting coordinate-space actions into pixel-aligned embodiment masks rendered from URDF and camera parameters
  • Injecting embodiment masks into a pretrained video generation model via a ControlNet-style pathway to align action control signals with predicted videos
  • Introducing a flow-based motion loss to mitigate overfitting to static backgrounds and focus on dynamic task-relevant regions

Methodology

BridgeV2W converts coordinate-space actions into pixel-aligned embodiment masks using URDF and camera parameters, then injects these masks into a pretrained video generation model via a ControlNet-style pathway. It adds view-specific conditioning to accommodate camera viewpoints and uses a flow-based motion loss to emphasize dynamic regions, resulting in a unified world model architecture across embodiments.

Key Results

Experiments on single-arm (DROID) and dual-arm (AgiBot-G1) datasets show that BridgeV2W improves video generation quality compared to prior state-of-the-art methods, and demonstrates potential on downstream real-world tasks including policy evaluation and goal-conditioned planning.

Tags