paper-with-me

Papers

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

2023-11-02 · NeurIPS 2023 11

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%.

📄 PDF Abstract BibTeX arXiv:2311.01002

Code (1)

kaist-dmlab/Prune4Rel 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Self-Training of Halfspaces with Generalization Guarantees under Massart Mislabeling Noise Model

2021-11-29 · Lies Hadjadj, Massih-Reza Amini, Sana Louhichi, Alexis Deschamps

We investigate the generalization properties of a self-training algorithm with halfspaces. The approach learns a list of halfspaces iteratively from labeled and unlabeled training data, in which each iteration consists o…

Can network pruning benefit deep learning under label noise?

2021-09-29 · Zheng He, Quanzhi Zhu, Zengchang Qin

Network pruning is a widely-used technique to reduce the computational cost of over-parameterized neural networks. Conventional wisdom also regards pruning as a way to improve generalization: by zeroing out parameters, p…

Deep LearningNetwork Pruning

Beyond Loss Values: Robust Dynamic Pruning via Loss Trajectory Alignment

2026-04-08 · Huaiyuan Qin, Muli Yang, Gabriel James Goenawan, Kai Wang 외 arxiv

Existing dynamic data pruning methods often fail under noisy-label settings, as they typically rely on per-sample loss as the ranking criterion. This could mistakenly lead to preserving noisy samples due to their high lo…

Federated Learning Client Pruning for Noisy Labels

2024-11-11 · Mahdi Morafah, Hojin Chang, Chen Chen, Bill Lin

Federated Learning (FL) enables collaborative model training across decentralized edge devices while preserving data privacy. However, existing FL methods often assume clean annotated datasets, impractical for resource-c…

Federated Learning

TPV: Parameter Perturbations Through the Lens of Test Prediction Variance

2025-12-11 · Devansh Arpit arxiv

We introduce test prediction variance (TPV)--the first-order sensitivity of a trained model's outputs to parameter perturbations--as a unifying framework for analyzing post-training robustness. TPV is a fully label-free …

Transfer Learning