LGCRAug 1, 2021

Certified Defense via Latent Space Randomized Smoothing with Orthogonal Encoders

arXiv:2108.00491v14 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in provable adversarial defenses for machine learning practitioners, though it is incremental as it builds on existing RS methods.

The paper tackles the high computational cost of Randomized Smoothing (RS) for adversarial defense by proposing Latent Space Randomized Smoothing, which reduces tensor dimensionality and uses orthogonal modules to propagate certified radii, achieving competitive certified robustness on CIFAR10 and ImageNet with significant efficiency improvements during testing.

Randomized Smoothing (RS), being one of few provable defenses, has been showing great effectiveness and scalability in terms of defending against $\ell_2$-norm adversarial perturbations. However, the cost of MC sampling needed in RS for evaluation is high and computationally expensive. To address this issue, we investigate the possibility of performing randomized smoothing and establishing the robust certification in the latent space of a network, so that the overall dimensionality of tensors involved in computation could be drastically reduced. To this end, we propose Latent Space Randomized Smoothing. Another important aspect is that we use orthogonal modules, whose Lipschitz property is known for free by design, to propagate the certified radius estimated in the latent space back to the input space, providing valid certifiable regions for the test samples in the input space. Experiments on CIFAR10 and ImageNet show that our method achieves competitive certified robustness but with a significant improvement of efficiency during the test phase.

Foundations

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

Your Notes