Yilin Shen, Hongxia Jin, Yen-Chang Hsu, Zsolt Kira, Jonathan Balloch, James Smith
We lifted 10 functions out of this paper's own repositories and ran 5 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| GT-RIPL/AlwaysBeDreaming-DFCIL | — | 5 of 10 |
| Function | Status | Where it lives |
|---|---|---|
| AverageMeter | Ran | GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py code served (permissive licence) · get_code("fcca5441c56a56a7") |
| DeepInversionFeatureHook | Ran | GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py code served (permissive licence) · get_code("68537cc8daaefb50") |
| Gaussiansmoothing | Ran | GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py code served (permissive licence) · get_code("e60213629cf3adeb") |
| accumulate_acc | Ran | GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py code served (permissive licence) · get_code("58afbcc75976684a") |
| loss_fn_kd | Ran | GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py code served (permissive licence) · get_code("fa83cf1f7e65eeff") |
| AlwaysBeDreaming | Not yet run | GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py code served (permissive licence) · get_code("4ff8bba226cdf25f") |
| DeepInversionGenBN | Not yet run | GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py code served (permissive licence) · get_code("361fd62af3803ef6") |
| NormalNN | Not yet run | GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py code served (permissive licence) · get_code("984d5c50b71a1e10") |
| Teacher | Not yet run | GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py code served (permissive licence) · get_code("cb85f08759159ac2") |
| weight_reset | Not yet run | GT-RIPL/AlwaysBeDreaming-DFCIL/learners/datafree.py code served (permissive licence) · get_code("484c4459ced99c20") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
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 crossentropy 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. Our code is available at https://github.com/ GT-RIPL/AlwaysBeDreaming-DFCIL
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2106.09701")
get_code_for_paper("2106.09701")
have("2106.09701")
Connect an agent — have() is free.