paper-with-me

Papers

NeuCrowd: Neural Sampling Network for Representation Learning with Crowdsourced Labels

2020-03-21 · Yang Hao, Wenbiao Ding, Zitao Liu

Representation learning approaches require a massive amount of discriminative training data, which is unavailable in many scenarios, such as healthcare, smart city, education, etc. In practice, people refer to crowdsourcing to get annotated labels. However, due to issues like data privacy, budget limitation, shortage of domain-specific annotators, the number of crowdsourced labels is still very limited. Moreover, because of annotators' diverse expertise, crowdsourced labels are often inconsistent. Thus, directly applying existing supervised representation learning (SRL) algorithms may easily get the overfitting problem and yield suboptimal solutions. In this paper, we propose \emph{NeuCrowd}, a unified framework for SRL from crowdsourced labels. The proposed framework (1) creates a sufficient number of high-quality \emph{n}-tuplet training samples by utilizing safety-aware sampling and robust anchor generation; and (2) automatically learns a neural sampling network that adaptively learns to select effective samples for SRL networks. The proposed framework is evaluated on both one synthetic and three real-world data sets. The results show that our approach outperforms a wide range of state-of-the-art baselines in terms of prediction accuracy and AUC. To encourage reproducible results, we make our code publicly available at \url{https://github.com/tal-ai/NeuCrowd_KAIS2021}.

📄 PDF Abstract BibTeX arXiv:2003.09660

Code (2)

crowd-data-mining/NeuCrowd 공식 구현 tf
tal-ai/neucrowd_kais2021 공식 구현 tf

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Learning Effective Embeddings From Crowdsourced Labels: An Educational Case Study

2019-07-18 · Guowei Xu, Wenbiao Ding, Jiliang Tang, Songfan Yang 외

Learning representation has been proven to be helpful in numerous machine learning tasks. The success of the majority of existing representation learning approaches often requires a large amount of consistent and noise-f…

Representation Learning

Temporal-aware Language Representation Learning From Crowdsourced Labels

2021-07-15 · ACL (RepL4NLP) 2021 8 · Yang Hao, Xiao Zhai, Wenbiao Ding, Zitao Liu

Learning effective language representations from crowdsourced labels is crucial for many real-world machine learning tasks. A challenging aspect of this problem is that the quality of crowdsourced labels suffer high intr…

Representation Learning

Representation Learning from Limited Educational Data with Crowdsourced Labels

2020-09-23 · Wentao Wang, Guowei Xu, Wenbiao Ding, Gale Yan Huang 외

Representation learning has been proven to play an important role in the unprecedented success of machine learning models in numerous tasks, such as machine translation, face recognition and recommendation. The majority …

Face RecognitionMachine TranslationRepresentation Learning

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

A Light-weight, Effective and Efficient Model for Label Aggregation in Crowdsourcing

2022-11-19 · Yi Yang, Zhong-Qiu Zhao, Quan Bai, Qing Liu 외

Due to the noises in crowdsourced labels, label aggregation (LA) has emerged as a standard procedure to post-process crowdsourced labels. LA methods estimate true labels from crowdsourced labels by modeling worker qualit…