paper-with-me

홈 › Papers

Learning to Discretize Denoising Diffusion ODEs

2024-05-24 · Vinh Tong, Hoang Trung-Dung, Anji Liu, Guy Van Den Broeck, Mathias Niepert

Diffusion Probabilistic Models (DPMs) are generative models showing competitive performance in various domains, including image synthesis and 3D point cloud generation. Sampling from pre-trained DPMs involves multiple neural function evaluations (NFEs) to transform Gaussian noise samples into images, resulting in higher computational costs compared to single-step generative models such as GANs or VAEs. Therefore, reducing the number of NFEs while preserving generation quality is crucial. To address this, we propose LD3, a lightweight framework designed to learn the optimal time discretization for sampling. LD3 can be combined with various samplers and consistently improves generation quality without having to retrain resource-intensive neural networks. We demonstrate analytically and empirically that LD3 improves sampling efficiency with much less computational overhead. We evaluate our method with extensive experiments on 7 pre-trained models, covering unconditional and conditional sampling in both pixel-space and latent-space DPMs. We achieve FIDs of 2.38 (10 NFE), and 2.27 (10 NFE) on unconditional CIFAR10 and AFHQv2 in 5-10 minutes of training. LD3 offers an efficient approach to sampling from pre-trained diffusion models. Code is available at https://github.com/vinhsuhi/LD3.

📄 PDF Abstract BibTeX arXiv:2405.15506

Code (1)

vinhsuhi/ld3 공식 구현 pytorch

Tasks

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

Mitigating the Noise Shift for Denoising Generative Models via Noise Awareness Guidance

2025-10-14 · Jincheng Zhong, Boyuan Jiang, Xin Tao, Pengfei Wan 외 arxiv

Existing denoising generative models rely on solving discretized reverse-time SDEs or ODEs. In this paper, we identify a long-overlooked yet pervasive issue in this family of models: a misalignment between the pre-define…

Fast Patch-Based Denoising Using Approximated Patch Geodesic Paths

2013-06-01 · CVPR 2013 6 · Xiaogang Chen, Sing Bing Kang, Jie Yang, Jingyi Yu

Patch-based methods such as Non-Local Means (NLM) and BM3D have become the de facto gold standard for image denoising. The core of these approaches is to use similar patches within the image as cues for denoising. The op…

DenoisingImage Denoising

Modeling Temporal Data as Continuous Functions with Stochastic Process Diffusion

2022-11-04 · Marin Biloš, Kashif Rasul, Anderson Schneider, Yuriy Nevmyvaka 외

Temporal data such as time series can be viewed as discretized measurements of the underlying function. To build a generative model for such data we have to model the stochastic process that governs it. We propose a solu…

DenoisingImputationTime SeriesTime Series Analysis

Towards More Accurate Diffusion Model Acceleration with A Timestep Aligner

2023-10-14 · Mengfei Xia, Yujun Shen, Changsong Lei, Yu Zhou 외

A diffusion model, which is formulated to produce an image using thousands of denoising steps, usually suffers from a slow inference speed. Existing acceleration algorithms simplify the sampling by skipping most steps ye…

Denoising

Towards More Accurate Diffusion Model Acceleration with A Timestep Tuner

2024-01-01 · CVPR 2024 1 · Mengfei Xia, Yujun Shen, Changsong Lei, Yu Zhou 외

A diffusion model which is formulated to produce an image using thousands of denoising steps usually suffers from a slow inference speed. Existing acceleration algorithms simplify the sampling by skipping most steps …

Denoising