Run-Off Election: Improved Provable Defense against Data Poisoning Attacks
Keivan Rezaei, Kiarash Banihashem, Atoosa Chegini, Soheil Feizi

TL;DR
This paper introduces Run-Off Election (ROE), a novel aggregation method for ensemble defenses against data poisoning, significantly improving certified robustness and efficiency over existing approaches.
Contribution
The paper proposes ROE, a two-round election aggregation method that enhances provable defenses against data poisoning attacks, outperforming current state-of-the-art methods.
Findings
ROE improves certified accuracy by up to 4% on benchmark datasets.
Applying ROE to DPA yields 12-27% better robustness than existing methods.
ROE achieves higher robustness with 32 times less computational power.
Abstract
In data poisoning attacks, an adversary tries to change a model's prediction by adding, modifying, or removing samples in the training data. Recently, ensemble-based approaches for obtaining provable defenses against data poisoning have been proposed where predictions are done by taking a majority vote across multiple base models. In this work, we show that merely considering the majority vote in ensemble defenses is wasteful as it does not effectively utilize available information in the logits layers of the base models. Instead, we propose Run-Off Election (ROE), a novel aggregation method based on a two-round election across the base models: In the first round, models vote for their preferred class and then a second, Run-Off election is held between the top two classes in the first round. Based on this approach, we propose DPA+ROE and FA+ROE defense methods based on Deep Partition…
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
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Malware Detection Techniques · Anomaly Detection Techniques and Applications
MethodsBalanced Selection
