Unity is strength: Improving the Detection of Adversarial Examples with Ensemble Approaches
Francesco Craighero, Fabrizio Angaroni, Fabio Stella, Chiara Damiani,, Marco Antoniotti, Alex Graudenzi

TL;DR
This paper introduces ENAD, an ensemble framework combining multiple detectors to improve adversarial example detection in deep learning, demonstrating superior performance across various benchmarks and attacks.
Contribution
The paper presents ENAD, a novel ensemble approach that integrates multiple detection methods for robust adversarial example detection, enhancing accuracy and reproducibility.
Findings
ENAD outperforms existing methods in most benchmark tests.
The ensemble approach improves detection robustness across diverse attacks.
ENAD's modular design allows easy extension with new detectors.
Abstract
A key challenge in computer vision and deep learning is the definition of robust strategies for the detection of adversarial examples. Here, we propose the adoption of ensemble approaches to leverage the effectiveness of multiple detectors in exploiting distinct properties of the input data. To this end, the ENsemble Adversarial Detector (ENAD) framework integrates scoring functions from state-of-the-art detectors based on Mahalanobis distance, Local Intrinsic Dimensionality, and One-Class Support Vector Machines, which process the hidden features of deep neural networks. ENAD is designed to ensure high standardization and reproducibility to the computational workflow. Importantly, extensive tests on benchmark datasets, models and adversarial attacks show that ENAD outperforms all competing methods in the large majority of settings. The improvement over the state-of-the-art and the…
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 · Anomaly Detection Techniques and Applications
MethodsLogistic Regression
