CVOct 18, 2024

DRACO-DehazeNet: An Efficient Image Dehazing Network Combining Detail Recovery and a Novel Contrastive Learning Paradigm

arXiv:2410.14595v22 citationsh-index: 8Has Code
Originality Highly original
AI Analysis

This addresses the problem of computational inefficiency and poor performance in non-uniform haze for computer vision applications, representing a novel method for a known bottleneck.

The paper tackled image dehazing by developing DRACO-DehazeNet, which uses dense dilated inverted residual blocks and attention-based detail recovery to enhance performance under non-uniform or heavy haze, achieving state-of-the-art results on benchmark datasets with efficient training on limited data.

Image dehazing is crucial for clarifying images obscured by haze or fog, but current learning-based approaches is dependent on large volumes of training data and hence consumed significant computational power. Additionally, their performance is often inadequate under non-uniform or heavy haze. To address these challenges, we developed the Detail Recovery And Contrastive DehazeNet, which facilitates efficient and effective dehazing via a dense dilated inverted residual block and an attention-based detail recovery network that tailors enhancements to specific dehazed scene contexts. A major innovation is its ability to train effectively with limited data, achieved through a novel quadruplet loss-based contrastive dehazing paradigm. This approach distinctly separates hazy and clear image features while also distinguish lower-quality and higher-quality dehazed images obtained from each sub-modules of our network, thereby refining the dehazing process to a larger extent. Extensive tests on a variety of benchmarked haze datasets demonstrated the superiority of our approach. The code repository for this work is available at https://github.com/GreedYLearner1146/DRACO-DehazeNet.

Foundations

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

Your Notes