paper-with-me

홈 › Papers

Improved Space Bounds for Learning with Experts

2023-03-02 · Anders Aamand, Justin Y. Chen, Huy Lê Nguyen, Sandeep Silwal

We give improved tradeoffs between space and regret for the online learning with expert advice problem over $T$ days with $n$ experts. Given a space budget of $n^{\delta}$ for $\delta \in (0,1)$, we provide an algorithm achieving regret $\tilde{O}(n^2 T^{1/(1+\delta)})$, improving upon the regret bound $\tilde{O}(n^2 T^{2/(2+\delta)})$ in the recent work of [PZ23]. The improvement is particularly salient in the regime $\delta \rightarrow 1$ where the regret of our algorithm approaches $\tilde{O}_n(\sqrt{T})$, matching the $T$ dependence in the standard online setting without space restrictions.

📄 PDF Abstract BibTeX arXiv:2303.01453

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

New Potential-Based Bounds for the Geometric-Stopping Version of Prediction with Expert Advice

2019-12-05 · Vladimir A. Kobzar, Robert V. Kohn, Zhilei Wang

This work addresses the classic machine learning problem of online prediction with expert advice. A new potential-based framework for the fixed horizon version of this problem has been recently developed using verificati…

Tight Bounds on Minimax Regret under Logarithmic Loss via Self-Concordance

2020-07-02 · Blair Bilodeau, Dylan J. Foster, Daniel M. Roy

We consider the classical problem of sequential probability assignment under logarithmic loss while competing against an arbitrary, potentially nonparametric class of experts. We obtain tight bounds on the minimax regret…

Grassmannian Mixture-of-Experts: Concentration-Controlled Routing on Subspace Manifolds

2026-02-19 · Ibne Farabi Shihab, Sanjeda Akter, Anuj Sharma arxiv

Mixture-of-Experts models rely on learned routers to assign tokens to experts, yet standard softmax gating provides no principled mechanism to control the tradeoff between sparsity and utilization. We propose Grassmannia…

Online Learning with Low Rank Experts

2016-03-21 · Elad Hazan, Tomer Koren, Roi Livni, Yishay Mansour

We consider the problem of prediction with expert advice when the losses of the experts have low-dimensional structure: they are restricted to an unknown $d$-dimensional subspace. We devise algorithms with regret bounds …

Simple Baselines are Competitive with Code Evolution

2026-02-18 · Yonatan Gideoni, Sebastian Risi, Yarin Gal arxiv

Code evolution is a family of techniques that rely on large language models to search through possible computer programs by evolving or mutating existing code. Many proposed code evolution pipelines show impressive perfo…