Addressing Domain Discrepancy: A Dual-branch Collaborative Model to Unsupervised Dehazing
Shuaibin Fan, Minglong Xue, Aoxiang Ning, Senming Zhong
TL;DR
This work tackles domain discrepancy in unsupervised image dehazing by introducing DCM-dehaze, a dual-branch framework that couples a dehazing pathway with a contour-constrained pathway. Key innovations include Dense Flow Residual Enhancer (DFRE) to remove redundant high-frequency information, Dual Depthwise Separable Convolutional Module (DDSCM) to deepen feature representations, and Bidirectional Contour Analysis (BCA) to sharpen edges and textures. The model optimizes a combined loss with cycle-consistency, adversarial, and contour terms, promoting realistic dehazing while preserving boundaries. Empirical results on RESIDE datasets and real-world hazy images demonstrate state-of-the-art performance for unsupervised dehazing and robustness to domain shifts, with clear improvements in edge fidelity and detail preservation.
Abstract
Although synthetic data can alleviate acquisition challenges in image dehazing tasks, it also introduces the problem of domain bias when dealing with small-scale data. This paper proposes a novel dual-branch collaborative unpaired dehazing model (DCM-dehaze) to address this issue. The proposed method consists of two collaborative branches: dehazing and contour constraints. Specifically, we design a dual depthwise separable convolutional module (DDSCM) to enhance the information expressiveness of deeper features and the correlation to shallow features. In addition, we construct a bidirectional contour function to optimize the edge features of the image to enhance the clarity and fidelity of the image details. Furthermore, we present feature enhancers via a residual dense architecture to eliminate redundant features of the dehazing process and further alleviate the domain deviation problem. Extensive experiments on benchmark datasets show that our method reaches the state-of-the-art. This project code will be available at \url{https://github.com/Fan-pixel/DCM-dehaze.
