Papers › Elastic Feature Consolidation for Cold Start Exemplar-Free Incremental Learning

Elastic Feature Consolidation for Cold Start Exemplar-Free Incremental Learning

6 Feb 2024arXiv:2402.03917archive 2025-07-28

Simone Magistri, Tomaso Trinci, Albin Soutif-Cormerais, Joost Van de Weijer, Andrew D. Bagdanov

Exemplar-Free Class Incremental Learning (EFCIL) aims to learn from a sequence of tasks without having access to previous task data. In this paper, we consider the challenging Cold Start scenario in which insufficient data is available in the first task to learn a high-quality backbone. This is especially challenging for EFCIL since it requires high plasticity, which results in feature drift which is difficult to compensate for in the exemplar-free setting. To address this problem, we propose a simple and effective approach that consolidates feature representations by regularizing drift in directions highly relevant to previous tasks and employs prototypes to reduce task-recency bias. Our method, called Elastic Feature Consolidation (EFC), exploits a tractable second-order approximation of feature drift based on an Empirical Feature Matrix (EFM). The EFM induces a pseudo-metric in feature space which we use to regularize feature drift in important directions and to update Gaussian prototypes used in a novel asymmetric cross entropy loss which effectively balances prototype rehearsal with data from new tasks. Experimental results on CIFAR-100, Tiny-ImageNet, ImageNet-Subset and ImageNet-1K demonstrate that Elastic Feature Consolidation is better able to learn new tasks by maintaining model plasticity and significantly outperform the state-of-the-art.

PaperPDFCodeCode Syntology ran

In Syntology 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="2402.03917")

Code

Syntology Ran 3 of 13 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 13 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.

simomagi/elastic_feature_consolidation officialmentioned in papermentioned 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

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

1ran · our draft was wrong
2ran
10unverified

Licence: 0 of the 13 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 simomagi/elastic_feature_consolidation. “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.

compute_rotations simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository ran MIT (permissive) · 4cd79b2db832de96 · report
get_old_new_features simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository ran MIT (permissive) · f0c51a2aeac2c22d · report
isPSD simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 140a2e224e6c74b7 · report
BaseModel simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository unverified MIT (permissive) · a398f8a6914af58e · report
Buffer simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository unverified MIT (permissive) · d728f908ea887920 · report
ElasticFeatureConsolidation simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository unverified MIT (permissive) · 85ba4c27ed6db438 · report
EmpiricalFeatureMatrix simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository unverified MIT (permissive) · d4648823762d5814 · report
IncrementalApproach simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository unverified MIT (permissive) · a3dbe9c6582e4c7a · report
MetricEvaluator simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository unverified MIT (permissive) · c8481ff740d222a8 · report
OptimizerManager simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository unverified MIT (permissive) · 29713ca926090a41 · report
ProtoGenerator simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository unverified MIT (permissive) · a16107eebc2360c6 · report
ProtoManager simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository unverified MIT (permissive) · 132bb32960f1c47e · report
save_efm simomagi/elastic_feature_consolidation/continual_learning/ElasticFeatureConsolidation.py official repository unverified MIT (permissive) · 55221a7e9c3f3bf3 · report

Tasks

Class Incremental LearningExemplar-FreeIncremental Learningclass-incremental 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