paper-with-me

Papers

Sampling Bias in Deep Active Classification: An Empirical Study

2019-09-20 · IJCNLP 2019 11 · Ameya Prabhu, Charles Dognin, Maneesh Singh

The exploding cost and time needed for data labeling and model training are bottlenecks for training DNN models on large datasets. Identifying smaller representative data samples with strategies like active learning can help mitigate such bottlenecks. Previous works on active learning in NLP identify the problem of sampling bias in the samples acquired by uncertainty-based querying and develop costly approaches to address it. Using a large empirical study, we demonstrate that active set selection using the posterior entropy of deep models like FastText.zip (FTZ) is robust to sampling biases and to various algorithmic choices (query size and strategies) unlike that suggested by traditional literature. We also show that FTZ based query strategy produces sample sets similar to those from more sophisticated approaches (e.g ensemble networks). Finally, we show the effectiveness of the selected samples by creating tiny high-quality datasets, and utilizing them for fast and cheap training of large models. Based on the above, we propose a simple baseline for deep active text classification that outperforms the state-of-the-art. We expect the presented work to be useful and informative for dataset compression and for problems involving active, semi-supervised or online learning scenarios. Code and models are available at: https://github.com/drimpossible/Sampling-Bias-Active-Learning

📄 PDF Abstract BibTeX arXiv:1909.09389

Code (2)

Xtra-Computing/thundersvm 공식 구현
drimpossible/Sampling-Bias-Active-Learning 공식 구현

Tasks

Active LearningClassificationGeneral Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Mitigating Sampling Bias and Improving Robustness in Active Learning

2021-09-13 · Ranganath Krishnan, Alok Sinha, Nilesh Ahuja, Mahesh Subedar 외

This paper presents simple and efficient methods to mitigate sampling bias in active learning while achieving state-of-the-art accuracy and model robustness. We introduce supervised contrastive active learning by leverag…

Active Learning

On robust risk-based active-learning algorithms for enhanced decision support

2022-01-07 · Aidan J. Hughes, Lawrence A. Bull, Paul Gardner, Nikolaos Dervilis 외

Classification models are a fundamental component of physical-asset management technologies such as structural health monitoring (SHM) systems and digital twins. Previous work introduced risk-based active learning, an on…

Active LearningAsset ManagementDecision MakingManagement+1

BeMap: Balanced Message Passing for Fair Graph Neural Network

2023-06-07 · Xiao Lin, Jian Kang, Weilin Cong, Hanghang Tong

Fairness in graph neural networks has been actively studied recently. However, existing works often do not explicitly consider the role of message passing in introducing or amplifying the bias. In this paper, we first in…

FairnessGraph Neural NetworkNode Classification

Active Data Sampling and Generation for Bias Remediation

2025-03-26 · Antonio Maratea, Rita Perna

Adequate sampling space coverage is the keystone to effectively train trustworthy Machine Learning models. Unfortunately, real data do carry several inherent risks due to the many potential biases they exhibit when gathe…

FairnessSemantic Role Labeling

Characterizing the robustness of Bayesian adaptive experimental designs to active learning bias

2022-05-27 · Sabina J. Sloman, Daniel M. Oppenheimer, Stephen B. Broomell, Cosma Rohilla Shalizi

Bayesian adaptive experimental design is a form of active learning, which chooses samples to maximize the information they give about uncertain parameters. Prior work has shown that other forms of active learning can suf…

Active LearningExperimental Design