paper-with-me

홈 › Papers

EXPANSE: A Deep Continual / Progressive Learning System for Deep Transfer Learning

2022-05-19 · Mohammadreza Iman, John A. Miller, Khaled Rasheed, Robert M. Branch, Hamid R. Arabnia

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 catastrophic forgetting and overly biased-model problems, we expand the pre-trained model by expanding pre-trained layers (adding new nodes to each layer) in the model instead of only adding new layers. Hence the method is named EXPANSE. Our experimental results confirm that we can tackle distant source and target data using this technique. At the same time, the final model is still valid on the source data, achieving a promising deep continual learning approach. Moreover, we offer a new way of training deep learning models inspired by the human education system. We termed this two-step training: learning basics first, then adding complexities and uncertainties. The evaluation implies that the two-step training extracts more meaningful features and a finer basin on the error surface since it can achieve better accuracy in comparison to regular training. EXPANSE (model expansion and two-step training) is a systematic continual learning approach applicable to different problems and DL models.

📄 PDF Abstract BibTeX arXiv:2205.10356

Code (1)

mrezaim/Expanse 공식 구현

Tasks

Continual LearningTransfer Learning

Similar Papers 제목 키워드 기반

Progressive Prompts: Continual Learning for Language Models

2023-01-29 · Anastasia Razdaibiedina, Yuning Mao, Rui Hou, Madian Khabsa 외

We introduce Progressive Prompts - a simple and efficient approach for continual learning in language models. Our method allows forward transfer and resists catastrophic forgetting, without relying on data replay or a la…

Continual Learning

Aya Expanse: Combining Research Breakthroughs for a New Multilingual Frontier

2024-12-05 · John Dang, Shivalika Singh, Daniel D'souza, Arash Ahmadian 외

We introduce the Aya Expanse model family, a new generation of 8B and 32B parameter multilingual language models, aiming to address the critical challenge of developing highly performant multilingual models that match or…

CurLL: A Developmental Framework to Evaluate Continual Learning in Language Models

2025-10-14 · Pavan Kalyan, Shubhra Mishra, Satya Lokam, Navin Goyal arxiv

We introduce a comprehensive continual learning dataset and benchmark (CurlL) grounded in human developmental trajectories from ages 5-10, enabling systematic and fine-grained assessment of models' ability to progressive…

Continual Learning

Continual Offline Reinforcement Learning via Diffusion-based Dual Generative Replay

2024-04-16 · Jinmei Liu, Wenbin Li, Xiangyu Yue, Shilin Zhang 외

We study continual offline reinforcement learning, a practical paradigm that facilitates forward transfer and mitigates catastrophic forgetting to tackle sequential offline tasks. We propose a dual generative replay fram…

Continual Learningreinforcement-learningReinforcement Learning

Selective Replay Enhances Learning in Online Continual Analogical Reasoning

2021-03-06 · Tyler L. Hayes, Christopher Kanan

In continual learning, a system learns from non-stationary data streams or batches without catastrophic forgetting. While this problem has been heavily studied in supervised image classification and reinforcement learnin…

Continual Learningimage-classificationImage Classification