paper-with-me

Papers

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 obtain the haze-free image of a haze one. This paper concentrates on the challenging task of single image dehazing. Based on the atmospheric scattering model, a novel model is designed to directly generate the haze-free image. The main challenge of image dehazing is that the atmospheric scattering model has two parameters, i.e., transmission map and atmospheric light. When they are estimated respectively, the errors will be accumulated to compromise the dehazing quality. Considering this reason and various image sizes, a novel input-size flexibility conditional generative adversarial network (cGAN) is proposed for single image dehazing, which is input-size flexibility at both training and test stages for image-to-image translation with cGAN framework. A simple and effective U-connection residual network (UR-Net) is proposed to combine the generator and adopt the spatial pyramid pooling (SPP) to design the discriminator. Moreover, the model is trained with multi-loss function, in which the consistency loss is a novel designed loss in this paper. Finally, a multi-scale cGAN fusion model is built to realize state-of-the-art single image dehazing performance. The proposed models receive a haze image as input and directly output a haze-free one. Experimental results demonstrate the effectiveness and efficiency of the proposed models.

📄 PDF Abstract BibTeX arXiv:2102.09796

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkImage DehazingImage RestorationImage-to-Image TranslationSingle Image DehazingTranslation

Methods 이 논문이 사용한 방법론

Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…

Similar Papers 제목 키워드 기반

Single Image Dehazing with An Independent Detail-Recovery Network

2021-09-22 · Yan Li, De Cheng, Jiande Sun, Dingwen Zhang 외

Single image dehazing is a prerequisite which affects the performance of many computer vision tasks and has attracted increasing attention in recent years. However, most existing dehazing methods emphasize more on haze r…

Image DehazingSingle Image Dehazing

DR-Net: Transmission Steered Single Image Dehazing Network with Weakly Supervised Refinement

2017-12-02 · Chongyi Li, Jichang Guo, Fatih Porikli, Chunle Guo 외

Despite the recent progress in image dehazing, several problems remain largely unsolved such as robustness for varying scenes, the visual quality of reconstructed images, and effectiveness and flexibility for application…

Image DehazingSingle Image DehazingWeakly-supervised Learning

Generic Model-Agnostic Convolutional Neural Network for Single Image Dehazing

2018-10-05 · Zheng Liu, Botao Xiao, Muhammad Alrabeiah, Keyan Wang 외

Haze and smog are among the most common environmental factors impacting image quality and, therefore, image analysis. This paper proposes an end-to-end generative method for image dehazing. It is based on designing a ful…

Image DehazingSingle Image Dehazing

FALCON: Frequency Adjoint Link with CONtinuous Density Mask for Fast Single Image Dehazing

2024-07-01 · Donghyun Kim, Seil Kang, Seong Jae Hwang

Image dehazing, addressing atmospheric interference like fog and haze, remains a pervasive challenge crucial for robust vision applications such as surveillance and remote sensing under adverse visibility. While various …

Autonomous DrivingImage DehazingSingle Image DehazingSSIM

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