paper-with-me

Papers

Semi-Implicit Denoising Diffusion Models (SIDDMs)

2023-06-21 · NeurIPS 2023 11

Despite the proliferation of generative models, achieving fast sampling during inference without compromising sample diversity and quality remains challenging. Existing models such as Denoising Diffusion Probabilistic Models (DDPM) deliver high-quality, diverse samples but are slowed by an inherently high number of iterative steps. The Denoising Diffusion Generative Adversarial Networks (DDGAN) attempted to circumvent this limitation by integrating a GAN model for larger jumps in the diffusion process. However, DDGAN encountered scalability limitations when applied to large datasets. To address these limitations, we introduce a novel approach that tackles the problem by matching implicit and explicit factors. More specifically, our approach involves utilizing an implicit model to match the marginal distributions of noisy data and the explicit conditional distribution of the forward diffusion. This combination allows us to effectively match the joint denoising distributions. Unlike DDPM but similar to DDGAN, we do not enforce a parametric distribution for the reverse step, enabling us to take large steps during inference. Similar to the DDPM but unlike DDGAN, we take advantage of the exact form of the diffusion process. We demonstrate that our proposed method obtains comparable generative performance to diffusion-based models and vastly superior results to models with a small number of sampling steps.

📄 PDF Abstract BibTeX arXiv:2306.12511

Code (1)

xuyanwu/SIDDMs-UFOGen 공식 구현 pytorch

Tasks

Denoising

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

An attempt to generate new bridge types from latent space of denoising diffusion Implicit model

2024-02-11 · Hongjun Zhang

Use denoising diffusion implicit model for bridge-type innovation. The process of adding noise and denoising to an image can be likened to the process of a corpse rotting and a detective restoring the scene of a victim b…

Denoising

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

Sawtooth Sampling for Time Series Denoising Diffusion Implicit Models

2025-11-26 · Heiko Oppel, Andreas Spilz, Michael Munz arxiv

Denoising Diffusion Probabilistic Models (DDPMs) can generate synthetic timeseries data to help improve the performance of a classifier, but their sampling process is computationally expensive. We address this by combini…

Constrained Diffusion Implicit Models

2024-11-01 · Vivek Jayaram, Ira Kemelmacher-Shlizerman, Steven M. Seitz, John Thickstun

This paper describes an efficient algorithm for solving noisy linear inverse problems using pretrained diffusion models. Extending the paradigm of denoising diffusion implicit models (DDIM), we propose constrained diffus…

3D Point Cloud ReconstructionDeblurringDenoisingPoint cloud reconstruction+1

Diffusion-Scheduled Denoising Autoencoders for Anomaly Detection in Tabular Data

2025-08-01 · Timur Sattarov, Marco Schreyer, Damian Borth arxiv

Anomaly detection in tabular data remains challenging due to complex feature interactions and the scarcity of anomalous examples. Denoising autoencoders rely on fixed-magnitude noise, limiting adaptability to diverse dat…

Contrastive LearningAnomaly Detection