paper-with-me

홈 › Papers

Online Learning with Limited Information in the Sliding Window Model

2026-01-07 · Vladimir Braverman, Sumegha Garg, Chen Wang, David P. Woodruff, Samson Zhou arxiv

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 $n$ experts, $T$ days, the ability to query the predictions of $q$ experts on each day, a limited amount of memory, and should achieve the (near-)optimal regret $\sqrt{nW}\text{polylog}(nT)$ regret over any window of the last $W$ days. While it is impossible to achieve such regret with $1$ query, we show that with $2$ queries we can achieve such regret and with only $\text{polylog}(nT)$ bits of memory. Not only are our algorithms optimal for sliding windows, but we also show for every interval $\mathcal{I}$ of days that we achieve $\sqrt{n|\mathcal{I}|}\text{polylog}(nT)$ regret with $2$ queries and only $\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=1$, achieving $n T^{2/3}\text{polylog}(T)$ regret with $\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 $\mathcal{O}(\sqrt{nT})$ regret if the best expert's losses are in a random order.

📄 PDF Abstract BibTeX arXiv:2601.03533

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Sliding-Window Filter for Online Continuous-Time Continuum Robot State Estimation

2025-10-30 · Spencer Teetaert, Sven Lilge, Jessica Burgner-Kahrs, Timothy D. Barfoot arxiv

Stochastic state estimation methods for continuum robots (CRs) often struggle to balance accuracy and computational efficiency. While several recent works have explored sliding-window formulations for CRs, these methods …

Computational Efficiency

Online Learning with Recency: Algorithms for Sliding-window Streaming Multi-armed Bandits

2026-06-08 · Vladimir Braverman, Chen Wang, Liudeng Wang, Samson Zhou arxiv

Motivated by the recency effect in online learning, we study algorithms for single-pass *sliding-window streaming multi-armed bandits (MABs)* in this paper. In this setting, we are given $n$ arms with unknown sub-Gaussia…

Multi-Armed Bandits

Beyond Single-Episode Optimization: Sliding-Window Aware Generative Auto-Bidding for Long-Term Advertising Effectiveness

2026-07-28 · Binglin Wu, Chuan Yue, Yingyi Zhang, Xianneng Li 외 arxiv

Auto-bidding systems optimize bids to maximize value under efficiency constraints such as Cost-Per-Action (CPA). Existing methods treat each day as an independent episode. However, many advertisers produce value so spars…

Sliding-Window Signatures for Time Series: Application to Electricity Demand Forecasting

2025-10-14 · Nina Drobac, Margaux Brégère, Joseph de Vilmarest, Olivier Wintenberger arxiv

Nonlinear and delayed effects of covariates often render time series forecasting challenging. To this end, we propose a novel forecasting framework based on ridge regression with signature features calculated on sliding …

Time Series Forecasting

Segmentation-free Vehicle License Plate Recognition using ConvNet-RNN

2017-01-23 · Teik Koon Cheang, Yong Shean Chong, Yong Haur Tay

While vehicle license plate recognition (VLPR) is usually done with a sliding window approach, it can have limited performance on datasets with characters that are of variable width. This can be solved by hand-crafting a…

License Plate Recognition