LGDSMLJun 22, 2023

Adversarial Resilience in Sequential Prediction via Abstention

arXiv:2306.13119v214 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses the need for reliable predictions in high-stakes applications like medical recommendations by balancing stochastic and adversarial settings, though it is incremental in refining existing models.

The paper tackles the problem of sequential prediction with clean-label adversarial examples by proposing a model that allows abstention on adversarial inputs, achieving error bounds that scale with the VC dimension instead of the more pessimistic Littlestone dimension.

We study the problem of sequential prediction in the stochastic setting with an adversary that is allowed to inject clean-label adversarial (or out-of-distribution) examples. Algorithms designed to handle purely stochastic data tend to fail in the presence of such adversarial examples, often leading to erroneous predictions. This is undesirable in many high-stakes applications such as medical recommendations, where abstaining from predictions on adversarial examples is preferable to misclassification. On the other hand, assuming fully adversarial data leads to very pessimistic bounds that are often vacuous in practice. To capture this motivation, we propose a new model of sequential prediction that sits between the purely stochastic and fully adversarial settings by allowing the learner to abstain from making a prediction at no cost on adversarial examples. Assuming access to the marginal distribution on the non-adversarial examples, we design a learner whose error scales with the VC dimension (mirroring the stochastic setting) of the hypothesis class, as opposed to the Littlestone dimension which characterizes the fully adversarial setting. Furthermore, we design a learner for VC dimension~1 classes, which works even in the absence of access to the marginal distribution. Our key technical contribution is a novel measure for quantifying uncertainty for learning VC classes, which may be of independent interest.

Foundations

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

Your Notes