CVMay 5, 2017

DeepCorrect: Correcting DNN models against Image Distortions

arXiv:1705.02406v5107 citations
Originality Incremental advance
AI Analysis

This addresses the issue of DNN robustness against image distortions for computer vision applications, but it is incremental as it builds on existing pre-trained models with targeted corrections.

The paper tackles the problem of deep neural networks performing poorly on distorted images by proposing DeepCorrect, which identifies and corrects the most noise-susceptible convolutional filters, resulting in significant improvements in robustness for tasks like image classification on ImageNet and object recognition on Caltech datasets.

In recent years, the widespread use of deep neural networks (DNNs) has facilitated great improvements in performance for computer vision tasks like image classification and object recognition. In most realistic computer vision applications, an input image undergoes some form of image distortion such as blur and additive noise during image acquisition or transmission. Deep networks trained on pristine images perform poorly when tested on such distortions. In this paper, we evaluate the effect of image distortions like Gaussian blur and additive noise on the activations of pre-trained convolutional filters. We propose a metric to identify the most noise susceptible convolutional filters and rank them in order of the highest gain in classification accuracy upon correction. In our proposed approach called DeepCorrect, we apply small stacks of convolutional layers with residual connections, at the output of these ranked filters and train them to correct the worst distortion affected filter activations, whilst leaving the rest of the pre-trained filter outputs in the network unchanged. Performance results show that applying DeepCorrect models for common vision tasks like image classification (ImageNet), object recognition (Caltech-101, Caltech-256) and scene classification (SUN-397), significantly improves the robustness of DNNs against distorted images and outperforms other alternative approaches..

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