paper-with-me

Papers

The Lottery Ticket Hypothesis in Denoising: Towards Semantic-Driven Initialization

2023-12-13 · Jiafeng Mao, Xueting Wang, Kiyoharu Aizawa

Text-to-image diffusion models allow users control over the content of generated images. Still, text-to-image generation occasionally leads to generation failure requiring users to generate dozens of images under the same text prompt before they obtain a satisfying result. We formulate the lottery ticket hypothesis in denoising: randomly initialized Gaussian noise images contain special pixel blocks (winning tickets) that naturally tend to be denoised into specific content independently. The generation failure in standard text-to-image synthesis is caused by the gap between optimal and actual spatial distribution of winning tickets in initial noisy images. To this end, we implement semantic-driven initial image construction creating initial noise from known winning tickets for each concept mentioned in the prompt. We conduct a series of experiments that verify the properties of winning tickets and demonstrate their generalizability across images and prompts. Our results show that aggregating winning tickets into the initial noise image effectively induce the model to generate the specified object at the corresponding location. Project Page: https://ut-mao.github.io/noise.github.io

📄 PDF Abstract BibTeX arXiv:2312.08872

Code (1)

UT-Mao/Initial-Noise-Construction 공식 구현 pytorch

Tasks

DenoisingImage GenerationText to Image GenerationText-to-Image Generation

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 제목 키워드 기반

Successfully Applying Lottery Ticket Hypothesis to Diffusion Model

2023-10-28 · Chao Jiang, Bo Hui, Bohan Liu, Da Yan

Despite the success of diffusion models, the training and inference of diffusion models are notoriously expensive due to the long chain of the reverse process. In parallel, the Lottery Ticket Hypothesis (LTH) claims that…

Denoising

Juvenile state hypothesis: What we can learn from lottery ticket hypothesis researches?

2021-09-08 · Di Zhang

The proposition of lottery ticket hypothesis revealed the relationship between network structure and initialization parameters and the learning potential of neural networks. The original lottery ticket hypothesis perform…

Towards Understanding Iterative Magnitude Pruning: Why Lottery Tickets Win

2021-06-13 · Jaron Maene, Mingxiao Li, Marie-Francine Moens

The lottery ticket hypothesis states that sparse subnetworks exist in randomly initialized dense networks that can be trained to the same accuracy as the dense network they reside in. However, the subsequent work has fai…

Linear Mode Connectivity

Considering Layerwise Importance in the Lottery Ticket Hypothesis

2023-02-22 · Benjamin Vandersmissen, Jose Oramas

The Lottery Ticket Hypothesis (LTH) showed that by iteratively training a model, removing connections with the lowest global weight magnitude and rewinding the remaining connections, sparse networks can be extracted. Thi…

A Generalized Lottery Ticket Hypothesis

2021-07-03 · Ibrahim Alabdulmohsin, Larisa Markeeva, Daniel Keysers, Ilya Tolstikhin

We introduce a generalization to the lottery ticket hypothesis in which the notion of "sparsity" is relaxed by choosing an arbitrary basis in the space of parameters. We present evidence that the original results reporte…