菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-19
📄 Abstract - Spectrally-Guided Diffusion Noise Schedules

Denoising diffusion models are widely used for high-quality image and video generation. Their performance depends on noise schedules, which define the distribution of noise levels applied during training and the sequence of noise levels traversed during sampling. Noise schedules are typically handcrafted and require manual tuning across different resolutions. In this work, we propose a principled way to design per-instance noise schedules for pixel diffusion, based on the image's spectral properties. By deriving theoretical bounds on the efficacy of minimum and maximum noise levels, we design ``tight'' noise schedules that eliminate redundant steps. During inference, we propose to conditionally sample such noise schedules. Experiments show that our noise schedules improve generative quality of single-stage pixel diffusion models, particularly in the low-step regime.

顶级标签: model training computer vision aigc
详细标签: diffusion models noise schedules spectral guidance image generation sampling efficiency 或 搜索:

基于频谱引导的扩散模型噪声调度方法 / Spectrally-Guided Diffusion Noise Schedules


1️⃣ 一句话总结

这篇论文提出了一种根据图像频谱特性自动设计噪声调度的方法,通过消除冗余步骤,在低步数采样时显著提升了扩散模型的图像生成质量。

源自 arXiv: 2603.19222