LGMLOct 25, 2021

Linear Contextual Bandits with Adversarial Corruptions

arXiv:2110.12615v125 citations
Originality Incremental advance
AI Analysis

This addresses robust decision-making in adversarial environments for machine learning and reinforcement learning applications, representing an incremental advance by adapting existing methods to handle corruption and variance.

The paper tackles the linear contextual bandit problem with adversarial corruptions by proposing a variance-aware algorithm adaptive to corruption level C, achieving a regret bound of Õ(C²d√(∑σ_t²) + C²R√(dT)) and providing the first such corruption-robust method for contextual bandits.

We study the linear contextual bandit problem in the presence of adversarial corruption, where the interaction between the player and a possibly infinite decision set is contaminated by an adversary that can corrupt the reward up to a corruption level $C$ measured by the sum of the largest alteration on rewards in each round. We present a variance-aware algorithm that is adaptive to the level of adversarial contamination $C$. The key algorithmic design includes (1) a multi-level partition scheme of the observed data, (2) a cascade of confidence sets that are adaptive to the level of the corruption, and (3) a variance-aware confidence set construction that can take advantage of low-variance reward. We further prove that the regret of the proposed algorithm is $\tilde{O}(C^2d\sqrt{\sum_{t = 1}^T σ_t^2} + C^2R\sqrt{dT})$, where $d$ is the dimension of context vectors, $T$ is the number of rounds, $R$ is the range of noise and $σ_t^2,t=1\ldots,T$ are the variances of instantaneous reward. We also prove a gap-dependent regret bound for the proposed algorithm, which is instance-dependent and thus leads to better performance on good practical instances. To the best of our knowledge, this is the first variance-aware corruption-robust algorithm for contextual bandits. Experiments on synthetic data corroborate our theory.

Foundations

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

Your Notes