REVIEW 2 major objections 4 minor 74 references
Dynamic preferences and a score-based energy let few-step diffusion samplers keep texture fidelity instead of collapsing under teacher regression.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-11 01:55 UTC pith:74VBHSV5
load-bearing objection Solid, usable preference-based fix for low-NFE sampler schedules; theory is looser than the empirics, but the gains hold up. the 2 major comments →
D2PO: Optimizing Diffusion Samplers via Dynamic Preference
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Under low-NFE constraints, modeling the deterministic sampler as an energy-based policy and optimizing it with dynamic Direct Preference Optimization against a self-refined denser trajectory yields sampling policies whose perceptual quality (HPS, Aesthetic, human preference) exceeds that of regression-based schedulers, because the student is never forced to match a static teacher beyond its capacity.
What carries the argument
Score-based energy: the squared difference of noise predictions of the pretrained score network at randomly sampled noise levels, used as the energy of an EBM surrogate so that DPO log-ratio terms become tractable energy differences; combined with a dynamic preference pair whose winner is the same policy run on a denser (e.g. 2N) schedule.
Load-bearing premise
The paper assumes that the noise-prediction distance computed by the pretrained score network is a faithful multi-scale stand-in for human perceptual preference, and that the triangle-inequality bound relating dynamic loss to true discretization error still holds for the practical solvers and degradation used.
What would settle it
Train D2PO and a strong regression baseline (e.g. LD3) at 4–5 steps on the same frozen backbone and prompts; if blind human preference, HPSv2 and Aesthetic scores do not favor D2PO, or if FID collapses while those metrics rise, the claim that the dynamic preference + score energy better aligns with perceptual quality fails.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces D2PO, a Direct Preference Optimization framework for learning low-dimensional diffusion sampler parameters (timestep schedules S and per-step CFG weights ω) while keeping the pretrained score network frozen. It models the deterministic sampler as an energy-based surrogate whose energy is the Monte-Carlo noise-prediction distance (Eqs. 17–19) induced by the pretrained network, then constructs dynamic preference pairs in which the winner is the same policy run on a denser (2N) schedule and the loser is a degraded version of the student output. The resulting logistic objective is claimed to produce higher perceptual quality (HPSv2, Aesthetic, human votes) than regression-based schedulers (LD3, GITS, DMN) under low-NFE budgets, while remaining competitive on FID, because the student is aligned to a self-refining trajectory that reduces discretization error rather than to a fixed high-NFE teacher.
Significance. If the empirical gains hold, D2PO supplies a lightweight, orthogonal alternative to both black-box search and student-teacher regression for few-step sampling; it freezes the generative backbone and optimizes only a handful of continuous parameters, making it complementary to weight-space distillation or RL fine-tuning. The experimental suite is unusually thorough for the sub-area: three ODE solvers, COCO T2I, ImageNet-256 latent, InstaFlow, SD 3.5-Medium, AFHQv2, resource-matched LD3†, CLIP scores, and a blind user study. The score-based energy and the dynamic denser-schedule target are genuine technical contributions. The theoretical sketch in §4.5 is only approximate, yet the practical recipe is immediately usable and the ablations (Tab. 4) isolate the two novel ingredients.
major comments (2)
- [§4.5 Theoretical analysis / Eqs. 21–23 vs. Eq. 19 & Alg. 1] The lower-bound argument L_dyn ≳ (1−2^{-k})ε_true (Eqs. 21–23) treats L_dyn as the direct metric ρ(π_ϕ,π_ϕ′). The implemented loss (Eq. 19 and Alg. 1), however, forms the loser by xl=G(sg[x_ϕ]) (G a low-pass filter) and optimizes a relative DPO logistic against an EMA/copy reference. This surrogate is not identical to ρ(π_ϕ,π_ϕ′); the degradation operator and the reference terms introduce additional degrees of freedom whose effect on continuous-time discretization error is unanalyzed. Consequently the claimed “systematic reduction of discretization error” does not follow rigorously from the triangle inequality. Either derive a corresponding bound for the actual objective or reframe §4.5 as informal motivation and rest the mechanism claim more explicitly on the ablations.
- [§4.4 Dynamic preference / Alg. 1] The degradation operator G that produces the losing sample is mentioned only by example (“e.g., a low-pass filter”) and never specified (filter type, cutoff frequency, whether it is applied in pixel or latent space, etc.). Because G directly shapes every preference pair and is listed among the free design choices, its precise definition and a short sensitivity study are required for reproducibility and for assessing whether the reported gains are robust to the choice of G.
minor comments (4)
- [Eq. 19 / Alg. 2] In the practical objective (Eq. 19) the expectation over t is written, yet Alg. 2 samples a single t. Clarify whether the Monte-Carlo estimate uses one or multiple noise levels per preference pair and report the value used in all tables.
- [§5.1 / App. A.1] Hyper-parameter ranges for β, λ, base learning rates and the precise form of the linear interpolation that produces the 2N schedule are given only in the appendix; a short summary in the main experimental setup would improve self-contained readability.
- [Fig. 1] Fig. 1 caption claims “severe artifacts” for larger Δ, but the visual difference between Δ=3 and Δ=4 is modest; either strengthen the visual example or soften the language.
- [§3.1 / §4.4] Typographical: “preal” should be p_real (Eq. 1); “sg[·]” is introduced without definition in the main text (only in Alg. 1).
Circularity Check
No significant circularity: dynamic self-refinement is intentional design justified by standard numerical analysis, with all claims validated on external frozen metrics and ablations.
full rationale
The paper's core derivation chain (EBM surrogate for deterministic policies o score-based energy from the frozen pretrained network o DPO logistic on energy differences o dynamic preference via denser 2N refinement of the current student) does not reduce any claimed result to its own inputs by construction. The energy (Eqs. 16–18) is taken directly from the external pretrained score/noise network and is never fitted to the reported HPS/Aesthetic/FID numbers. The dynamic teacher (Sec. 4.4, Alg. 1) is deliberately self-referential, but the supporting argument in §4.5 is a standard triangle-inequality lower bound that assumes only a positive convergence order k of the underlying ODE solver (cited to a textbook [49]); it does not import a uniqueness theorem or ansatz from the authors' prior work, nor does it redefine the evaluation metrics. All quantitative claims are measured against frozen external proxies (HPSv2, LAION Aesthetic, FID, CLIP, blind human votes) and against independent baselines (LD3, GITS, DMN) on held-out prompts; the ablations in Tab. 4 further isolate components without circular reuse of the same data. The theory–practice gap noted by the skeptic (L_dyn vs. the actual degraded-xl DPO loss) is a correctness concern, not circularity. No self-definitional loop, fitted-input-as-prediction, load-bearing self-citation, or renamed known result is present.
Axiom & Free-Parameter Ledger
free parameters (4)
- DPO temperature β =
{10,50,100}
- EMA momentum λ for reference CFG weights
- learning-rate base values and gradient-accumulation steps
- degradation operator G for losing sample
axioms (4)
- standard math The optimal policy of the KL-regularized reward maximization problem admits the closed-form log-ratio expression used by DPO (Eq. 8–9).
- domain assumption A deterministic ODE sampler can be replaced by a smooth EBM surrogate whose energy is a distance to the sampler output, so that partition functions cancel in preference ratios (Eq. 12–14).
- domain assumption Numerical ODE solvers of order k>0 reduce local truncation error by approximately 2^{-k} under 2× step refinement (Eq. 22).
- ad hoc to paper The noise-prediction distance integrated over t (with weight σ_t^{2}) is a faithful multi-scale surrogate for perceptual discrepancy.
invented entities (2)
-
score-based energy for the EBM sampler surrogate
no independent evidence
-
dynamic denser-schedule preference target (ϕ′)
no independent evidence
read the original 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 fundamental limitation of existing student-teacher regression frameworks; low-NFE student samplers are trained to mimic high-NFEteachers, often sacrificing high-frequency texture fidelity while preserving coarse global structures, thereby misaligning the sampler with perceptual quality. D2PO addresses this challenge by reformulating sampler optimization as a preference-based alignment problem, leveraging the Direct Preference Optimization (DPO) framework. To make DPO applicable to diffusion samplers, we model the sampling policy as an energy-based model (EBM), transforming preference comparisons into tractable energy differences. We further introduce a novel energy formulation derived directly from the pretrained score network, enabling preference evaluation in perturbed spaces that jointly capture structural consistency and fine-grained details. Moreover, we introduce dynamic preferences, where the preferred samples used for alignment progressively improve as the sampling policies are learned. This self-improving mechanism replaces rigid static teacher supervision with an iterative, preference-guided refinement process, providing progressively stronger alignment signals. Extensive experiments demonstrate that D2PO aligns diffusion samplers with perceptual quality more faithfully, unlocking the full potential of high-quality teachers and consistently outperforming conventional regression-based schedulers under low-NFE constraints.
Figures
Reference graph
Works this paper leans on
-
[1]
Bao, F., Li, C., Zhu, J., Zhang, B.: Analytic-DPM: An analytic estimate of the optimal reverse variance in diffusion probabilistic models. In: ICLR (2022)
work page 2022
-
[2]
Bińkowski, M., Sutherland, D.J., Arbel, M., Gretton, A.: Demystifying MMD GANs. In: ICLR (2018)
work page 2018
-
[3]
Black, K., Janner, M., Du, Y., Kostrikov, I., Levine, S.: Training diffusion models with reinforcement learning. In: ICLR (2024)
work page 2024
-
[4]
Brock, A., Donahue, J., Simonyan, K.: Large scale GAN training for high fidelity natural image synthesis. In: ICLR (2019)
work page 2019
-
[5]
Chen, D., Zhou, Z., Wang, C., Shen, C., Lyu, S.: On the trajectory regularity of ODE-based diffusion sampling. In: ICML (2024)
work page 2024
-
[6]
Training Deep Nets with Sublinear Memory Cost
Chen, T., Xu, B., Zhang, C., Guestrin, C.: Training deep nets with sublinear mem- ory cost. arXiv preprint arXiv:1604.06174 (2016)
work page internal anchor Pith review Pith/arXiv arXiv 2016
-
[7]
In: The 40th Conference on Uncertainty in Artificial Intelligence (2024)
Chen, Y., He, F., Fu, S., Tian, X., Tao, D.: Adaptive time-stepping schedules for diffusion models. In: The 40th Conference on Uncertainty in Artificial Intelligence (2024)
work page 2024
- [8]
-
[9]
Choi, J., Kang, J., Han, B.: Enhanced diffusion sampling via extrapolation with multiple ode solutions. In: ICLR (2025)
work page 2025
-
[10]
Dhariwal, P., Nichol, A.: Diffusion models beat GANs on image synthesis. In: NeurIPS (2021)
work page 2021
-
[11]
Dockhorn, T., Vahdat, A., Kreis, K.: GENIE: Higher-order denoising diffusion solvers. In: NeurIPS (2022)
work page 2022
-
[12]
Scaling Rectified Flow Transformers for High-Resolution Image Synthesis
Esser, P., Kulal, S., Blattmann, A., Entezari, R., et al.: Scaling rectified flow transformers for high-resolution image synthesis. arXiv preprint arXiv:2403.03206 (2024)
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[13]
Fan, Y., Watkins, O., Du, Y., Liu, H., Ryu, M., Boutilier, C., Abbeel, P., Ghavamzadeh, M., Lee, K., Lee, K.: Reinforcement learning for fine-tuning text- to-image diffusion models. In: NeurIPS (2023)
work page 2023
-
[14]
Frankel, E., Chen, S., Li, J., Koh, P.W., Ratliff, L.J., Oh, S.: S4S: Solving for a fast diffusion model solver. In: ICML (2025)
work page 2025
-
[15]
arXiv preprint arXiv:2510.00815 (2025)
Galashov, A., Pokle, A., Doucet, A., Gretton, A., Delbracio, M., De Bortoli, V.: Learn to guide your diffusion model. arXiv preprint arXiv:2510.00815 (2025)
-
[16]
Haarnoja, T., Zhou, A., Abbeel, P., Levine, S.: Soft actor-critic: Off-policy maxi- mum entropy deep reinforcement learning with a stochastic actor. In: ICML (2018)
work page 2018
-
[17]
The CMA Evolution Strategy: A Tutorial
Hansen, N.: The CMA evolution strategy: A tutorial. arXiv preprint arXiv:1604.00772 (2016)
work page internal anchor Pith review Pith/arXiv arXiv 2016
-
[18]
Heusel, M., Ramsauer, H., Unterthiner, T., Nessler, B., Hochreiter, S.: GANs trained by a two time-scale update rule converge to a local nash equilibrium. In: NeurIPS (2017)
work page 2017
-
[19]
Ho, J., Jain, A., Abbeel, P.: Denoising diffusion probabilistic models. In: NeurIPS (2020)
work page 2020
-
[20]
Classifier-Free Diffusion Guidance
Ho, J., Salimans, T.: Classifier-free diffusion guidance. arXiv preprint arXiv:2207.12598 (2022)
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[21]
Ho, J., Salimans, T., Gritsenko, A., Chan, W., Norouzi, M., Fleet, D.J.: Video diffusion models. In: NeurIPS (2022)
work page 2022
-
[22]
In: ICLR (2017) D2PO: Optimizing Diffusion Samplers via Dynamic Preference 17
Jang, E., Gu, S., Poole, B.: Categorical reparameterization with Gumbel-Softmax. In: ICLR (2017) D2PO: Optimizing Diffusion Samplers via Dynamic Preference 17
work page 2017
-
[23]
Kang, J., Choi, J., Choi, S., Han, B.: Observation-guided diffusion probabilistic models. In: CVPR (2024)
work page 2024
-
[24]
Karras,T.,Aittala,M.,Aila,T.,Laine,S.:Elucidatingthedesignspaceofdiffusion- based generative models. In: NeurIPS (2022)
work page 2022
-
[25]
Kim, D., Lai, C.H., Liao, W.H., Murata, N., Takida, Y., Uesaka, T., He, Y., Mitsu- fuji, Y., Ermon, S.: Consistency trajectory models: Learning probability flow ode trajectory of diffusion. In: ICLR (2024)
work page 2024
-
[26]
Kingma, D., Salimans, T., Poole, B., Ho, J.: Variational diffusion models. In: NeurIPS (2021)
work page 2021
-
[27]
Kingma, D.P., Dhariwal, P.: Glow: Generative flow with invertible 1x1 convolu- tions. NeurIPS (2018)
work page 2018
-
[28]
Li, L., Li, H., Zheng, X., Wu, J., Xiao, X., Wang, R., Zheng, M., Pan, X., Chao, F., Ji, R.: AutoDiffusion: Training-free optimization of time steps and architectures for automated diffusion model acceleration. In: ICCV (2023)
work page 2023
-
[29]
Liang, Z., Yuan, Y., Gu, S., Chen, B., Hang, T., Cheng, M., Li, J., Zheng, L.: Aesthetic post-training diffusion models from generic preferences with step-by-step preference optimization. In: CVPR (2025)
work page 2025
-
[30]
Lin, T.Y., Maire, M., Belongie, S., Hays, J., Perona, P., Ramanan, D., Dollár, P., Zitnick, C.L.: Microsoft COCO: common objects in context. In: ECCV (2014)
work page 2014
-
[31]
Liu, J., Liu, G., Liang, J., Li, Y., Liu, J., Wang, X., Wan, P., Zhang, D., Ouyang, W.: Flow-GRPO: Training flow matching models via online rl. In: NeurIPS (2025)
work page 2025
-
[32]
Liu, L., Ren, Y., Lin, Z., Zhao, Z.: Pseudo numerical methods for diffusion models on manifolds. In: ICLR (2022)
work page 2022
-
[33]
Liu, X., Zhang, X., Ma, J., Peng, J., Liu, Q.: InstaFlow: One step is enough for high-quality diffusion-based text-to-image generation. In: ICLR (2024)
work page 2024
-
[34]
Lu, C., Zhou, Y., Bao, F., Chen, J., Li, C., Zhu, J.: DPM-Solver: A fast ODE solver for diffusion probabilistic model sampling in around 10 steps. In: NeurIPS (2022)
work page 2022
-
[35]
DPM-Solver++: Fast Solver for Guided Sampling of Diffusion Probabilistic Models
Lu, C., Zhou, Y., Bao, F., Chen, J., Li, C., Zhu, J.: DPM-Solver++: Fast solver for guided sampling of diffusion probabilistic models. arXiv preprint arXiv:2211.01095 (2022)
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[36]
Ma, X., Fang, G., Bi Mi, M., Wang, X.: Learning-to-cache: Accelerating diffusion transformer via layer caching. NeurIPS (2024)
work page 2024
-
[37]
Ouyang, L., Wu, J., Jiang, X., Almeida, D., Wainwright, C., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., et al.: Training language models to follow instructions with human feedback. NeurIPS (2022)
work page 2022
-
[38]
Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., Killeen, T., Lin, Z., Gimelshein, N., Antiga, L., et al.: Pytorch: An imperative style, high- performance deep learning library. In: NeurIPS (2019)
work page 2019
-
[39]
Rafailov, R., Sharma, A., Mitchell, E., Manning, C.D., Ermon, S., Finn, C.: Di- rect preference optimization: Your language model is secretly a reward model. In: NeurIPS (2023)
work page 2023
-
[40]
Rombach, R., Blattmann, A., Lorenz, D., Esser, P., Ommer, B.: High-resolution image synthesis with latent diffusion models. In: CVPR (2022)
work page 2022
-
[41]
Sabour, A., Fidler, S., Kreis, K.: Align your steps: Optimizing sampling schedules in diffusion models. ICML (2024)
work page 2024
-
[42]
Salimans, T., Ho, J.: Progressive distillation for fast sampling of diffusion models. In: ICLR (2022)
work page 2022
-
[43]
Salimans, T., Mensink, T., Heek, J., Hoogeboom, E.: Multistep distillation of dif- fusion models via moment matching. In: NeurIPS (2024)
work page 2024
- [44]
-
[45]
Singer, U., Polyak, A., Hayes, T., Yin, X., An, J., Zhang, S., Hu, Q., Yang, H., Ashual, O., Gafni, O., Parikh, D., Gupta, S., Taigman, Y.: Make-A-Video: Text- to-video generation without text-video data. In: ICLR (2023)
work page 2023
-
[46]
Sohl-Dickstein, J., Weiss, E., Maheswaranathan, N., Ganguli, S.: Deep unsuper- vised learning using nonequilibrium thermodynamics. In: ICML (2015)
work page 2015
-
[47]
Song, Y., Dhariwal, P., Chen, M., Sutskever, I.: Consistency models. In: ICML (2023)
work page 2023
-
[48]
Song, Y., Sohl-Dickstein, J., Kingma, D.P., Kumar, A., Ermon, S., Poole, B.: Score- based generative modeling through stochastic differential equations. In: ICLR (2021)
work page 2021
-
[49]
Cambridge University Press, 1 edn
Süli, E., Mayers, D.: An Introduction to Numerical Analysis. Cambridge University Press, 1 edn. (2003)
work page 2003
-
[50]
Tong, V., Trung-Dung, H., Liu, A., Broeck, G.V.d., Niepert, M.: Learning to dis- cretize denoising diffusion ODEs. In: ICLR (2025)
work page 2025
-
[51]
Vahdat, A., Kreis, K., Kautz, J.: Score-based generative modeling in latent space. In: NeurIPS (2021)
work page 2021
-
[52]
Wallace, B., Dang, M., Rafailov, R., Zhou, L., Lou, A., Purushwalkam, S., Ermon, S., Xiong, C., Joty, S., Naik, N.: Diffusion model alignment using direct preference optimization. In: CVPR (2024)
work page 2024
-
[53]
Wang, F.Y., Zhou, H., Yuan, L., Woo, S., Gong, B., Han, B., Yang, M.H., Zhang, H., Zhu, Y., Liu, T., Zhao, L.: Image diffusion preview with consistency solver. In: CVPR (2026)
work page 2026
-
[54]
ModelScope Text-to-Video Technical Report
Wang, J., Yuan, H., Chen, D., Zhang, Y., Wang, X., Zhang, S.: ModelScope text- to-video technical report. arXiv preprint arXiv:2308.06571 (2023)
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[55]
ProlificDreamer: High-Fidelity and Diverse Text-to-3D Generation with Variational Score Distillation
Wang, Z., Lu, C., Wang, Y., Bao, F., Li, C., Su, H., Zhu, J.: ProlificDreamer: High-fidelity and diverse text-to-3d generation with variational score distillation. arXiv preprint arXiv:2305.16213 (2023)
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[56]
Watson, D., Chan, W., Ho, J., Norouzi, M.: Learning fast samplers for diffusion models by differentiating through sample quality. In: ICLR (2022)
work page 2022
-
[57]
Learning to Efficiently Sample from Diffusion Probabilistic Models
Watson, D., Ho, J., Norouzi, M., Chan, W.: Learning to efficiently sample from diffusion probabilistic models. arXiv preprint arXiv:2106.03802 (2021)
work page internal anchor Pith review Pith/arXiv arXiv 2021
-
[58]
Wu, X., Hao, Y., Sun, K., Chen, Y., Zhu, F., Zhao, R., Li, H.: Human preference score v2: A solid benchmark for evaluating human preferences of text-to-image synthesis. arXiv preprint arXiv:2306.09341 (2023)
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[59]
Xiao, Z., Kreis, K., Vahdat, A.: Tackling the generative learning trilemma with denoising diffusion GANs. In: ICLR (2022)
work page 2022
-
[60]
Xue, S., Liu, Z., Chen, F., Zhang, S., Hu, T., Xie, E., Li, Z.: Accelerating diffusion sampling with optimized time steps. In: CVPR (2024)
work page 2024
-
[61]
Yang, K., Tao, J., Lyu, J., Ge, C., Chen, J., Shen, W., Zhu, X., Li, X.: Using human feedback to fine-tune diffusion models without any reward model. In: CVPR (2024)
work page 2024
-
[62]
Ye, H., Yuan, J., Xia, R., Yan, X., Chen, T., Yan, J., Shi, B., Zhang, B.: Training- free adaptive diffusion with bounded difference approximation strategy. NeurIPS (2024)
work page 2024
-
[63]
Yin, T., Gharbi, M., Park, T., Zhang, R., Shechtman, E., Durand, F., Freeman, W.T.: Improved distribution matching distillation for fast image synthesis. In: NeurIPS (2024)
work page 2024
-
[64]
Yin, T., Gharbi, M., Zhang, R., Shechtman, E., Durand, F., Freeman, W.T., Park, T.: One-step diffusion with distribution matching distillation. In: CVPR (2024)
work page 2024
-
[65]
NeurIPS (2024) D2PO: Optimizing Diffusion Samplers via Dynamic Preference 19
Yuan, H., Chen, Z., Ji, K., Gu, Q.: Self-play fine-tuning of diffusion models for text-to-image generation. NeurIPS (2024) D2PO: Optimizing Diffusion Samplers via Dynamic Preference 19
work page 2024
-
[66]
Zhang, G., Kenta, N., Kleijn, W.B.: Lookahead diffusion probabilistic models for refining mean estimation. In: CVPR (2023)
work page 2023
-
[67]
Zhang, G., Kenta, N., Kleijn, W.B.: On accelerating diffusion-based sampling pro- cess via improved integration approximation. In: ICLR (2024)
work page 2024
-
[68]
Zhang, Q., Chen, Y.: Fast sampling of diffusion models with exponential integrator. In: ICLR (2023)
work page 2023
-
[69]
Zhang, R., Isola, P., Efros, A.A., Shechtman, E., Wang, O.: The unreasonable effectiveness of deep features as a perceptual metric. In: CVPR (2018)
work page 2018
-
[70]
Zhao, W., Bai, L., Rao, Y., Zhou, J., Lu, J.: UniPC: A unified predictor-corrector framework for fast sampling of diffusion models. In: NeurIPS (2023)
work page 2023
-
[71]
Zheng, J., Hu, M., Fan, Z., Wang, C., Ding, C., Tao, D., Cham, T.J.: Trajectory consistency distillation. arXiv preprint arXiv:2402.19159 (2024)
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[72]
MagicVideo: Efficient Video Generation With Latent Diffusion Models
Zhou, D., Wang, W., Yan, H., Lv, W., Zhu, Y., Feng, J.: MagicVideo: Efficient video generation with latent diffusion models. arXiv preprint arXiv:2211.11018 (2022)
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[73]
Zhou, M., Zheng, H., Gu, Y., Wang, Z., Huang, H.: Adversarial score identity distillation: Rapidly surpassing the teacher in one step. In: ICLR (2025)
work page 2025
-
[74]
An old photo of an umbrella and chairs at the beach
Zhou, M., Zheng, H., Wang, Z., Yin, M., Huang, H.: Score identity distillation: Ex- ponentially fast distillation of pretrained diffusion models for one-step generation. In: ICML (2024) 20 J. Kim et al. A Experimental Setup A.1 Implementation details We implement our method using PyTorch [38] and adopt the pretrained, frozen Stable Diffusion v1.5 [40] as ...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.