Papers › Set-based v.s. Distribution-based Representations of Epistemic Uncertainty: A Comparative Study

Set-based v.s. Distribution-based Representations of Epistemic Uncertainty: A Comparative Study

26 Feb 2026arXiv:2602.22747added by Syntology

Kaizheng Wang, Yunjia Wang, Fabio Cuzzolin, David Moens, Hans Hallez, Siu Lun Chau

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

Epistemic uncertainty in neural networks is commonly modeled using two second-order paradigms: distribution-based representations, which rely on posterior parameter distributions, and set-based representations based on credal sets (convex sets of probability distributions). These frameworks are often regarded as fundamentally non-comparable due to differing semantics, assumptions, and evaluation practices, leaving their relative merits unclear. Empirical comparisons are further confounded by variations in the underlying predictive models. To clarify this issue, we present a controlled comparative study enabling principled, like-for-like evaluation of the two paradigms. Both representations are constructed from the same finite collection of predictive distributions generated by a shared neural network, isolating representational effects from predictive accuracy. Our study evaluates each representation through the lens of 3 uncertainty measures across 8 benchmarks, including selective prediction and out-of-distribution detection, spanning 6 underlying predictive models and 10 independent runs per configuration. Our results show that meaningful comparison between these seemingly non-comparable frameworks is both feasible and informative, providing insights into how second-order representation choices impact practical uncertainty-aware performance.

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

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

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

DBO-DKFZ/uncertainty-benchmark 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; 0 ran; 0 honoured the contract we drafted; 15 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.

15unverified

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 DBO-DKFZ/uncertainty-benchmark. “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.

apply_loss_heads DBO-DKFZ/uncertainty-benchmark/src/losses/EnsembleLosses.py found in paper text by Syntology unverified no licence file found · pointer only · 02232fdaef3e4fd6 · report
computeMeanConfidence DBO-DKFZ/uncertainty-benchmark/src/metrics/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · ff83216de639a533 · report
compute_confidence DBO-DKFZ/uncertainty-benchmark/src/metrics/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 19b084e416e0aaa0 · report
compute_temperature DBO-DKFZ/uncertainty-benchmark/src/pl_modules/temperature_scaling.py found in paper text by Syntology unverified no licence file found · pointer only · c7e1bbea778a593e · report
compute_temperature_from_list DBO-DKFZ/uncertainty-benchmark/src/pl_modules/temperature_scaling.py found in paper text by Syntology unverified no licence file found · pointer only · 9cc3a958a9a9ee1f · report
create_df DBO-DKFZ/uncertainty-benchmark/src/eval/dataset_statistics.py found in paper text by Syntology unverified no licence file found · pointer only · e6d235606098808b · report
create_risk_reject_curve DBO-DKFZ/uncertainty-benchmark/src/eval/plot_functions.py found in paper text by Syntology unverified no licence file found · pointer only · 68e62d7ae9aea425 · report
eincheck DBO-DKFZ/uncertainty-benchmark/src/utils/einop.py found in paper text by Syntology unverified no licence file found · pointer only · e42c3f06c1e0cdb1 · report
einop DBO-DKFZ/uncertainty-benchmark/src/utils/einop.py found in paper text by Syntology unverified no licence file found · pointer only · 08c6e2c32fbaafec · report
normed_entropy DBO-DKFZ/uncertainty-benchmark/src/metrics/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 0919a8421f2b0377 · report
pairwise_acti_diversity DBO-DKFZ/uncertainty-benchmark/src/losses/EnsembleLosses.py found in paper text by Syntology unverified no licence file found · pointer only · 0d8cf62d33feee0b · report
pairwise_weightCos DBO-DKFZ/uncertainty-benchmark/src/losses/EnsembleLosses.py found in paper text by Syntology unverified no licence file found · pointer only · 17553b4c7ed54bba · report
rsetattr DBO-DKFZ/uncertainty-benchmark/src/pl_modules/temperature_scaling.py found in paper text by Syntology unverified no licence file found · pointer only · f9de4cdd8a624801 · report
tile_extractor DBO-DKFZ/uncertainty-benchmark/src/eval/visualizations_base.py found in paper text by Syntology unverified no licence file found · pointer only · 3508c2a20764f9bc · report
transform_batch_outputs DBO-DKFZ/uncertainty-benchmark/src/pl_modules/basemodules.py found in paper text by Syntology unverified no licence file found · pointer only · cb45a2e3e06e2831 · report

Results from the paper

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

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