paper-with-me

홈 › Papers

Latent Denoising Diffusion GAN: Faster sampling, Higher image quality

2024-06-17 · Luan Thanh Trinh, Tomoki Hamagami

Diffusion models are emerging as powerful solutions for generating high-fidelity and diverse images, often surpassing GANs under many circumstances. However, their slow inference speed hinders their potential for real-time applications. To address this, DiffusionGAN leveraged a conditional GAN to drastically reduce the denoising steps and speed up inference. Its advancement, Wavelet Diffusion, further accelerated the process by converting data into wavelet space, thus enhancing efficiency. Nonetheless, these models still fall short of GANs in terms of speed and image quality. To bridge these gaps, this paper introduces the Latent Denoising Diffusion GAN, which employs pre-trained autoencoders to compress images into a compact latent space, significantly improving inference speed and image quality. Furthermore, we propose a Weighted Learning strategy to enhance diversity and image quality. Experimental results on the CIFAR-10, CelebA-HQ, and LSUN-Church datasets prove that our model achieves state-of-the-art running speed among diffusion models. Compared to its predecessors, DiffusionGAN and Wavelet Diffusion, our model shows remarkable improvements in all evaluation metrics. Code and pre-trained checkpoints: \url{https://github.com/thanhluantrinh/LDDGAN.git}

📄 PDF Abstract BibTeX arXiv:2406.11713

Code (1)

thanhluantrinh/lddgan 공식 구현 pytorch

Tasks

DenoisingDiversityImage Generation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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 제목 키워드 기반

Denoising Diffusion Implicit Models

2020-10-06 · ICLR 2021 1 · Jiaming Song, Chenlin Meng, Stefano Ermon

Denoising diffusion probabilistic models (DDPMs) have achieved high quality image generation without adversarial training, yet they require simulating a Markov chain for many steps to produce a sample. To accelerate samp…

DenoisingImage Generation

JEDI: Joint Embedding Diffusion World Model for Online Model-Based Reinforcement Learning

2026-05-13 · Jing Yu Lim, Rushi Shah, Zarif Ikram, Samson Yu 외 arxiv

Diffusion world models have recently become competitive for online model-based reinforcement learning, but current approaches expose a tension: pixel diffusion is effective but computationally expensive while the latest …

Representation LearningReinforcement Learning

BDDM: Bilateral Denoising Diffusion Models for Fast and High-Quality Speech Synthesis

2022-03-25 · ICLR 2022 4 · Max W. Y. Lam, Jun Wang, Dan Su, Dong Yu

Diffusion probabilistic models (DPMs) and their extensions have emerged as competitive generative models yet confront challenges of efficient sampling. We propose a new bilateral denoising diffusion model (BDDM) that par…

Image GenerationSpeech Synthesis

AP-LDM: Attentive and Progressive Latent Diffusion Model for Training-Free High-Resolution Image Generation

2024-10-08 · Boyuan Cao, Jiaxin Ye, Yujie Wei, Hongming Shan

Latent diffusion models (LDMs), such as Stable Diffusion, often experience significant structural distortions when directly generating high-resolution (HR) images that exceed their original training resolutions. A straig…

DenoisingImage Generation

SSDD: Single-Step Diffusion Decoder for Efficient Image Tokenization

2025-10-06 · Théophane Vallaeys, Jakob Verbeek, Matthieu Cord arxiv

Tokenizers are a key component of state-of-the-art generative image models, extracting the most important features from the signal while reducing data dimension and redundancy. Most current tokenizers are based on KL-reg…