CVAILGROJul 11, 2024

Video Diffusion Alignment via Reward Gradients

arXiv:2407.08737v189 citationsh-index: 29
Originality Incremental advance
AI Analysis

This work addresses the challenge of fine-tuning video diffusion models for specific applications, which is incremental as it builds on existing reward and diffusion models to improve efficiency.

The paper tackles the problem of adapting large-scale unsupervised video diffusion models to specific downstream tasks without requiring target video datasets, by using pre-trained reward models to provide gradient information for efficient alignment, achieving more efficient learning in terms of reward queries and computation compared to prior gradient-free methods.

We have made significant progress towards building foundational video diffusion models. As these models are trained using large-scale unsupervised data, it has become crucial to adapt these models to specific downstream tasks. Adapting these models via supervised fine-tuning requires collecting target datasets of videos, which is challenging and tedious. In this work, we utilize pre-trained reward models that are learned via preferences on top of powerful vision discriminative models to adapt video diffusion models. These models contain dense gradient information with respect to generated RGB pixels, which is critical to efficient learning in complex search spaces, such as videos. We show that backpropagating gradients from these reward models to a video diffusion model can allow for compute and sample efficient alignment of the video diffusion model. We show results across a variety of reward models and video diffusion models, demonstrating that our approach can learn much more efficiently in terms of reward queries and computation than prior gradient-free approaches. Our code, model weights,and more visualization are available at https://vader-vid.github.io.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes