Papers › Energy-based Latent Aligner for Incremental Learning

Energy-based Latent Aligner for Incremental Learning

28 Mar 2022CVPR 2022 1arXiv:2203.14952archive 2025-07-28

K J Joseph, Salman Khan, Fahad Shahbaz Khan, Rao Muhammad Anwer, Vineeth N Balasubramanian

Deep learning models tend to forget their earlier knowledge while incrementally learning new tasks. This behavior emerges because the parameter updates optimized for the new tasks may not align well with the updates suitable for older tasks. The resulting latent representation mismatch causes forgetting. In this work, we propose ELI: Energy-based Latent Aligner for Incremental Learning, which first learns an energy manifold for the latent representations such that previous task latents will have low energy and the current task latents have high energy values. This learned manifold is used to counter the representational shift that happens during incremental learning. The implicit regularization that is offered by our proposed methodology can be used as a plug-and-play module in existing incremental learning methodologies. We validate this through extensive evaluation on CIFAR-100, ImageNet subset, ImageNet 1k and Pascal VOC datasets. We observe consistent improvement when ELI is added to three prominent methodologies in class-incremental learning, across multiple incremental settings. Further, when added to the state-of-the-art incremental object detector, ELI provides over 5% improvement in detection accuracy, corroborating its effectiveness and complementary advantage to existing art.

PaperPDFConference PDFCodeCode 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="2203.14952")

Code

Syntology Ran 3 of 13 code samples harvested from 2 repositories 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: 3 samples from 1 repository, 2 ran; community (archive-listed): 10 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

josephkj/eli officialmentioned in papermentioned on GitHubpytorch report
jie-su/bpd mentioned on GitHubpytorchApache-2.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

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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

EBM josephkj/eli/classification/utils/ebm_aligner.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 1cb1eede30824641 · report
EBMAligner josephkj/eli/classification/utils/ebm_aligner.py official repository ran MIT (permissive) · f593c64c16aa19d9 · report
process_inputs_fp josephkj/eli/classification/utils/ebm_aligner.py official repository unverified MIT (permissive) · e26044f85fda2569 · report
clones jie-su/bpd/model/layers_sub.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · cf78c734df121970 · report
Disentangler jie-su/bpd/model/build_net.py community (archive-listed) unverified Apache-2.0 (permissive) · 6b27ea4ac6f86d40 · report
Generator jie-su/bpd/model/build_net.py community (archive-listed) unverified Apache-2.0 (permissive) · b39040341d334314 · report
Reconstructor jie-su/bpd/model/build_net.py community (archive-listed) unverified Apache-2.0 (permissive) · 890f680a573b7205 · report
load_dsads jie-su/bpd/datasets/dataset_load.py community (archive-listed) unverified Apache-2.0 (permissive) · c4da517c7047a35e · report
load_mhealth jie-su/bpd/datasets/dataset_load.py community (archive-listed) unverified Apache-2.0 (permissive) · 468fc4eb946078a7 · report
load_pamap2 jie-su/bpd/datasets/dataset_load.py community (archive-listed) unverified Apache-2.0 (permissive) · 6600946312e48b28 · report
norm_shape jie-su/bpd/tool/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 6d4971d4af2d0623 · report
sliding_window jie-su/bpd/tool/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 058fe3614265d463 · report
str2bool jie-su/bpd/tool/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · d1b2a3e236cfd907 · report

Tasks

Class Incremental LearningIncremental Learningclass-incremental learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGN

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