paper-with-me

Papers

Label Selection Approach to Learning from Crowds

2023-08-21 · Kosuke Yoshimura, Hisashi Kashima

Supervised learning, especially supervised deep learning, requires large amounts of labeled data. One approach to collect large amounts of labeled data is by using a crowdsourcing platform where numerous workers perform the annotation tasks. However, the annotation results often contain label noise, as the annotation skills vary depending on the crowd workers and their ability to complete the task correctly. Learning from Crowds is a framework which directly trains the models using noisy labeled data from crowd workers. In this study, we propose a novel Learning from Crowds model, inspired by SelectiveNet proposed for the selective prediction problem. The proposed method called Label Selection Layer trains a prediction model by automatically determining whether to use a worker's label for training using a selector network. A major advantage of the proposed method is that it can be applied to almost all variants of supervised learning problems by simply adding a selector network and changing the objective function for existing models, without explicitly assuming a model of the noise in crowd annotations. The experimental results show that the performance of the proposed method is almost equivalent to or better than the Crowd Layer, which is one of the state-of-the-art methods for Deep Learning from Crowds, except for the regression problem case.

📄 PDF Abstract BibTeX arXiv:2308.10396

Code (1)

ssatsuki/label-selection-layer 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Task Selection for Bandit-Based Task Assignment in Heterogeneous Crowdsourcing

2015-07-26 · Hao Zhang, Masashi Sugiyama

Task selection (picking an appropriate labeling task) and worker selection (assigning the labeling task to a suitable worker) are two major challenges in task assignment for crowdsourcing. Recently, worker selection has …

Active Learning

Active Label Cleaning for Reliable Detection of Electron Dense Deposits in Transmission Electron Microscopy Images

2026-02-05 · Jieyun Tan, Shuo Liu, Guibin Zhang, Ziqi Li 외 arxiv

Automated detection of electron dense deposits (EDD) in glomerular disease is hindered by the scarcity of high-quality labeled data. While crowdsourcing reduces annotation cost, it introduces label noise. We propose an a…

Active Learning

Multi-Label Active Learning from Crowds

2015-08-04 · Shao-Yuan Li, Yuan Jiang, Zhi-Hua Zhou

Multi-label active learning is a hot topic in reducing the label cost by optimally choosing the most valuable instance to query its label from an oracle. In this paper, we consider the poolbased multi-label active learni…

Active LearningDiversity

Calpric: Inclusive and Fine-grain Labeling of Privacy Policies with Crowdsourcing and Active Learning

2024-01-16 · Wenjun Qiu, David Lie, Lisa Austin

A significant challenge to training accurate deep learning models on privacy policies is the cost and difficulty of obtaining a large and comprehensive set of training data. To address these challenges, we present Calpri…

16kActive Learning

A Robust UCB Scheme for Active Learning in Regression from Strategic Crowds

2016-01-25 · Divya Padmanabhan, Satyanath Bhat, Dinesh Garg, Shirish Shevade 외

We study the problem of training an accurate linear regression model by procuring labels from multiple noisy crowd annotators, under a budget constraint. We propose a Bayesian model for linear regression in crowdsourcing…

Active Learningparameter estimationregressionVariational Inference