Papers › Conformal Prediction for Deep Classifier via Label Ranking

Conformal Prediction for Deep Classifier via Label Ranking

10 Oct 2023arXiv:2310.06430archive 2025-07-28

Jianguo Huang, Huajun Xi, Linjun Zhang, Huaxiu Yao, Yue Qiu, Hongxin Wei

Conformal prediction is a statistical framework that generates prediction sets containing ground-truth labels with a desired coverage guarantee. The predicted probabilities produced by machine learning models are generally miscalibrated, leading to large prediction sets in conformal prediction. To address this issue, we propose a novel algorithm named Sorted Adaptive Prediction Sets (SAPS), which discards all the probability values except for the maximum softmax probability. The key idea behind SAPS is to minimize the dependence of the non-conformity score on the probability values while retaining the uncertainty information. In this manner, SAPS can produce compact prediction sets and communicate instance-wise uncertainty. Extensive experiments validate that SAPS not only lessens the prediction sets but also broadly enhances the conditional coverage rate of prediction sets.

PaperPDFCodeCode 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="2310.06430")

Code

Syntology Ran 9 of 15 code samples harvested from 3 repositories linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 7 ran with no contract checked.

By repository: official repository: 8 samples from 1 repository, 4 ran; community (archive-listed): 7 samples from 2 repositories, 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.

luo-lorry/cti mentioned on GitHubpytorch report
ml-stat-sustech/torchcp mentioned on GitHubpytorch 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; 9 ran; 1 honoured the contract we drafted; 6 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
1ran · our draft was wrong
7ran
6unverified

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 3 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.

build_dataset ml-stat-Sustech/conformal_prediction_via_label_ranking/datasets/utils.py official repository ran no licence file found · pointer only · ffb029c3ba50dd29 · report
postHocLogits ml-stat-sustech/conformal_prediction_via_label_ranking/lib/post_process.py official repository ran · our draft was wrong no licence file found · pointer only · 538bb4e4f6fc5271 · report
postHocLogits ml-stat-Sustech/conformal_prediction_via_label_ranking/lib/post_process.py official repository ran no licence file found · pointer only · 3d33d4f949194b95 · report
sort_sum ml-stat-Sustech/conformal_prediction_via_label_ranking/lib/utils.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · ce9cdd0a73c5e072 · report
build_common_model ml-stat-Sustech/conformal_prediction_via_label_ranking/models/utils.py official repository unverified no licence file found · pointer only · 9d47f7c23863debb · report
build_common_model_imagnet ml-stat-Sustech/conformal_prediction_via_label_ranking/models/utils.py official repository unverified no licence file found · pointer only · 77afc167e19107b5 · report
coverage_size ml-stat-Sustech/conformal_prediction_via_label_ranking/lib/utils.py official repository unverified no licence file found · pointer only · f246b8eb9dcd2a55 · report
validate ml-stat-Sustech/conformal_prediction_via_label_ranking/lib/utils.py official repository unverified no licence file found · pointer only · 23e8cd83d6976158 · report
APS luo-lorry/cti/torchcp/classification/scores/saps.py community (archive-listed) ran fingerprinted LGPL-3.0 (copyleft) · pointer only · f42e5d0a53abe20f · report
APS ml-stat-sustech/torchcp/torchcp/classification/score/saps.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted LGPL-3.0 (copyleft) · pointer only · f4d75d4bdd03c16d · report
LAC ml-stat-sustech/torchcp/torchcp/classification/score/saps.py community (archive-listed) ran · metamorphic tier: invariant LGPL-3.0 (copyleft) · pointer only · c2fb7a4465c3f1f4 · report
SAPS luo-lorry/cti/torchcp/classification/scores/saps.py community (archive-listed) ran fingerprinted LGPL-3.0 (copyleft) · pointer only · fa4b581704335073 · report
SAPS ml-stat-sustech/torchcp/torchcp/classification/score/saps.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted LGPL-3.0 (copyleft) · pointer only · 1c479470d93aa106 · report
BaseScore luo-lorry/cti/torchcp/classification/scores/saps.py community (archive-listed) unverified LGPL-3.0 (copyleft) · pointer only · 76a9643ff080bf39 · report
BaseScore ml-stat-sustech/torchcp/torchcp/classification/score/saps.py community (archive-listed) unverified LGPL-3.0 (copyleft) · pointer only · 61ae6fb7385cb603 · report

Tasks

Conformal PredictionPrediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Softmax

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