Application · Label distillation and soft labels
Data-Distill-Net
Data-Distill-Net: A Data Distillation Approach Tailored for Reply-based Continual Learning
Wenyang Liao, Quanziang Wang, Yichen Wu, Renzhen Wang, Deyu Meng
arXiv 2025 · first public 2025-05-26 · arXiv 2505.20135
In one paragraph
For replay-based continual learning, keeps a learnable memory buffer of real replay images but, instead of optimizing the images themselves, trains a lightweight module that generates learned soft labels distilling both the current task's data and knowledge accumulated in the prior buffer. Reports competitive accuracy and reduced forgetting across continual-learning benchmarks relative to standard replay baselines, at lower overhead than distilling the buffer images directly.
Where it sits
- Label distillation and soft labels (Orthogonal design choices)
- Setting: Image classification
Abstract (verbatim from arXiv)
Replay-based continual learning (CL) methods assume that models trained on a small subset can also effectively minimize the empirical risk of the complete dataset. These methods maintain a memory buffer that stores a sampled subset of data from previous tasks to consolidate past knowledge. However, this assumption is not guaranteed in practice due to the limited capacity of the memory buffer and the heuristic criteria used for buffer data selection. To address this issue, we propose a new dataset distillation framework tailored for CL, which maintains a learnable memory buffer to distill the global information from the current task data and accumulated knowledge preserved in the previous memory buffer. Moreover, to avoid the computational overhead and overfitting risks associated with parameterizing the entire buffer during distillation, we introduce a lightweight distillation module that can achieve global information distillation solely by generating learnable soft labels for the memory buffer data. Extensive experiments show that, our method can achieve competitive results and effectively mitigates forgetting across various datasets. The source code will be publicly available.
BibTeX (generated; prefer the venue's official entry)
@article{liao2025data,
title = {Data-Distill-Net: A Data Distillation Approach Tailored for Reply-based Continual Learning},
author = {Wenyang Liao and Quanziang Wang and Yichen Wu and Renzhen Wang and Deyu Meng},
journal = {arXiv preprint arXiv:2505.20135},
year = {2025}
}Nearby in Label distillation and soft labels
Xiao Cui, Yulei Qin, Wengang Zhou et al. · NeurIPS 2025notablepaper ↗