CVMLNov 18, 2018

DeepConsensus: using the consensus of features from multiple layers to attain robust image classification

arXiv:1811.07266v31 citations
Originality Incremental advance
AI Analysis

This addresses robustness issues in deep learning for image classification, though it appears incremental as it augments existing convolutional neural networks.

The paper tackles the problem of image classification robustness to test-time perturbations not seen during training, and presents DeepConsensus, an architecture that improves generalization by considering summaries of low and high-level features, achieving significant accuracy gains on datasets like MNIST, CIFAR10, and SVHN.

We consider a classifier whose test set is exposed to various perturbations that are not present in the training set. These test samples still contain enough features to map them to the same class as their unperturbed counterpart. Current architectures exhibit rapid degradation of accuracy when trained on standard datasets but then used to classify perturbed samples of that data. To address this, we present a novel architecture named DeepConsensus that significantly improves generalization to these test-time perturbations. Our key insight is that deep neural networks should directly consider summaries of low and high level features when making classifications. Existing convolutional neural networks can be augmented with DeepConsensus, leading to improved resistance against large and small perturbations on MNIST, EMNIST, FashionMNIST, CIFAR10 and SVHN datasets.

Code Implementations2 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