CVMay 8

Diffusion-APO: Trajectory-Aware Direct Preference Alignment for Video Diffusion Transformers

arXiv:2605.0750377.0
AI Analysis

This work addresses the misalignment between training and inference trajectories in video diffusion models, offering a scalable RLHF framework for aligning large-scale video generation with human intent.

Diffusion-APO introduces a trajectory-aware preference alignment algorithm for video diffusion models that synchronizes training noise with inference-time denoising paths, outperforming standard baselines in visual quality and instruction following while preserving generative fidelity during model acceleration.

Efficiently aligning large-scale video diffusion models with human intent requires a scalable and trajectory-aware pathway that bridges the inherent discrepancy between training noise distributions and practical inference trajectories. While existing paradigms such as Direct Preference Optimization (DPO) and Group Relative Policy Optimization (GRPO) attempt to address this, they are often hindered by either reliance on bias-prone, complex reward models or suboptimal timestep sampling. In this paper, we propose Diffusion-APO (Aligned Preference Optimization), a trajectory-aware algorithm that resolves this misalignment by synchronizing training noise with inference-time denoising paths to maximize gradient signal efficacy. To translate this algorithmic innovation into a practical solution, we introduce a unified and modular RLHF framework that integrates online ranking, half-online anchoring, offline refinement, and distillation-aware drift correction. This framework enables flexible, multi-stage preference alignment across diverse data and computational constraints without relying on scalar-reward-based policy gradients. Through extensive experiments, we demonstrate that Diffusion-APO consistently outperforms standard baselines in visual quality and instruction following, while effectively preserving generative fidelity during model acceleration, providing a robust, end-to-end pathway for scalable video diffusion alignment.

Foundations

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

Your Notes