Papers › Robust Data Pruning under Label Noise via Maximizing Re-labeling Accuracy

Robust Data Pruning under Label Noise via Maximizing Re-labeling Accuracy

2 Nov 2023NeurIPS 2023 11arXiv:2311.01002archive 2025-07-28

Data pruning, which aims to downsize a large training set into a small informative subset, is crucial for reducing the enormous computational costs of modern deep learning. Though large-scale data collections invariably contain annotation noise and numerous robust learning methods have been developed, data pruning for the noise-robust learning scenario has received little attention. With state-of-the-art Re-labeling methods that self-correct erroneous labels while training, it is challenging to identify which subset induces the most accurate re-labeling of erroneous labels in the entire training set. In this paper, we formalize the problem of data pruning with re-labeling. We first show that the likelihood of a training example being correctly re-labeled is proportional to the prediction confidence of its neighborhood in the subset. Therefore, we propose a novel data pruning algorithm, Prune4Rel, that finds a subset maximizing the total neighborhood confidence of all training examples, thereby maximizing the re-labeling accuracy and generalization performance. Extensive experiments on four real and one synthetic noisy datasets show that \algname{} outperforms the baselines with Re-labeling models by up to 9.1% as well as those with a standard model by up to 21.6%.

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

Code

Syntology Ran 14 of 16 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 4 ran · fixture could not drive it; 10 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

kaist-dmlab/Prune4Rel officialmentioned on GitHubpytorchMIT 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

16 samples harvested; 14 ran; 0 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.

4ran · fixture could not drive it
10ran
2unverified

Licence: 0 of the 16 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 kaist-dmlab/Prune4Rel. “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.

AutoContrast kaist-dmlab/Prune4Rel/randaugment.py official repository ran MIT (permissive) · c6e7c3451c85404f · report
Brightness kaist-dmlab/Prune4Rel/randaugment.py official repository ran MIT (permissive) · 0d1a8d6ce2015fc7 · report
Color kaist-dmlab/Prune4Rel/randaugment.py official repository ran MIT (permissive) · 32cb3f5760fa593e · report
ShearX kaist-dmlab/Prune4Rel/deepcore/datasets/augmentations.py official repository ran · fixture could not drive it MIT (permissive) · b92936d1f2ac3e6c · report
ShearY kaist-dmlab/Prune4Rel/deepcore/datasets/augmentations.py official repository ran · fixture could not drive it MIT (permissive) · 008c64b77c4ae4c9 · report
TranslateX kaist-dmlab/Prune4Rel/deepcore/datasets/augmentations.py official repository ran · fixture could not drive it MIT (permissive) · ab50d5bbcf589623 · report
accuracy kaist-dmlab/Prune4Rel/utils.py official repository ran · fixture could not drive it MIT (permissive) · b0f936d4d6ae3b8c · report
autoaug2arsaug kaist-dmlab/Prune4Rel/deepcore/datasets/augmentation_archive.py official repository ran MIT (permissive) · 7eabb9b60a9d7a9f · report
float_parameter kaist-dmlab/Prune4Rel/deepcore/datasets/augmentation_archive.py official repository ran fingerprinted MIT (permissive) · 40d3c39a403ae1f7 · report
get_4class_indices kaist-dmlab/Prune4Rel/deepcore/datasets/cifar4_LTL.py official repository ran MIT (permissive) · 20290f0b4273fc17 · report
get_train_loss_acc kaist-dmlab/Prune4Rel/utils.py official repository ran MIT (permissive) · 5d960ed6d1bb52d8 · report
int_parameter kaist-dmlab/Prune4Rel/deepcore/datasets/augmentation_archive.py official repository ran fingerprinted MIT (permissive) · 7900a3a6deef908b · report
test kaist-dmlab/Prune4Rel/utils.py official repository ran MIT (permissive) · fa5017994bfee770 · report
unpickle kaist-dmlab/Prune4Rel/load_noise_data.py official repository ran MIT (permissive) · ef49e82a7403eee1 · report
CIFAR4_LTL kaist-dmlab/Prune4Rel/deepcore/datasets/cifar4_LTL.py official repository unverified MIT (permissive) · 6cc485cf20ef31bf · report
get_asym_cifar100 kaist-dmlab/Prune4Rel/load_noise_data.py official repository unverified MIT (permissive) · 6e9644d1e3dfa611 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

PruningSET

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