paper-with-me

홈 › Papers

Trustable Co-label Learning from Multiple Noisy Annotators

2022-03-08 · Shikun Li, Tongliang Liu, Jiyong Tan, Dan Zeng, Shiming Ge

Supervised deep learning depends on massive accurately annotated examples, which is usually impractical in many real-world scenarios. A typical alternative is learning from multiple noisy annotators. Numerous earlier works assume that all labels are noisy, while it is usually the case that a few trusted samples with clean labels are available. This raises the following important question: how can we effectively use a small amount of trusted data to facilitate robust classifier learning from multiple annotators? This paper proposes a data-efficient approach, called \emph{Trustable Co-label Learning} (TCL), to learn deep classifiers from multiple noisy annotators when a small set of trusted data is available. This approach follows the coupled-view learning manner, which jointly learns the data classifier and the label aggregator. It effectively uses trusted data as a guide to generate trustable soft labels (termed co-labels). A co-label learning can then be performed by alternately reannotating the pseudo labels and refining the classifiers. In addition, we further improve TCL for a special complete data case, where each instance is labeled by all annotators and the label aggregator is represented by multilayer neural networks to enhance model capacity. Extensive experiments on synthetic and real datasets clearly demonstrate the effectiveness and robustness of the proposed approach. Source code is available at https://github.com/ShikunLi/TCL

📄 PDF Abstract BibTeX arXiv:2203.04199

Code (1)

shikunli/tcl 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Annot-Mix: Learning with Noisy Class Labels from Multiple Annotators via a Mixup Extension

2024-05-06 · Marek Herde, Lukas Lührs, Denis Huseljic, Bernhard Sick

Training with noisy class labels impairs neural networks' generalization performance. In this context, mixup is a popular regularization technique to improve training robustness by making memorizing false class labels mo…

ARNOR: Attention Regularization based Noise Reduction for Distant Supervision Relation Classification

2019-07-01 · ACL 2019 7 · Wei Jia, Dai Dai, Xinyan Xiao, Hua Wu

Distant supervision is widely used in relation classification in order to create large-scale training data by aligning a knowledge base with an unlabeled corpus. However, it also introduces amounts of noisy labels where …

ClassificationGeneral ClassificationRelationRelation Classification+1

Meta-learning Representations for Learning from Multiple Annotators

2025-06-12 · Atsutoshi Kumagai, Tomoharu Iwata, Taishi Nishiyama, Yasutoshi Ida 외

We propose a meta-learning method for learning from multiple noisy annotators. In many applications such as crowdsourcing services, labels for supervised learning are given by multiple annotators. Since the annotators ha…

Meta-Learning

Learning from Multiple Annotators by Incorporating Instance Features

2021-06-29 · Jingzheng Li, Hailong Sun, Jiyi Li, Zhijun Chen 외

Learning from multiple annotators aims to induce a high-quality classifier from training instances, where each of them is associated with a set of possibly noisy labels provided by multiple annotators under the influence…

Learning From Noisy Labels By Regularized Estimation Of Annotator Confusion

2019-02-10 · CVPR 2019 6 · Ryutaro Tanno, Ardavan Saeedi, Swami Sankaranarayanan, Daniel C. Alexander 외

The predictive performance of supervised learning algorithms depends on the quality of labels. In a typical label collection process, multiple annotators provide subjective noisy estimates of the "truth" under the influe…

image-classificationImage Classification