Papers › CI-CBM: Class-Incremental Concept Bottleneck Model for Interpretable Continual Learning

CI-CBM: Class-Incremental Concept Bottleneck Model for Interpretable Continual Learning

16 Apr 2026arXiv:2604.14519added by Syntology

Amirhosein Javadi, Tuomas Oikarinen, Tara Javidi, Tsui-Wei Weng

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Catastrophic forgetting remains a fundamental challenge in continual learning, in which models often forget previous knowledge when fine-tuned on a new task. This issue is especially pronounced in class incremental learning (CIL), which is the most challenging setting in continual learning. Existing methods to address catastrophic forgetting often sacrifice either model interpretability or accuracy. To address this challenge, we introduce ClassIncremental Concept Bottleneck Model (CI-CBM), which leverage effective techniques, including concept regularization and pseudo-concept generation to maintain interpretable decision processes throughout incremental learning phases. Through extensive evaluation on seven datasets, CI-CBM achieves comparable performance to black-box models and outperforms previous interpretable approaches in CIL, with an average 36% accuracy gain. CICBM provides interpretable decisions on individual inputs and understandable global decision rules, as shown in our experiments, thereby demonstrating that human understandable concepts can be maintained during incremental learning without compromising model performance. Our approach is effective in both pretrained and non-pretrained scenarios; in the latter, the backbone is trained from scratch during the first learning phase. Code is publicly available at github.com/importAmir/CI-CBM.

PaperPDFCode 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="2604.14519")

Code

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

By repository: found in paper text by Syntology: 15 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.

importAmir/CI-CBM found in paper text by Syntology report

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

15 samples harvested; 3 ran; 1 honoured the contract we drafted; 12 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 · honoured contract
2ran · our draft was wrong
12unverified

Licence: 15 of the 15 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 importAmir/CI-CBM. “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.

cos_similarity importAmir/CI-CBM/similarity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · cc642412d4347cce · report
get_device importAmir/CI-CBM/glm_saga/elasticnet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 406014b884a2aaa7 · report
soft_threshold importAmir/CI-CBM/glm_saga/elasticnet.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · bfe4b187a1c5aeaf · report
add_index_to_dataloader importAmir/CI-CBM/glm_saga/elasticnet.py found in paper text by Syntology unverified no licence file found · pointer only · 7798dffe63b4a970 · report
average_accuracy importAmir/CI-CBM/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · a10f77d0afc6adf5 · report
average_forgetting importAmir/CI-CBM/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 4bfaf0ad67624b61 · report
average_incremental_accuracy importAmir/CI-CBM/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · bfec8dddd335e243 · report
batch_process importAmir/CI-CBM/training_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 6ceab35a4a98d284 · report
cos_similarity_cubed importAmir/CI-CBM/similarity.py found in paper text by Syntology unverified no licence file found · pointer only · 892d44d97047a10d · report
cos_similarity_cubed_single importAmir/CI-CBM/similarity.py found in paper text by Syntology unverified no licence file found · pointer only · cf659682a960fdc0 · report
get_data importAmir/CI-CBM/data_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 59a87e29dd3b8451 · report
get_targets_only importAmir/CI-CBM/data_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 80edf2b9738fd94a · report
split_data_SelfPromptDeit importAmir/CI-CBM/data_utils.py found in paper text by Syntology unverified no licence file found · pointer only · ec9b03abe621c9be · report
train_projection_layer importAmir/CI-CBM/training_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 55e220f7123ab815 · report
train_projection_layer_lwf importAmir/CI-CBM/training_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 90bbe6d1346d52e2 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.14519, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 3 leaderboards for this paper and placed the paper on none of them: 3 rejected by the independent check. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

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