paper-with-me

Papers

Learning from Crowds with Sparse and Imbalanced Annotations

2021-07-11 · Ye Shi, Shao-Yuan Li, Sheng-Jun Huang

Traditional supervised learning requires ground truth labels for the training data, whose collection can be difficult in many cases. Recently, crowdsourcing has established itself as an efficient labeling solution through resorting to non-expert crowds. To reduce the labeling error effects, one common practice is to distribute each instance to multiple workers, whereas each worker only annotates a subset of data, resulting in the {\it sparse annotation} phenomenon. In this paper, we note that when meeting with class-imbalance, i.e., when the ground truth labels are {\it class-imbalanced}, the sparse annotations are prone to be skewly distributed, which thus can severely bias the learning algorithm. To combat this issue, we propose one self-training based approach named {\it Self-Crowd} by progressively adding confident pseudo-annotations and rebalancing the annotation distribution. Specifically, we propose one distribution aware confidence measure to select confident pseudo-annotations, which adopts the resampling strategy to oversample the minority annotations and undersample the majority annotations. On one real-world crowdsourcing image classification task, we show that the proposed method yields more balanced annotations throughout training than the distribution agnostic methods and substantially improves the learning performance at different annotation sparsity levels.

📄 PDF Abstract BibTeX arXiv:2107.05039

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Evaluating Visual Properties via Robust HodgeRank

2014-08-15 · Qianqian Xu, Jiechao Xiong, Xiaochun Cao, Qingming Huang 외

Nowadays, how to effectively evaluate visual properties has become a popular topic for fine-grained visual comprehension. In this paper we study the problem of how to estimate such visual properties from a ranking perspe…

Graph SamplingOutlier Detection

Improve Learning from Crowds via Generative Augmentation

2021-07-22 · Zhendong Chu, Hongning Wang

Crowdsourcing provides an efficient label collection schema for supervised machine learning. However, to control annotation cost, each instance in the crowdsourced data is typically annotated by a small number of annotat…

BIG-bench Machine LearningData Augmentation

Deep Robust Subjective Visual Property Prediction in Crowdsourcing

2019-03-10 · CVPR 2019 6 · Qianqian Xu, Zhiyong Yang, Yangbangyan Jiang, Xiaochun Cao 외

The problem of estimating subjective visual properties (SVP) of images (e.g., Shoes A is more comfortable than B) is gaining rising attention. Due to its highly subjective nature, different annotators often exhibit diffe…

PredictionProperty Prediction

Leveraging Crowdsourcing Data For Deep Active Learning - An Application: Learning Intents in Alexa

2018-03-12 · Jie Yang, Thomas Drake, Andreas Damianou, Yoelle Maarek

This paper presents a generic Bayesian framework that enables any deep learning model to actively learn from targeted crowds. Our framework inherits from recent advances in Bayesian deep learning, and extends existing wo…

Active LearningDeep Learningintent-classificationIntent Classification

Revisiting Machine Learning from Crowds a Mixture Model for Grouping Annotations

2019-10-22 · Lecture Notes in Computer Science 2019 10 · Francisco Mena, Ricardo Ñanculef

Today, supervised learning is widely used for pattern recognition, computer vision and other tasks. In this setting, data need to be explicitly annotated. Unfortunately, obtaining accurate labels can be difficult, expens…