paper-with-me

Papers

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-based AL is well-motivated in many ML tasks, where unlabeled data is abundant, but their labels are hard to obtain. Although many pool-based AL methods have been developed, the lack of a comparative benchmarking and integration of techniques makes it difficult to: 1) determine the current state-of-the-art technique; 2) evaluate the relative benefit of new methods for various properties of the dataset; 3) understand what specific problems merit greater attention; and 4) measure the progress of the field over time. To conduct easier comparative evaluation among AL methods, we present a benchmark task for pool-based active learning, which consists of benchmarking datasets and quantitative metrics that summarize overall performance. We present experiment results for various active learning strategies, both recently proposed and classic highly-cited methods, and draw insights from the results.

📄 PDF Abstract BibTeX arXiv:2010.08161

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningBenchmarking

Similar Papers 제목 키워드 기반

Deep Active Learning with Contrastive Learning Under Realistic Data Pool Assumptions

2023-03-25 · Jihyo Kim, JEONGHYEON KIM, Sangheum Hwang

Active learning aims to identify the most informative data from an unlabeled data pool that enables a model to reach the desired accuracy rapidly. This benefits especially deep neural networks which generally require a h…

Active LearningContrastive Learning

Pool-Based Active Learning with Proper Topological Regions

2023-10-02 · Lies Hadjadj, Emilie Devijver, Remi Molinier, Massih-Reza Amini

Machine learning methods usually rely on large sample size to have good performance, while it is difficult to provide labeled set in many applications. Pool-based active learning methods are there to detect, among a set …

Active LearningMulti-class ClassificationTopological Data Analysis

CHATTER: A Character Attribution Dataset for Narrative Understanding

2024-11-07 · Sabyasachee Baruah, Shrikanth Narayanan

Computational narrative understanding studies the identification, description, and interaction of the elements of a narrative: characters, attributes, events, and relations. Narrative research has given considerable atte…

Attribute

Active Learning from the Web

2022-10-15 · Ryoma Sato

Labeling data is one of the most costly processes in machine learning pipelines. Active learning is a standard approach to alleviating this problem. Pool-based active learning first builds a pool of unlabelled data and i…

Active LearningInformation RetrievalRetrieval

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