CVIVMar 4, 2019

Learning of Image Dehazing Models for Segmentation Tasks

arXiv:1903.01530v23 citations
AI Analysis

This work addresses the need for dehazing models that are specifically optimized for low-level computer vision tasks like segmentation, which is incremental as it builds on existing GAN-based methods by adding task-specific losses.

The paper tackled the problem that existing dehazing methods, despite producing visually good images, do not ensure suitability for downstream tasks like segmentation, by proposing a novel end-to-end approach that optimizes for segmentation quality while maintaining visual fidelity, resulting in favorable comparisons to state-of-the-art methods in segmentation performance on hazy images.

To evaluate their performance, existing dehazing approaches generally rely on distance measures between the generated image and its corresponding ground truth. Despite its ability to produce visually good images, using pixel-based or even perceptual metrics do not guarantee, in general, that the produced image is fit for being used as input for low-level computer vision tasks such as segmentation. To overcome this weakness, we are proposing a novel end-to-end approach for image dehazing, fit for being used as input to an image segmentation procedure, while maintaining the visual quality of the generated images. Inspired by the success of Generative Adversarial Networks (GAN), we propose to optimize the generator by introducing a discriminator network and a loss function that evaluates segmentation quality of dehazed images. In addition, we make use of a supplementary loss function that verifies that the visual and the perceptual quality of the generated image are preserved in hazy conditions. Results obtained using the proposed technique are appealing, with a favorable comparison to state-of-the-art approaches when considering the performance of segmentation algorithms on the hazy images.

Code Implementations1 repo
Foundations

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

Your Notes