learning-to-reweight-examples
Example weighting
Project implementing a method to improve deep learning model robustness by re-weighting examples with noisy labels
Code for paper "Learning to Reweight Examples for Robust Deep Learning"
269 stars
10 watching
52 forks
Language: Python
last commit: over 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
xjtushujun/meta-weight-net | An implementation of a meta-learning algorithm to improve sample weighting in classification tasks with noisy labels. | 281 |
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 |
tdeboissiere/deeplearningimplementations | A collection of implementations of recent deep learning papers in Python | 1,815 |
uber/petastorm | Enables training and evaluation of deep learning models from Apache Parquet datasets in various machine learning frameworks | 1,799 |
google-research/noisystudent | A semi-supervised learning method to improve the accuracy of machine learning models by using noisy teacher models and student models. | 753 |
uber/neuropod | A unified interface to run deep learning models from multiple frameworks using C++ and Python. | 936 |
xiaoboxia/t-revision | A PyTorch implementation of a method for learning with noisy labels in deep neural networks | 98 |
uber-research/upsnet | Develops an instance segmentation and panoptic segmentation model for computer vision tasks. | 649 |
codingtrain/machine-learning | A collection of resources and examples around machine learning for education and development | 955 |
ys-zong/vl-icl | A benchmarking suite for multimodal in-context learning models | 28 |
mop/bier | This project implements a deep metric learning framework using an adversarial auxiliary loss to improve robustness. | 39 |
arunmallya/piggyback | Adapting a single network to multiple tasks by learning to mask weights | 181 |
bsharchilev/influence_boosting | This repository implements methods to find influential training samples in Gradient Boosted Decision Trees ensembles | 67 |
uber-research/pplm | An implementation of a plug-and-play language model that allows users to steer the topic and attributes of large language models. | 1,131 |
xiaoboxia/cdr | An implementation of a PyTorch-based deep learning method to improve robustness against noisy labels in image classification tasks | 75 |