Papers › Confidence Self-Calibration for Multi-Label Class-Incremental Learning

Confidence Self-Calibration for Multi-Label Class-Incremental Learning

19 Mar 2024arXiv:2403.12559archive 2025-07-28

Kaile Du, Yifan Zhou, Fan Lyu, Yuyang Li, Chen Lu, Guangcan Liu

The partial label challenge in Multi-Label Class-Incremental Learning (MLCIL) arises when only the new classes are labeled during training, while past and future labels remain unavailable. This issue leads to a proliferation of false-positive errors due to erroneously high confidence multi-label predictions, exacerbating catastrophic forgetting within the disjoint label space. In this paper, we aim to refine multi-label confidence calibration in MLCIL and propose a Confidence Self-Calibration (CSC) approach. Firstly, for label relationship calibration, we introduce a class-incremental graph convolutional network that bridges the isolated label spaces by constructing learnable, dynamically extended label relationship graph. Then, for confidence calibration, we present a max-entropy regularization for each multi-label increment, facilitating confidence self-calibration through the penalization of over-confident output distributions. Our approach attains new state-of-the-art results in MLCIL tasks on both MS-COCO and PASCAL VOC datasets, with the calibration of label confidences confirmed through our methodology.

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

Code

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

By repository: found in paper text by Syntology: 15 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Kaile-Du/CSC found in paper text by Syntology 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

15 samples harvested; 13 ran; 2 honoured the contract we drafted; 2 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.

2ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
9ran
2unverified

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 Kaile-Du/CSC. “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.

add_weight_decay Kaile-Du/CSC/CSC/src/helper_functions/helper_functions.py found in paper text by Syntology ran no licence file found · pointer only · 5b4012e4dbfe0ebe · report
average_precision Kaile-Du/CSC/CSC/evaluation_metrics.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · f52b226226096fdd · report
build_loader Kaile-Du/CSC/CSC/src/helper_functions/IncrementalDataset.py found in paper text by Syntology ran no licence file found · pointer only · 2562c05c70d0ca23 · report
conv2d Kaile-Du/CSC/CSC/src/models/tresnet/tresnet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ad1cabd96edaffc7 · report
get_transform Kaile-Du/CSC/CSC/src/helper_functions/voc_loader.py found in paper text by Syntology ran no licence file found · pointer only · 80b45a8d2790ec7a · report
icarl_sample_protos Kaile-Du/CSC/CSC/sample_proto.py found in paper text by Syntology ran no licence file found · pointer only · 943764b5bcca7551 · report
mAP Kaile-Du/CSC/CSC/evaluation_metrics.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 5a353c45bedd9495 · report
pil_loader Kaile-Du/CSC/CSC/src/helper_functions/coco_loader.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 1df9a5ffd9b38c34 · report
prf_cal Kaile-Du/CSC/CSC/evaluation_metrics.py found in paper text by Syntology ran no licence file found · pointer only · 7af65bf2fbbc6328 · report
random_sample_protos Kaile-Du/CSC/CSC/sample_proto.py found in paper text by Syntology ran no licence file found · pointer only · 31b4687dc9746f1b · report
reservoir Kaile-Du/CSC/CSC/buffer.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 7e522e4817696b98 · report
retbox Kaile-Du/CSC/CSC/src/helper_functions/coco_loader.py found in paper text by Syntology ran no licence file found · pointer only · b07a36afb3f0f4cd · report
ring Kaile-Du/CSC/CSC/buffer.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3ea09d9b15eac6ea · report
build_dataset Kaile-Du/CSC/CSC/src/helper_functions/IncrementalDataset.py found in paper text by Syntology unverified no licence file found · pointer only · 0db6441e7882770b · report
icarl_replay Kaile-Du/CSC/CSC/buffer.py found in paper text by Syntology unverified no licence file found · pointer only · 35e47c9ea3bbd834 · 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.

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