Split-and-Bridge: Adaptable Class Incremental Learning within a Single Neural Network
Jong-Yeong Kim, Dong-Wan Choi

TL;DR
The paper introduces Split-and-Bridge, a novel continual learning method that splits and reconnects neural network partitions to better learn new tasks without forgetting previous ones, outperforming existing KD-based methods.
Contribution
Split-and-Bridge is a new approach that addresses knowledge interference in class incremental learning by partitioning and reconnecting neural networks.
Findings
Outperforms state-of-the-art KD-based continual learning methods.
Effectively mitigates knowledge interference between tasks.
Enhances learning stability across multiple tasks.
Abstract
Continual learning has been a major problem in the deep learning community, where the main challenge is how to effectively learn a series of newly arriving tasks without forgetting the knowledge of previous tasks. Initiated by Learning without Forgetting (LwF), many of the existing works report that knowledge distillation is effective to preserve the previous knowledge, and hence they commonly use a soft label for the old task, namely a knowledge distillation (KD) loss, together with a class label for the new task, namely a cross entropy (CE) loss, to form a composite loss for a single neural network. However, this approach suffers from learning the knowledge by a CE loss as a KD loss often more strongly influences the objective function when they are in a competitive situation within a single network. This could be a critical problem particularly in a class incremental scenario, where…
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
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsKnowledge Distillation
