paper-with-me

Papers

UR2P-Dehaze: Learning a Simple Image Dehaze Enhancer via Unpaired Rich Physical Prior

2025-01-12 · Minglong Xue, Shuaibin Fan, Shivakumara Palaiahnakote, Mingliang Zhou

Image dehazing techniques aim to enhance contrast and restore details, which are essential for preserving visual information and improving image processing accuracy. Existing methods rely on a single manual prior, which cannot effectively reveal image details. To overcome this limitation, we propose an unpaired image dehazing network, called the Simple Image Dehaze Enhancer via Unpaired Rich Physical Prior (UR2P-Dehaze). First, to accurately estimate the illumination, reflectance, and color information of the hazy image, we design a shared prior estimator (SPE) that is iteratively trained to ensure the consistency of illumination and reflectance, generating clear, high-quality images. Additionally, a self-monitoring mechanism is introduced to eliminate undesirable features, providing reliable priors for image reconstruction. Next, we propose Dynamic Wavelet Separable Convolution (DWSC), which effectively integrates key features across both low and high frequencies, significantly enhancing the preservation of image details and ensuring global consistency. Finally, to effectively restore the color information of the image, we propose an Adaptive Color Corrector that addresses the problem of unclear colors. The PSNR, SSIM, LPIPS, FID and CIEDE2000 metrics on the benchmark dataset show that our method achieves state-of-the-art performance. It also contributes to the performance improvement of downstream tasks. The project code will be available at https://github.com/Fan-pixel/UR2P-Dehaze. \end{abstract}

📄 PDF Abstract BibTeX arXiv:2501.06818

Code (1)

fan-pixel/ur2p-dehaze 공식 구현 pytorch

Tasks

Image DehazingImage ReconstructionSSIM

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

UCL-Dehaze: Towards Real-world Image Dehazing via Unsupervised Contrastive Learning

2022-05-04 · Yongzhen Wang, Xuefeng Yan, Fu Lee Wang, Haoran Xie 외

While the wisdom of training an image dehazing model on synthetic hazy data can alleviate the difficulty of collecting real-world hazy/clean image pairs, it brings the well-known domain shift problem. From a different ye…

Contrastive LearningImage Dehazing

When Schrödinger Bridge Meets Real-World Image Dehazing with Unpaired Training

2025-07-13 · Yunwei Lan, Zhigao Cui, Xin Luo, Chang Liu 외 arxiv

Recent advancements in unpaired dehazing, particularly those using GANs, show promising performance in processing real-world hazy images. However, these methods tend to face limitations due to the generator's limited tra…

Image Dehazing

Addressing Domain Discrepancy: A Dual-branch Collaborative Model to Unsupervised Dehazing

2024-07-14 · Shuaibin Fan, Minglong Xue, Aoxiang Ning, Senming Zhong

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 collaborativ…

Image Dehazing

Dehaze-GLCGAN: Unpaired Single Image De-hazing via Adversarial Training

2020-08-15 · Zahra Anvari, Vassilis Athitsos

Single image de-hazing is a challenging problem, and it is far from solved. Most current solutions require paired image datasets that include both hazy images and their corresponding haze-free ground-truth images. Howeve…

DecoderGenerative Adversarial NetworkImage-to-Image TranslationSSIM

Exploiting Diffusion Prior for Real-World Image Dehazing with Unpaired Training

2025-03-19 · Yunwei Lan, Zhigao Cui, Chang Liu, Jialun Peng 외

Unpaired training has been verified as one of the most effective paradigms for real scene dehazing by learning from unpaired real-world hazy and clear images. Although numerous studies have been proposed, current methods…

Image DehazingWorld Knowledge