paper-with-me

홈 › Papers

AVID: Adapting Video Diffusion Models to World Models

2024-10-01 · Marc Rigter, Tarun Gupta, Agrin Hilmkil, Chao Ma

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.

📄 PDF Abstract BibTeX arXiv:2410.12822

Code (1)

microsoft/causica 공식 구현 pytorch

Tasks

Decision MakingSequential Decision Making

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

GigaVideo-1: Advancing Video Generation via Automatic Feedback with 4 GPU-Hours Fine-Tuning

2025-06-12 · Xiaoyi Bao, Jindi Lv, XiaoFeng Wang, Zheng Zhu 외

Recent progress in diffusion models has greatly enhanced video generation quality, yet these models still require fine-tuning to improve specific dimensions like instance preservation, motion rationality, composition, an…

GPUVideo Generation

AVID: Any-Length Video Inpainting with Diffusion Model

2023-12-06 · CVPR 2024 1 · Zhixing Zhang, Bichen Wu, Xiaoyan Wang, Yaqiao Luo 외

Recent advances in diffusion models have successfully enabled text-guided image inpainting. While it seems straightforward to extend such editing capability into the video domain, there have been fewer works regarding te…

Image InpaintingmodelVideo Inpainting

DynaVid: Learning to Generate Highly Dynamic Videos using Synthetic Motion Data

2026-04-02 · Wonjoon Jin, Jiyun Won, Janghyeok Han, Qi Dai 외 arxiv

Despite recent progress, video diffusion models still struggle to synthesize realistic videos involving highly dynamic motions or requiring fine-grained motion controllability. A central limitation lies in the scarcity o…

DAViD: Modeling Dynamic Affordance of 3D Objects using Pre-trained Video Diffusion Models

2025-01-14 · Hyeonwoo Kim, Sangwon Beak, Hanbyul Joo

Understanding the ability of humans to use objects is crucial for AI to improve daily life. Existing studies for learning such ability focus on human-object patterns (e.g., contact, spatial relation, orientation) in stat…

Human-Object Interaction DetectionObject

AtlasVid: Efficient Ultra-High-Resolution Long Video Generation via Decoupled Global-Local Modeling

2026-05-15 · Ziyang Mai, Yuyao Zhang, Yu-Wing Tai arxiv

Recent diffusion-based video generators have achieved remarkable visual fidelity and prompt controllability, yet scaling them to ultra-high-resolution (UHR) long videos remains prohibitively expensive. The difficulty is …

Video Generation