FINE Samples for Learning with Noisy Labels
Taehyeon Kim, Jongwoo Ko, Sangwook Cho, Jinhwan Choi, Se-Young Yun

TL;DR
This paper introduces FINE, a novel noise-detection method based on latent representation dynamics and eigendecomposition, improving noisy label filtering in deep neural networks with theoretical guarantees.
Contribution
FINE offers a robust, theory-backed noise detector using eigendecomposition of data representations, enhancing noisy label filtering in deep learning.
Findings
FINE outperforms baseline methods across multiple datasets.
The approach is effective in sample selection, semi-supervised learning, and with noise-robust loss functions.
The method has theoretical guarantees and is derivative-free.
Abstract
Modern deep neural networks (DNNs) become frail when the datasets contain noisy (incorrect) class labels. Robust techniques in the presence of noisy labels can be categorized into two folds: developing noise-robust functions or using noise-cleansing methods by detecting the noisy data. Recently, noise-cleansing methods have been considered as the most competitive noisy-label learning algorithms. Despite their success, their noisy label detectors are often based on heuristics more than a theory, requiring a robust classifier to predict the noisy data with loss values. In this paper, we propose a novel detector for filtering label noise. Unlike most existing methods, we focus on each data's latent representation dynamics and measure the alignment between the latent distribution and each representation using the eigendecomposition of the data gram matrix. Our framework, coined as filtering…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Data Classification · Machine Learning and Algorithms · Imbalanced Data Classification Techniques
