LGOct 25, 2024

Robust Thompson Sampling Algorithms Against Reward Poisoning Attacks

arXiv:2410.19705v11 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses a security problem for real-world applications of bandit algorithms, making them more reliable against attacks, though it is incremental as it builds on existing Thompson sampling methods.

The paper tackles the vulnerability of Thompson sampling algorithms to adversarial reward poisoning in online sequential decision-making, proposing robust algorithms that guarantee near-optimal regret under any attack strategy.

Thompson sampling is one of the most popular learning algorithms for online sequential decision-making problems and has rich real-world applications. However, current Thompson sampling algorithms are limited by the assumption that the rewards received are uncorrupted, which may not be true in real-world applications where adversarial reward poisoning exists. To make Thompson sampling more reliable, we want to make it robust against adversarial reward poisoning. The main challenge is that one can no longer compute the actual posteriors for the true reward, as the agent can only observe the rewards after corruption. In this work, we solve this problem by computing pseudo-posteriors that are less likely to be manipulated by the attack. We propose robust algorithms based on Thompson sampling for the popular stochastic and contextual linear bandit settings in both cases where the agent is aware or unaware of the budget of the attacker. We theoretically show that our algorithms guarantee near-optimal regret under any attack strategy.

Foundations

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

Your Notes