AVID: Adapting Video Diffusion Models to World Models
TLDR
AVID adapts pretrained video diffusion models to action-conditioned world models using a learned mask, without accessing model parameters.
Reasoning
The paper presents a novel method for adapting closed-source video diffusion models to world models, addressing data scarcity in robotics. Strengths include leveraging unlabelled videos and evaluating on real-world data; weaknesses involve reliance on small domain-specific datasets and potential generalization limits.
Read-first score
Read-first score 75.2, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 44.
Field roles
Rank sensitivity
Stability: volatile; rank range: 114.
Keyword Scores
Deep Analysis
Innovations
- Adapting pretrained video diffusion models to action-conditioned world models without accessing the model parameters
- Using a learned mask to modify intermediate outputs of the pretrained model for action conditioning
- Demonstrating that pretrained video models can be effectively leveraged for embodied AI with only a small domain-specific action-labelled dataset
Methodology
AVID trains an adapter on a small domain-specific dataset of action-labelled videos. The adapter uses a learned mask to modify the intermediate outputs of a closed-source pretrained video diffusion model, enabling action-conditioned video generation without finetuning the original model. Evaluation is performed on video game and real-world robotics data, comparing against existing baselines for diffusion model adaptation.
Key Results
AVID outperforms existing baselines for diffusion model adaptation on both video game and real-world robotics data, showing that pretrained video diffusion models can be adapted to serve as accurate world models for decision-making.
Limitations
- Requires a small domain-specific dataset of action-labelled videos for training the adapter, which may still be scarce in some applications
- Relies on a pretrained video diffusion model that may not be publicly available or may have inherent biases and limitations
- Evaluation is limited to video game and real-world robotics domains; generalization to other sequential decision-making tasks is not demonstrated