DSLGMar 3, 2023

Streaming Algorithms for Learning with Experts: Deterministic Versus Robust

DeepMind
arXiv:2303.01709v16 citationsh-index: 58
Originality Incremental advance
AI Analysis

This work addresses the challenge of designing efficient algorithms for online learning with experts in streaming settings, offering insights into the trade-offs between determinism, robustness, and space usage, though it is incremental in building on prior memory-constrained studies.

The paper tackles the online learning with experts problem under memory constraints and adaptive inputs, showing a space lower bound of Ω̃(nM/(RT)) for deterministic algorithms and providing a randomized robust algorithm with space Õ(n/(R√T)) for certain mistake bounds.

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 outcomes of each day, including the cost of its prediction and the cost of the expert predictions, and the goal is to make a prediction with the minimum cost, specifically compared to the best expert in the set. Recent work by Srinivas, Woodruff, Xu, and Zhou (STOC 2022) introduced the study of the online learning with experts problem under memory constraints. However, often the predictions made by experts or algorithms at some time influence future outcomes, so that the input is adaptively chosen. Whereas deterministic algorithms would be robust to adaptive inputs, existing algorithms all crucially use randomization to sample a small number of experts. In this paper, we study deterministic and robust algorithms for the experts problem. We first show a space lower bound of $\widetildeΩ\left(\frac{nM}{RT}\right)$ for any deterministic algorithm that achieves regret $R$ when the best expert makes $M$ mistakes. Our result shows that the natural deterministic algorithm, which iterates through pools of experts until each expert in the pool has erred, is optimal up to polylogarithmic factors. On the positive side, we give a randomized algorithm that is robust to adaptive inputs that uses $\widetilde{O}\left(\frac{n}{R\sqrt{T}}\right)$ space for $M=O\left(\frac{R^2 T}{\log^2 n}\right)$, thereby showing a smooth space-regret trade-off.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes