让扩散模型的初始噪声能被条件控制,生成更高质量图像
NoiseAR: AutoRegressing Initial Noise Prior for Diffusion Models
- 用自回归方式学习初始噪声的动态分布,替代固定随机初始化
- 在文本提示下生成结构化初始噪声,提升生成图像与输入的一致性
- 适合需要精细控制生成过程的研究者,尤其适用于强化学习框架
扩散模型通过逐步去噪生成数据样本,传统方法中初始状态从简单的固定分布(如各向同性高斯)采样,缺乏结构且难以外部控制。尽管已有研究尝试在初始化阶段引入可控性,但多依赖确定性或启发式方法,存在表达能力弱、难扩展、难融入优化框架等问题。本文提出NoiseAR,一种用于扩散模型的自回归初始噪声先验方法。不同于静态无结构的初始源,NoiseAR学习生成动态可调控的初始噪声分布,将初始噪声参数的生成建模为对空间块或标记的自回归概率任务,从而捕捉复杂空间依赖关系,引入学习到的结构。关键优势在于其条件性设计,使文本提示可直接影响所学先验,实现对扩散初始化的细粒度控制。实验表明,NoiseAR生成的初始噪声先验可提升样本质量并增强与条件输入的一致性,提供了一种强大的学习型替代方案。其概率形式天然支持与马尔可夫决策过程和强化学习等概率框架无缝集成。
原文摘要 · Abstract (English)
Diffusion models have emerged as powerful generative frameworks, creating data samples by progressively denoising an initial random state. Traditionally, this initial state is sampled from a simple, fixed distribution like isotropic Gaussian, inherently lacking structure and a direct mechanism for external control. While recent efforts have explored ways to introduce controllability into the diffusion process, particularly at the initialization stage, they often rely on deterministic or heuristic approaches. These methods can be suboptimal, lack expressiveness, and are difficult to scale or integrate into more sophisticated optimization frameworks. In this paper, we introduce NoiseAR, a novel method for AutoRegressive Initial Noise Prior for Diffusion Models. Instead of a static, unstructured source, NoiseAR learns to generate a dynamic and controllable prior distribution for the initial noise. We formulate the generation of the initial noise prior's parameters as an autoregressive probabilistic modeling task over spatial patches or tokens. This approach enables NoiseAR to capture complex spatial dependencies and introduce learned structure into the initial state. Crucially, NoiseAR is designed to be conditional, allowing text prompts to directly influence the learned prior, thereby achieving fine-grained control over the diffusion initialization. Our experiments demonstrate that NoiseAR can generate initial noise priors that lead to improved sample quality and enhanced consistency with conditional inputs, offering a powerful, learned alternative to traditional random initialization. A key advantage of NoiseAR is its probabilistic formulation, which naturally supports seamless integration into probabilistic frameworks like Markov Decision Processes and Reinforcement Learning. Our code will be available at https://github.com/HKUST-SAIL/NoiseAR/
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。