paper-with-me

홈 › Papers

Learning From Noisy Singly-labeled Data

2017-12-13 · ICLR 2018 1 · Ashish Khetan, Zachary C. Lipton, Anima Anandkumar

Supervised learning depends on annotated examples, which are taken to be the \emph{ground truth}. But these labels often come from noisy crowdsourcing platforms, like Amazon Mechanical Turk. Practitioners typically collect multiple labels per example and aggregate the results to mitigate noise (the classic crowdsourcing problem). Given a fixed annotation budget and unlimited unlabeled data, redundant annotation comes at the expense of fewer labeled examples. This raises two fundamental questions: (1) How can we best learn from noisy workers? (2) How should we allocate our labeling budget to maximize the performance of a classifier? We propose a new algorithm for jointly modeling labels and worker quality from noisy crowd-sourced data. The alternating minimization proceeds in rounds, estimating worker quality from disagreement with the current model and then updating the model by optimizing a loss function that accounts for the current estimate of worker quality. Unlike previous approaches, even with only one annotation per example, our algorithm can estimate worker quality. We establish a generalization error bound for models learned with our algorithm and establish theoretically that it's better to label many examples once (vs less multiply) when worker quality is above a threshold. Experiments conducted on both ImageNet (with simulated noisy workers) and MS-COCO (using the real crowdsourced labels) confirm our algorithm's benefits.

📄 PDF Abstract BibTeX arXiv:1712.04577

Code (1)

khetan2/MBEM 공식 구현 mxnet

Similar Papers 제목 키워드 기반

Self-semi-supervised Learning to Learn from NoisyLabeled Data

2020-11-03 · Jiacheng Wang, Yue Ma, Shuang Gao

The remarkable success of today's deep neural networks highly depends on a massive number of correctly labeled data. However, it is rather costly to obtain high-quality human-labeled data, leading to the active research …

Few-shot Learning with Noisy Labels

2022-04-12 · CVPR 2022 1 · Kevin J Liang, Samrudhdhi B. Rangrej, Vladan Petrovic, Tal Hassner

Few-shot learning (FSL) methods typically assume clean support sets with accurately labeled samples when training on novel classes. This assumption can often be unrealistic: support sets, no matter how small, can still i…

Few-Shot LearningLearning with noisy labels

Learning from Noisy Similar and Dissimilar Data

2020-02-03 · Soham Dan, Han Bao, Masashi Sugiyama

With the widespread use of machine learning for classification, it becomes increasingly important to be able to use weaker kinds of supervision for tasks in which it is hard to obtain standard labeled data. One such kind…

A Novel Perspective for Positive-Unlabeled Learning via Noisy Labels

2021-03-08 · Daiki Tanaka, Daiki Ikami, Kiyoharu Aizawa

Positive-unlabeled learning refers to the process of training a binary classifier using only positive and unlabeled data. Although unlabeled data can contain positive data, all unlabeled data are regarded as negative dat…

Exploiting Noisy Data in Distant Supervision Relation Classification

2019-06-01 · NAACL 2019 6 · Kaijia Yang, Liang He, Xin-yu Dai, Shu-Jian Huang 외

Distant supervision has obtained great progress on relation classification task. However, it still suffers from noisy labeling problem. Different from previous works that underutilize noisy data which inherently characte…

ClassificationGeneral Classificationreinforcement-learningReinforcement Learning+3