paper-with-me

Papers

A PDE-Based Image Dehazing Method via Atmospheric Scattering Theory

2025-06-10 · Zhuoran Zheng

This paper presents a novel partial differential equation (PDE) framework for single-image dehazing. By integrating the atmospheric scattering model with nonlocal regularization and dark channel prior, we propose the improved PDE: \[ -\text{div}\left(D(\nabla u)\nabla u\right) + \lambda(t) G(u) = \Phi(I,t,A) \] where $D(\nabla u) = (|\nabla u| + \epsilon)^{-1}$ is the edge-preserving diffusion coefficient, $G(u)$ is the Gaussian convolution operator, and $\lambda(t)$ is the adaptive regularization parameter based on transmission map $t$. We prove the existence and uniqueness of weak solutions in $H_0^1(\Omega)$ using Lax-Milgram theorem, and implement an efficient fixed-point iteration scheme accelerated by PyTorch GPU computation. The experimental results demonstrate that this method is a promising deghazing solution that can be generalized to the deep model paradigm.

📄 PDF Abstract BibTeX arXiv:2506.08793

Code (0)

등록된 구현이 없습니다.

Tasks

GPUImage DehazingSingle Image Dehazing

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…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Dehazing-NeRF: Neural Radiance Fields from Hazy Images

2023-04-22 · Tian Li, Lu Li, Wei Wang, Zhangchi Feng

Neural Radiance Field (NeRF) has received much attention in recent years due to the impressively high quality in 3D scene reconstruction and novel view synthesis. However, image degradation caused by the scattering of at…

3D Scene ReconstructionImage DehazingImage GenerationNeRF+2

Fully Non-Homogeneous Atmospheric Scattering Modeling with Convolutional Neural Networks for Single Image Dehazing

2021-08-25 · Cong Wang, Yan Huang, Yuexian Zou, Yong Xu

In recent years, single image dehazing models (SIDM) based on atmospheric scattering model (ASM) have achieved remarkable results. However, it is noted that ASM-based SIDM degrades its performance in dehazing real world …

Image Dehazingparameter estimationSingle Image Dehazing

FWB-Net:Front White Balance Network for Color Shift Correction in Single Image Dehazing via Atmospheric Light Estimation

2021-01-21 · Cong Wang, Yan Huang, Yuexian Zou, Yong Xu

In recent years, single image dehazing deep models based on Atmospheric Scattering Model (ASM) have achieved remarkable results. But the dehazing outputs of those models suffer from color shift. Analyzing the ASM model s…

Image DehazingSingle Image Dehazing

Lower Bound on Transmission Using Non-Linear Bounding Function in Single Image Dehazing

2020-02-28 · IEEE Transaction on Image Processing 2020 2 · Suresh Chandra Raikwar, Shashikala Tapaswi

The visibility of an image captured in poor weather (such as haze, fog, mist, smog) degrades due to scattering of light by atmospheric particles. Single image dehazing (SID) methods are used to restore visibility from a …

Image DehazingNonhomogeneous Image DehazingSingle Image DehazingSingle Image Haze Removal

A GAN-Based Input-Size Flexibility Model for Single Image Dehazing

2021-02-19 · Shichao Kan, Yue Zhang, Fanghui Zhang, Yigang Cen

Image-to-image translation based on generative adversarial network (GAN) has achieved state-of-the-art performance in various image restoration applications. Single image dehazing is a typical example, which aims to obta…

Generative Adversarial NetworkImage DehazingImage RestorationImage-to-Image Translation+2