English

Dual-Solver: A Generalized ODE Solver for Diffusion Models with Dual Prediction

Machine Learning 2026-03-05 v1 Computer Vision and Pattern Recognition

Abstract

Diffusion models achieve state-of-the-art image quality. However, sampling is costly at inference time because it requires a large number of function evaluations (NFEs). To reduce NFEs, classical ODE numerical methods have been adopted. Yet, the choice of prediction type and integration domain leads to different sampling behaviors. To address these issues, we introduce Dual-Solver, which generalizes multistep samplers through learnable parameters that continuously (i) interpolate among prediction types, (ii) select the integration domain, and (iii) adjust the residual terms. It retains the standard predictor-corrector structure while preserving second-order local accuracy. These parameters are learned via a classification-based objective using a frozen pretrained classifier (e.g., MobileNet or CLIP). For ImageNet class-conditional generation (DiT, GM-DiT) and text-to-image generation (SANA, PixArt-α\alpha), Dual-Solver improves FID and CLIP scores in the low-NFE regime (33 \le NFE 9\le 9) across backbones.

Keywords

Cite

@article{arxiv.2603.03973,
  title  = {Dual-Solver: A Generalized ODE Solver for Diffusion Models with Dual Prediction},
  author = {Soochul Park and Yeon Ju Lee},
  journal= {arXiv preprint arXiv:2603.03973},
  year   = {2026}
}

Comments

Published as a conference paper at ICLR 2026. 36 pages, 18 figures

R2 v1 2026-07-01T11:02:52.554Z