CRLGNov 14, 2024

Combining Machine Learning Defenses without Conflicts

arXiv:2411.09776v22 citationsh-index: 10Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses a practical need for practitioners to efficiently combine defenses for security, privacy, and fairness in ML models, though it is incremental as it builds on prior ad-hoc techniques.

The paper tackles the problem of combining multiple machine learning defenses without conflicts, which can cause drops in effectiveness, and proposes DefCon, a principled technique that achieves 90% accuracy on known combinations and 81% on new ones.

Machine learning (ML) defenses protect against various risks to security, privacy, and fairness. Real-life models need simultaneous protection against multiple different risks which necessitates combining multiple defenses. But combining defenses with conflicting interactions in an ML model can be ineffective, incurring a significant drop in the effectiveness of one or more defenses being combined. Practitioners need a way to determine if a given combination can be effective. Experimentally identifying effective combinations can be time-consuming and expensive, particularly when multiple defenses need to be combined. We need an inexpensive, easy-to-use combination technique to identify effective combinations. Ideally, a combination technique should be (a) accurate (correctly identifies whether a combination is effective or not), (b) scalable (allows combining multiple defenses), (c) non-invasive (requires no change to the defenses being combined), and (d) general (is applicable to different types of defenses). Prior works have identified several ad-hoc techniques but none satisfy all the requirements above. We propose a principled combination technique, Def\Con, to identify effective defense combinations. Def\Con meets all requirements, achieving 90% accuracy on eight combinations explored in prior work and 81% in 30 previously unexplored combinations that we empirically evaluate in this paper.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes