AVID: Adapting Video Diffusion Models to World Models
Marc Rigter, Tarun Gupta, Agrin Hilmkil, Chao Ma
TL;DR
This work tackles the scarcity of action-labelled data for sequential decision-making by leveraging unlabelled videos to build world models. It introduces AVID, an adapter-based method that conditions on actions by modifying the intermediate outputs of a pretrained video diffusion model, without requiring access to the pretrained weights. Through experiments on Procgen CoinRun and RT1 robotic data, AVID demonstrates competitive or superior performance to baselines that do not have weight access, particularly at smaller model sizes, and reveals that the learned mask effectively allocates motion planning between the pretrained prior and task-specific refinements. The study highlights the potential of repurposing large, pretrained video models for embodied AI tasks when access to internal parameters is limited, and it calls for API provisions that expose intermediate diffusion outputs to enable such flexible adaptations.
Abstract
Large-scale generative models have achieved remarkable success in a number of domains. However, for sequential decision-making problems, such as robotics, action-labelled data is often scarce and therefore scaling-up foundation models for decision-making remains a challenge. A potential solution lies in leveraging widely-available unlabelled videos to train world models that simulate the consequences of actions. If the world model is accurate, it can be used to optimize decision-making in downstream tasks. Image-to-video diffusion models are already capable of generating highly realistic synthetic videos. However, these models are not action-conditioned, and the most powerful models are closed-source which means they cannot be finetuned. In this work, we propose to adapt pretrained video diffusion models to action-conditioned world models, without access to the parameters of the pretrained model. Our approach, AVID, trains an adapter on a small domain-specific dataset of action-labelled videos. AVID uses a learned mask to modify the intermediate outputs of the pretrained model and generate accurate action-conditioned videos. We evaluate AVID on video game and real-world robotics data, and show that it outperforms existing baselines for diffusion model adaptation.1 Our results demonstrate that if utilized correctly, pretrained video models have the potential to be powerful tools for embodied AI.
