Video Consistency Distance: Enhancing Temporal Consistency for Image-to-Video Generation via Reward-Based Fine-Tuning
Takehiro Aoshima, Yusuke Shinohara, Byeongseon Park
TL;DR
This work targets temporal inconsistency in image-to-video generation by introducing Video Consistency Distance (VCD), a frequency-domain reward that ties generated frames to the conditioning image. VCD compares amplitude and phase distributions of frame features, computed through a Wasserstein distance in the frequency domain, and is incorporated into a reward-based fine-tuning framework for diffusion models. Experimental results across multiple datasets and two strong baselines show that VCD improves temporal coherence while preserving visual quality and alignment, with robustness on unseen artistic domains. The approach is memory-efficient (e.g., uses LoRA) and does not require real-world video data, offering practical gains for I2V applications.
Abstract
Reward-based fine-tuning of video diffusion models is an effective approach to improve the quality of generated videos, as it can fine-tune models without requiring real-world video datasets. However, it can sometimes be limited to specific performances because conventional reward functions are mainly aimed at enhancing the quality across the whole generated video sequence, such as aesthetic appeal and overall consistency. Notably, the temporal consistency of the generated video often suffers when applying previous approaches to image-to-video (I2V) generation tasks. To address this limitation, we propose Video Consistency Distance (VCD), a novel metric designed to enhance temporal consistency, and fine-tune a model with the reward-based fine-tuning framework. To achieve coherent temporal consistency relative to a conditioning image, VCD is defined in the frequency space of video frame features to capture frame information effectively through frequency-domain analysis. Experimental results across multiple I2V datasets demonstrate that fine-tuning a video generation model with VCD significantly enhances temporal consistency without degrading other performance compared to the previous method.
