Papers › Clusterability as an Alternative to Anchor Points When Learning with Noisy Labels

Clusterability as an Alternative to Anchor Points When Learning with Noisy Labels

10 Feb 2021arXiv:2102.05291archive 2025-07-28

Zhaowei Zhu, Yiwen Song, Yang Liu

The label noise transition matrix, characterizing the probabilities of a training instance being wrongly annotated, is crucial to designing popular solutions to learning with noisy labels. Existing works heavily rely on finding "anchor points" or their approximates, defined as instances belonging to a particular class almost surely. Nonetheless, finding anchor points remains a non-trivial task, and the estimation accuracy is also often throttled by the number of available anchor points. In this paper, we propose an alternative option to the above task. Our main contribution is the discovery of an efficient estimation procedure based on a clusterability condition. We prove that with clusterable representations of features, using up to third-order consensuses of noisy labels among neighbor representations is sufficient to estimate a unique transition matrix. Compared with methods using anchor points, our approach uses substantially more instances and benefits from a much better sample complexity. We demonstrate the estimation accuracy and advantages of our estimates using both synthetic noisy labels (on CIFAR-10/100) and real human-level noisy labels (on Clothing1M and our self-collected human-annotated CIFAR-10). Our code and human-level noisy CIFAR-10 labels are available at https://github.com/UCSC-REAL/HOC.

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

Code

Syntology Ran 0 of 9 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run.

By repository: official repository: 9 samples from 2 repositories, 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.

UCSC-REAL/HOC officialmentioned in papermentioned on GitHubpytorch report
ZhaoweiZhu1995/HOC officialmentioned 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

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

9unverified

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

calc_func ZhaoweiZhu1995/HOC/hoc.py official repository unverified MIT (permissive) · f388201005d0b814 · report
count_y ZhaoweiZhu1995/HOC/hoc.py official repository unverified MIT (permissive) · b36ca77215508992 · report
func ZhaoweiZhu1995/HOC/hoc.py official repository unverified MIT (permissive) · 5d07bccf4e30a813 · report
get_T_HOC ucsc-real/hoc/hoc.py official repository unverified MIT (permissive) · 3361a9152aa929d6 · report
get_T_HOC ZhaoweiZhu1995/HOC/hoc.py official repository unverified MIT (permissive) · 1cd09c2c81c35331 · report
get_T_P_global ucsc-real/hoc/hoc.py official repository unverified MIT (permissive) · 30638d8a1dcd43ba · report
get_T_P_global ZhaoweiZhu1995/HOC/hoc.py official repository unverified MIT (permissive) · b2f527000dba956c · report
get_T_P_local ucsc-real/hoc/hoc.py official repository unverified MIT (permissive) · 40e317bbf3e2b611 · report
get_T_P_local ZhaoweiZhu1995/HOC/hoc.py official repository unverified MIT (permissive) · a068af24b9f178c4 · report

Tasks

Image ClassificationImage Classification with Human NoiseImage Classification with Label NoiseLearning with noisy labels

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Classification Clothing1M HOC Accuracy 73.39% #28 of 51 Archive leaderboard report
Learning with noisy labels CIFAR-100N CAL Accuracy (mean) 61.73 #8 of 24 Archive leaderboard report
Learning with noisy labels CIFAR-10N-Aggregate CAL Accuracy (mean) 91.97 #12 of 26 Archive leaderboard report
Learning with noisy labels CIFAR-10N-Random1 CAL Accuracy (mean) 90.93 #10 of 24 Archive leaderboard report
Learning with noisy labels CIFAR-10N-Random2 CAL Accuracy (mean) 90.75 #9 of 23 Archive leaderboard report
Learning with noisy labels CIFAR-10N-Random3 CAL Accuracy (mean) 90.74 #8 of 23 Archive leaderboard report
Learning with noisy labels CIFAR-10N-Worst CAL Accuracy (mean) 85.36 #10 of 25 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: HOC

HOC

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