Robust Outlier Arm Identification
Yinglun Zhu, Sumeet Katariya, Robert Nowak

TL;DR
This paper introduces robust algorithms for outlier arm identification in bandit problems, using median-based thresholds to effectively detect outliers even with extreme values, and demonstrates their efficiency and optimality.
Contribution
The paper presents the first UCB-style algorithm for outlier detection in bandits and provides tight sample complexity bounds, improving robustness and efficiency over existing methods.
Findings
Algorithms are robust to extreme outliers.
Proposed methods are approximately 5 times more sample-efficient.
Sample complexity bounds are nearly optimal.
Abstract
We study the problem of Robust Outlier Arm Identification (ROAI), where the goal is to identify arms whose expected rewards deviate substantially from the majority, by adaptively sampling from their reward distributions. We compute the outlier threshold using the median and median absolute deviation of the expected rewards. This is a robust choice for the threshold compared to using the mean and standard deviation, since it can identify outlier arms even in the presence of extreme outlier values. Our setting is different from existing pure exploration problems where the threshold is pre-specified as a given value or rank. This is useful in applications where the goal is to identify the set of promising items but the cardinality of this set is unknown, such as finding promising drugs for a new disease or identifying items favored by a population. We propose two -PAC algorithms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Advanced Statistical Methods and Models
