--- license: mit pipeline_tag: text-to-video tags: - Text-to-Video ---
# **Video Diffusion Alignment via Reward Gradient** ![VADER](assets/vader_method.png) [![Website](https://img.shields.io/badge/🌎-Website-blue.svg)](http://vader-vid.github.io)
For more information on how to use it, please check [GitHub](https://github.com/mihirp1998/VADER). This is a checkpoint trained via PickScore Reward Model with a LoRA rank of 16 on prompts in `assets/chatgpt_custom_animal.txt` for our paper [Video Diffusion Alignment via Reward Gradient](https://vader-vid.github.io/) by Mihir Prabhudesai*, Russell Mendonca*, Zheyang Qin*, Katerina Fragkiadaki, Deepak Pathak. ## Abstract 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, such as video-text alignment or ethical video generation. Adapting these models via supervised fine-tuning requires collecting target datasets of videos, which is challenging and tedious. In this work, we instead utilize pre-trained reward models that are learned via preferences on top of powerful discriminative models. These models contain dense gradient information with respect to generated RGB pixels, which is critical to be able to learn efficiently in complex search spaces, such as videos. We show that our approach can enable alignment of video diffusion for aesthetic generations, similarity between text context and video, as well long horizon video generations that are 3X longer than the training sequence length. We show our approach can learn much more efficiently in terms of reward queries and compute than previous gradient-free approaches for video generation. ## Demo | | | | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | | | | | | | | | | | | | ## Citation If you find this work useful in your research, please cite: ```bibtex @misc{prabhudesai2024videodiffusionalignmentreward, title={Video Diffusion Alignment via Reward Gradients}, author={Mihir Prabhudesai and Russell Mendonca and Zheyang Qin and Katerina Fragkiadaki and Deepak Pathak}, year={2024}, eprint={2407.08737}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2407.08737}, } ```