← Search

Tero Karras

21 accepted papers

2025

A Comprehensive Study of Decoder-Only LLMs for Text-to-Image Generation

CVPR 2025poster

Both text-to-image generation and large language models (LLMs) have made significant advancements. However, many text-to-image models still employ the somewhat outdated T5 and CLIP as their text encoders. In this work, we investigate the effectiveness of using modern decoder-only LLMs as text encode…

Cited by 0SourcePDFScholar
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

Generative Novel View Synthesis with 3D-Aware Diffusion Models

ICCV 2023oral

We present a diffusion-based model for 3D-aware generative novel view synthesis from as few as a single input image. Our model samples from the distribution of possible renderings consistent with the input and, even in the presence of ambiguity, is capable of rendering diverse and plausible novel vi…

Cited by 235PDFcodeScholar
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…

2023

The Role of ImageNet Classes in Fréchet Inception Distance

ICLR 2023top-25%

Fréchet Inception Distance (FID) is the primary metric for ranking models in data-driven generative modeling. While remarkably successful, the metric is known to sometimes disagree with human judgement. We investigate a root cause of these discrepancies, and visualize what FID "looks at" in generate…

2022

Efficient Geometry-Aware 3D Generative Adversarial Networks

CVPR 2022oral

Unsupervised generation of high-quality multi-view-consistent images and 3D shapes using only collections of single-view 2D photographs has been a long-standing challenge. Existing 3D GANs are either compute-intensive or make approximations that are not 3D-consistent; the former limits quality and r…

Cited by 1564PDFcodeScholar
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…

2022

Generating Long Videos of Dynamic Scenes

NeurIPS 2022accept

We present a video generation model that accurately reproduces object motion, changes in camera viewpoint, and new content that arises over time. Existing video generation methods often fail to produce new content as a function of time while maintaining consistencies expected in real environments, s…

Cited by 121SourcePDFScholar
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

Semi-Supervised StyleGAN for Disentanglement Learning

ICML 2020poster

Disentanglement learning is crucial for obtaining disentangled representations and controllable generation. Current disentanglement methods face several inherent limitations: difficulty with high-resolution images, primarily focusing on learning disentangled representations, and non-identifiability…

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

Few-Shot Unsupervised Image-to-Image Translation

ICCV 2019poster

Unsupervised image-to-image translation methods learn to map images in a given class to an analogous image in a different class, drawing on unstructured (non-registered) datasets of images. While remarkably successful, current methods require access to many images in both source and destination clas…

Cited by 995PDFcodeScholar
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…

2017

Pruning Convolutional Neural Networks for Resource Efficient Inference

ICLR 2017poster

We propose a new formulation for pruning convolutional kernels in neural networks to enable efficient inference. We interleave greedy criteria-based pruning with fine-tuning by backpropagation-a computationally efficient procedure that maintains good generalization in the pruned network. We propose…

Cited by 2782SourceScholar