Papers › Assessing Reliability of Symbol Detection in Concept Bottleneck Models

Assessing Reliability of Symbol Detection in Concept Bottleneck Models

15 Jun 2026arXiv:2606.16535added by Syntology

Javier Fumanal-Idocin, Javier Andreu-Perez

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

Concept Bottleneck Models (CBMs) are a relevant tool for explainable Artificial Intelligence because they make their predictions through human-interpretable symbols. However, high task accuracy does not guarantee that these symbols are detected faithfully: jointly trained CBMs may encode task-specific shortcuts in the bottleneck, making their explanations unreliable. In this paper, we study concept-detection reliability by swapping independently trained concept detectors and classification heads that share the same symbolic vocabulary. We use the resulting performance degradation, concept-level metrics, and symbol-wise uncertainty estimates to identify concepts that are especially prone to spurious firing. Finally, we propose a reliability-aware training strategy in which a shared concept detector is optimized with multiple classification heads and penalized for relying on globally or instance-wise unreliable symbols. On CUB-200-2011 with full concept supervision, detectors and heads are almost freely interchangeable (swap drop below one accuracy point, relative retention above 99%, and no concept detected below chance), whereas on a controlled synthetic task we show that, as the concept-supervision weight is reduced, models keep near-perfect task accuracy while swapped accuracy and agreement with the ground-truth concepts collapse to chance. Our reliability-aware training substantially mitigates this leakage, roughly doubling swap accuracy in the leaky regime.

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

Code

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

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

Fuminides/cbm_sanity 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

50 samples harvested; 22 ran; 1 honoured the contract we drafted; 28 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 · violated contract
3ran · our draft was wrong
8ran · fixture could not drive it
8ran
28unverified

Licence: 0 of the 50 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 Fuminides/cbm_sanity. “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.

_backend_types Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran MIT (permissive) · 05b68467cd380d75 · report
_build_inception Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran MIT (permissive) · 1f5842a4f2bcadb8 · report
_check_modern_dependencies Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran MIT (permissive) · 7bb6ef93aae0743c · report
_correlation_pair Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 6110700a0609dd3d · report
_import_version Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran fingerprinted MIT (permissive) · af663a92cee66539 · report
_mean Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 3d2fbd9335073f2b · report
_parse_version Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 3f4c4edcbefbe540 · report
_pearson Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 4ff74503a9262227 · report
_ranks Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 1bc4f143b790d15c · report
_select_worked_examples Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran MIT (permissive) · bd9febe8425d42c2 · report
_train_or_load Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran MIT (permissive) · d31a583fa2d77eec · report
accuracy Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 3fd33fdbe6d31096 · report
balanced_accuracy Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 86aeb9d545c9f0ea · report
concept_agreement Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 0c8acc79b3549d66 · report
image_to_tensor Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran MIT (permissive) · 90ca77556bde0da2 · report
load_dataset Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 1291306b127cc274 · report
loader_num_workers Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran MIT (permissive) · e704f1f5911df6f0 · report
macro_f1 Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 19b09245ff0215ab · report
mean Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 21eab06f5c9e22db · report
read_json Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 6194c9d9fea7914e · report
read_jsonl Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 5b2dd5de02dc3211 · report
std Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · bf5a04d4dff4a8bb · report
OfficialCBMSpec Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 4d90687bfd1ec684 · report
OfficialCBMUnavailableError Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 62e93112c77c6e15 · report
_IndexedDataset Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 4e7f99dec1df9c8f · report
_SyntheticTorchDataset Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 76e4fcb97f60cb27 · report
_evaluate_arm Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 099c48a6bd9021b7 · report
_evaluate_head_on_probabilities Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · f3bb60951188f757 · report
_freeze_attribution Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 40bbbc876fcc188f · report
_make_indexed_loader Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 40ba29def8c13662 · report
_require_min_version Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 7bbe11cb7c432df2 · report
_set_seed Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · f942f6dd41fcef41 · report
_write_per_concept_csv Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · e607c241189e6aff · report
_write_per_example_csv Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 64747b5cf66b9ef2 · report
binary_entropy Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · ad6623bc2b9c1140 · report
build_official_cbm Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · aa24f77002a6637c · report
categorical_entropy Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · b292d0b5fb66705e · report
collect_detector_probabilities Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · ab4a7782aaa4b530 · report
collect_ensemble_probabilities Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 414fae016fe62c04 · report
compute_concept_reliability_scores Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 1fbd1aff16d89e79 · report
compute_epistemic_table Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · f2c05cab55833f58 · report
evaluate_ensemble_uncertainty Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 6bbb04c402acd085 · report
evaluate_official_oracle_head Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 5513ebaa5c482fb7 · report
label_uncertainty_decomposition Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · cce69bf0a4d6dce3 · report
member_label_distributions Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 22a20563e26c2034 · report
require_concept_names Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 627fbae39944a82e · report
run_reliability_comparison_experiment Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 4b63d5baf9bf49f0 · report
symbol_uncertainty_decomposition Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · 861d25f8551b920a · report
train_multihead_cbm Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · dce3f8909da35268 · report
write_json Fuminides/cbm_sanity/src/symbol_sanity/multihead.py found in paper text by Syntology unverified MIT (permissive) · f9188461672c5c9f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.16535, was issued in June 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