D2PO Optimizes Diffusion Samplers with Dynamic Preference

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

▶ The 2-minute explainer

Summary

D2PO (Dynamic Direct Preference Optimization) is a new framework for optimizing diffusion sampling policies by reformulating sampler optimization as a preference-based alignment problem. It uses a novel energy formulation and dynamic preferences to progressively improve alignment with perceptual quality, outperforming conventional regression-based schedulers under low-NFE constraints.

Current methods for optimizing diffusion samplers, particularly student-teacher regression frameworks, often train low-NFE (Number of Function Evaluations) student samplers to mimic high-NFE teachers. This can lead to a loss of high-frequency texture fidelity, even if coarse global structures are preserved, resulting in a misalignment with desired perceptual quality. To address this, researchers propose D2PO (Dynamic Direct Preference Optimization), a principled framework that redefines sampler optimization as a preference-based alignment problem, leveraging the Direct Preference Optimization (DPO) framework. D2PO models the sampling policy as an energy-based model (EBM), translating preference comparisons into manageable energy differences. A key innovation is a novel energy formulation derived directly from the pretrained score network, enabling preference evaluation in perturbed spaces that capture both structural consistency and fine-grained details. Furthermore, D2PO introduces dynamic preferences, where the preferred samples used for alignment progressively improve as the sampling policies are learned, offering a self-improving refinement process that surpasses rigid static teacher supervision.

Why it matters

This advancement significantly improves the quality of images generated by diffusion models, especially under computational constraints, making high-fidelity image generation more accessible and efficient for various creative and industrial applications.

How to implement this in your domain

  1. 1Investigate D2PO for optimizing your diffusion models to achieve higher perceptual quality with fewer sampling steps.
  2. 2Apply the dynamic preference mechanism to refine your generative AI models iteratively.
  3. 3Explore integrating the energy-based model approach for preference-based alignment in other generative tasks.
  4. 4Benchmark D2PO against current diffusion sampler optimization techniques for efficiency and output quality.

Who benefits

Digital ArtGamingAdvertisingProduct DesignMedia & Entertainment

Key takeaways

  • D2PO optimizes diffusion samplers using dynamic preference-based alignment.
  • It addresses the limitation of low-NFE samplers sacrificing texture fidelity.
  • A novel energy formulation captures structural consistency and fine details.
  • Dynamic preferences enable progressive, self-improving alignment, outperforming static methods.

Original post by Jinkyu Kim, Jinyoung Choi, Bohyung Han

"arXiv:2607.06609v1 Announce Type: cross 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…"

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 Engineering & DevTools

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