English

Online Learning with Limited Information in the Sliding Window Model

Machine Learning 2026-01-08 v1 Data Structures and Algorithms Machine Learning

Abstract

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, epidemic tracking, and automated trading, where recent information is more valuable than older data. Formally, we have nn experts, TT days, the ability to query the predictions of qq experts on each day, a limited amount of memory, and should achieve the (near-)optimal regret nWpolylog(nT)\sqrt{nW}\text{polylog}(nT) regret over any window of the last WW days. While it is impossible to achieve such regret with 11 query, we show that with 22 queries we can achieve such regret and with only polylog(nT)\text{polylog}(nT) bits of memory. Not only are our algorithms optimal for sliding windows, but we also show for every interval I\mathcal{I} of days that we achieve nIpolylog(nT)\sqrt{n|\mathcal{I}|}\text{polylog}(nT) regret with 22 queries and only polylog(nT)\text{polylog}(nT) bits of memory, providing an exponential improvement on the memory of previous interval regret algorithms. Building upon these techniques, we address the bandit problem in data streams, where q=1q=1, achieving nT2/3polylog(T)n T^{2/3}\text{polylog}(T) regret with polylog(nT)\text{polylog}(nT) memory, which is the first sublinear regret in the streaming model in the bandit setting with polylogarithmic memory; this can be further improved to the optimal O(nT)\mathcal{O}(\sqrt{nT}) regret if the best expert's losses are in a random order.

Keywords

Cite

@article{arxiv.2601.03533,
  title  = {Online Learning with Limited Information in the Sliding Window Model},
  author = {Vladimir Braverman and Sumegha Garg and Chen Wang and David P. Woodruff and Samson Zhou},
  journal= {arXiv preprint arXiv:2601.03533},
  year   = {2026}
}

Comments

SODA 2026

R2 v1 2026-07-01T08:53:37.982Z