Overcoming Catastrophic Forgetting with Gaussian Mixture Replay
Benedikt Pf\"ulb, Alexander Gepperth

TL;DR
Gaussian Mixture Replay (GMR) is a novel continual learning method that uses Gaussian Mixture Models to generate samples, estimate density, and classify, effectively reducing catastrophic forgetting with low memory and constant training complexity.
Contribution
GMR introduces a unified GMM-based approach for rehearsal, enabling sample generation, density estimation, and classification in a single, memory-efficient network suitable for lifelong learning.
Findings
GMR effectively mitigates catastrophic forgetting in image classification tasks.
It operates with constant time complexity regardless of the number of sub-tasks.
GMR can detect task boundaries using GMM density estimation.
Abstract
We present Gaussian Mixture Replay (GMR), a rehearsal-based approach for continual learning (CL) based on Gaussian Mixture Models (GMM). CL approaches are intended to tackle the problem of catastrophic forgetting (CF), which occurs for Deep Neural Networks (DNNs) when sequentially training them on successive sub-tasks. GMR mitigates CF by generating samples from previous tasks and merging them with current training data. GMMs serve several purposes here: sample generation, density estimation (e.g., for detecting outliers or recognizing task boundaries) and providing a high-level feature representation for classification. GMR has several conceptual advantages over existing replay-based CL approaches. First of all, GMR achieves sample generation, classification and density estimation in a single network structure with strongly reduced memory requirements. Secondly, it can be trained at…
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.
