CVJan 28, 2016

DehazeNet: An End-to-End System for Single Image Haze Removal

arXiv:1601.07661v22963 citations
AI Analysis

This work addresses the challenging ill-posed problem of haze removal in images, which is important for applications like computer vision and photography, but it is incremental as it builds on prior assumptions and methods.

The paper tackles the problem of single image haze removal by proposing DehazeNet, an end-to-end CNN-based system for estimating medium transmission maps, which achieves superior performance over existing methods on benchmark images while being efficient and easy to use.

Single image haze removal is a challenging ill-posed problem. Existing methods use various constraints/priors to get plausible dehazing solutions. The key to achieve haze removal is to estimate a medium transmission map for an input hazy image. In this paper, we propose a trainable end-to-end system called DehazeNet, for medium transmission estimation. DehazeNet takes a hazy image as input, and outputs its medium transmission map that is subsequently used to recover a haze-free image via atmospheric scattering model. DehazeNet adopts Convolutional Neural Networks (CNN) based deep architecture, whose layers are specially designed to embody the established assumptions/priors in image dehazing. Specifically, layers of Maxout units are used for feature extraction, which can generate almost all haze-relevant features. We also propose a novel nonlinear activation function in DehazeNet, called Bilateral Rectified Linear Unit (BReLU), which is able to improve the quality of recovered haze-free image. We establish connections between components of the proposed DehazeNet and those used in existing methods. Experiments on benchmark images show that DehazeNet achieves superior performance over existing methods, yet keeps efficient and easy to use.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes