paper-with-me

홈 › Papers

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) DC methods have achieved satisfactory results through techniques such as accuracy, gradient, training trajectory, or distribution matching. However, these works all perform matching in the high-dimension pixel spaces, ignoring that natural images are usually locally connected and have lower intrinsic dimensions, resulting in low condensation efficiency. In this work, we propose a simple-yet-efficient dataset condensation plugin that matches the raw and synthetic datasets in a low-dimensional manifold. Specifically, our plugin condenses raw images into two low-rank matrices instead of parameterized image matrices. Our plugin can be easily incorporated into existing DC methods, thereby containing richer raw dataset information at limited storage costs to improve the downstream applications' performance. We verify on multiple public datasets that when the proposed plugin is combined with SOTA DC methods, the performance of the network trained on synthetic data is significantly improved compared to traditional DC methods. Moreover, when applying the DC methods as a plugin to continual learning tasks, we observed that our approach effectively mitigates catastrophic forgetting of old tasks under limited memory buffer constraints and avoids the problem of raw data privacy leakage.Submission Number: 5810

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CondTSF: One-line Plugin of Dataset Condensation for Time Series Forecasting

2024-06-04 · Jianrong Ding, Zhanyu Liu, Guanjie Zheng, Haiming Jin 외

Dataset condensation is a newborn technique that generates a small dataset that can be used in training deep neural networks to lower training costs. The objective of dataset condensation is to ensure that the model trai…

Dataset CondensationTime SeriesTime Series Forecasting

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

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 avoidin…

Continual Learning

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 Latent Quantile Matching

2024-06-14 · Wei Wei, Tom De Schepper, Kevin Mets

Dataset condensation (DC) methods aim to learn a smaller synthesized dataset with informative data records to accelerate the training of machine learning models. Current distribution matching (DM) based DC methods learn …

Dataset CondensationGraph Learning