paper-with-me

홈 › Papers

Sample Condensation in Online Continual Learning

2022-06-23 · Mattia Sangermano, Antonio Carta, Andrea Cossu, Davide Bacciu

Online Continual learning is a challenging learning scenario where the model must learn from a non-stationary stream of data where each sample is seen only once. The main challenge is to incrementally learn while avoiding catastrophic forgetting, namely the problem of forgetting previously acquired knowledge while learning from new data. A popular solution in these scenario is to use a small memory to retain old data and rehearse them over time. Unfortunately, due to the limited memory size, the quality of the memory will deteriorate over time. In this paper we propose OLCGM, a novel replay-based continual learning strategy that uses knowledge condensation techniques to continuously compress the memory and achieve a better use of its limited size. The sample condensation step compresses old samples, instead of removing them like other replay strategies. As a result, the experiments show that, whenever the memory budget is limited compared to the complexity of the data, OLCGM improves the final accuracy compared to state-of-the-art replay strategies.

📄 PDF Abstract BibTeX arXiv:2206.11849

Code (2)

MattiaSangermano/OLCGM 공식 구현 pytorch
Guang000/Awesome-Dataset-Distillation

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

PUMA: Efficient Continual Graph Learning for Node Classification with Graph Condensation

2023-12-22 · Yilun Liu, Ruihong Qiu, Yanran Tang, Hongzhi Yin 외

When handling streaming graphs, existing graph representation learning models encounter a catastrophic forgetting problem, where previously learned knowledge of these models is easily overwritten when learning with newly…

Continual LearningGraph LearningGraph Representation LearningNode Classification+1

Condensation-Concatenation Framework for Dynamic Graph Continual Learning

2025-12-12 · Tingxu Yan, Ye Yuan arxiv

Dynamic graphs are prevalent in real-world scenarios, where continuous structural changes induce catastrophic forgetting in graph neural networks (GNNs). While continual learning has been extended to dynamic graphs, exis…

Continual Learning

Dataset Condensation with Gradient Matching

2020-06-10 · ICLR 2021 1 · Bo Zhao, Konda Reddy Mopuri, Hakan Bilen

As the state-of-the-art machine learning methods in many fields rely on larger datasets, storing datasets and training models on them become significantly more expensive. This paper proposes a training set synthesis tech…

Continual LearningDataset CondensationDataset Distillation - 1IPCDomain Adaptation+1

An Efficient Dataset Condensation Plugin and Its Application to Continual Learning

2023-09-21 · NeurIPS 2023 11

Dataset condensation (DC) distills a large real-world dataset into a small synthetic dataset, with the goal of training a network from scratch on the latter that performs similarly to the former. State-of-the-art (SOTA) …

Direct Discrepancy Replay: Distribution-Discrepancy Condensation and Manifold-Consistent Replay for Continual Face Forgery Detection

2026-04-14 · Tianshuo Zhang, Haoyuan Zhang, Siran Peng, Weisong Zhao 외 arxiv

Continual face forgery detection (CFFD) requires detectors to learn emerging forgery paradigms without forgetting previously seen manipulations. Existing CFFD methods commonly rely on replaying a small amount of past dat…