paper-with-me

홈 › Papers

From Theory to Practice with RAVEN-UCB: Addressing Non-Stationarity in Multi-Armed Bandits through Variance Adaptation

2025-06-03 · Junyi Fang, Yuxun Chen, Yuxin Chen, Chen Zhang

The Multi-Armed Bandit (MAB) problem is challenging in non-stationary environments where reward distributions evolve dynamically. We introduce RAVEN-UCB, a novel algorithm that combines theoretical rigor with practical efficiency via variance-aware adaptation. It achieves tighter regret bounds than UCB1 and UCB-V, with gap-dependent regret of order $K \sigma_{\max}^2 \log T / \Delta$ and gap-independent regret of order $\sqrt{K T \log T}$. RAVEN-UCB incorporates three innovations: (1) variance-driven exploration using $\sqrt{\hat{\sigma}_k^2 / (N_k + 1)}$ in confidence bounds, (2) adaptive control via $\alpha_t = \alpha_0 / \log(t + \epsilon)$, and (3) constant-time recursive updates for efficiency. Experiments across non-stationary patterns - distributional changes, periodic shifts, and temporary fluctuations - in synthetic and logistics scenarios demonstrate its superiority over state-of-the-art baselines, confirming theoretical and practical robustness.

📄 PDF Abstract BibTeX arXiv:2506.02933

Code (1)

66661654/Raven-UCB 공식 구현

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Learning When to Restart: Nonstationary Newsvendor from Uncensored to Censored Demand

2025-09-23 · Xin Chen, Jiameng Lyu, Shilin Yuan, Yuan Zhou arxiv

We study nonstationary newsvendor problems under nonparametric demand models and general distributional measures of nonstationarity, addressing the practical challenges of unknown degree of nonstationarity and demand cen…

Stochastic Optimization

The Synergy Between Optimal Transport Theory and Multi-Agent Reinforcement Learning

2024-01-18 · Ali Baheri, Mykel J. Kochenderfer

This paper explores the integration of optimal transport (OT) theory with multi-agent reinforcement learning (MARL). This integration uses OT to handle distributions and transportation problems to enhance the efficiency,…

ManagementMulti-agent Reinforcement Learning

More Than a Toy: Random Matrix Models Predict How Real-World Neural Representations Generalize

2022-03-11 · Alexander Wei, Wei Hu, Jacob Steinhardt

Of theories for why large-scale machine learning models generalize despite being vastly overparameterized, which of their assumptions are needed to capture the qualitative phenomena of generalization in the real world? O…

regression

TimeBridge: Non-Stationarity Matters for Long-term Time Series Forecasting

2024-10-06 · Peiyuan Liu, Beiliang Wu, Yifan Hu, Naiqi Li 외

Non-stationarity poses significant challenges for multivariate time series forecasting due to the inherent short-term fluctuations and long-term trends that can lead to spurious regressions or obscure essential long-term…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

A Survey of Learning in Multiagent Environments: Dealing with Non-Stationarity

2017-07-28 · Pablo Hernandez-Leal, Michael Kaisers, Tim Baarslag, Enrique Munoz de Cote

The key challenge in multiagent learning is learning a best response to the behaviour of other agents, which may be non-stationary: if the other agents adapt their strategy as well, the learning target moves. Disparate s…

Multi-Armed BanditsReinforcement Learning