ODNL

Label noise mitigator

An implementation of a method to improve model robustness against inherent label noise in machine learning models

Official implementation of "Open-set Label Noise Can Improve Robustness Against Inherent Label Noise" (NeurIPS 2021)

GitHub

19 stars
1 watching
1 forks
Language: Python
last commit: about 4 years ago

Related projects:

RepositoryDescriptionStars
pxiangwu/topofilterDevelops and evaluates machine learning algorithms to mitigate the effects of noisy labels in supervised learning.30
xiaoboxia/cdrAn implementation of a PyTorch-based deep learning method to improve robustness against noisy labels in image classification tasks75
chenpf1025/idnProvides tools and data for studying instance-dependent label noise in deep neural networks, with a focus on combating noisy labels35
hjimce/o2u-netAn approach to detect noise in labels used with deep neural networks during training77
paulalbert31/labelnoisecorrectionAn implementation of an unsupervised label noise modeling and loss correction approach for deep learning.221
uds-lsv/multi-tasking_learning_with_unreliable_labelsAn open source software project that extends an existing algorithm to handle noisy labels in machine learning for low-resource data generation.8
chenpf1025/noisy_label_understanding_utilizingAn investigation into deep learning models trained with noisy labels and methods to improve their accuracy.90
ucsc-real/calAn implementation of a method to learn with instance-dependent label noise in deep learning models using PyTorch47
mmazeika/glcA method to train deep learning classifiers on noisy labels using a small set of trusted data86
xiaoboxia/t-revisionA PyTorch implementation of a method for learning with noisy labels in deep neural networks97
nust-machine-intelligence-laboratory/jo-srcAn implementation of a contrastive learning approach to address noisy labels in machine learning models5
udibr/noisy_labelsThis project explores how to adapt neural networks to noisy labels by introducing a mechanism that can learn to correct the errors.118
weijiaheng/advances-in-label-noise-learningA curated collection of papers and resources on learning with noisy labels in machine learning696
moucheng2017/med-noisy-labelsProvides PyTorch implementation of a method to address noisy labels in medical image segmentation.71
dr-darryl-wright/noisy-labels-with-bootstrappingAn implementation of training deep neural networks on noisy labels with bootstrapping using Keras22