paper-with-me

홈 › Papers

Self-Filtering: A Noise-Aware Sample Selection for Label Noise with Confidence Penalization

2022-08-24 · Qi Wei, Haoliang Sun, Xiankai Lu, Yilong Yin

Sample selection is an effective strategy to mitigate the effect of label noise in robust learning. Typical strategies commonly apply the small-loss criterion to identify clean samples. However, those samples lying around the decision boundary with large losses usually entangle with noisy examples, which would be discarded with this criterion, leading to the heavy degeneration of the generalization performance. In this paper, we propose a novel selection strategy, \textbf{S}elf-\textbf{F}il\textbf{t}ering (SFT), that utilizes the fluctuation of noisy examples in historical predictions to filter them, which can avoid the selection bias of the small-loss criterion for the boundary examples. Specifically, we introduce a memory bank module that stores the historical predictions of each example and dynamically updates to support the selection for the subsequent learning iteration. Besides, to reduce the accumulated error of the sample selection bias of SFT, we devise a regularization term to penalize the confident output distribution. By increasing the weight of the misclassified categories with this term, the loss function is robust to label noise in mild conditions. We conduct extensive experiments on three benchmarks with variant noise types and achieve the new state-of-the-art. Ablation studies and further analysis verify the virtue of SFT for sample selection in robust learning.

📄 PDF Abstract BibTeX arXiv:2208.11351

Code (1)

1998v7/self-filtering 공식 구현 pytorch

Tasks

Learning with noisy labels

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Uncertainty-Aware Pseudo-Label Filtering for Source-Free Unsupervised Domain Adaptation

2024-03-17 · Xi Chen, Haosen Yang, Huicong Zhang, Hongxun Yao 외

Source-free unsupervised domain adaptation (SFUDA) aims to enable the utilization of a pre-trained source model in an unlabeled target domain without access to source data. Self-training is a way to solve SFUDA, where co…

Contrastive LearningDomain AdaptationMemorizationPseudo Label+2

Self-Tuning Stochastic Optimization with Curvature-Aware Gradient Filtering

2020-11-09 · NeurIPS Workshop ICBINB 2020 12 · Ricky T. Q. Chen, Dami Choi, Lukas Balles, David Duvenaud 외

Standard first-order stochastic optimization algorithms base their updates solely on the average mini-batch gradient, and it has been shown that tracking additional quantities such as the curvature can help de-sensitize …

Stochastic Optimization

Uncertainty-Aware Gradient Signal-to-Noise Data Selection for Instruction Tuning

2026-01-20 · Zhihang Yuan, Chengyu Yue, Long Huang, Litu Ou 외 arxiv

Instruction tuning is a standard paradigm for adapting large language models (LLMs), but modern instruction datasets are large, noisy, and redundant, making full-data fine-tuning costly and often unnecessary. Existing da…

PARS: Pseudo-Label Aware Robust Sample Selection for Learning with Noisy Labels

2022-01-26 · Arushi Goel, Yunlong Jiao, Jordan Massiah

Acquiring accurate labels on large-scale datasets is both time consuming and expensive. To reduce the dependency of deep learning models on learning from clean labeled data, several recent research efforts are focused on…

Learning with noisy labelsPseudo Label

Efficient Content-based Recommendation Model Training via Noise-aware Coreset Selection

2026-01-15 · Hung Vinh Tran, Tong Chen, Hechuan Wen, Quoc Viet Hung Nguyen 외 arxiv

Content-based recommendation systems (CRSs) utilize content features to predict user-item interactions, serving as essential tools for helping users navigate information-rich web services. However, ensuring the effective…

Recommendation Systems