Rising Multi-Armed Bandits with Known Horizons
Seockbean Song, Chenyu Gan, Youngsik Yoon, Siwei Wang, Wei Chen, Jungseul Ok
TL;DR
This work studies Rising Multi-Armed Bandits under known finite horizons, where optimal strategies depend on the remaining budget $T$. It introduces CURE-UCB, a horizon-aware UCB-style algorithm that estimates the cumulative reward an arm can yield over the rest of the horizon via a horizon-adaptive index $B_i(t)$, which combines a recent mean, a projected future gain, and an exploration bonus. The authors prove a strict dominance of CURE-UCB over horizon-agnostic baselines in Linear-Then-Flat settings and derive a general regret bound for concave rising environments via a cumulative increment measure, with extensive experiments showing practical gains on synthetic tasks and online model selection (IMDB). The results highlight the importance of horizon awareness for efficient decision-making in finite-horizon RMABs and point to broad applicability in hyperparameter tuning and robotics.
Abstract
The Rising Multi-Armed Bandit (RMAB) framework models environments where expected rewards of arms increase with plays, which models practical scenarios where performance of each option improves with the repeated usage, such as in robotics and hyperparameter tuning. For instance, in hyperparameter tuning, the validation accuracy of a model configuration (arm) typically increases with each training epoch. A defining characteristic of RMAB is em horizon-dependent optimality: unlike standard settings, the optimal strategy here shifts dramatically depending on the available budget $T$. This implies that knowledge of $T$ yields significantly greater utility in RMAB, empowering the learner to align its decision-making with this shifting optimality. However, the horizon-aware setting remains underexplored. To address this, we propose a novel CUmulative Reward Estimation UCB (CURE-UCB) that explicitly integrates the horizon. We provide a rigorous analysis establishing a new regret upper bound and prove that our method strictly outperforms horizon-agnostic strategies in structured environments like ``linear-then-flat'' instances. Extensive experiments demonstrate its significant superiority over baselines.
