LabelNoiseCorrection
Label noise correction algorithm
An implementation of an unsupervised label noise modeling and loss correction approach for deep learning.
Official Implementation of ICML 2019 Unsupervised label noise modeling and loss correction
220 stars
7 watching
42 forks
Language: Python
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ucsc-real/cal | An implementation of a machine learning method for handling noisy labels in datasets | 47 |
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 |
pxiangwu/topofilter | Develops and evaluates machine learning algorithms to mitigate the effects of noisy labels in supervised learning. | 29 |
hongxin001/odnl | An implementation of a method to improve model robustness against inherent label noise in machine learning models | 19 |
chenpf1025/noisy_label_understanding_utilizing | An investigation into deep learning models trained with noisy labels and methods to improve their accuracy. | 90 |
ucsc-real/cores | An implementation of a method to learn from noisy labels in machine learning models with instance-dependent noise | 36 |
chenpf1025/idn | Provides tools and data for studying instance-dependent label noise in deep neural networks, with a focus on combating noisy labels | 35 |
pingqingsheng/lrt | An algorithm designed to robustly correct noisy labels in training data by iteratively refining the network's confidence and updating the loss function. | 21 |
hitcszx/lnl_sr | An implementation of a regularization technique to improve the accuracy of deep learning models trained with noisy labels. | 46 |
xiaoboxia/cdr | An implementation of a PyTorch-based deep learning method to improve robustness against noisy labels in image classification tasks | 75 |
moucheng2017/med-noisy-labels | Provides PyTorch implementation of a method to address noisy labels in medical image segmentation. | 71 |
mmazeika/glc | A method to train deep learning classifiers on noisy labels using a small set of trusted data | 86 |
xiaoboxia/t-revision | A PyTorch implementation of a method for learning with noisy labels in deep neural networks | 98 |
vdenberg/noisy-label-neural-network | An implementation of a neural network algorithm designed to improve performance on noisy labeled data | 3 |
uds-lsv/multi-tasking_learning_with_unreliable_labels | An open source software project that extends an existing algorithm to handle noisy labels in machine learning for low-resource data generation. | 8 |