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

TL;DR

BridgeV2W integrates embodiment masks into pretrained video models via ControlNet, improving multi-view robustness and cross-robot generalization.

cs.RO 🔴 Advanced 2026-02-04 43 views
Yixiang Chen Peiyan Li Jiabing Yang Keji He Xiangnan Wu Yuan Xu Kai Wang Jing Liu Nianfeng Liu Yan Huang Liang Wang
robot vision video generation embodiment masks ControlNet view robustness

Key Findings

Methodology

BridgeV2W projects robot actions into pixel-aligned embodiment masks using URDF and camera parameters, serving as spatial conditions for a Diffusion Transformer-based video generator. It employs ControlNet-style pathways to incorporate these masks, preserving pretrained priors. Additionally, flow-based loss emphasizes learning dynamic, task-relevant regions. Experiments on DROID and AgiBot-G1 datasets demonstrate superior quality and generalization, especially under unseen viewpoints and scenes.

Key Results

  • On DROID, BridgeV2W achieves PSNR of 22.89 and FVD of 145.2, outperforming baselines, with Mask-IoU of 55.3 under unseen views. In unseen scenes, FVD drops to 191.3, Mask-IoU rises to 55.3, indicating strong view and scene generalization.
  • On AgiBot-G1, it attains PSNR of 24.49 and FVD of 129.5, with Mask-IoU of 58.3, validating the unified architecture across multi-arm robots.
  • Ablation studies confirm each component’s importance: removing pretraining, masks, ControlNet, or flow loss degrades performance, highlighting their synergy.

Significance

This approach bridges the gap between coordinate actions and pixel-based video models, enabling robust multi-view and multi-robot applications. It addresses longstanding issues of viewpoint sensitivity and architecture fragmentation, advancing the integration of visual priors into robot control, thus fostering scalable, generalizable embodied AI.

Technical Contribution

Introducing a pixel-aligned embodiment mask injection via ControlNet, combined with optical flow loss, to enhance dynamic region learning. Achieving cross-embodiment, viewpoint-robust video generation, and training with uncalibrated data, broadening the scope of pretrained models in robotics.

Novelty

First to embed pixel-aligned embodiment masks into pretrained diffusion-based video models, leveraging ControlNet pathways for action-conditioned generation. This contrasts with prior coordinate-based actions, offering superior multi-view generalization and architecture unification, filling a key gap in robot video synthesis.

Limitations

  • Dependence on URDF and camera calibration accuracy may limit real-world robustness, especially with sensor errors.
  • Flow-based loss may struggle in extreme motions or occlusion scenarios, affecting dynamic learning.
  • Training costs are high, and performance in highly complex environments needs further validation.

Future Work

Future efforts include self-supervised learning from uncalibrated data, improving robustness, and integrating reinforcement learning for better control. Extending to more complex, real-world scenarios and reducing computational overhead are key directions.

AI Executive Summary

Robotics research has long sought to create models that can understand and predict environment dynamics from visual data. Traditional approaches relied heavily on task-specific data and handcrafted features, limiting their scalability. Recent advances in large-scale video diffusion models, such as VideoDiffusion and Stable Diffusion, have opened new avenues for visual understanding. However, applying these models directly to robotics faces challenges: the mismatch between robot action representations and pixel-based videos, sensitivity to camera viewpoints, and the difficulty of unifying architectures across different robot embodiments.

BridgeV2W addresses these issues by transforming robot actions into pixel-aligned embodiment masks. Using URDF models and camera parameters, it projects robot motions into the image plane, creating spatial conditions that are fed into a pretrained Diffusion Transformer via a ControlNet pathway. This design preserves the visual and motion priors of the pretrained models while enabling view-specific conditioning. The addition of flow-based loss further emphasizes learning dynamic, task-relevant regions, reducing static background overfitting.

Extensive experiments on DROID and AgiBot-G1 datasets demonstrate that BridgeV2W outperforms existing methods in video quality, temporal coherence, and action alignment, especially under unseen viewpoints and scenes. The model maintains a unified architecture across single-arm and dual-arm robots, confirming its scalability and generalization. Ablation studies highlight the importance of each component, validating the integrated design.

This work significantly advances the integration of visual priors into robotic control, making models more robust, flexible, and applicable to real-world scenarios. Despite some limitations related to sensor accuracy and computational costs, future directions include self-supervised learning, reinforcement learning integration, and deployment in complex environments. Overall, BridgeV2W paves the way for more intelligent, adaptable robots capable of understanding and interacting with their environment from multiple perspectives.

Deep Analysis

Background

The evolution of robot perception and control has transitioned from rule-based systems to deep learning models. Early methods relied on handcrafted features, which struggled in complex environments. The advent of large-scale video diffusion models like VideoDiffusion and Stable Diffusion provided rich visual priors, enabling more realistic scene synthesis. Recent efforts integrate these models into robotic tasks, aiming to improve scene understanding, motion prediction, and control. However, these approaches often depend on task-specific data, lack multi-view robustness, and struggle with architecture unification across different robot platforms. Addressing these limitations is crucial for scalable embodied AI.

Core Problem

The main challenge lies in bridging the gap between coordinate-space actions, which are low-dimensional and robot-specific, and pixel-space videos generated by pretrained models. This mismatch hampers effective conditioning, especially under viewpoint changes. Additionally, existing methods lack a unified architecture for different robot embodiments, limiting scalability. Static background overfitting further reduces dynamic task learning. Overcoming these issues requires a representation that aligns actions with visual content across views and robots, ensuring generalization and robustness.

Innovation

BridgeV2W introduces pixel-aligned embodiment masks derived from URDF and camera parameters, serving as spatial conditions for pretrained video models. This approach effectively closes the action-video gap, enhances viewpoint robustness, and unifies architectures across robot types. It adopts a ControlNet-style pathway for embedding masks, preserving pretrained priors while enabling action conditioning. The flow-based loss emphasizes learning dynamic, task-relevant regions, reducing static background interference. This integrated framework supports training on uncalibrated, actionless videos, broadening applicability.

Methodology

  • �� Generate embodiment masks by projecting URDF-based robot models onto camera images using intrinsic/extrinsic parameters. • Encode initial frames and masks with a pretrained VAE, extracting latent features. • Inject masks into a ControlNet pathway connected to the DiT backbone, guiding video generation conditioned on embodiment masks. • Incorporate optical flow estimation (RAFT) to compute motion discrepancies between predicted and ground-truth videos. • Design a combined loss function: diffusion loss for frame fidelity, dynamics consistency for temporal coherence, and flow loss for dynamic regions. • Train on datasets with diverse viewpoints and scenes, validating generalization and robustness across multiple embodiments.

Experiments

Using DROID and AgiBot-G1 datasets, with 19k and 15k trajectories respectively, the model is trained to generate 25-frame videos conditioned on embodiment masks. Metrics include PSNR, SSIM, LPIPS, FVD, and Mask-IoU, evaluated under in-domain, unseen viewpoints, and unseen scenes. Baselines include IRASim, Cosmos, and EVAC. Ablation studies remove components like pretraining, masks, ControlNet, or flow loss to assess their impact. Results show superior performance in video quality, temporal coherence, and action alignment, confirming the effectiveness of the proposed design.

Results

BridgeV2W achieves PSNR of 22.89 and FVD of 145.2 on DROID, outperforming baselines. Under unseen viewpoints, FVD reduces to 191.3, Mask-IoU increases to 55.3. On AgiBot-G1, PSNR reaches 24.49, FVD drops to 129.5, Mask-IoU is 58.3. Ablation results confirm each component’s critical role, with removal leading to performance drops. The model maintains high-quality, view-robust video generation across diverse scenarios, demonstrating strong generalization.

Applications

This framework enables realistic robotic scene simulation, policy evaluation, and goal-conditioned planning without requiring precise geometric calibration. It supports training on large-scale uncalibrated videos, facilitating scalable robot learning. Future integration with reinforcement learning could allow robots to autonomously improve control policies based on generated videos, accelerating deployment in real-world tasks such as industrial automation, service robots, and autonomous vehicles.

Limitations & Outlook

Dependence on accurate URDF and camera calibration may limit real-world robustness. Optical flow estimation can falter in occlusion or high-speed scenarios. Computational costs are high due to large model sizes and training complexity. Future work should focus on reducing costs, improving robustness to sensor errors, and extending to more complex, dynamic environments.

Plain Language Accessible to non-experts

想象你在厨房做饭,动作就像是拿锅、切菜、倒水,每个动作都需要在空间里准确完成。传统方法就像只记住你在哪个位置做饭,但不能理解你在厨房里的具体动作。BridgeV2W就像用一张特殊的照片,把你每个动作都变成了厨房里的像素点,大家都能看懂。这样,不管你站在哪个角落,做什么菜,系统都能准确理解和模拟你的动作,就像看一张厨房的地图一样清楚。它让机器人像人一样灵活,能在不同厨房环境中自如操作,未来可以帮你做饭、打扫卫生,甚至学习新菜谱。

ELI14 Explained like you're 14

想象你在玩一个游戏,你的角色可以做很多动作,比如跳、跑、拿东西。以前的机器人就像是只会记住你站在哪里,做什么动作,但不能理解你具体怎么做。BridgeV2W就像给机器人装上了一双“眼睛”,把你每个动作变成一张图片,让机器人知道你在做什么,不管你站在哪个角落或者换了个房间。它用一种特别的“照片”把动作变成像素点,机器人就能更聪明地模仿你,甚至在不同的房间都能学会做同样的事情。这让机器人变得更像人,能在各种环境中帮你做事,比如帮你打扫、做饭,甚至学会新技能。

Abstract

Embodied world models have emerged as a promising paradigm in robotics, most of which leverage large-scale Internet videos or pretrained video generation models to enrich visual and motion priors. However, they still face key challenges: a misalignment between coordinate-space actions and pixel-space videos, sensitivity to camera viewpoint, and non-unified architectures across embodiments. To this end, we present BridgeV2W, which converts coordinate-space actions into pixel-aligned embodiment masks rendered from the URDF and camera parameters. These masks are then injected into a pretrained video generation model via a ControlNet-style pathway, which aligns the action control signals with predicted videos, adds view-specific conditioning to accommodate camera viewpoints, and yields a unified world model architecture across embodiments. To mitigate overfitting to static backgrounds, BridgeV2W further introduces a flow-based motion loss that focuses on learning dynamic and task-relevant regions. Experiments on single-arm (DROID) and dual-arm (AgiBot-G1) datasets, covering diverse and challenging conditions with unseen viewpoints and scenes, show that BridgeV2W improves video generation quality compared to prior state-of-the-art methods. We further demonstrate the potential of BridgeV2W on downstream real-world tasks, including policy evaluation and goal-conditioned planning. More results can be found on our project website at https://BridgeV2W.github.io .

cs.RO cs.CV