paper-with-me

Papers

Fast High-Resolution Image Synthesis with Latent Adversarial Diffusion Distillation

2024-03-18 · Axel Sauer, Frederic Boesel, Tim Dockhorn, Andreas Blattmann, Patrick Esser, Robin Rombach

Diffusion models are the main driver of progress in image and video synthesis, but suffer from slow inference speed. Distillation methods, like the recently introduced adversarial diffusion distillation (ADD) aim to shift the model from many-shot to single-step inference, albeit at the cost of expensive and difficult optimization due to its reliance on a fixed pretrained DINOv2 discriminator. We introduce Latent Adversarial Diffusion Distillation (LADD), a novel distillation approach overcoming the limitations of ADD. In contrast to pixel-based ADD, LADD utilizes generative features from pretrained latent diffusion models. This approach simplifies training and enhances performance, enabling high-resolution multi-aspect ratio image synthesis. We apply LADD to Stable Diffusion 3 (8B) to obtain SD3-Turbo, a fast model that matches the performance of state-of-the-art text-to-image generators using only four unguided sampling steps. Moreover, we systematically investigate its scaling behavior and demonstrate LADD's effectiveness in various applications such as image editing and inpainting.

📄 PDF Abstract BibTeX arXiv:2403.12015

Code (1)

leffff/FlowModels pytorch

Tasks

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

Boosting Latent Diffusion with Flow Matching

2023-12-12 · Johannes Schusterbauer, Ming Gui, Pingchuan Ma, Nick Stracke 외

Visual synthesis has recently seen significant leaps in performance, largely due to breakthroughs in generative models. Diffusion models have been a key enabler, as they excel in image diversity. However, this comes at t…

DecoderDiversityImage Generation

One Small Step in Latent, One Giant Leap for Pixels: Fast Latent Upscale Adapter for Your Diffusion Models

2025-11-13 · Aleksandr Razin, Danil Kazantsev, Ilya Makarov arxiv

Diffusion models struggle to scale beyond their training resolutions, as direct high-resolution sampling is slow and costly, while post-hoc image super-resolution (ISR) introduces artifacts and additional latency by oper…

Image Super-Resolution

Latent Wavelet Diffusion: Enabling 4K Image Synthesis for Free

2025-05-31 · Luigi Sigillo, Shengfeng He, Danilo Comminiello

High-resolution image synthesis remains a core challenge in generative modeling, particularly in balancing computational efficiency with the preservation of fine-grained visual detail. We present Latent Wavelet Diffusion…

2k4kComputational EfficiencyDenoising+1

Efficient High-Resolution Image Editing with Hallucination-Aware Loss and Adaptive Tiling

2025-10-07 · Young D. Kwon, Abhinav Mehrotra, Malcolm Chadwick, Alberto Gil Ramos 외 arxiv

High-resolution (4K) image-to-image synthesis has become increasingly important for mobile applications. Existing diffusion models for image editing face significant challenges, in terms of memory and image quality, when…

Image Editing

Diffusion-4K: Ultra-High-Resolution Image Synthesis with Latent Diffusion Models

2025-03-24 · CVPR 2025 1 · Jinjin Zhang, Qiuyu Huang, Junjie Liu, Xiefan Guo 외

In this paper, we present Diffusion-4K, a novel framework for direct ultra-high-resolution image synthesis using text-to-image diffusion models. The core advancements include: (1) Aesthetic-4K Benchmark: addressing the a…

4kImage Generation