LRT

Label correction algorithm

An algorithm designed to robustly correct noisy labels in training data by iteratively refining the network's confidence and updating the loss function.

GitHub

22 stars
3 watching
5 forks
Language: Python
last commit: almost 4 years ago

Related projects:

RepositoryDescriptionStars
paulalbert31/labelnoisecorrectionAn implementation of an unsupervised label noise modeling and loss correction approach for deep learning.221
pxiangwu/topofilterDevelops and evaluates machine learning algorithms to mitigate the effects of noisy labels in supervised learning.30
hitcszx/lnl_srAn implementation of a regularization technique to improve the accuracy of deep learning models trained with noisy labels.46
xiaoboxia/t-revisionA PyTorch implementation of a method for learning with noisy labels in deep neural networks97
ucsc-real/coresAn implementation of a method to learn from noisy labels in machine learning models with instance-dependent noise36
moucheng2017/med-noisy-labelsProvides PyTorch implementation of a method to address noisy labels in medical image segmentation.71
xiaoboxia/cdrAn implementation of a PyTorch-based deep learning method to improve robustness against noisy labels in image classification tasks75
hongxin001/odnlAn implementation of a method to improve model robustness against inherent label noise in machine learning models19
mmazeika/glcA method to train deep learning classifiers on noisy labels using a small set of trusted data86
xiaoboxia/classification-with-noisy-labels-by-importance-reweightingAn implementation of a method to improve classification accuracy on noisy labels by reweighting their importance39
minglllli/cbafedA PyTorch implementation of a method for improving semi-supervised learning in federated settings by adapting pseudo labels to balance classes.7
younghjung/onlinemlrboostingwithvfdtAn implementation of online multi-label ranking boosting using VFDT as weak learners4
xingjunm/dimensionality-driven-learningAn implementation of dimensionality-driven learning with noisy labels using deep neural networks and various optimization techniques.58
jiangoforit/yellowfin_pytorchAn optimizer that automatically tunes momentum and learning rate using local quadratic approximation.287
kthyeon/fine_officialImplementation of a method to improve machine learning models trained with noisy labels by selecting and collaborating with high-quality samples39