PDAC: Efficient Coreset Selection for Continual Learning via Probability Density Awareness
Junqi Gao, Zhichang Guo, Dazhi Zhang, Yao Li, Yi Ran, Biqing Qi

TL;DR
This paper introduces PDAC, a novel coreset selection method for continual learning that efficiently prioritizes samples with high probability density, improving performance and reducing computational costs.
Contribution
The paper proposes a density-aware coreset selection scheme using PGM and streaming EM, offering a more efficient alternative to existing bi-level optimization methods in continual learning.
Findings
Outperforms baseline methods in various CL scenarios
Reduces computational cost compared to traditional coreset selection methods
Enhances adaptability in streaming data environments
Abstract
Rehearsal-based Continual Learning (CL) maintains a limited memory buffer to store replay samples for knowledge retention, making these approaches heavily reliant on the quality of the stored samples. Current Rehearsal-based CL methods typically construct the memory buffer by selecting a representative subset (referred to as coresets), aiming to approximate the training efficacy of the full dataset with minimal storage overhead. However, mainstream Coreset Selection (CS) methods generally formulate the CS problem as a bi-level optimization problem that relies on numerous inner and outer iterations to solve, leading to substantial computational cost thus limiting their practical efficiency. In this paper, we aim to provide a more efficient selection logic and scheme for coreset construction. To this end, we first analyze the Mean Squared Error (MSE) between the buffer-trained model and…
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
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Data Stream Mining Techniques
