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.
22 stars
3 watching
5 forks
Language: Python
last commit: about 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
paulalbert31/labelnoisecorrection | An implementation of an unsupervised label noise modeling and loss correction approach for deep learning. | 221 |
pxiangwu/topofilter | Develops and evaluates machine learning algorithms to mitigate the effects of noisy labels in supervised learning. | 30 |
hitcszx/lnl_sr | An implementation of a regularization technique to improve the accuracy of deep learning models trained with noisy labels. | 46 |
xiaoboxia/t-revision | A PyTorch implementation of a method for learning with noisy labels in deep neural networks | 97 |
ucsc-real/cores | An implementation of a method to learn from noisy labels in machine learning models with instance-dependent noise | 36 |
moucheng2017/med-noisy-labels | Provides PyTorch implementation of a method to address noisy labels in medical image segmentation. | 71 |
xiaoboxia/cdr | An implementation of a PyTorch-based deep learning method to improve robustness against noisy labels in image classification tasks | 75 |
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 |
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 |
minglllli/cbafed | A PyTorch implementation of a method for improving semi-supervised learning in federated settings by adapting pseudo labels to balance classes. | 7 |
younghjung/onlinemlrboostingwithvfdt | An implementation of online multi-label ranking boosting using VFDT as weak learners | 4 |
xingjunm/dimensionality-driven-learning | An implementation of dimensionality-driven learning with noisy labels using deep neural networks and various optimization techniques. | 58 |
jiangoforit/yellowfin_pytorch | An optimizer that automatically tunes momentum and learning rate using local quadratic approximation. | 287 |
kthyeon/fine_official | Implementation of a method to improve machine learning models trained with noisy labels by selecting and collaborating with high-quality samples | 39 |