Mind the Generative Details: Direct Localized Detail Preference Optimization for Video Diffusion Models
Zitong Huang, Kaidong Zhang, Yukang Ding, Chao Gao, Rui Ding, Ying Chen, Wangmeng Zuo
TL;DR
This work tackles the inefficiency and weak local guidance of existing Direct Preference Optimization (DPO) for text-to-video diffusion. LocalDPO constructs high-quality real-video positives and generates localized negatives via spatio-temporal masking and region-aware restoration, enabling a single-inference, high-confidence preference dataset and fast convergence. A region-aware DPO loss, combined with a hybrid training objective that includes SFT and global DPO terms, enables fine-grained alignment of local details while preserving global coherence. Across large-scale real-video datasets and multiple VDMs, LocalDPO yields consistent gains in visual fidelity, temporal coherence, and human-aligned semantics, demonstrating a scalable, efficient path for improving video generator alignment.
Abstract
Aligning text-to-video diffusion models with human preferences is crucial for generating high-quality videos. Existing Direct Preference Otimization (DPO) methods rely on multi-sample ranking and task-specific critic models, which is inefficient and often yields ambiguous global supervision. To address these limitations, we propose LocalDPO, a novel post-training framework that constructs localized preference pairs from real videos and optimizes alignment at the spatio-temporal region level. We design an automated pipeline to efficiently collect preference pair data that generates preference pairs with a single inference per prompt, eliminating the need for external critic models or manual annotation. Specifically, we treat high-quality real videos as positive samples and generate corresponding negatives by locally corrupting them with random spatio-temporal masks and restoring only the masked regions using the frozen base model. During training, we introduce a region-aware DPO loss that restricts preference learning to corrupted areas for rapid convergence. Experiments on Wan2.1 and CogVideoX demonstrate that LocalDPO consistently improves video fidelity, temporal coherence and human preference scores over other post-training approaches, establishing a more efficient and fine-grained paradigm for video generator alignment.
