CDR
Label noise mitigation method
An implementation of a PyTorch-based deep learning method to improve robustness against noisy labels in image classification tasks
ICLR‘2021: Robust Early-learning: Hindering the Memorization of Noisy Labels
75 stars
4 watching
10 forks
Language: Python
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
xiaoboxia/t-revision | A PyTorch implementation of a method for learning with noisy labels in deep neural networks | 98 |
pxiangwu/topofilter | Develops and evaluates machine learning algorithms to mitigate the effects of noisy labels in supervised learning. | 29 |
xiaoboxia/classification-with-noisy-labels-by-importance-reweighting | An implementation of a method to improve classification accuracy on noisy labels by reweighting their importance | 39 |
hongxin001/odnl | An implementation of a method to improve model robustness against inherent label noise in machine learning models | 19 |
mmazeika/glc | A method to train deep learning classifiers on noisy labels using a small set of trusted data | 86 |
dmizr/phuber | An implementation of gradient clipping as a method to mitigate the effects of noisy labels in machine learning models | 14 |
ucsc-real/cal | An implementation of a machine learning method for handling noisy labels in datasets | 47 |
cysu/noisy_label | A repository providing code and scripts for training image classification models on noisy labeled data | 115 |
dr-darryl-wright/noisy-labels-with-bootstrapping | An implementation of training deep neural networks on noisy labels with bootstrapping using Keras | 22 |
kthyeon/fine_official | An implementation of a method for training machine learning models using noisy labels | 38 |
chenpf1025/noisy_label_understanding_utilizing | An investigation into deep learning models trained with noisy labels and methods to improve their accuracy. | 90 |
udibr/noisy_labels | This project explores how to adapt neural networks to noisy labels by introducing a mechanism that can learn to correct the errors. | 118 |
chenpf1025/idn | Provides tools and data for studying instance-dependent label noise in deep neural networks, with a focus on combating noisy labels | 35 |
xlearning-scu/2021-cvpr-mrl | Develops a robust learning framework to handle noisy labels in multimodal data and improve cross-modal retrieval. | 13 |
paulalbert31/labelnoisecorrection | An implementation of an unsupervised label noise modeling and loss correction approach for deep learning. | 220 |