CVMay 23, 2023

WaveDM: Wavelet-Based Diffusion Models for Image Restoration

arXiv:2305.13819v2117 citations
Originality Highly original
AI Analysis

This addresses efficiency bottlenecks in diffusion-based image restoration for applications like dehazing and denoising, offering a significant speed improvement while maintaining high performance.

The paper tackles the long inference time of diffusion models for image restoration by proposing WaveDM, a wavelet-based diffusion model that learns in the wavelet domain and uses an efficient sampling strategy, achieving state-of-the-art performance on twelve benchmarks with over 100x speedup compared to vanilla diffusion models.

Latest diffusion-based methods for many image restoration tasks outperform traditional models, but they encounter the long-time inference problem. To tackle it, this paper proposes a Wavelet-Based Diffusion Model (WaveDM). WaveDM learns the distribution of clean images in the wavelet domain conditioned on the wavelet spectrum of degraded images after wavelet transform, which is more time-saving in each step of sampling than modeling in the spatial domain. To ensure restoration performance, a unique training strategy is proposed where the low-frequency and high-frequency spectrums are learned using distinct modules. In addition, an Efficient Conditional Sampling (ECS) strategy is developed from experiments, which reduces the number of total sampling steps to around 5. Evaluations on twelve benchmark datasets including image raindrop removal, rain steaks removal, dehazing, defocus deblurring, demoiréing, and denoising demonstrate that WaveDM achieves state-of-the-art performance with the efficiency that is comparable to traditional one-pass methods and over 100$\times$ faster than existing image restoration methods using vanilla diffusion models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes