EXPANSE: A Deep Continual / Progressive Learning System for Deep Transfer Learning
Mohammadreza Iman, John A. Miller, Khaled Rasheed, Robert M. Branch,, Hamid R. Arabnia

TL;DR
EXPANSE introduces a novel deep transfer learning method that expands pre-trained models by adding nodes to layers, effectively handling distant source-target data and reducing catastrophic forgetting, inspired by human learning strategies.
Contribution
The paper proposes EXPANSE, a systematic continual learning approach that expands pre-trained models and employs a two-step training process to improve transfer learning performance.
Findings
Successfully handles distant source and target data.
Achieves better accuracy with two-step training.
Maintains validity on source data.
Abstract
Deep transfer learning techniques try to tackle the limitations of deep learning, the dependency on extensive training data and the training costs, by reusing obtained knowledge. However, the current DTL techniques suffer from either catastrophic forgetting dilemma (losing the previously obtained knowledge) or overly biased pre-trained models (harder to adapt to target data) in finetuning pre-trained models or freezing a part of the pre-trained model, respectively. Progressive learning, a sub-category of DTL, reduces the effect of the overly biased model in the case of freezing earlier layers by adding a new layer to the end of a frozen pre-trained model. Even though it has been successful in many cases, it cannot yet handle distant source and target data. We propose a new continual/progressive learning approach for deep transfer learning to tackle these limitations. To avoid both…
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
