English

Low-redundancy Distillation for Continual Learning

Machine Learning 2026-01-30 v2 Artificial Intelligence

Abstract

Continual learning (CL) aims to learn new tasks without erasing previous knowledge. However, current CL methods primarily emphasize improving accuracy while often neglecting training efficiency, which consequently restricts their practical application. Drawing inspiration from the brain's contextual gating mechanism, which selectively filters neural information and continuously updates past memories, we propose Low-redundancy Distillation (LoRD), a novel CL method that enhances model performance while maintaining training efficiency. This is achieved by eliminating redundancy in three aspects of CL: student model redundancy, teacher model redundancy, and rehearsal sample redundancy. By compressing the learnable parameters of the student model and pruning the teacher model, LoRD facilitates the retention and optimization of prior knowledge, effectively decoupling task-specific knowledge without manually assigning isolated parameters for each task. Furthermore, we optimize the selection of rehearsal samples and refine rehearsal frequency to improve training efficiency. Through a meticulous design of distillation and rehearsal strategies, LoRD effectively balances training efficiency and model precision. Extensive experimentation across various benchmark datasets and environments demonstrates LoRD's superiority, achieving the highest accuracy with the lowest training FLOPs.

Keywords

Cite

@article{arxiv.2309.16117,
  title  = {Low-redundancy Distillation for Continual Learning},
  author = {RuiQi Liu and Boyu Diao and Libo Huang and Zijia An and Hangda Liu and Zhulin An and Yongjun Xu},
  journal= {arXiv preprint arXiv:2309.16117},
  year   = {2026}
}

Comments

Accepted by Pattern Recognition

R2 v1 2026-06-28T12:34:29.255Z