paper-with-me

Papers

Re-Benchmarking Pool-Based Active Learning for Binary Classification

2023-06-15 · Po-Yi Lu, Chun-Liang Li, Hsuan-Tien Lin

Active learning is a paradigm that significantly enhances the performance of machine learning models when acquiring labeled data is expensive. While several benchmarks exist for evaluating active learning strategies, their findings exhibit some misalignment. This discrepancy motivates us to develop a transparent and reproducible benchmark for the community. Our efforts result in an open-sourced implementation (https://github.com/ariapoy/active-learning-benchmark) that is reliable and extensible for future research. By conducting thorough re-benchmarking experiments, we have not only rectified misconfigurations in existing benchmark but also shed light on the under-explored issue of model compatibility, which directly causes the observed discrepancy. Resolving the discrepancy reassures that the uncertainty sampling strategy of active learning remains an effective and preferred choice for most datasets. Our experience highlights the importance of dedicating research efforts towards re-benchmarking existing benchmarks to produce more credible results and gain deeper insights.

📄 PDF Abstract BibTeX arXiv:2306.08954

Code (1)

ariapoy/active-learning-benchmark 공식 구현

Tasks

Active LearningBenchmarkingBinary ClassificationClassification

Similar Papers 제목 키워드 기반

Interactive algorithms: from pool to stream

2016-02-02 · Sivan Sabato, Tom Hess

We consider interactive algorithms in the pool-based setting, and in the stream-based setting. Interactive algorithms observe suggested elements (representing actions or queries), and interactively select some of them an…

Active LearningBinary ClassificationGeneral Classification

ALdataset: a benchmark for pool-based active learning

2020-10-16 · Xueying Zhan, Antoni Bert Chan

Active learning (AL) is a subfield of machine learning (ML) in which a learning algorithm could achieve good accuracy with less training samples by interactively querying a user/oracle to label new data points. Pool-base…

Active LearningBenchmarking

Building Bridges: Viewing Active Learning from the Multi-Armed Bandit Lens

2013-09-26 · Ravi Ganti, Alexander G. Gray

In this paper we propose a multi-armed bandit inspired, pool based active learning algorithm for the problem of binary classification. By carefully constructing an analogy between active learning and multi-armed bandits,…

Active LearningBinary ClassificationGeneral ClassificationMulti-Armed Bandits

Discriminative Active Learning

2019-07-15 · ICLR 2019 5 · Daniel Gissin, Shai Shalev-Shwartz

We propose a new batch mode active learning algorithm designed for neural networks and large query batch sizes. The method, Discriminative Active Learning (DAL), poses active learning as a binary classification task, att…

Active LearningBinary ClassificationClassificationGeneral Classification+2

Active Learning for Binary Classification with Abstention

2019-06-01 · Shubhanshu Shekhar, Mohammad Ghavamzadeh, Tara Javidi

We construct and analyze active learning algorithms for the problem of binary classification with abstention. We consider three abstention settings: \emph{fixed-cost} and two variants of \emph{bounded-rate} abstention, a…

Active LearningBinary ClassificationClassificationGeneral Classification