Official implementation of the paper:
Zeroth-order Informed Fine-Tuning for Diffusion Model: A Recursive Likelihood Ratio Optimizer arXiv Preprint
The Recursive Likelihood Ratio (RLR) Optimizer is a novel fine-tuning algorithm for diffusion models that intelligently balances computational efficiency with gradient estimation accuracy. Informed by insights from zeroth-order (ZO) optimization, RLR introduces a specially designed half-order (HO) estimator that achieves unbiased gradient estimation with significantly reduced variance compared to standard ZO methods. By seamlessly integrating this optimized HO estimator with first-order (FO) and ZO estimators in a recursive framework, RLR enables stable and efficient fine-tuning of diffusion models across all time steps. This approach allows RLR to overcome the high memory cost of full backpropagation and the sample inefficiency of reinforcement learning, ensuring robust alignment of diffusion models to downstream tasks with minimal computational overhead.
If you find this work useful, please cite:
@article{ren2025zeroth,
title={Zeroth-order Informed Fine-Tuning for Diffusion Model: A Recursive Likelihood Ratio Optimizer},
author={Ren, Tao and Zhang, Zishi and Li, Zehao and Jiang, Jingyang and Qin, Shentao and Li, Guanghao and Li, Yan and Zheng, Yi and Li, Xinping and Zhan, Min and others},
journal={arXiv preprint arXiv:2502.00639},
year={2025}
}