paper-with-me

홈 › Papers

Scalable Penalized Regression for Noise Detection in Learning with Noisy Labels

2022-03-15 · CVPR 2022 1 · Yikai Wang, Xinwei Sun, Yanwei Fu

Noisy training set usually leads to the degradation of generalization and robustness of neural networks. In this paper, we propose using a theoretically guaranteed noisy label detection framework to detect and remove noisy data for Learning with Noisy Labels (LNL). Specifically, we design a penalized regression to model the linear relation between network features and one-hot labels, where the noisy data are identified by the non-zero mean shift parameters solved in the regression model. To make the framework scalable to datasets that contain a large number of categories and training data, we propose a split algorithm to divide the whole training set into small pieces that can be solved by the penalized regression in parallel, leading to the Scalable Penalized Regression (SPR) framework. We provide the non-asymptotic probabilistic condition for SPR to correctly identify the noisy data. While SPR can be regarded as a sample selection module for standard supervised training pipeline, we further combine it with semi-supervised algorithm to further 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. Our code and pretrained models are released at https://github.com/Yikai-Wang/SPR-LNL.

📄 PDF Abstract BibTeX arXiv:2203.07788

Code (1)

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

Tasks

Image ClassificationLearning with noisy labelsregression

Similar 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…

Image ClassificationLearning with noisy labelsregression

Semismooth Newton Coordinate Descent Algorithm for Elastic-Net Penalized Huber Loss Regression and Quantile Regression

2015-09-09 · Congrui Yi, Jian Huang

We propose an algorithm, semismooth Newton coordinate descent (SNCD), for the elastic-net penalized Huber loss regression and quantile regression in high dimensional settings. Unlike existing coordinate descent type algo…

quantile regressionregression

On High dimensional Poisson models with measurement error: hypothesis testing for nonlinear nonconvex optimization

2022-12-31 · Fei Jiang, Yeqing Zhou, Jianxuan Liu, Yanyuan Ma

We study estimation and testing in the Poisson regression model with noisy high dimensional covariates, which has wide applications in analyzing noisy big data. Correcting for the estimation bias due to the covariate noi…

regressionVariable Selection

Stability selection enables robust learning of partial differential equations from limited noisy data

2019-07-17 · Suryanarayana Maddu, Bevan L. Cheeseman, Ivo F. Sbalzarini, Christian L. Müller

We present a statistical learning framework for robust identification of partial differential equations from noisy spatiotemporal data. Extending previous sparse regression approaches for inferring PDE models from simula…

compressed sensingModel Selectionregression

Heavy Lasso: sparse penalized regression under heavy-tailed noise via data-augmented soft-thresholding

2025-06-09 · The Tien Mai

High-dimensional linear regression is a fundamental tool in modern statistics, particularly when the number of predictors exceeds the sample size. The classical Lasso, which relies on the squared loss, performs well unde…

Data Augmentation