paper-with-me

홈 › Papers

Multi-annotator Deep Learning: A Probabilistic Framework for Classification

2023-04-05 · Marek Herde, Denis Huseljic, Bernhard Sick

Solving complex classification tasks using deep neural networks typically requires large amounts of annotated data. However, corresponding class labels are noisy when provided by error-prone annotators, e.g., crowdworkers. Training standard deep neural networks leads to subpar performances in such multi-annotator supervised learning settings. We address this issue by presenting a probabilistic training framework named multi-annotator deep learning (MaDL). A downstream ground truth and an annotator performance model are jointly trained in an end-to-end learning approach. The ground truth model learns to predict instances' true class labels, while the annotator performance model infers probabilistic estimates of annotators' performances. A modular network architecture enables us to make varying assumptions regarding annotators' performances, e.g., an optional class or instance dependency. Further, we learn annotator embeddings to estimate annotators' densities within a latent space as proxies of their potentially correlated annotations. Together with a weighted loss function, we improve the learning from correlated annotation patterns. In a comprehensive evaluation, we examine three research questions about multi-annotator supervised learning. Our findings show MaDL's state-of-the-art performance and robustness against many correlated, spamming annotators.

📄 PDF Abstract BibTeX arXiv:2304.02539

Code (1)

ies-research/multi-annotator-deep-learning 공식 구현 pytorch

Tasks

ClassificationDeep Learning

Similar Papers 제목 키워드 기반

Calibrating Probabilistic Object Detectors with Annotator Disagreement

2026-05-23 · Zhi Qin Tan, Owen Addison, Yunpeng Li arxiv

High degrees of disagreement among annotators can exist for ambiguous objects, e.g. in medical images, underscoring the challenges of establishing ground truth annotations in object detection tasks. Despite this, all exi…

Object Detection

Interpretable Probabilistic Medical Image Segmentation via Gaussian Process with Explicit Modelling of Annotation Bias and Variability

2026-06-22 · Qi Li, Yuliang Huang, Shaheer U. Saeed, Qianye Yang 외 arxiv

Deep learning-based medical image segmentation models are trained using annotations that exhibit systematic bias and variability across raters. While probabilistic multi-rater approaches can emulate annotator-specific de…

Medical Image Segmentation

Multi-Class Multi-Annotator Active Learning With Robust Gaussian Process for Visual Recognition

2015-12-01 · ICCV 2015 12 · Chengjiang Long, Gang Hua

Active learning is an effective way to relieve the tedious work of manual annotation in many applications of visual recognition. However, less research attention has been focused on multi-class active learning. In this p…

Active LearningBayesian InferenceGeneral ClassificationReinforcement Learning+1

Modelling Instance-Level Annotator Reliability for Natural Language Labelling Tasks

2019-05-13 · NAACL 2019 6 · Maolin Li, Arvid Fahlström Myrman, Tingting Mu, Sophia Ananiadou

When constructing models that learn from noisy labels produced by multiple annotators, it is important to accurately estimate the reliability of annotators. Annotators may provide labels of inconsistent quality due to th…

Natural Language Inferencetext-classificationText Classification

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