# Feature Forwarding for Efficient Single Image Dehazing

**Authors:** Peter Morales, Tzofi Klinghoffer, Seung Jae Lee

arXiv: 1904.09059 · 2019-05-06

## TL;DR

This paper introduces an efficient CNN-based single image dehazing method optimized for edge GPUs, exploring different model variants and demonstrating state-of-the-art and competitive results on multiple datasets.

## Contribution

The paper proposes a novel fully convolutional neural network architecture for image dehazing, optimized for real-time edge GPU deployment, with variants that balance performance and efficiency.

## Key findings

- State-of-the-art performance on NYU Depth dataset with the big variant.
- Competitive results on O/I-HAZE datasets with the small variant.
- Benchmarks confirm real-time feasibility on edge systems.

## Abstract

Haze degrades content and obscures information of images, which can negatively impact vision-based decision-making in real-time systems. In this paper, we propose an efficient fully convolutional neural network (CNN) image dehazing method designed to run on edge graphical processing units (GPUs). We utilize three variants of our architecture to explore the dependency of dehazed image quality on parameter count and model design. The first two variants presented, a small and big version, make use of a single efficient encoder-decoder convolutional feature extractor. The final variant utilizes a pair of encoder-decoders for atmospheric light and transmission map estimation. Each variant ends with an image refinement pyramid pooling network to form the final dehazed image. For the big variant of the single-encoder network, we demonstrate state-of-the-art performance on the NYU Depth dataset. For the small variant, we maintain competitive performance on the super-resolution O/I-HAZE datasets without the need for image cropping. Finally, we examine some challenges presented by the Dense-Haze dataset when leveraging CNN architectures for dehazing of dense haze imagery and examine the impact of loss function selection on image quality. Benchmarks are included to show the feasibility of introducing this approach into real-time systems.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.09059/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1904.09059/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1904.09059/full.md

---
Source: https://tomesphere.com/paper/1904.09059