CRLGApr 24, 2018

Towards Dependable Deep Convolutional Neural Networks (CNNs) with Out-distribution Learning

arXiv:1804.08794v26 citations
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in safety-critical systems using CNNs, though it is incremental as it builds on existing out-distribution learning methods.

The paper tackles the problem of adversarial example detection and rejection in deep CNNs for security-sensitive systems by augmenting CNNs with out-distribution learning, resulting in high rejection rates (e.g., >95% for MNIST, >75% for CIFAR-10) with minimal accuracy loss on clean samples (<4%).

Detection and rejection of adversarial examples in security sensitive and safety-critical systems using deep CNNs is essential. In this paper, we propose an approach to augment CNNs with out-distribution learning in order to reduce misclassification rate by rejecting adversarial examples. We empirically show that our augmented CNNs can either reject or classify correctly most adversarial examples generated using well-known methods ( >95% for MNIST and >75% for CIFAR-10 on average). Furthermore, we achieve this without requiring to train using any specific type of adversarial examples and without sacrificing the accuracy of models on clean samples significantly (< 4%).

Foundations

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

Your Notes