paper-with-me

Papers

Bounded Expectation of Label Assignment: Dataset Annotation by Supervised Splitting with Bias-Reduction Techniques

2019-06-17 · Alyssa Herbst, Bert Huang

Annotating large unlabeled datasets can be a major bottleneck for machine learning applications. We introduce a scheme for inferring labels of unlabeled data at a fraction of the cost of labeling the entire dataset. Our scheme, bounded expectation of label assignment (BELA), greedily queries an oracle (or human labeler) and partitions a dataset to find data subsets that have mostly the same label. BELA can then infer labels by majority vote of the known labels in each subset. BELA determines whether to split or label from a subset by maximizing a lower bound on the expected number of correctly labeled examples. Our approach differs from existing hierarchical labeling schemes by using supervised models to partition the data, therefore avoiding reliance on unsupervised clustering methods that may not accurately group data by label. We design BELA with strategies to avoid bias that could be introduced through this adaptive partitioning. We evaluate BELA on three datasets and find that it outperforms existing strategies for adaptive labeling.

📄 PDF Abstract BibTeX arXiv:1906.07046

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningClustering

Similar Papers 제목 키워드 기반

Learning From Weakly Supervised Data by The Expectation Loss SVM (e-SVM) algorithm

2014-12-01 · NeurIPS 2014 12 · Jun Zhu, Junhua Mao, Alan L. Yuille

In many situations we have some measurement of confidence on ``positiveness for a binary label. The ``positiveness" is a continuous value whose range is a bounded interval. It quantifies the affiliation of each training …

object-detectionObject DetectionSemantic Segmentation

RoScenes: A Large-scale Multi-view 3D Dataset for Roadside Perception

2024-05-16 · Xiaosu Zhu, Hualian Sheng, Sijia Cai, Bing Deng 외

We introduce RoScenes, the largest multi-view roadside perception dataset, which aims to shed light on the development of vision-centric Bird's Eye View (BEV) approaches for more challenging traffic scenes. The highlight…

Mix of Experts Language Model for Named Entity Recognition

2024-04-30 · Xinwei Chen, Kun Li, Tianyou Song, Jiangjian Guo

Named Entity Recognition (NER) is an essential steppingstone in the field of natural language processing. Although promising performance has been achieved by various distantly supervised models, we argue that distant sup…

Language ModelingLanguage ModellingMixture-of-Expertsnamed-entity-recognition+3

Robust Assignment of Labels for Active Learning with Sparse and Noisy Annotations

2023-07-25 · Daniel Kałuża, Andrzej Janusz, Dominik Ślęzak

Supervised classification algorithms are used to solve a growing number of real-life problems around the globe. Their performance is strictly connected with the quality of labels used in training. Unfortunately, acquirin…

Active Learning

Learning data association without data association: An EM approach to neural assignment prediction

2021-05-02 · Michael Burke, Subramanian Ramamoorthy

Data association is a fundamental component of effective multi-object tracking. Current approaches to data-association tend to frame this as an assignment problem relying on gating and distance-based cost matrices, or of…

Multi-Object TrackingObjectObject RecognitionObject Tracking