paper-with-me

홈 › Papers

A Regret-Variance Trade-Off in Online Learning

2022-06-06 · Dirk van der Hoeven, Nikita Zhivotovskiy, Nicolò Cesa-Bianchi

We consider prediction with expert advice for strongly convex and bounded losses, and investigate trade-offs between regret and "variance" (i.e., squared difference of learner's predictions and best expert predictions). With $K$ experts, the Exponentially Weighted Average (EWA) algorithm is known to achieve $O(\log K)$ regret. We prove that a variant of EWA either achieves a negative regret (i.e., the algorithm outperforms the best expert), or guarantees a $O(\log K)$ bound on both variance and regret. Building on this result, we show several examples of how variance of predictions can be exploited in learning. In the online to batch analysis, we show that a large empirical variance allows to stop the online to batch conversion early and outperform the risk of the best predictor in the class. We also recover the optimal rate of model selection aggregation when we do not consider early stopping. In online prediction with corrupted losses, we show that the effect of corruption on the regret can be compensated by a large variance. In online selective sampling, we design an algorithm that samples less when the variance is large, while guaranteeing the optimal regret bound in expectation. In online learning with abstention, we use a similar term as the variance to derive the first high-probability $O(\log K)$ regret bound in this setting. Finally, we extend our results to the setting of online linear regression.

📄 PDF Abstract BibTeX arXiv:2206.02656

Code (0)

등록된 구현이 없습니다.

Tasks

Model Selection

Similar Papers 제목 키워드 기반

Thompson Sampling Algorithms for Mean-Variance Bandits

2020-02-01 · ICML 2020 1 · Qiuyu Zhu, Vincent Y. F. Tan

The multi-armed bandit (MAB) problem is a classical learning task that exemplifies the exploration-exploitation tradeoff. However, standard formulations do not take into account {\em risk}. In online decision making syst…

Decision MakingThompson Sampling

Anytime Model Selection in Linear Bandits

2023-07-24 · NeurIPS 2023 11 · Parnian Kassraie, Nicolas Emmenegger, Andreas Krause, Aldo Pacchiano

Model selection in the context of bandit optimization is a challenging problem, as it requires balancing exploration and exploitation not only for action selection, but also for model selection. One natural approach is t…

modelModel Selection

Bandit Smooth Convex Optimization: Improving the Bias-Variance Tradeoff

2015-12-01 · NeurIPS 2015 12 · Ofer Dekel, Ronen Eldan, Tomer Koren

Bandit convex optimization is one of the fundamental problems in the field of online learning. The best algorithm for the general bandit convex optimization problem guarantees a regret of $\widetilde{O}(T^{5/6})$, while …

Decision Variance in Online Learning

2018-07-24 · Sattar Vakili, Alexis Boukouvalas, Qing Zhao

Online learning has traditionally focused on the expected rewards. In this paper, a risk-averse online learning problem under the performance measure of the mean-variance of the rewards is studied. Both the bandit and fu…

Online Adaptive Principal Component Analysis and Its extensions

2019-01-23 · Jianjun Yuan, Andrew Lamperski

We propose algorithms for online principal component analysis (PCA) and variance minimization for adaptive settings. Previous literature has focused on upper bounding the static adversarial regret, whose comparator is th…