中文
相关论文

相关论文: Efficient tracking of a growing number of experts

200 篇论文

Motivated by recent work on the experts problem in the streaming model, we consider the experts problem in the sliding window model. The sliding window model is a well-studied model that captures applications such as traffic monitoring,…

机器学习 · 统计学 2026-01-08 Vladimir Braverman , Sumegha Garg , Chen Wang , David P. Woodruff , Samson Zhou

This paper addresses an online convex optimization problem where the cost function at each step depends on a history of past decisions (i.e., memory), and the decision maker has access to limited predictions of future cost values within a…

最优化与控制 · 数学 2025-12-29 Zhengmiao Wang , Zhi-Wei Liu , Ming Chi , Xiaoling Wang , Housheng Su , Lintao Ye

We study the problem of guaranteeing low regret in repeated games against an opponent with unknown membership in one of several classes. We add the constraint that our algorithm is non-exploitable, in that the opponent lacks an incentive to…

计算机科学与博弈论 · 计算机科学 2022-07-05 Anthony DiGiovanni , Ambuj Tewari

Online learning with expert advice is a fundamental problem of sequential prediction. In this problem, the algorithm has access to a set of $n$ "experts" who make predictions on each day. The goal on each day is to process these…

数据结构与算法 · 计算机科学 2022-04-22 Vaidehi Srinivas , David P. Woodruff , Ziyu Xu , Samson Zhou

Switching costs, which capture the costs for changing policies, are regarded as a critical metric in reinforcement learning (RL), in addition to the standard metric of losses (or rewards). However, existing studies on switching costs (with…

机器学习 · 计算机科学 2023-02-10 Ming Shi , Yingbin Liang , Ness Shroff

We study the problem of decision-theoretic online learning (DTOL). Motivated by practical applications, we focus on DTOL when the number of actions is very large. Previous algorithms for learning in this framework have a tunable learning…

机器学习 · 计算机科学 2010-01-19 Kamalika Chaudhuri , Yoav Freund , Daniel Hsu

We derive an online learning algorithm with improved regret guarantees for `easy' loss sequences. We consider two types of `easiness': (a) stochastic loss sequences and (b) adversarial loss sequences with small effective range of the…

机器学习 · 计算机科学 2019-08-28 Tobias Sommer Thune , Yevgeny Seldin

We explore the use of expert-guided bandit learning, which we refer to as online mixture-of-experts (OMoE). In this setting, given a context, a candidate committee of experts must determine how to aggregate their outputs to achieve optimal…

机器学习 · 计算机科学 2025-11-18 Larkin Liu , Jalal Etesami

A natural goal when designing online learning algorithms for non-stationary environments is to bound the regret of the algorithm in terms of the temporal variation of the input sequence. Intuitively, when the variation is small, it should…

机器学习 · 计算机科学 2021-12-08 Gautam Goel , Babak Hassibi

We consider the setting of online logistic regression and consider the regret with respect to the 2-ball of radius B. It is known (see [Hazan et al., 2014]) that any proper algorithm which has logarithmic regret in the number of samples…

机器学习 · 计算机科学 2020-11-04 Rémi Jézéquel , Pierre Gaillard , Alessandro Rudi

We study the classic online learning problem of predicting with expert advice, and propose a truly parameter-free and adaptive algorithm that achieves several objectives simultaneously without using any prior information. The main component…

机器学习 · 计算机科学 2015-02-23 Haipeng Luo , Robert E. Schapire

Learning to defer with multiple experts is a framework where the learner can choose to defer the prediction to several experts. While this problem has received significant attention in classification contexts, it presents unique challenges…

机器学习 · 计算机科学 2024-03-29 Anqi Mao , Mehryar Mohri , Yutao Zhong

We consider online learning problems in the realizable setting, where there is a zero-loss solution, and propose new Differentially Private (DP) algorithms that obtain near-optimal regret bounds. For the problem of online prediction from…

机器学习 · 计算机科学 2023-03-01 Hilal Asi , Vitaly Feldman , Tomer Koren , Kunal Talwar

In the online learning with experts problem, an algorithm must make a prediction about an outcome on each of $T$ days (or times), given a set of $n$ experts who make predictions on each day (or time). The algorithm is given feedback on the…

数据结构与算法 · 计算机科学 2023-03-06 David P. Woodruff , Fred Zhang , Samson Zhou

We study the problem of expert advice under partial bandit feedback setting and create a sequential minimax optimal algorithm. Our algorithm works with a more general partial monitoring setting, where, in contrast to the classical bandit…

机器学习 · 计算机科学 2022-04-15 Kaan Gokcesu , Hakan Gokcesu

Practitioners conducting adaptive experiments often encounter two competing priorities: maximizing total welfare (or `reward') through effective treatment assignment and swiftly concluding experiments to implement population-wide…

机器学习 · 计算机科学 2024-07-31 Chao Qin , Daniel Russo

We consider an online two-stage stochastic optimization with long-term constraints over a finite horizon of $T$ periods. At each period, we take the first-stage action, observe a model parameter realization and then take the second-stage…

机器学习 · 计算机科学 2024-05-21 Jiashuo Jiang

In online learning an algorithm plays against an environment with losses possibly picked by an adversary at each round. The generality of this framework includes problems that are not adversarial, for example offline optimization, or saddle…

机器学习 · 计算机科学 2021-02-04 Ryan D'Orazio , Ruitong Huang

We present a new algorithm based on posterior sampling for learning in Constrained Markov Decision Processes (CMDP) in the infinite-horizon undiscounted setting. The algorithm achieves near-optimal regret bounds while being advantageous…

机器学习 · 计算机科学 2024-05-30 Danil Provodin , Maurits Kaptein , Mykola Pechenizkiy

Some of the most compelling applications of online convex optimization, including online prediction and classification, are unconstrained: the natural feasible set is R^n. Existing algorithms fail to achieve sub-linear regret in this…

机器学习 · 计算机科学 2012-11-13 Matthew Streeter , H. Brendan McMahan