Learning Implicit Neural Degradation Representation for Unpaired Image Dehazing
Shuaibin Fan, Senming Zhong, Wenchao Yan, Minglong Xue
TL;DR
The paper addresses unpaired image dehazing in scenes with highly nonuniform haze by introducing NeDR-Dehaze, which combines a Kolmogorov-Arnold-based KAN-CID module with implicit neural degradation modeling. It advances the field with an Implicit Dense Residual Module (IDRM) and a Dense Residual Enhanced Module (DREM) to learn haze degradation as a continuous function and remove redundant high-frequency information, enabling end-to-end training without explicit physical priors. Experiments on RESIDE and real-world datasets using PSNR, SSIM, and LPIPS demonstrate competitive or superior performance, particularly in complex hazy environments, while maintaining efficiency. The approach offers a practical, unpaired dehazing solution with strong robustness and potential for real-world deployment, with code made publicly available.
Abstract
Image dehazing is an important task in the field of computer vision, aiming at restoring clear and detail-rich visual content from haze-affected images. However, when dealing with complex scenes, existing methods often struggle to strike a balance between fine-grained feature representation of inhomogeneous haze distribution and global consistency modeling. Furthermore, to better learn the common degenerate representation of haze in spatial variations, we propose an unsupervised dehaze method for implicit neural degradation representation. Firstly, inspired by the Kolmogorov-Arnold representation theorem, we propose a mechanism combining the channel-independent and channel-dependent mechanisms, which efficiently enhances the ability to learn from nonlinear dependencies. which in turn achieves good visual perception in complex scenes. Moreover, we design an implicit neural representation to model haze degradation as a continuous function to eliminate redundant information and the dependence on explicit feature extraction and physical models. To further learn the implicit representation of the haze features, we also designed a dense residual enhancement module from it to eliminate redundant information. This achieves high-quality image restoration. Experimental results show that our method achieves competitive dehaze performance on various public and real-world datasets. This project code will be available at https://github.com/Fan-pixel/NeDR-Dehaze.
