Guardian of the Ensembles: Introducing Pairwise Adversarially Robust Loss for Resisting Adversarial Attacks in DNN Ensembles
Shubhi Shukla, Subhadeep Dalui, Manaar Alam, Shubhajit Datta, Arijit, Mondal, Debdeep Mukhopadhyay, Partha Pratim Chakrabarti

TL;DR
This paper introduces a novel ensemble training method called Pairwise Adversarially Robust Loss (PARL) that enhances the robustness of deep neural network ensembles against adversarial attacks by promoting diverse decision boundaries.
Contribution
The paper proposes PARL, a new loss function that improves ensemble robustness against black-box attacks while maintaining accuracy and reducing training time.
Findings
PARL achieves 24.8% higher robust accuracy at $b5$=0.07 compared to state-of-the-art methods.
PARL maintains similar clean accuracy as previous methods.
PARL reduces training time relative to existing ensemble approaches.
Abstract
Adversarial attacks rely on transferability, where an adversarial example (AE) crafted on a surrogate classifier tends to mislead a target classifier. Recent ensemble methods demonstrate that AEs are less likely to mislead multiple classifiers in an ensemble. This paper proposes a new ensemble training using a Pairwise Adversarially Robust Loss (PARL) that by construction produces an ensemble of classifiers with diverse decision boundaries. PARL utilizes outputs and gradients of each layer with respect to network parameters in every classifier within the ensemble simultaneously. PARL is demonstrated to achieve higher robustness against black-box transfer attacks than previous ensemble methods as well as adversarial training without adversely affecting clean example accuracy. Extensive experiments using standard Resnet20, WideResnet28-10 classifiers demonstrate the robustness of PARL…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
