Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Adversarial Robustness vs Model Compression, or Both?

About

It is well known that deep neural networks (DNNs) are vulnerable to adversarial attacks, which are implemented by adding crafted perturbations onto benign examples. Min-max robust optimization based adversarial training can provide a notion of security against adversarial attacks. However, adversarial robustness requires a significantly larger capacity of the network than that for the natural training with only benign examples. This paper proposes a framework of concurrent adversarial training and weight pruning that enables model compression while still preserving the adversarial robustness and essentially tackles the dilemma of adversarial training. Furthermore, this work studies two hypotheses about weight pruning in the conventional setting and finds that weight pruning is essential for reducing the network model size in the adversarial setting, training a small model from scratch even with inherited initialization from the large model cannot achieve both adversarial robustness and high standard accuracy. Code is available at https://github.com/yeshaokai/Robustness-Aware-Pruning-ADMM.

Shaokai Ye, Kaidi Xu, Sijia Liu, Jan-Henrik Lambrechts, Huan Zhang, Aojun Zhou, Kaisheng Ma, Yanzhi Wang, Xue Lin• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationSVHN (test)
Accuracy (Natural)74.81
38
Image ClassificationCIFAR-10 (test)
Accuracy (Clean)81.25
18
Adversarial RobustnessImageNet sr=90% (val)
Clean Accuracy35.26
14
Image ClassificationCIFAR-10 standard (test)
Accuracy82.14
13
Image ClassificationCIFAR-10 (test)
Anat Score81.61
10
Adversarial RobustnessCIFAR-100 sr=90% (test)
Clean Accuracy61.38
9
Image ClassificationSVHN standard (test)
Clean Accuracy84.34
6
Showing 7 of 7 rows

Other info

Follow for update