CVApr 8, 2017

Deep Generative Adversarial Compression Artifact Removal

arXiv:1704.02518v3227 citations
Originality Incremental advance
AI Analysis

This addresses image quality issues for human viewers and boosts object detection in compressed images, though it is incremental as it builds on existing GAN and residual network methods.

The paper tackles the problem of removing compression artifacts from images to improve visual quality and computer vision performance, presenting a GAN-based model that produces more photorealistic details and enhances object detection accuracy compared to MSE or SSIM-based networks.

Compression artifacts arise in images whenever a lossy compression algorithm is applied. These artifacts eliminate details present in the original image, or add noise and small structures; because of these effects they make images less pleasant for the human eye, and may also lead to decreased performance of computer vision algorithms such as object detectors. To eliminate such artifacts, when decompressing an image, it is required to recover the original image from a disturbed version. To this end, we present a feed-forward fully convolutional residual network model trained using a generative adversarial framework. To provide a baseline, we show that our model can be also trained optimizing the Structural Similarity (SSIM), which is a better loss with respect to the simpler Mean Squared Error (MSE). Our GAN is able to produce images with more photorealistic details than MSE or SSIM based networks. Moreover we show that our approach can be used as a pre-processing step for object detection in case images are degraded by compression to a point that state-of-the art detectors fail. In this task, our GAN method obtains better performance than MSE or SSIM trained networks.

Foundations

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

Your Notes