paper-with-me

Papers

Adaptive Sample Selection for Robust Learning under Label Noise

2021-06-29 · Deep Patel, P. S. Sastry

Deep Neural Networks (DNNs) have been shown to be susceptible to memorization or overfitting in the presence of noisily-labelled data. For the problem of robust learning under such noisy data, several algorithms have been proposed. A prominent class of algorithms rely on sample selection strategies wherein, essentially, a fraction of samples with loss values below a certain threshold are selected for training. These algorithms are sensitive to such thresholds, and it is difficult to fix or learn these thresholds. Often, these algorithms also require information such as label noise rates which are typically unavailable in practice. In this paper, we propose an adaptive sample selection strategy that relies only on batch statistics of a given mini-batch to provide robustness against label noise. The algorithm does not have any additional hyperparameters for sample selection, does not need any information on noise rates and does not need access to separate data with clean labels. We empirically demonstrate the effectiveness of our algorithm on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2106.15292

Code (1)

dbp1994/bare-wacv-2023 공식 구현 pytorch

Tasks

Image ClassificationImage Classification with Label NoiseMemorization

Similar Papers 제목 키워드 기반

ANNE: Adaptive Nearest Neighbors and Eigenvector-based Sample Selection for Robust Learning with Noisy Labels

2024-11-03 · Filipe R. Cordeiro, Gustavo Carneiro

An important stage of most state-of-the-art (SOTA) noisy-label learning methods consists of a sample selection procedure that classifies samples from the noisy-label training set into noisy-label or clean-label subsets. …

Learning with noisy labels

HyperCore: Coreset Selection under Noise via Hypersphere Models

2025-09-26 · Brian B. Moser, Arundhati S. Shanbhag, Tobias C. Nauen, Stanislav Frolov 외 arxiv

The goal of coreset selection methods is to identify representative subsets of datasets for efficient model training. Yet, existing methods often ignore the possibility of annotation errors and require fixed pruning rati…

Adaptive Collaborative Correlation Learning-based Semi-Supervised Multi-Label Feature Selection

2024-06-18 · Yanyong Huang, Li Yang, Dongjie Wang, Ke Li 외

Semi-supervised multi-label feature selection has recently been developed to solve the curse of dimensionality problem in high-dimensional multi-label data with certain samples missing labels. Although many efforts have …

feature selectionMissing Labelsregression

Combating Label Noise With A General Surrogate Model For Sample Selection

2023-10-16 · Chao Liang, Linchao Zhu, Humphrey Shi, Yi Yang

Modern deep learning systems are data-hungry. Learning with web data is one of the feasible solutions, but will introduce label noise inevitably, which can hinder the performance of deep neural networks. Sample selection…

MemorizationSelection bias

Exploring Video-Based Driver Activity Recognition under Noisy Labels

2025-04-16 · Linjuan Fan, Di Wen, Kunyu Peng, Kailun Yang 외

As an open research topic in the field of deep learning, learning with noisy labels has attracted much attention and grown rapidly over the past ten years. Learning with label noise is crucial for driver distraction beha…

Activity RecognitionDenoisingimage-classificationImage Classification+1