Retrieval-Augmented Memory for Online Learning
Wenzhang Du

TL;DR
This paper introduces RAM-OL, a retrieval-augmented memory approach for online learning with concept drift, demonstrating improved accuracy and robustness on real-world data streams.
Contribution
The paper proposes RAM-OL, a simple extension of stochastic gradient descent that incorporates a retrieval-based memory buffer to handle concept drift in online learning.
Findings
RAM-OL improves accuracy by up to 7 percentage points on drifting streams.
The gated replay variant enhances robustness and matches baseline performance on noisy data.
Retrieval-augmented memory reduces variance and improves adaptation in non-stationary environments.
Abstract
Retrieval-augmented models couple parametric predictors with non-parametric memories, but their use in streaming supervised learning with concept drift is not well understood. We study online classification in non-stationary environments and propose Retrieval-Augmented Memory for Online Learning (RAM-OL), a simple extension of stochastic gradient descent that maintains a small buffer of past examples. At each time step, RAM-OL retrieves a few nearest neighbours of the current input in the hidden representation space and updates the model jointly on the current example and the retrieved neighbours. We compare a naive replay variant with a gated replay variant that constrains neighbours using a time window, similarity thresholds, and gradient reweighting, in order to balance fast reuse of relevant past data against robustness to outdated regimes. From a theoretical perspective, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Stream Mining Techniques · Advanced Bandit Algorithms Research · Time Series Analysis and Forecasting
