Low-redundancy Distillation for Continual Learning
RuiQi Liu, Boyu Diao, Libo Huang, Zijia An, Hangda Liu, Zhulin An, Yongjun Xu

TL;DR
LoRD introduces a novel continual learning method inspired by brain mechanisms, reducing redundancy in models and rehearsal samples to improve training efficiency and accuracy.
Contribution
It proposes Low-redundancy Distillation (LoRD), a new CL approach that compresses models and optimizes rehearsal strategies to enhance efficiency without sacrificing performance.
Findings
LoRD achieves higher accuracy than existing methods.
LoRD reduces training FLOPs significantly.
It effectively balances training efficiency and model performance.
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Human Pose and Action Recognition
MethodsExperience Replay
