TopoFilter

Label noise mitigation

Develops and evaluates machine learning algorithms to mitigate the effects of noisy labels in supervised learning.

NeurIPS 2020, "A Topological Filter for Learning with Label Noise".

GitHub

30 stars
3 watching
7 forks
Language: C++
last commit: almost 4 years ago
labelneurips-2020noise

Related projects:

RepositoryDescriptionStars
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
xiaoboxia/t-revisionA PyTorch implementation of a method for learning with noisy labels in deep neural networks97
kthyeon/fine_officialImplementation of a method to improve machine learning models trained with noisy labels by selecting and collaborating with high-quality samples39
moucheng2017/med-noisy-labelsProvides PyTorch implementation of a method to address noisy labels in medical image segmentation.71
chenpf1025/idnProvides tools and data for studying instance-dependent label noise in deep neural networks, with a focus on combating noisy labels35
paulalbert31/labelnoisecorrectionAn implementation of an unsupervised label noise modeling and loss correction approach for deep learning.221
weijiaheng/advances-in-label-noise-learningA curated collection of papers and resources on learning with noisy labels in machine learning696
dmizr/phuberAn implementation of gradient clipping as a method to mitigate the effects of noisy labels in machine learning models14
mmazeika/glcA method to train deep learning classifiers on noisy labels using a small set of trusted data86
ucsc-real/calAn implementation of a method to learn with instance-dependent label noise in deep learning models using PyTorch47
ucsc-real/coresAn implementation of a method to learn from noisy labels in machine learning models with instance-dependent noise36
qizhouwang/instance-dependent-label-noiseTackles label noise in machine learning by developing a probabilistic model to correct instance-dependent errors9
chenpf1025/noisy_label_understanding_utilizingAn investigation into deep learning models trained with noisy labels and methods to improve their accuracy.90
pingqingsheng/lrtAn algorithm designed to robustly correct noisy labels in training data by iteratively refining the network's confidence and updating the loss function.22