UDPNet: Unleashing Depth-based Priors for Robust Image Dehazing
Zengyuan Zuo, Junjun Jiang, Gang Wu, Xianming Liu
TL;DR
The paper addresses robustness gaps in single-image dehazing by introducing UDPNet, a depth-prior guided framework that integrates large-scale depth cues into a multi-scale encoder–decoder. It introduces two modules, DGAM for depth-guided channel attention and DPFM for hierarchical depth–RGB fusion via cross-attention, leveraging DepthAnything V2 as a fixed depth provider. Experimental results demonstrate state-of-the-art PSNR/SSIM gains across daytime, nighttime, real-world, and remote sensing datasets, including notable improvements on SOTS, Haze4K, NH-HAZE, Dense-Haze, NHR, and SateHaze1k, as well as strong all-in-one restoration performance. The work highlights the practical significance of depth priors for robust, generalizable image restoration and suggests broad applicability beyond dehazing, with attention to depth quality and inference efficiency.
Abstract
Image dehazing has witnessed significant advancements with the development of deep learning models. However, a few methods predominantly focus on single-modal RGB features, neglecting the inherent correlation between scene depth and haze distribution. Even those that jointly optimize depth estimation and image dehazing often suffer from suboptimal performance due to inadequate utilization of accurate depth information. In this paper, we present UDPNet, a general framework that leverages depth-based priors from large-scale pretrained depth estimation model DepthAnything V2 to boost existing image dehazing models. Specifically, our architecture comprises two typical components: the Depth-Guided Attention Module (DGAM) adaptively modulates features via lightweight depth-guided channel attention, and the Depth Prior Fusion Module (DPFM) enables hierarchical fusion of multi-scale depth map features by dual sliding-window multi-head cross-attention mechanism. These modules ensure both computational efficiency and effective integration of depth priors. Moreover, the intrinsic robustness of depth priors empowers the network to dynamically adapt to varying haze densities, illumination conditions, and domain gaps across synthetic and real-world data. Extensive experimental results demonstrate the effectiveness of our UDPNet, outperforming the state-of-the-art methods on popular dehazing datasets, such as 0.85 dB PSNR improvement on the SOTS dataset, 1.19 dB on the Haze4K dataset and 1.79 dB PSNR on the NHR dataset. Our proposed solution establishes a new benchmark for depth-aware dehazing across various scenarios. Pretrained models and codes will be released at our project https://github.com/Harbinzzy/UDPNet.
