paper-with-me

홈 › Papers

Continual Learning with Dynamic Sparse Training: Exploring Algorithms for Effective Model Updates

2023-08-28 · Murat Onur Yildirim, Elif Ceren Gok Yildirim, Ghada Sokar, Decebal Constantin Mocanu, Joaquin Vanschoren

Continual learning (CL) refers to the ability of an intelligent system to sequentially acquire and retain knowledge from a stream of data with as little computational overhead as possible. To this end; regularization, replay, architecture, and parameter isolation approaches were introduced to the literature. Parameter isolation using a sparse network which enables to allocate distinct parts of the neural network to different tasks and also allows to share of parameters between tasks if they are similar. Dynamic Sparse Training (DST) is a prominent way to find these sparse networks and isolate them for each task. This paper is the first empirical study investigating the effect of different DST components under the CL paradigm to fill a critical research gap and shed light on the optimal configuration of DST for CL if it exists. Therefore, we perform a comprehensive study in which we investigate various DST components to find the best topology per task on well-known CIFAR100 and miniImageNet benchmarks in a task-incremental CL setup since our primary focus is to evaluate the performance of various DST criteria, rather than the process of mask selection. We found that, at a low sparsity level, Erdos-R\'enyi Kernel (ERK) initialization utilizes the backbone more efficiently and allows to effectively learn increments of tasks. At a high sparsity level, unless it is extreme, uniform initialization demonstrates a more reliable and robust performance. In terms of growth strategy; performance is dependent on the defined initialization strategy and the extent of sparsity. Finally, adaptivity within DST components is a promising way for better continual learners.

📄 PDF Abstract BibTeX arXiv:2308.14831

Code (1)

muratonuryildirim/cl-with-dst 공식 구현 pytorch

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

DST Dynamic sparse training methods train neural networks in a sparse manner, starting with an initial sparse mask, and periodically updating the mask based on some criteria.
Focus 설명 없음

Similar Papers 제목 키워드 기반

SparCL: Sparse Continual Learning on the Edge

2022-09-20 · Zifeng Wang, Zheng Zhan, Yifan Gong, Geng Yuan 외

Existing work in continual learning (CL) focuses on mitigating catastrophic forgetting, i.e., model performance deterioration on past tasks when learning a new task. However, the training efficiency of a CL system is und…

Continual Learning

Learning to Prune: Exploring the Frontier of Fast and Accurate Parsing

2017-01-01 · TACL 2017 1 · Tim Vieira, Jason Eisner

Pruning hypotheses during dynamic programming is commonly used to speed up inference in settings such as parsing. Unlike prior work, we train a pruning policy under an objective that measures end-to-end performance: we s…

Constituency ParsingDecision MakingMachine TranslationStructured Prediction

Continual Learning on a Diet: Learning from Sparsely Labeled Streams Under Constrained Computation

2024-04-19 · Wenxuan Zhang, Youssef Mohamed, Bernard Ghanem, Philip H. S. Torr 외

We propose and study a realistic Continual Learning (CL) setting where learning algorithms are granted a restricted computational budget per time step while training. We apply this setting to large-scale semi-supervised …

Continual Learning

PILOT: A Pre-Trained Model-Based Continual Learning Toolbox

2023-09-13 · Hai-Long Sun, Da-Wei Zhou, Han-Jia Ye, De-Chuan Zhan

While traditional machine learning can effectively tackle a wide range of problems, it primarily operates within a closed-world setting, which presents limitations when dealing with streaming data. As a solution, increme…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Advancements and Challenges in Continual Reinforcement Learning: A Comprehensive Review

2025-06-27 · Amara Zuffer, Michael Burke, Mehrtash Harandi

The diversity of tasks and dynamic nature of reinforcement learning (RL) require RL agents to be able to learn sequentially and continuously, a learning paradigm known as continuous reinforcement learning. This survey re…

Continual LearningDiversityreinforcement-learningReinforcement Learning+1