English

Enhancing Diffusion Model Guidance through Calibration and Regularization

Computer Vision and Pattern Recognition 2025-12-23 v3 Artificial Intelligence Information Theory Machine Learning Image and Video Processing math.IT

Abstract

Classifier-guided diffusion models have emerged as a powerful approach for conditional image generation, but they suffer from overconfident predictions during early denoising steps, causing the guidance gradient to vanish. This paper introduces two complementary contributions to address this issue. First, we propose a differentiable calibration objective based on the Smooth Expected Calibration Error (Smooth ECE), which improves classifier calibration with minimal fine-tuning and yields measurable improvements in Frechet Inception Distance (FID). Second, we develop enhanced sampling guidance methods that operate on off-the-shelf classifiers without requiring retraining. These include tilted sampling with batch-level reweighting, adaptive entropy-regularized sampling to preserve diversity, and a novel f-divergence-based sampling strategy that strengthens class-consistent guidance while maintaining mode coverage. Experiments on ImageNet 128x128 demonstrate that our divergence-regularized guidance achieves an FID of 2.13 using a ResNet-101 classifier, improving upon existing classifier-guided diffusion methods while requiring no diffusion model retraining. The results show that principled calibration and divergence-aware sampling provide practical and effective improvements for classifier-guided diffusion.

Keywords

Cite

@article{arxiv.2511.05844,
  title  = {Enhancing Diffusion Model Guidance through Calibration and Regularization},
  author = {Seyed Alireza Javid and Amirhossein Bagheri and Nuria González-Prelcic},
  journal= {arXiv preprint arXiv:2511.05844},
  year   = {2025}
}

Comments

Accepted from NeurIPS 2025 Workshop on Structured Probabilistic Inference & Generative Modeling. Code available at https://github.com/ajavid34/guided-info-diffusion

R2 v1 2026-07-01T07:27:23.709Z