Papers › Always Be Dreaming: A New Approach for Data-Free Class-Incremental Learning

Always Be Dreaming: A New Approach for Data-Free Class-Incremental Learning

17 Jun 2021ICCV 2021 10arXiv:2106.09701archive 2025-07-28

James Smith, Yen-Chang Hsu, Jonathan Balloch, Yilin Shen, Hongxia Jin, Zsolt Kira

Modern computer vision applications suffer from catastrophic forgetting when incrementally learning new concepts over time. The most successful approaches to alleviate this forgetting require extensive replay of previously seen data, which is problematic when memory constraints or data legality concerns exist. In this work, we consider the high-impact problem of Data-Free Class-Incremental Learning (DFCIL), where an incremental learning agent must learn new concepts over time without storing generators or training data from past tasks. One approach for DFCIL is to replay synthetic images produced by inverting a frozen copy of the learner's classification model, but we show this approach fails for common class-incremental benchmarks when using standard distillation strategies. We diagnose the cause of this failure and propose a novel incremental distillation strategy for DFCIL, contributing a modified cross-entropy training and importance-weighted feature distillation, and show that our method results in up to a 25.1% increase in final task accuracy (absolute difference) compared to SOTA DFCIL methods for common class-incremental benchmarks. Our method even outperforms several standard replay based methods which store a coreset of images.

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="2106.09701")

Code

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

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

GT-RIPL/AlwaysBeDreaming-DFCIL officialmentioned in papermentioned on GitHubpytorch report
gregoirepetit/fetril mentioned on GitHubpytorchAGPL-3.0 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

10 samples harvested; 5 ran; 0 honoured the contract we drafted; 5 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.

1ran · our draft was wrong
1ran · fixture could not drive it
3ran
5unverified

Licence: 0 of the 10 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 GT-RIPL/AlwaysBeDreaming-DFCIL. “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.

AverageMeter GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py official repository ran MIT (permissive) · fcca5441c56a56a7 · report
DeepInversionFeatureHook GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py official repository ran MIT (permissive) · 68537cc8daaefb50 · report
Gaussiansmoothing GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py official repository ran MIT (permissive) · e60213629cf3adeb · report
accumulate_acc GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py official repository ran · our draft was wrong MIT (permissive) · 58afbcc75976684a · report
loss_fn_kd GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py official repository ran · fixture could not drive it MIT (permissive) · fa83cf1f7e65eeff · report
AlwaysBeDreaming GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py official repository unverified MIT (permissive) · 4ff8bba226cdf25f · report
DeepInversionGenBN GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py official repository unverified MIT (permissive) · 361fd62af3803ef6 · report
NormalNN GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py official repository unverified MIT (permissive) · 984d5c50b71a1e10 · report
Teacher GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py official repository unverified MIT (permissive) · cb85f08759159ac2 · report
weight_reset GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py official repository unverified MIT (permissive) · 484c4459ced99c20 · report

Tasks

Class Incremental LearningIncremental Learningclass-incremental learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Class Incremental Learning cifar100 ABD 10-stage average accuracy 54.44 #5 of 7 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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