Non-Uniform Memory Sampling in Experience Replay
Andrii Krutsylo

TL;DR
This paper demonstrates that non-uniform sampling strategies in experience replay can significantly outperform uniform sampling, suggesting new directions for mitigating catastrophic forgetting in continual learning.
Contribution
It introduces a method to evaluate non-uniform sampling probabilities in experience replay, showing potential for improved continual learning performance.
Findings
Non-uniform sampling can outperform uniform sampling in experience replay.
At least one non-uniform distribution significantly improves accuracy.
Adaptive replay policies offer promising avenues for future research.
Abstract
Continual learning is the process of training machine learning models on a sequence of tasks where data distributions change over time. A well-known obstacle in this setting is catastrophic forgetting, a phenomenon in which a model drastically loses performance on previously learned tasks when learning new ones. A popular strategy to alleviate this problem is experience replay, in which a subset of old samples is stored in a memory buffer and replayed with new data. Despite continual learning advances focusing on which examples to store and how to incorporate them into the training loss, most approaches assume that sampling from this buffer is uniform by default. We challenge the assumption that uniform sampling is necessarily optimal. We conduct an experiment in which the memory buffer updates the same way in every trial, but the replay probability of each stored sample changes…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Video Quality Assessment · Functional Brain Connectivity Studies
