Papers › ProSelfLC: Progressive Self Label Correction for Training Robust Deep Neural Networks

ProSelfLC: Progressive Self Label Correction for Training Robust Deep Neural Networks

7 May 2020CVPR 2021 1arXiv:2005.03788archive 2025-07-28

Xinshao Wang, Yang Hua, Elyor Kodirov, David A. Clifton, Neil M. Robertson

To train robust deep neural networks (DNNs), we systematically study several target modification approaches, which include output regularisation, self and non-self label correction (LC). Two key issues are discovered: (1) Self LC is the most appealing as it exploits its own knowledge and requires no extra models. However, how to automatically decide the trust degree of a learner as training goes is not well answered in the literature? (2) Some methods penalise while the others reward low-entropy predictions, prompting us to ask which one is better? To resolve the first issue, taking two well-accepted propositions--deep neural networks learn meaningful patterns before fitting noise [3] and minimum entropy regularisation principle [10]--we propose a novel end-to-end method named ProSelfLC, which is designed according to learning time and entropy. Specifically, given a data point, we progressively increase trust in its predicted label distribution versus its annotated one if a model has been trained for enough time and the prediction is of low entropy (high confidence). For the second issue, according to ProSelfLC, we empirically prove that it is better to redefine a meaningful low-entropy status and optimise the learner toward it. This serves as a defence of entropy minimisation. We demonstrate the effectiveness of ProSelfLC through extensive experiments in both clean and noisy settings. The source code is available at https://github.com/XinshaoAmosWang/ProSelfLC-CVPR2021. Keywords: entropy minimisation, maximum entropy, confidence penalty, self knowledge distillation, label correction, label noise, semi-supervised learning, output regularisation

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

Code

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

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

XinshaoAmosWang/ProSelfLC-CVPR2021 officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
XinshaoAmosWang/ProSelfLC mentioned on GitHubpytorchNOASSERTION report
XinshaoAmosWang/ProSelfLC-CVPR21 mentioned on GitHubpytorchNOASSERTION report
kiyoon/pyvideoai mentioned on GitHubpytorchMIT report
xinshaoamoswang/proselflc-at mentioned on GitHubpytorchNOASSERTION 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

11 samples harvested; 1 ran; 0 honoured the contract we drafted; 10 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
10unverified

Licence: 0 of the 11 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 kiyoon/pyvideoai. “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.

temporal_sampling kiyoon/pyvideoai/pyvideoai/dataloaders/decoder.py community (archive-listed) ran fingerprinted MIT (permissive) · 2ce6782a49b98214 · report
count_class_frequency kiyoon/pyvideoai/pyvideoai/dataloaders/frames_sparsesample_dataset.py community (archive-listed) unverified MIT (permissive) · 4ccacd932d6aa3b7 · report
get_lr kiyoon/pyvideoai/pyvideoai/train_and_eval.py community (archive-listed) unverified MIT (permissive) · 532347378db99392 · report
get_scheduler_type kiyoon/pyvideoai/pyvideoai/train_and_eval.py community (archive-listed) unverified MIT (permissive) · c366aa3be5213eaa · report
get_start_end_idx kiyoon/pyvideoai/pyvideoai/dataloaders/decoder.py community (archive-listed) unverified MIT (permissive) · c1a3191abe820a2c · report
pyav_decode_stream kiyoon/pyvideoai/pyvideoai/dataloaders/decoder.py community (archive-listed) unverified MIT (permissive) · b28b46ef7776c434 · report
register_vcs_handler kiyoon/pyvideoai/pyvideoai/_version.py community (archive-listed) unverified MIT (permissive) · b06b3b57c757198b · report
run_command kiyoon/pyvideoai/pyvideoai/_version.py community (archive-listed) unverified MIT (permissive) · c568a8377abe39e7 · report
train_iter kiyoon/pyvideoai/pyvideoai/train_and_eval.py community (archive-listed) unverified MIT (permissive) · db3b71c5b527f005 · report
turn_absolute kiyoon/pyvideoai/pyvideoai/config.py community (archive-listed) unverified MIT (permissive) · 4adeea8f6880129b · report
versions_from_parentdir kiyoon/pyvideoai/pyvideoai/_version.py community (archive-listed) unverified MIT (permissive) · b9a1535d27f2a9fb · report

Tasks

Knowledge DistillationSelf-Knowledge Distillation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Label Smoothing

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