dverge
- North America > United States > Illinois (0.04)
- Europe > Italy > Calabria > Catanzaro Province > Catanzaro (0.04)
DVERGE: Diversifying Vulnerabilities for Enhanced Robust Generation of Ensembles
Recent research finds CNN models for image classification demonstrate overlapped adversarial vulnerabilities: adversarial attacks can mislead CNN models with small perturbations, which can effectively transfer between different models trained on the same dataset. Adversarial training, as a general robustness improvement technique, eliminates the vulnerability in a single model by forcing it to learn robust features. The process is hard, often requires models with large capacity, and suffers from significant loss on clean data accuracy. Alternatively, ensemble methods are proposed to induce sub-models with diverse outputs against a transfer adversarial example, making the ensemble robust against transfer attacks even if each sub-model is individually non-robust. Only small clean accuracy drop is observed in the process. However, previous ensemble training methods are not efficacious in inducing such diversity and thus ineffective on reaching robust ensemble. We propose DVERGE, which isolates the adversarial vulnerability in each sub-model by distilling non-robust features, and diversifies the adversarial vulnerability to induce diverse outputs against a transfer attack. The novel diversity metric and training procedure enables DVERGE to achieve higher robustness against transfer attacks comparing to previous ensemble methods, and enables the improved robustness when more sub-models are added to the ensemble.
- Information Technology > Security & Privacy (0.48)
- Government (0.48)
Review for NeurIPS paper: DVERGE: Diversifying Vulnerabilities for Enhanced Robust Generation of Ensembles
I congratulate the authors for taking simple ideas (namely, adversarially-motivated improvements to ensembles) and showing they work well. Ensembles are a strong baseline for uncertainty and natural out-of-distribution shift, and this work takes an important step further in highlighting the benefits of averaging multiple predictions for adversarial robustness. All reviewers found the paper well-written and convincing against baselines. As 3/4 reviewers stated, I recommend adding discussion making compute complexity more explicit. Finally, as R3 states and as promised in the revision, the paper is significantly lacking in discussion and citations of related work.
DVERGE: Diversifying Vulnerabilities for Enhanced Robust Generation of Ensembles
Recent research finds CNN models for image classification demonstrate overlapped adversarial vulnerabilities: adversarial attacks can mislead CNN models with small perturbations, which can effectively transfer between different models trained on the same dataset. Adversarial training, as a general robustness improvement technique, eliminates the vulnerability in a single model by forcing it to learn robust features. The process is hard, often requires models with large capacity, and suffers from significant loss on clean data accuracy. Alternatively, ensemble methods are proposed to induce sub-models with diverse outputs against a transfer adversarial example, making the ensemble robust against transfer attacks even if each sub-model is individually non-robust. Only small clean accuracy drop is observed in the process.