paper-with-me

홈 › Papers

Detect and Correct: A Selective Noise Correction Method for Learning with Noisy Labels

2025-05-19 · Yuval Grinberg, Nimrod Harel, Jacob Goldberger, Ofir Lindenbaum

Falsely annotated samples, also known as noisy labels, can significantly harm the performance of deep learning models. Two main approaches for learning with noisy labels are global noise estimation and data filtering. Global noise estimation approximates the noise across the entire dataset using a noise transition matrix, but it can unnecessarily adjust correct labels, leaving room for local improvements. Data filtering, on the other hand, discards potentially noisy samples but risks losing valuable data. Our method identifies potentially noisy samples based on their loss distribution. We then apply a selection process to separate noisy and clean samples and learn a noise transition matrix to correct the loss for noisy samples while leaving the clean data unaffected, thereby improving the training process. Our approach ensures robust learning and enhanced model performance by preserving valuable information from noisy samples and refining the correction process. We applied our method to standard image datasets (MNIST, CIFAR-10, and CIFAR-100) and a biological scRNA-seq cell-type annotation dataset. We observed a significant improvement in model accuracy and robustness compared to traditional methods.

📄 PDF Abstract BibTeX arXiv:2505.13342

Code (1)

yuvalgrin/DetectAndCorrect-Net 공식 구현 pytorch

Tasks

Learning with noisy labelsNoise Estimation

Similar Papers 제목 키워드 기반

Towards Noise-resistant Object Detection with Noisy Annotations

2020-03-03 · Junnan Li, Caiming Xiong, Richard Socher, Steven Hoi

Training deep object detectors requires significant amount of human-annotated images with accurate object labels and bounding box coordinates, which are extremely expensive to acquire. Noisy annotations are much more eas…

Objectobject-detectionObject Detection

Is your noise correction noisy? PLS: Robustness to label noise with two stage detection

2022-10-10 · Paul Albert, Eric Arazo, Tarun Krishna, Noel E. O'Connor 외

Designing robust algorithms capable of training accurate neural networks on uncurated datasets from the web has been the subject of much research as it reduces the need for time consuming human labor. The focus of many p…

Pseudo Label

Set a Thief to Catch a Thief: Combating Label Noise through Noisy Meta Learning

2025-02-22 · Hanxuan Wang, Na Lu, Xueying Zhao, Yuxuan Yan 외

Learning from noisy labels (LNL) aims to train high-performance deep models using noisy datasets. Meta learning based label correction methods have demonstrated remarkable performance in LNL by designing various meta lab…

Meta-LearningRepresentation Learning

Tackling Noisy Clients in Federated Learning with End-to-end Label Correction

2024-08-08 · Xuefeng Jiang, Sheng Sun, Jia Li, Jingjing Xue 외

Recently, federated learning (FL) has achieved wide successes for diverse privacy-sensitive applications without sacrificing the sensitive private information of clients. However, the data quality of client datasets can …

Federated LearningMisinformation

Ordinal Adaptive Correction: A Data-Centric Approach to Ordinal Image Classification with Noisy Labels

2025-09-02 · Alireza Sedighi Moghaddam, Mohammad Reza Mohammadi arxiv

Labeled data is a fundamental component in training supervised deep learning models for computer vision tasks. However, the labeling process, especially for ordinal image classification where class boundaries are often a…

Ordinal ClassificationImage ClassificationAge Estimation