paper-with-me

홈 › Papers

Online Learning with Bounded Recall

2022-05-28 · Jon Schneider, Kiran Vodrahalli

We study the problem of full-information online learning in the "bounded recall" setting popular in the study of repeated games. An online learning algorithm $\mathcal{A}$ is $M$-$\textit{bounded-recall}$ if its output at time $t$ can be written as a function of the $M$ previous rewards (and not e.g. any other internal state of $\mathcal{A}$). We first demonstrate that a natural approach to constructing bounded-recall algorithms from mean-based no-regret learning algorithms (e.g., running Hedge over the last $M$ rounds) fails, and that any such algorithm incurs constant regret per round. We then construct a stationary bounded-recall algorithm that achieves a per-round regret of $\Theta(1/\sqrt{M})$, which we complement with a tight lower bound. Finally, we show that unlike the perfect recall setting, any low regret bound bounded-recall algorithm must be aware of the ordering of the past $M$ losses -- any bounded-recall algorithm which plays a symmetric function of the past $M$ losses must incur constant regret per round.

📄 PDF Abstract BibTeX arXiv:2205.14519

Code (1)

kiranvodrahalli/history_restricted_online_learning 공식 구현

Similar Papers 제목 키워드 기반

Path-dependent program induction under resource constraints explains human sequence learning

2026-05-26 · Hanqi Zhou, David G. Nagy, Peter Dayan, Charley M. Wu arxiv

How do people build abstract, reusable knowledge from sequential experience under bounded cognitive resources? To answer this question, we integrate rate-distortion theory with recent advances in program induction to des…

Recall Isn't Enough: Bounding Commitments in Personalized Language Systems

2026-05-15 · Rui Tang, Yichi Zhang, Xi Chen, Chen Dong 외 arxiv

Long-context and memory systems usually treat personalization as a recall problem. In practice, many failures occur later, when a system commits: it turns noisy hints into hard constraints, drops rare witnesses, forgets …

AI Agents Need Memory Control Over More Context

2026-01-15 · Fouad Bousetouane arxiv

AI agents are increasingly used in long, multi-turn workflows in both research and enterprise settings. As interactions grow, agent behavior often degrades due to loss of constraint focus, error accumulation, and memory-…

D-SVM over Networked Systems with Non-Ideal Linking Conditions

2023-04-13 · Mohammadreza Doostmohammadian, Alireza Aghasi, Houman Zarrabi

This paper considers distributed optimization algorithms, with application in binary classification via distributed support-vector-machines (D-SVM) over multi-agent networks subject to some link nonlinearities. The agent…

Binary ClassificationDistributed OptimizationQuantization

Proactive Memory for Ad-Hoc Recall over Streaming Dialogues

2026-03-05 · Bingbing Wang, Jing Li, Ruifeng Xu arxiv

Real-world dialogue usually unfolds as an infinite stream. It thus requires bounded-state memory mechanisms to operate within an infinite horizon. However, existing read-then-think memory is fundamentally misaligned with…