paper-with-me

Papers

Using Trusted Data to Train Deep Networks on Labels Corrupted by Severe Noise

2018-02-14 · NeurIPS 2018 12 · Dan Hendrycks, Mantas Mazeika, Duncan Wilson, Kevin Gimpel

The growing importance of massive datasets used for deep learning makes robustness to label noise a critical property for classifiers to have. Sources of label noise include automatic labeling, non-expert labeling, and label corruption by data poisoning adversaries. Numerous previous works assume that no source of labels can be trusted. We relax this assumption and assume that a small subset of the training data is trusted. This enables substantial label corruption robustness performance gains. In addition, particularly severe label noise can be combated by using a set of trusted data with clean labels. We utilize trusted data by proposing a loss correction technique that utilizes trusted examples in a data-efficient manner to mitigate the effects of label noise on deep neural network classifiers. Across vision and natural language processing tasks, we experiment with various label noises at several strengths, and show that our method significantly outperforms existing methods.

📄 PDF Abstract BibTeX arXiv:1802.05300

Code (1)

mmazeika/glc 공식 구현 pytorch

Tasks

Data Poisoning

Methods 이 논문이 사용한 방법론

1cycle 설명 없음

Similar Papers 제목 키워드 기반

A Simple yet Effective Baseline for Robust Deep Learning with Noisy Labels

2019-03-25 · Anonymous

Recently deep neural networks have shown their capacity to memorize training data, even with noisy labels, which hurts generalization performance. To mitigate this issue, we propose a simple but effective method that is …

Learning with noisy labels

A Simple yet Effective Baseline for Robust Deep Learning with Noisy Labels

2019-09-20 · Yucen Luo, Jun Zhu, Tomas Pfister

Recently deep neural networks have shown their capacity to memorize training data, even with noisy labels, which hurts generalization performance. To mitigate this issue, we provide a simple but effective baseline method…

Learning with noisy labels

Importance Reweighting for Biquality Learning

2020-10-19 · Pierre Nodet, Vincent Lemaire, Alexis Bondu, Antoine Cornuéjols

The field of Weakly Supervised Learning (WSL) has recently seen a surge of popularity, with numerous papers addressing different types of "supervision deficiencies", namely: poor quality, non adaptability, and insufficie…

Weakly-supervised Learning

Distilling Effective Supervision from Severe Label Noise

2019-10-01 · CVPR 2020 6 · Zizhao Zhang, Han Zhang, Sercan O. Arik, Honglak Lee 외

Collecting large-scale data with clean labels for supervised training of neural networks is practically challenging. Although noisy labels are usually cheap to acquire, existing methods suffer a lot from label noise. Thi…

Image Classification

Robust Federated Training via Collaborative Machine Teaching using Trusted Instances

2019-05-08 · Yufei Han, Xiangliang Zhang

Federated learning performs distributed model training using local data hosted by agents. It shares only model parameter updates for iterative aggregation at the server. Although it is privacy-preserving by design, feder…

Data PoisoningFederated LearningPrivacy Preserving