Papers › Overinterpretation reveals image classification model pathologies

Overinterpretation reveals image classification model pathologies

19 Mar 2020NeurIPS 2021 12arXiv:2003.08907archive 2025-07-28

Brandon Carter, Siddhartha Jain, Jonas Mueller, David Gifford

Image classifiers are typically scored on their test set accuracy, but high accuracy can mask a subtle type of model failure. We find that high scoring convolutional neural networks (CNNs) on popular benchmarks exhibit troubling pathologies that allow them to display high accuracy even in the absence of semantically salient features. When a model provides a high-confidence decision without salient supporting input features, we say the classifier has overinterpreted its input, finding too much class-evidence in patterns that appear nonsensical to humans. Here, we demonstrate that neural networks trained on CIFAR-10 and ImageNet suffer from overinterpretation, and we find models on CIFAR-10 make confident predictions even when 95% of input images are masked and humans cannot discern salient features in the remaining pixel-subsets. We introduce Batched Gradient SIS, a new method for discovering sufficient input subsets for complex datasets, and use this method to show the sufficiency of border pixels in ImageNet for training and testing. Although these patterns portend potential model fragility in real-world deployment, they are in fact valid statistical patterns of the benchmark that alone suffice to attain high test accuracy. Unlike adversarial examples, overinterpretation relies upon unmodified image pixels. We find ensembling and input dropout can each help mitigate overinterpretation.

PaperPDFConference PDFCodeCode 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="2003.08907")

Code

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

By repository: official repository: 3 samples from 1 repository, 2 ran; community (archive-listed): 9 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

gifford-lab/overinterpretation officialmentioned in papermentioned on GitHubpytorch report
b-carter/overinterpretation 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

12 samples harvested; 10 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
4ran · our draft was wrong
3ran · fixture could not drive it
1ran
2unverified

Licence: 0 of the 12 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 2 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.

make_empty_boolean_mask gifford-lab/overinterpretation/sufficient_input_subsets/sis.py official repository ran · fixture could not drive it MIT (permissive) · e9cb5323eca9c3e4 · report
make_empty_boolean_mask_broadcast_over_axis gifford-lab/overinterpretation/sufficient_input_subsets/sis.py official repository ran · fixture could not drive it MIT (permissive) · 0ac134043bf4c5a5 · report
produce_masked_inputs gifford-lab/overinterpretation/sufficient_input_subsets/sis.py official repository unverified MIT (permissive) · f25a46ac3ec9a39c · report
SISResult b-carter/overinterpretation/sufficient_input_subsets/sis.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 2b3638761f79af0a · report
_backselect b-carter/overinterpretation/sufficient_input_subsets/sis.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 2da81307bc709549 · report
_find_sis_from_backselect b-carter/overinterpretation/sufficient_input_subsets/sis.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 1d33e984516a373d · report
_produce_next_masks b-carter/overinterpretation/sufficient_input_subsets/sis.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · c713a7dcff2871db · report
_transform_index_array_into_indexer b-carter/overinterpretation/sufficient_input_subsets/sis.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 7f24f8f5f6c29543 · report
_transform_next_masks_index_array_into_tuple b-carter/overinterpretation/sufficient_input_subsets/sis.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · c1c5f65dfa8444b9 · report
make_empty_boolean_mask b-carter/overinterpretation/sufficient_input_subsets/sis.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 0a0908809e1bc3b9 · report
produce_masked_inputs b-carter/overinterpretation/sufficient_input_subsets/sis.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 34fc1f71564be44f · report
find_sis b-carter/overinterpretation/sufficient_input_subsets/sis.py community (archive-listed) unverified MIT (permissive) · 8fe1a968dd21cb11 · report

Tasks

ClassificationGeneral ClassificationImage Classificationimage-classificationmodel

1 archive task tag without a task page not shown.

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