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

29 stars
3 watching
7 forks
Language: C++
last commit: about 2 years ago
labelneurips-2020noise

Related projects:

Repository Description Stars
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
xiaoboxia/t-revision A PyTorch implementation of a method for learning with noisy labels in deep neural networks 98
kthyeon/fine_official An implementation of a method for training machine learning models using noisy labels 38
moucheng2017/med-noisy-labels Provides PyTorch implementation of a method to address noisy labels in medical image segmentation. 71
chenpf1025/idn Provides tools and data for studying instance-dependent label noise in deep neural networks, with a focus on combating noisy labels 35
paulalbert31/labelnoisecorrection An implementation of an unsupervised label noise modeling and loss correction approach for deep learning. 220
weijiaheng/advances-in-label-noise-learning A curated collection of papers and resources on learning with noisy labels in machine learning 687
dmizr/phuber An implementation of gradient clipping as a method to mitigate the effects of noisy labels in machine learning models 14
mmazeika/glc A method to train deep learning classifiers on noisy labels using a small set of trusted data 86
ucsc-real/cal An implementation of a machine learning method for handling noisy labels in datasets 47
ucsc-real/cores An implementation of a method to learn from noisy labels in machine learning models with instance-dependent noise 36
qizhouwang/instance-dependent-label-noise Tackles label noise in machine learning by developing a probabilistic model that adapts to the specific instance of data 9
chenpf1025/noisy_label_understanding_utilizing An investigation into deep learning models trained with noisy labels and methods to improve their accuracy. 90
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