DRACO-DehazeNet: An Efficient Image Dehazing Network Combining Detail Recovery and a Novel Contrastive Learning Paradigm
Gao Yu Lee, Tanmoy Dam, Md Meftahul Ferdaus, Daniel Puiu Poenar, Vu Duong
TL;DR
DRACO-DehazeNet tackles the data- and compute-hungry nature of contemporary image dehazing by fusing dense dilated inverted residual blocks with an attention-based detail recovery network and a quadruplet contrastive learning framework. The architecture introduces DDIRB and ATTDRN to efficiently extract and refine hazy features, while the quadruplet loss guides intermediate dehazed outputs toward ground-truth quality using both published and intermediate representations. Empirical results on RESIDE, O-HAZE, NH-HAZE, and DENSE-HAZE demonstrate superior or competitive PSNR/SSIM with significantly reduced FLOPs compared to related approaches like DPE-Net, highlighting strong performance under limited data and non-uniform haze. The work underscores the practical potential for real-time dehazing on resource-constrained platforms, such as mobile devices and autonomous systems, by delivering high-quality restoration with low computational overhead.
Abstract
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.
