LGAICRCVOct 9, 2022

Pruning Adversarially Robust Neural Networks without Adversarial Examples

arXiv:2210.04311v117 citationsh-index: 39Has Code
Originality Incremental advance
AI Analysis

This addresses the efficiency and adaptability issues in adversarial pruning for machine learning practitioners, though it is incremental as it builds on existing pruning and robustness methods.

The paper tackles the problem of pruning adversarially robust neural networks without needing adversarial examples during pruning, which improves efficiency and adaptability to new attacks. The result shows superior performance in adversarial robustness and efficiency on MNIST, CIFAR-10, and CIFAR-100 datasets against five state-of-the-art attacks.

Adversarial pruning compresses models while preserving robustness. Current methods require access to adversarial examples during pruning. This significantly hampers training efficiency. Moreover, as new adversarial attacks and training methods develop at a rapid rate, adversarial pruning methods need to be modified accordingly to keep up. In this work, we propose a novel framework to prune a previously trained robust neural network while maintaining adversarial robustness, without further generating adversarial examples. We leverage concurrent self-distillation and pruning to preserve knowledge in the original model as well as regularizing the pruned model via the Hilbert-Schmidt Information Bottleneck. We comprehensively evaluate our proposed framework and show its superior performance in terms of both adversarial robustness and efficiency when pruning architectures trained on the MNIST, CIFAR-10, and CIFAR-100 datasets against five state-of-the-art attacks. Code is available at https://github.com/neu-spiral/PwoA/.

Code Implementations1 repo
Foundations

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

Your Notes