English

Adversarial robustness via robust low rank representations

Machine Learning 2020-08-04 v2 Data Structures and Algorithms Machine Learning

Abstract

Adversarial robustness measures the susceptibility of a classifier to imperceptible perturbations made to the inputs at test time. In this work we highlight the benefits of natural low rank representations that often exist for real data such as images, for training neural networks with certified robustness guarantees. Our first contribution is for certified robustness to perturbations measured in 2\ell_2 norm. We exploit low rank data representations to provide improved guarantees over state-of-the-art randomized smoothing-based approaches on standard benchmark datasets such as CIFAR-10 and CIFAR-100. Our second contribution is for the more challenging setting of certified robustness to perturbations measured in \ell_\infty norm. We demonstrate empirically that natural low rank representations have inherent robustness properties, that can be leveraged to provide significantly better guarantees for certified robustness to \ell_\infty perturbations in those representations. Our certificate of \ell_\infty robustness relies on a natural quantity involving the 2\infty \to 2 matrix operator norm associated with the representation, to translate robustness guarantees from 2\ell_2 to \ell_\infty perturbations. A key technical ingredient for our certification guarantees is a fast algorithm with provable guarantees based on the multiplicative weights update method to provide upper bounds on the above matrix norm. Our algorithmic guarantees improve upon the state of the art for this problem, and may be of independent interest.

Keywords

Cite

@article{arxiv.2007.06555,
  title  = {Adversarial robustness via robust low rank representations},
  author = {Pranjal Awasthi and Himanshu Jain and Ankit Singh Rawat and Aravindan Vijayaraghavan},
  journal= {arXiv preprint arXiv:2007.06555},
  year   = {2020}
}

Comments

fixed a bug in the proof of Proposition B.2

R2 v1 2026-06-23T17:05:07.744Z