paper-with-me

홈 › Papers

Not All Noises Are Created Equally:Diffusion Noise Selection and Optimization

2024-07-19 · Zipeng Qi, Lichen Bai, Haoyi Xiong, Zeke Xie

Diffusion models that can generate high-quality data from randomly sampled Gaussian noises have become the mainstream generative method in both academia and industry. Are randomly sampled Gaussian noises equally good for diffusion models? While a large body of works tried to understand and improve diffusion models, previous works overlooked the possibility to select or optimize the sampled noise the possibility of selecting or optimizing sampled noises for improving diffusion models. In this paper, we mainly made three contributions. First, we report that not all noises are created equally for diffusion models. We are the first to hypothesize and empirically observe that the generation quality of diffusion models significantly depend on the noise inversion stability. This naturally provides us a noise selection method according to the inversion stability. Second, we further propose a novel noise optimization method that actively enhances the inversion stability of arbitrary given noises. Our method is the first one that works on noise space to generally improve generated results without fine-tuning diffusion models. Third, our extensive experiments demonstrate that the proposed noise selection and noise optimization methods both significantly improve representative diffusion models, such as SDXL and SDXL-turbo, in terms of human preference and other objective evaluation metrics. For example, the human preference winning rates of noise selection and noise optimization over the baselines can be up to 57% and 72.5%, respectively, on DrawBench.

📄 PDF Abstract BibTeX arXiv:2407.14041

Code (0)

등록된 구현이 없습니다.

Tasks

All

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Noise Projection: Closing the Prompt-Agnostic Gap Behind Text-to-Image Misalignment in Diffusion Models

2025-10-16 · Yunze Tong, Didi Zhu, Zijing Hu, Jinluan Yang 외 arxiv

In text-to-image generation, different initial noises induce distinct denoising paths with a pretrained Stable Diffusion (SD) model. While this pattern could output diverse images, some of them may fail to align well wit…

Text-to-Image Generation

Discrete Noise Inversion for Next-scale Autoregressive Text-based Image Editing

2025-09-02 · Quan Dao, Xiaoxiao He, Ligong Han, Ngan Hoai Nguyen 외 arxiv

Visual autoregressive models (VAR) have recently emerged as a promising class of generative models, achieving performance comparable to diffusion models in text-to-image generation tasks. While conditional generation has…

Text-based Image EditingText-to-Image Generation

Golden Noise for Diffusion Models: A Learning Framework

2024-11-14 · Zikai Zhou, Shitong Shao, Lichen Bai, Zhiqiang Xu 외

Text-to-image diffusion model is a popular paradigm that synthesizes personalized images by providing a text prompt and a random Gaussian noise. While people observe that some noises are ``golden noises'' that can achiev…

Prompt Learning

NoiseShift: Resolution-Aware Noise Recalibration for Better Low-Resolution Image Generation

2025-10-02 · Ruozhen He, Moayed Haji-Ali, Ziyan Yang, Vicente Ordonez arxiv

Text-to-image diffusion models often degrade when sampled at resolutions outside the final training resolution set. Prior work has largely emphasized higher resolution generation, enabling pretrained diffusion models to …

Image Generation

Doubly Stochastic Models: Learning with Unbiased Label Noises and Inference Stability

2023-04-01 · Haoyi Xiong, Xuhong LI, Boyang Yu, Zhanxing Zhu 외

Random label noises (or observational noises) widely exist in practical machine learning settings. While previous studies primarily focus on the affects of label noises to the performance of learning, our work intends to…