LGMLMay 12, 2022

Sample Complexity Bounds for Robustly Learning Decision Lists against Evasion Attacks

arXiv:2205.06127v15 citationsh-index: 39
Originality Incremental advance
AI Analysis

This addresses a fundamental issue in adversarial machine learning for PAC learning, specifically for decision lists, with incremental insights into sample complexity bounds.

The paper tackles the problem of quantifying training data needed for robust learning against evasion attacks in adversarial machine learning, showing that the adversary's budget fundamentally determines sample complexity, with a lower bound exponential in the budget for monotone conjunctions and an upper bound polynomial for k-decision lists against log(n)-bounded adversaries.

A fundamental problem in adversarial machine learning is to quantify how much training data is needed in the presence of evasion attacks. In this paper we address this issue within the framework of PAC learning, focusing on the class of decision lists. Given that distributional assumptions are essential in the adversarial setting, we work with probability distributions on the input data that satisfy a Lipschitz condition: nearby points have similar probability. Our key results illustrate that the adversary's budget (that is, the number of bits it can perturb on each input) is a fundamental quantity in determining the sample complexity of robust learning. Our first main result is a sample-complexity lower bound: the class of monotone conjunctions (essentially the simplest non-trivial hypothesis class on the Boolean hypercube) and any superclass has sample complexity at least exponential in the adversary's budget. Our second main result is a corresponding upper bound: for every fixed $k$ the class of $k$-decision lists has polynomial sample complexity against a $\log(n)$-bounded adversary. This sheds further light on the question of whether an efficient PAC learning algorithm can always be used as an efficient $\log(n)$-robust learning algorithm under the uniform distribution.

Foundations

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

Your Notes