CVAug 21, 2023

Frequency Compensated Diffusion Model for Real-scene Dehazing

arXiv:2308.10510v268 citationsh-index: 11Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of real-scene image dehazing for computer vision applications, offering an incremental improvement with novel components to enhance generalization.

The paper tackles performance degradation in image dehazing due to distribution shift by proposing a conditional diffusion model with a Frequency Compensation block and a data synthesis pipeline, achieving significant gains in perceptual and distortion metrics and outperforming state-of-the-art methods on real-world images.

Due to distribution shift, deep learning based methods for image dehazing suffer from performance degradation when applied to real-world hazy images. In this paper, we consider a dehazing framework based on conditional diffusion models for improved generalization to real haze. First, we find that optimizing the training objective of diffusion models, i.e., Gaussian noise vectors, is non-trivial. The spectral bias of deep networks hinders the higher frequency modes in Gaussian vectors from being learned and hence impairs the reconstruction of image details. To tackle this issue, we design a network unit, named Frequency Compensation block (FCB), with a bank of filters that jointly emphasize the mid-to-high frequencies of an input signal. We demonstrate that diffusion models with FCB achieve significant gains in both perceptual and distortion metrics. Second, to further boost the generalization performance, we propose a novel data synthesis pipeline, HazeAug, to augment haze in terms of degree and diversity. Within the framework, a solid baseline for blind dehazing is set up where models are trained on synthetic hazy-clean pairs, and directly generalize to real data. Extensive evaluations show that the proposed dehazing diffusion model significantly outperforms state-of-the-art methods on real-world images. Our code is at https://github.com/W-Jilly/frequency-compensated-diffusion-model-pytorch.

Code Implementations2 repos
Foundations

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

Your Notes