paper-with-me

Papers

Continual Learning via Neural Pruning

2019-03-11 · Siavash Golkar, Michael Kagan, Kyunghyun Cho

We introduce Continual Learning via Neural Pruning (CLNP), a new method aimed at lifelong learning in fixed capacity models based on neuronal model sparsification. In this method, subsequent tasks are trained using the inactive neurons and filters of the sparsified network and cause zero deterioration to the performance of previous tasks. In order to deal with the possible compromise between model sparsity and performance, we formalize and incorporate the concept of graceful forgetting: the idea that it is preferable to suffer a small amount of forgetting in a controlled manner if it helps regain network capacity and prevents uncontrolled loss of performance during the training of future tasks. CLNP also provides simple continual learning diagnostic tools in terms of the number of free neurons left for the training of future tasks as well as the number of neurons that are being reused. In particular, we see in experiments that CLNP verifies and automatically takes advantage of the fact that the features of earlier layers are more transferable. We show empirically that CLNP leads to significantly improved results over current weight elasticity based methods.

📄 PDF Abstract BibTeX arXiv:1903.04476

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningDiagnosticLifelong learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Study on Efficiency in Continual Learning Inspired by Human Learning

2020-10-28 · Philip J. Ball, Yingzhen Li, Angus Lamb, Cheng Zhang

Humans are efficient continual learning systems; we continually learn new skills from birth with finite cells and resources. Our learning is highly optimized both in terms of capacity and time while not suffering from ca…

Continual Learning

COPAL: Continual Pruning in Large Language Generative Models

2024-05-02 · Srikanth Malla, Joon Hee Choi, Chiho Choi

Adapting pre-trained large language models to different domains in natural language processing requires two key considerations: high computational demands and model's inability to continual adaptation. To simultaneously …

Sensitivity

Continual Domain Adaptation through Pruning-aided Domain-specific Weight Modulation

2023-04-15 · Prasanna B, Sunandini Sanyal, R. Venkatesh Babu

In this paper, we propose to develop a method to address unsupervised domain adaptation (UDA) in a practical setting of continual learning (CL). The goal is to update the model on continually changing domains while prese…

Continual LearningDomain AdaptationUnsupervised Domain Adaptation

Learn it or Leave it: Module Composition and Pruning for Continual Learning

2024-06-26 · Mingyang Wang, Heike Adel, Lukas Lange, Jannik Strötgen 외

In real-world environments, continual learning is essential for machine learning models, as they need to acquire new knowledge incrementally without forgetting what they have already learned. While pretrained language mo…

Continual LearningTransfer Learning

Uncertainty-guided Continual Learning with Bayesian Neural Networks

2019-06-06 · ICLR 2020 1 · Sayna Ebrahimi, Mohamed Elhoseiny, Trevor Darrell, Marcus Rohrbach

Continual learning aims to learn new tasks without forgetting previously learned ones. This is especially challenging when one cannot access data from previous tasks and when the model has a fixed capacity. Current regul…

Continual Learning