Papers › Benchmarking Instance-Dependent Label Noise with Controlled Corruptions

Benchmarking Instance-Dependent Label Noise with Controlled Corruptions

12 Jun 2026arXiv:2606.14965added by Syntology

Shadman Islam, Agustinus Kristiadi, Mostafa Milani

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

Synthetic instance-dependent label noise (IDN) benchmarks are widely used to evaluate noisy-label learning methods, yet existing approaches typically generate noise through imperfect annotators or classifier raters, leaving the source of ambiguity implicit. We introduce CILN, a benchmark generation framework that creates IDN through controlled input corruptions. A diverse voter pool labels corrupted instances, producing benchmark datasets in which both the source and severity of ambiguity are explicit and controllable. Using CIFAR10, MNIST, and Adult, we construct 90 benchmark settings spanning multiple corruption families and severity levels. Our experiments show that the resulting benchmarks exhibit genuine instance-dependent noise, provide diverse confusion structures, and, on CIFAR-10, can produce label distributions that are closer to human uncertainty than an existing synthetic IDN benchmark. We further demonstrate that corruption-mediated IDN can expose failure modes of popular noisy-label learning methods, including Co-Teaching and DivideMix, that are not observed under comparable levels of rater-fallibility noise. These findings suggest that noise structure, not only noise rate, plays an important role in benchmark difficulty and algorithm behavior. By making ambiguity generation explicit and controllable, CILN provides a complementary benchmarking framework for studying noisy-label learning under diverse sources of instance difficulty.

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.14965")

Code

Syntology Ran 12 of 17 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 12 ran with no contract checked.

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

sh-islam/ciln-bench 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

17 samples harvested; 12 ran; 0 honoured the contract we drafted; 5 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.

12ran
5unverified

Licence: 0 of the 17 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 sh-islam/ciln-bench. “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_image sh-islam/ciln-bench/cli/apply.py found in paper text by Syntology ran MIT (permissive) · 16ba1ce730f0f0c4 · report
bincount_dist sh-islam/ciln-bench/code/analyze/canonical/compute_idn_2x2.py found in paper text by Syntology ran MIT (permissive) · 8b6577fe86e7c5f0 · report
cifar10h_upsampled sh-islam/ciln-bench/code/analyze/canonical/tv_vs_cifar10h.py found in paper text by Syntology ran MIT (permissive) · 8e9b737a645d1777 · report
corrupt_image_dataset sh-islam/ciln-bench/cli/apply.py found in paper text by Syntology ran MIT (permissive) · a30ec2a9c07d8834 · report
corrupt_tabular_dataset sh-islam/ciln-bench/cli/apply.py found in paper text by Syntology ran MIT (permissive) · 6b3b798e0249d295 · report
load_image_dataset sh-islam/ciln-bench/cli/validators.py found in paper text by Syntology ran MIT (permissive) · 2dfb0af5cd82bfb6 · report
load_image_labels sh-islam/ciln-bench/cli/validators.py found in paper text by Syntology ran MIT (permissive) · 33ce7155313bae6b · report
m1_rate_variance sh-islam/ciln-bench/code/analyze/canonical/compute_idn_2x2.py found in paper text by Syntology ran MIT (permissive) · a88f75234320a417 · report
m2_frobenius sh-islam/ciln-bench/code/analyze/canonical/compute_idn_2x2.py found in paper text by Syntology ran MIT (permissive) · d229d2c7500bd806 · report
soft_distribution_from_voters sh-islam/ciln-bench/code/analyze/canonical/tv_vs_cifar10h.py found in paper text by Syntology ran MIT (permissive) · cea61e9961e1418b · report
summarize_image_dataset sh-islam/ciln-bench/cli/validators.py found in paper text by Syntology ran MIT (permissive) · b0658fbeab6fa061 · report
symmetric_baseline sh-islam/ciln-bench/code/analyze/canonical/tv_vs_cifar10h.py found in paper text by Syntology ran MIT (permissive) · 02e54a70f785ffaa · report
ask_choice sh-islam/ciln-bench/cli/prompts.py found in paper text by Syntology unverified MIT (permissive) · 3b6e9699db524864 · report
ask_severity sh-islam/ciln-bench/cli/prompts.py found in paper text by Syntology unverified MIT (permissive) · dc322d6e7b70baff · report
ask_text sh-islam/ciln-bench/cli/prompts.py found in paper text by Syntology unverified MIT (permissive) · a5796a02f1661a0c · report
find_type sh-islam/ciln-bench/cli/registry.py found in paper text by Syntology unverified MIT (permissive) · 93085f4555c80b0e · report
get_modality sh-islam/ciln-bench/cli/registry.py found in paper text by Syntology unverified MIT (permissive) · 80b58f851917d179 · report

Results from the paper

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