LGMLFeb 21, 2020

Robustness from Simple Classifiers

arXiv:2002.09422v1
AI Analysis

This work addresses the robustness issue in AI systems, which is critical for security-sensitive applications, but it is incremental as it builds on existing defense techniques like adversarial training.

The paper tackles the problem of adversarial robustness in deep neural networks by showing that simpler classifiers, achieved by reducing output classes or decomposing multiclass models into binary ones, are less susceptible to adversarial perturbations, with consistent improvements across datasets and architectures.

Despite the vast success of Deep Neural Networks in numerous application domains, it has been shown that such models are not robust i.e., they are vulnerable to small adversarial perturbations of the input. While extensive work has been done on why such perturbations occur or how to successfully defend against them, we still do not have a complete understanding of robustness. In this work, we investigate the connection between robustness and simplicity. We find that simpler classifiers, formed by reducing the number of output classes, are less susceptible to adversarial perturbations. Consequently, we demonstrate that decomposing a complex multiclass model into an aggregation of binary models enhances robustness. This behavior is consistent across different datasets and model architectures and can be combined with known defense techniques such as adversarial training. Moreover, we provide further evidence of a disconnect between standard and robust learning regimes. In particular, we show that elaborate label information can help standard accuracy but harm robustness.

Foundations

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

Your Notes