← Search

Samuli Laine

14 accepted papers

2024

Analyzing and Improving the Training Dynamics of Diffusion Models

CVPR 2024poster

Diffusion models currently dominate the field of data-driven image synthesis with their unparalleled scaling to large datasets. In this paper we identify and rectify several causes for uneven and ineffective training in the popular ADM diffusion model architecture without altering its high-level str…

2024

Applying Guidance in a Limited Interval Improves Sample and Distribution Quality in Diffusion Models

NeurIPS 2024poster

Guidance is a crucial technique for extracting the best performance out of image-generating diffusion models. Traditionally, a constant guidance weight has been applied throughout the sampling chain of an image. We show that guidance is clearly harmful toward the beginning of the chain (high noise l…

2024

Guiding a Diffusion Model with a Bad Version of Itself

NeurIPS 2024oral

The primary axes of interest in image-generating diffusion models are image quality, the amount of variation in the results, and how well the results align with a given condition, e.g., a class label or a text prompt. The popular classifier-free guidance approach uses an unconditional model to guide…

2023

StyleGAN-T: Unlocking the Power of GANs for Fast Large-Scale Text-to-Image Synthesis

ICML 2023oral

Text-to-image synthesis has recently seen significant progress thanks to large pretrained language models, large-scale training data, and the introduction of scalable model families such as diffusion and autoregressive models. However, the best-performing models require iterative evaluation to gener…

2022

Elucidating the Design Space of Diffusion-Based Generative Models

NeurIPS 2022accept

We argue that the theory and practice of diffusion-based generative models are currently unnecessarily convoluted and seek to remedy the situation by presenting a design space that clearly separates the concrete design choices. This lets us identify several changes to both the sampling and training…

2021

Alias-Free Generative Adversarial Networks

NeurIPS 2021oral

We observe that despite their hierarchical convolutional nature, the synthesis process of typical generative adversarial networks depends on absolute pixel coordinates in an unhealthy manner. This manifests itself as, e.g., detail appearing to be glued to image coordinates instead of the surfaces of…

2020

Analyzing and Improving the Image Quality of StyleGAN

CVPR 2020poster

The style-based GAN architecture (StyleGAN) yields state-of-the-art results in data-driven unconditional generative image modeling. We expose and analyze several of its characteristic artifacts, and propose changes in both model architecture and training methods to address them. In particular, we re…

Cited by 7789PDFcodeScholar
2020

Training Generative Adversarial Networks with Limited Data

NeurIPS 2020oral

Training generative adversarial networks (GAN) using too little data typically leads to discriminator overfitting, causing training to diverge. We propose an adaptive discriminator augmentation mechanism that significantly stabilizes training in limited data regimes. The approach does not require ch…

2019

Improved Precision and Recall Metric for Assessing Generative Models

NeurIPS 2019poster

The ability to automatically estimate the quality and coverage of the samples produced by a generative model is a vital requirement for driving algorithm research. We present an evaluation metric that can separately and reliably measure both of these aspects in image generation tasks by forming expl…

2018

Noise2Noise: Learning Image Restoration without Clean Data

ICML 2018oral

We apply basic statistical reasoning to signal reconstruction by machine learning - learning to map corrupted observations to clean signals - with a simple and powerful conclusion: it is possible to learn to restore images by only looking at corrupted examples, at performance at and sometimes exceed…

2018

Progressive Growing of GANs for Improved Quality, Stability, and Variation

ICLR 2018oral

We describe a new training methodology for generative adversarial networks. The key idea is to grow both the generator and discriminator progressively: starting from a low resolution, we add new layers that model increasingly fine details as training progresses. This both speeds the training up and…