paper-with-me

홈 › Papers

Label Correction of Crowdsourced Noisy Annotations with an Instance-Dependent Noise Transition Model

2023-09-21 · NeurIPS 2023 11

The predictive ability of supervised learning algorithms hinges on the quality of annotated examples, whose labels often come from multiple crowdsourced annotators with diverse expertise. To aggregate noisy crowdsourced annotations, many existing methods employ an annotator-specific instance-independent noise transition matrix to characterize the labeling skills of each annotator. Learning an instance-dependent noise transition model, however, is challenging and remains relatively less explored. To address this problem, in this paper, we formulate the noise transition model in a Bayesian framework and subsequently design a new label correction algorithm. Specifically, we approximate the instance-dependent noise transition matrices using a Bayesian network with a hierarchical spike and slab prior. To theoretically characterize the distance between the noise transition model and the true instance-dependent noise transition matrix, we provide a posterior-concentration theorem that ensures the posterior consistency in terms of the Hellinger distance. We further formulate the label correction process as a hypothesis testing problem and propose a novel algorithm to infer the true label from the noisy annotations based on the pairwise likelihood ratio test. Moreover, we establish an information-theoretic bound on the Bayes error for the proposed method. We validate the effectiveness of our approach through experiments on benchmark and real-world datasets.Submission Number: 7361

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Finding Patterns in Noisy Crowds: Regression-based Annotation Aggregation for Crowdsourced Data

2017-09-01 · EMNLP 2017 9 · Natalie Parde, Rodney Nielsen

Crowdsourcing offers a convenient means of obtaining labeled data quickly and inexpensively. However, crowdsourced labels are often noisier than expert-annotated data, making it difficult to aggregate them meaningfully. …

regression

Crowdsourcing Semantic Label Propagation in Relation Classification

2018-09-03 · WS 2018 11 · Anca Dumitrache, Lora Aroyo, Chris Welty

Distant supervision is a popular method for performing relation extraction from text that is known to produce noisy labels. Most progress in relation extraction and classification has been made with crowdsourced correcti…

ClassificationGeneral ClassificationRelationRelation Classification+2

Bayesian Detector Combination for Object Detection with Crowdsourced Annotations

2024-07-10 · Zhi Qin Tan, Olga Isupova, Gustavo Carneiro, Xiatian Zhu 외

Acquiring fine-grained object detection annotations in unconstrained images is time-consuming, expensive, and prone to noise, especially in crowdsourcing scenarios. Most prior object detection methods assume accurate ann…

Objectobject-detectionObject Detection

Learning to Segment from Noisy Annotations: A Spatial Correction Approach

2023-07-21 · Jiachen Yao, Yikai Zhang, Songzhu Zheng, Mayank Goswami 외

Noisy labels can significantly affect the performance of deep neural networks (DNNs). In medical image segmentation tasks, annotations are error-prone due to the high demand in annotation time and in the annotators' expe…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Instance Correction for Learning with Open-set Noisy Labels

2021-06-01 · Xiaobo Xia, Tongliang Liu, Bo Han, Mingming Gong 외

The problem of open-set noisy labels denotes that part of training data have a different label space that does not contain the true class. Lots of approaches, e.g., loss correction and label correction, cannot handle suc…