DST: Data Selection and joint Training for Learning with Noisy Labels
Yi Wei, Xue Mei, Xin Liu, Pengxiang Xu

TL;DR
This paper introduces DST, a method that automatically selects accurately labeled data and jointly trains neural networks to improve learning with noisy labels, outperforming existing methods on multiple datasets.
Contribution
DST is a novel approach that dynamically divides data into correct, predicted, and wrong sets using a mixture model, and employs an alternating training scheme to mitigate confirmation bias.
Findings
DST achieves comparable or superior performance to state-of-the-art methods.
The mixture model effectively distinguishes correctly labeled and predicted data.
Alternating training reduces confirmation bias and improves robustness.
Abstract
Training a deep neural network heavily relies on a large amount of training data with accurate annotations. To alleviate this problem, various methods have been proposed to annotate the data automatically. However, automatically generating annotations will inevitably yields noisy labels. In this paper, we propose a Data Selection and joint Training (DST) method to automatically select training samples with accurate annotations. Specifically, DST fits a mixture model according to the original annotation as well as the predicted label for each training sample, and the mixture model is utilized to dynamically divide the training dataset into a correctly labeled dataset, a correctly predicted set and a wrong dataset. Then, DST is trained with these datasets in a supervised manner. Due to confirmation bias problem, we train the two networks alternately, and each network is tasked to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Human Pose and Action Recognition
MethodsDynamic Sparse Training
