A First-Order Generative Bilevel Optimization Framework for Diffusion Models
Abstract
Diffusion models, which iteratively denoise data samples to synthesize high-quality outputs, have achieved empirical success across domains. However, optimizing these models for downstream tasks often involves nested bilevel structures, such as tuning hyperparameters for fine-tuning tasks or noise schedules in training dynamics, where traditional bilevel methods fail due to the infinite-dimensional probability space and prohibitive sampling costs. We formalize this challenge as a generative bilevel optimization problem and address two key scenarios: (1) fine-tuning pre-trained models via an inference-only lower-level solver paired with a sample-efficient gradient estimator for the upper level, and (2) training diffusion model from scratch with noise schedule optimization by reparameterizing the lower-level problem and designing a computationally tractable gradient estimator. Our first-order bilevel framework overcomes the incompatibility of conventional bilevel methods with diffusion processes, offering theoretical grounding and computational practicality. Experiments demonstrate that our method outperforms existing fine-tuning and hyperparameter search baselines.
Cite
Text
Xiao et al. "A First-Order Generative Bilevel Optimization Framework for Diffusion Models." Proceedings of the 42nd International Conference on Machine Learning, 2025.Markdown
[Xiao et al. "A First-Order Generative Bilevel Optimization Framework for Diffusion Models." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/xiao2025icml-firstorder/)BibTeX
@inproceedings{xiao2025icml-firstorder,
title = {{A First-Order Generative Bilevel Optimization Framework for Diffusion Models}},
author = {Xiao, Quan and Yuan, Hui and Saif, A F M and Liu, Gaowen and Kompella, Ramana Rao and Wang, Mengdi and Chen, Tianyi},
booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
year = {2025},
pages = {68535-68558},
volume = {267},
url = {https://mlanthology.org/icml/2025/xiao2025icml-firstorder/}
}