paper-with-me

홈 › Papers

E2Net: Resource-Efficient Continual Learning with Elastic Expansion Network

2023-09-28 · Ruiqi Liu, Boyu Diao, Libo Huang, Zhulin An, Yongjun Xu

Continual Learning methods are designed to learn new tasks without erasing previous knowledge. However, Continual Learning often requires massive computational power and storage capacity for satisfactory performance. In this paper, we propose a resource-efficient continual learning method called the Elastic Expansion Network (E2Net). Leveraging core subnet distillation and precise replay sample selection, E2Net achieves superior average accuracy and diminished forgetting within the same computational and storage constraints, all while minimizing processing time. In E2Net, we propose Representative Network Distillation to identify the representative core subnet by assessing parameter quantity and output similarity with the working network, distilling analogous subnets within the working network to mitigate reliance on rehearsal buffers and facilitating knowledge transfer across previous tasks. To enhance storage resource utilization, we then propose Subnet Constraint Experience Replay to optimize rehearsal efficiency through a sample storage strategy based on the structures of representative networks. Extensive experiments conducted predominantly on cloud environments with diverse datasets and also spanning the edge environment demonstrate that E2Net consistently outperforms state-of-the-art methods. In addition, our method outperforms competitors in terms of both storage and computational requirements.

📄 PDF Abstract BibTeX arXiv:2309.16117

Code (1)

liuruiqi0520/E2Net 공식 구현 pytorch

Tasks

Continual LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Continual learning using lattice-free MMI for speech recognition

2021-10-13 · Hossein Hadian, Arseniy Gorin

Continual learning (CL), or domain expansion, recently became a popular topic for automatic speech recognition (ASR) acoustic modeling because practical systems have to be updated frequently in order to work robustly on …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Continual Learningspeech-recognition+1

A Neural Dirichlet Process Mixture Model for Task-Free Continual Learning

2020-01-03 · ICLR 2020 1 · Soochan Lee, Junsoo Ha, Dongsu Zhang, Gunhee Kim

Despite the growing interest in continual learning, most of its contemporary works have been studied in a rather restricted setting where tasks are clearly distinguishable, and task boundaries are known during training. …

Continual Learningimage-classificationImage ClassificationImage Generation

EVCL: Elastic Variational Continual Learning with Weight Consolidation

2024-06-23 · Hunar Batra, Ronald Clark

Continual learning aims to allow models to learn new tasks without forgetting what has been learned before. This work introduces Elastic Variational Continual Learning with Weight Consolidation (EVCL), a novel hybrid mod…

Continual LearningIncremental Learning

Elastic Weight Consolidation (EWC): Nuts and Bolts

2021-05-10 · Abhishek Aich

In this report, we present a theoretical support of the continual learning method \textbf{Elastic Weight Consolidation}, introduced in paper titled `Overcoming catastrophic forgetting in neural networks'. Being one of th…

Continual Learning

Neuroplastic Expansion in Deep Reinforcement Learning

2024-10-10 · Jiashun Liu, Johan Obando-Ceron, Aaron Courville, Ling Pan

The loss of plasticity in learning agents, analogous to the solidification of neural pathways in biological brains, significantly impedes learning and adaptation in reinforcement learning due to its non-stationary nature…

Deep Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning