CVAILGMMDec 19, 2023

InstructVideo: Instructing Video Diffusion Models with Human Feedback

Cambridge
arXiv:2312.12490v193 citationsh-index: 37CVPR
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving video generation quality for applications in media and AI, though it is incremental as it builds on existing diffusion models and reward techniques.

The authors tackled the problem of text-to-video diffusion models producing low-quality and misaligned outputs by proposing InstructVideo, which uses human feedback via reward fine-tuning, resulting in significantly enhanced visual quality without compromising generalization.

Diffusion models have emerged as the de facto paradigm for video generation. However, their reliance on web-scale data of varied quality often yields results that are visually unappealing and misaligned with the textual prompts. To tackle this problem, we propose InstructVideo to instruct text-to-video diffusion models with human feedback by reward fine-tuning. InstructVideo has two key ingredients: 1) To ameliorate the cost of reward fine-tuning induced by generating through the full DDIM sampling chain, we recast reward fine-tuning as editing. By leveraging the diffusion process to corrupt a sampled video, InstructVideo requires only partial inference of the DDIM sampling chain, reducing fine-tuning cost while improving fine-tuning efficiency. 2) To mitigate the absence of a dedicated video reward model for human preferences, we repurpose established image reward models, e.g., HPSv2. To this end, we propose Segmental Video Reward, a mechanism to provide reward signals based on segmental sparse sampling, and Temporally Attenuated Reward, a method that mitigates temporal modeling degradation during fine-tuning. Extensive experiments, both qualitative and quantitative, validate the practicality and efficacy of using image reward models in InstructVideo, significantly enhancing the visual quality of generated videos without compromising generalization capabilities. Code and models will be made publicly available.

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