LGAIMLApr 19, 2018

Robustness via Deep Low-Rank Representations

arXiv:1804.07090v523 citations
Originality Incremental advance
AI Analysis

This addresses robustness issues in deep learning models for applications requiring stability against noise, though it is incremental as it builds on existing regularization techniques.

The paper tackles the problem of improving robustness of Deep Neural Networks to input perturbations by proposing a low-rank regularizer that forces learned representations into low-dimensional subspaces, resulting in significant robustness gains to Gaussian and adversarial noise without adversarial training and modest accuracy improvements.

We investigate the effect of the dimensionality of the representations learned in Deep Neural Networks (DNNs) on their robustness to input perturbations, both adversarial and random. To achieve low dimensionality of learned representations, we propose an easy-to-use, end-to-end trainable, low-rank regularizer (LR) that can be applied to any intermediate layer representation of a DNN. This regularizer forces the feature representations to (mostly) lie in a low-dimensional linear subspace. We perform a wide range of experiments that demonstrate that the LR indeed induces low rank on the representations, while providing modest improvements to accuracy as an added benefit. Furthermore, the learned features make the trained model significantly more robust to input perturbations such as Gaussian and adversarial noise (even without adversarial training). Lastly, the low-dimensionality means that the learned features are highly compressible; thus discriminative features of the data can be stored using very little memory. Our experiments indicate that models trained using the LR learn robust classifiers by discovering subspaces that avoid non-robust features. Algorithmically, the LR is scalable, generic, and straightforward to implement into existing deep learning frameworks.

Foundations

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

Your Notes