paper-with-me

Papers

Adversarial Attacks on Stochastic Bandits

2018-10-29 · NeurIPS 2018 12 · Kwang-Sung Jun, Lihong Li, Yuzhe ma, Xiaojin Zhu

We study adversarial attacks that manipulate the reward signals to control the actions chosen by a stochastic multi-armed bandit algorithm. We propose the first attack against two popular bandit algorithms: $\epsilon$-greedy and UCB, \emph{without} knowledge of the mean rewards. The attacker is able to spend only logarithmic effort, multiplied by a problem-specific parameter that becomes smaller as the bandit problem gets easier to attack. The result means the attacker can easily hijack the behavior of the bandit algorithm to promote or obstruct certain actions, say, a particular medical treatment. As bandits are seeing increasingly wide use in practice, our study exposes a significant security threat.

📄 PDF Abstract BibTeX arXiv:1810.12188

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Data Poisoning Attacks on Stochastic Bandits

2019-05-16 · Fang Liu, Ness Shroff

Stochastic multi-armed bandits form a class of online learning problems that have important applications in online recommendation systems, adaptive medical treatment, and many others. Even though potential attacks agains…

Data PoisoningMulti-Armed BanditsRecommendation Systems

Practical Adversarial Attacks on Stochastic Bandits via Fake Data Injection

2025-05-28 · Qirun Zeng, Eric He, Richard Hoffmann, Xuchuang Wang 외

Adversarial attacks on stochastic bandits have traditionally relied on some unrealistic assumptions, such as per-round reward manipulation and unbounded perturbations, limiting their relevance to real-world systems. We p…

Thompson Sampling

An algorithm with nearly optimal pseudo-regret for both stochastic and adversarial bandits

2016-05-27 · Peter Auer, Chao-Kai Chiang

We present an algorithm that achieves almost optimal pseudo-regret bounds against adversarial and stochastic bandits. Against adversarial bandits the pseudo-regret is $O(K\sqrt{n \log n})$ and against stochastic bandits …

When Are Linear Stochastic Bandits Attackable?

2021-10-18 · Huazheng Wang, Haifeng Xu, Hongning Wang

We study adversarial attacks on linear stochastic bandits: by manipulating the rewards, an adversary aims to control the behaviour of the bandit algorithm. Perhaps surprisingly, we first show that some attack goals can n…

Decision MakingRecommendation Systems

Stealthy Adversarial Attacks on Stochastic Multi-Armed Bandits

2024-02-21 · Zhiwei Wang, Huazheng Wang, Hongning Wang

Adversarial attacks against stochastic multi-armed bandit (MAB) algorithms have been extensively studied in the literature. In this work, we focus on reward poisoning attacks and find most existing attacks can be easily …

Multi-Armed Bandits