D2PO Optimizes Diffusion Samplers with Dynamic Preference Alignment

Jinkyu Kim, Jinyoung Choi, Bohyung Han· July 9, 2026 View original

Summary

D2PO (Dynamic Direct Preference Optimization) is a new framework that optimizes diffusion sampling policies by aligning them with perceptual quality using a preference-based approach. It addresses limitations of existing methods by employing dynamic preferences and an energy-based model derived from pretrained score networks.

This research introduces D2PO, a novel framework designed to enhance the quality of images generated by diffusion models, particularly when using fewer sampling steps. Current methods often struggle to maintain fine-grained details, leading to a mismatch between the generated output and human perception. D2PO tackles this by reframing the optimization problem as a preference-based alignment, drawing inspiration from the Direct Preference Optimization (DPO) framework. The core innovation involves modeling the sampling policy as an energy-based model, which allows for the comparison of preferences to be translated into measurable energy differences. A key aspect is the introduction of dynamic preferences, where the preferred samples used for training progressively improve as the model learns. This iterative self-improvement mechanism replaces static teacher supervision, leading to more faithful alignment with desired perceptual quality. Experiments show that D2PO consistently outperforms traditional regression-based schedulers, especially under low sampling step constraints, by unlocking the full potential of high-quality teachers and better preserving both structural consistency and fine details.

Why it matters

Professionals working with generative AI, especially diffusion models, can achieve higher quality outputs with fewer computational resources, improving efficiency and user experience in applications like image generation and editing.

How to implement this in your domain

  1. 1Evaluate current diffusion model performance under low-NFE constraints for specific use cases.
  2. 2Explore integrating D2PO's preference-based optimization into custom diffusion model training pipelines.
  3. 3Develop a system for collecting or generating dynamic preference feedback to guide model refinement.
  4. 4Benchmark D2PO-optimized samplers against existing methods to quantify improvements in perceptual quality and efficiency.

Who benefits

Creative ArtsGamingAdvertisingProduct DesignHealthcare

Key takeaways

  • D2PO improves diffusion model output quality, especially with fewer sampling steps.
  • It uses a novel dynamic preference optimization approach instead of static teacher models.
  • The framework leverages an energy-based model for tractable preference comparisons.
  • D2PO shows superior performance over conventional regression-based schedulers.

Original post by Jinkyu Kim, Jinyoung Choi, Bohyung Han

"arXiv:2607.06609v1 Announce Type: new Abstract: We propose D2PO (Dynamic Direct Preference Optimization), a principled framework for optimizing diffusion sampling policies with respect to timestep schedules and classifier-free guidance (CFG) weights. Our work is motivated by a fu…"

View on X

Originally posted by Jinkyu Kim, Jinyoung Choi, Bohyung Han on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Transformers Learn Non-Invertible Modular Multiplication via Stratified Fourier Mechanisms.

This research investigates how small transformers learn modular integer multiplication over composite moduli, a non-invertible operation. It proposes the "monoid extension" theory, suggesting models partition input space into hierarchical algebraic regions where Fourier mechanisms apply, explaining how embeddings, attention, and local features contribute to the computation.

Zitong Andrew Chen, Junaid Hasan, Akhil Srinivasan, Hemkesh Bandi, Jarod AlperJul 9, 2026
AI Engineering & DevToolsAI Research

New Interpretable Model Handles Feature Interactions in Tabular Data.

This paper introduces Interaction Aware Interpretable Machine Learning (IAIML), a framework for tabular data that addresses the limitation of traditional interpretable models in capturing feature interactions. IAIML uses adaptive discretization, pairwise interaction scoring, and a partitioned explanation budget to achieve high accuracy while maintaining interpretability.

Srikumar KrishnamoorthyJul 9, 2026
AI ResearchAI Engineering & DevTools

Principles of Deep Feedforward ReLU Networks Unveiled.

This paper systematically studies the mechanisms of deep feedforward ReLU networks, generalizing principles from two-layer networks to deeper architectures. It explains how hidden-layer units form piecewise linear manifolds to divide input space and how paths and their relationships are central to understanding the back-propagation training solution.

Changcun HuangJul 9, 2026