Truncated-Loss

Noisy label loss function

An implementation of a loss function designed to improve the training of deep neural networks with noisy labels

PyTorch implementation of the paper "Generalized Cross Entropy Loss for Training Deep Neural Networks with Noisy Labels" in NIPS 2018

GitHub

125 stars
3 watching
9 forks
Language: Python
last commit: about 5 years ago

Related projects:

Repository Description Stars
coincheung/pytorch-loss Provides a comprehensive set of implementation of various loss functions and operators for deep learning models 2,181
hanxunh/active-passive-losses A PyTorch-based framework for implementing normalized loss functions to improve deep learning model robustness against noisy labels. 134
mblondel/fenchel-young-losses Provides Fenchel-Young losses for probabilistic classification in PyTorch/TensorFlow/scikit-learn. 183
dr-darryl-wright/noisy-labels-with-bootstrapping An implementation of training deep neural networks on noisy labels with bootstrapping using Keras 22
xiaoboxia/t-revision A PyTorch implementation of a method for learning with noisy labels in deep neural networks 98
ijindal/noisy_dropout_regularization This project explores training deep neural networks using noisy labels with dropout regularization to improve robustness. 11
chenpf1025/idn Provides tools and data for studying instance-dependent label noise in deep neural networks, with a focus on combating noisy labels 35
uds-lsv/multi-tasking_learning_with_unreliable_labels An open source software project that extends an existing algorithm to handle noisy labels in machine learning for low-resource data generation. 8
hitcszx/lnl_sr An implementation of a regularization technique to improve the accuracy of deep learning models trained with noisy labels. 46
bes-dev/mpl.pytorch A PyTorch implementation of a loss function used in semantic image segmentation 175
cysu/noisy_label A repository providing code and scripts for training image classification models on noisy labeled data 115
pxiangwu/topofilter Develops and evaluates machine learning algorithms to mitigate the effects of noisy labels in supervised learning. 29
delchiaro/training-cnn-noisy-labels-keras An implementation of a deep learning training method for handling noisy labels in convolutional neural networks using the VGG-16 network architecture. 6
paulalbert31/labelnoisecorrection An implementation of an unsupervised label noise modeling and loss correction approach for deep learning. 220
vdenberg/noisy-label-neural-network An implementation of a neural network algorithm designed to improve performance on noisy labeled data 3