Papers › Understanding the Role of Training Regimes in Continual Learning

Understanding the Role of Training Regimes in Continual Learning

12 Jun 2020NeurIPS 2020 12arXiv:2006.06958archive 2025-07-28

Seyed Iman Mirzadeh, Mehrdad Farajtabar, Razvan Pascanu, Hassan Ghasemzadeh

Catastrophic forgetting affects the training of neural networks, limiting their ability to learn multiple tasks sequentially. From the perspective of the well established plasticity-stability dilemma, neural networks tend to be overly plastic, lacking the stability necessary to prevent the forgetting of previous knowledge, which means that as learning progresses, networks tend to forget previously seen tasks. This phenomenon coined in the continual learning literature, has attracted much attention lately, and several families of approaches have been proposed with different degrees of success. However, there has been limited prior work extensively analyzing the impact that different training regimes -- learning rate, batch size, regularization method-- can have on forgetting. In this work, we depart from the typical approach of altering the learning algorithm to improve stability. Instead, we hypothesize that the geometrical properties of the local minima found for each task play an important role in the overall degree of forgetting. In particular, we study the effect of dropout, learning rate decay, and batch size, on forming training regimes that widen the tasks' local minima and consequently, on helping it not to forget catastrophically. Our study provides practical insights to improve stability via simple yet effective techniques that outperform alternative baselines.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2006.06958")

Code

Syntology Ran 3 of 20 code samples harvested from 1 repository linked to this paper; 17 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 20 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

imirzadeh/stable-continual-learning officialmentioned in paperpytorchMIT report
chandar-lab/CMAL_Hanabi mentioned on GitHubpytorch report
chandar-lab/Lifelong-Hanabi mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 3 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
17unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from imirzadeh/stable-continual-learning. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv3x3 imirzadeh/stable-continual-learning/stable_sgd/models.py official repository ran · our draft was wrong MIT (permissive) · 583f9780bdd00a45 · report
create_conv_layer imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/utils/utils.py official repository ran · our draft was wrong MIT (permissive) · 4531aa012b415174 · report
create_fc_layer imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/utils/utils.py official repository ran · fixture could not drive it MIT (permissive) · f5ffbe87b7ec7cb6 · report
ResNet18 imirzadeh/stable-continual-learning/stable_sgd/models.py official repository unverified MIT (permissive) · 50bc0f11bc526034 · report
bias_variable imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/model/model.py official repository unverified MIT (permissive) · a96da1b71ad1a9ef · report
clone_variable_list imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/utils/utils.py official repository unverified MIT (permissive) · 687d5d0cc60d8e5a · report
er_mem_update_hindsight imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/utils/er_utils.py official repository unverified MIT (permissive) · c9a434336aceb23b · report
get_permuted_mnist imirzadeh/stable-continual-learning/stable_sgd/data_utils.py official repository unverified MIT (permissive) · dbc9c0571f3244fc · report
get_permuted_mnist_tasks imirzadeh/stable-continual-learning/stable_sgd/data_utils.py official repository unverified MIT (permissive) · 193bb84a5b458862 · report
get_rotated_mnist imirzadeh/stable-continual-learning/stable_sgd/data_utils.py official repository unverified MIT (permissive) · f3f11a0226a1466d · report
image_scaling imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/utils/data_utils.py official repository unverified MIT (permissive) · e75a0fb0c18a11fe · report
init_experiment imirzadeh/stable-continual-learning/stable_sgd/utils.py official repository unverified MIT (permissive) · adff890682647c1e · report
log_metrics imirzadeh/stable-continual-learning/stable_sgd/utils.py official repository unverified MIT (permissive) · 5d5a3e18f8eedade · report
random_crop_and_pad_image imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/utils/data_utils.py official repository unverified MIT (permissive) · 5b6dddd0f1e4b887 · report
random_horizontal_flip imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/utils/data_utils.py official repository unverified MIT (permissive) · 876c106a35f12456 · report
test_task_sequence imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/fc_mnist.py official repository unverified MIT (permissive) · f6363cf3d882696c · report
update_reservior imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/utils/er_utils.py official repository unverified MIT (permissive) · e401eb8ff332ab22 · report
vgg_conv_layer imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/utils/vgg_utils.py official repository unverified MIT (permissive) · 30e387d6f5d1ab03 · report
vgg_fc_layer imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/utils/vgg_utils.py official repository unverified MIT (permissive) · dceae2df5c5c47ec · report
weight_variable imirzadeh/stable-continual-learning/external_libs/continual_learning_algorithms/model/model.py official repository unverified MIT (permissive) · 70fae4aed55bdadc · report

Tasks

Continual Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections