paper-with-me

Papers

Knockoffs-SPR: Clean Sample Selection in Learning with Noisy Labels

2023-01-02 · Yikai Wang, Yanwei Fu, Xinwei Sun

A noisy training set usually leads to the degradation of the generalization and robustness of neural networks. In this paper, we propose a novel theoretically guaranteed clean sample selection framework for learning with noisy labels. Specifically, we first present a Scalable Penalized Regression (SPR) method, to model the linear relation between network features and one-hot labels. In SPR, the clean data are identified by the zero mean-shift parameters solved in the regression model. We theoretically show that SPR can recover clean data under some conditions. Under general scenarios, the conditions may be no longer satisfied; and some noisy data are falsely selected as clean data. To solve this problem, we propose a data-adaptive method for Scalable Penalized Regression with Knockoff filters (Knockoffs-SPR), which is provable to control the False-Selection-Rate (FSR) in the selected clean data. To improve the efficiency, we further present a split algorithm that divides the whole training set into small pieces that can be solved in parallel to make the framework scalable to large datasets. While Knockoffs-SPR can be regarded as a sample selection module for a standard supervised training pipeline, we further combine it with a semi-supervised algorithm to exploit the support of noisy data as unlabeled data. Experimental results on several benchmark datasets and real-world noisy datasets show the effectiveness of our framework and validate the theoretical results of Knockoffs-SPR. Our code and pre-trained models are available at https://github.com/Yikai-Wang/Knockoffs-SPR.

📄 PDF Abstract BibTeX arXiv:2301.00545

Code (1)

yikai-wang/knockoffs-spr 공식 구현 pytorch

Tasks

Image ClassificationLearning with noisy labelsregression

Similar Papers 제목 키워드 기반

CLIPCleaner: Cleaning Noisy Labels with CLIP

2024-08-19 · Chen Feng, Georgios Tzimiropoulos, Ioannis Patras

Learning with Noisy labels (LNL) poses a significant challenge for the Machine Learning community. Some of the most widely used approaches that select as clean samples for which the model itself (the in-training model) h…

Learning with noisy labels

PASS: Peer-Agreement based Sample Selection for training with Noisy Labels

2023-03-20 · Arpit Garg, Cuong Nguyen, Rafael Felix, Thanh-Toan Do 외

The prevalence of noisy-label samples poses a significant challenge in deep learning, inducing overfitting effects. This has, therefore, motivated the emergence of learning with noisy-label (LNL) techniques that focus on…

Weed Out, Then Harvest: Dual Low-Rank Adaptation is an Effective Noisy Label Detector for Noise-Robust Learning

2025-10-11 · Bo Yuan, Yulin Chen, Yin Zhang arxiv

Parameter-efficient fine-tuning (PEFT) large language models (LLMs) have shown impressive performance in various downstream tasks. However, in many real-world scenarios, the collected training data inevitably contains no…

parameter-efficient fine-tuningText Classification

Asymmetric Co-teaching with Multi-view Consensus for Noisy Label Learning

2023-01-01 · Fengbei Liu, Yuanhong Chen, Chong Wang, Yu Tain 외

Learning with noisy-labels has become an important research topic in computer vision where state-of-the-art (SOTA) methods explore: 1) prediction disagreement with co-teaching strategy that updates two models when they d…

Learning with noisy labelsMulti-Label LearningPrediction

ProMix: Combating Label Noise via Maximizing Clean Sample Utility

2022-07-21 · Ruixuan Xiao, Yiwen Dong, Haobo Wang, Lei Feng 외

Learning with Noisy Labels (LNL) has become an appealing topic, as imperfectly annotated data are relatively cheaper to obtain. Recent state-of-the-art approaches employ specific selection mechanisms to separate clean an…

Learning with noisy labels