paper-with-me

Papers

Hitting the Target: Stopping Active Learning at the Cost-Based Optimum

2021-10-07 · Zac Pullar-Strecker, Katharina Dost, Eibe Frank, Jörg Wicker

Active learning allows machine learning models to be trained using fewer labels while retaining similar performance to traditional supervised learning. An active learner selects the most informative data points, requests their labels, and retrains itself. While this approach is promising, it raises the question of how to determine when the model is `good enough' without the additional labels required for traditional evaluation. Previously, different stopping criteria have been proposed aiming to identify the optimal stopping point. Yet, optimality can only be expressed as a domain-dependent trade-off between accuracy and the number of labels, and no criterion is superior in all applications. As a further complication, a comparison of criteria for a particular real-world application would require practitioners to collect additional labelled data they are aiming to avoid by using active learning in the first place. This work enables practitioners to employ active learning by providing actionable recommendations for which stopping criteria are best for a given real-world scenario. We contribute the first large-scale comparison of stopping criteria for pool-based active learning, using a cost measure to quantify the accuracy/label trade-off, public implementations of all stopping criteria we evaluate, and an open-source framework for evaluating stopping criteria. Our research enables practitioners to substantially reduce labelling costs by utilizing the stopping criterion which best suits their domain.

📄 PDF Abstract BibTeX arXiv:2110.03802

Code (1)

zacps/al-stopping-conditions 공식 구현

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Heuristic Stopping Rules For Technology-Assisted Review

2021-06-18 · Eugene Yang, David D. Lewis, Ophir Frieder

Technology-assisted review (TAR) refers to human-in-the-loop active learning workflows for finding relevant documents in large collections. These workflows often must meet a target for the proportion of relevant document…

Active LearningTAR

Evaluating Noisy Optimisation Algorithms: First Hitting Time is Problematic

2017-06-13 · Simon M. Lucas, Jialin Liu, Diego Pérez-Liébana

A key part of any evolutionary algorithm is fitness evaluation. When fitness evaluations are corrupted by noise, as happens in many real-world problems as a consequence of various types of uncertainty, a strategy is need…

On Trading American Put Options with Interactive Volatility

2017-03-27

We introduce a simple stochastic volatility model, whose novelty consists in taking into account hitting times of the asset price, and study the optimal stopping problem corresponding to a put option whose time horizon (…

Deciding when to stop: Efficient stopping of active learning guided drug-target prediction

2015-04-09 · Maja Temerinac-Ott, Armaghan W. Naik, Robert F. Murphy

Active learning has shown to reduce the number of experiments needed to obtain high-confidence drug-target predictions. However, in order to actually save experiments using active learning, it is crucial to have a method…

Active Learningregression

Revisiting Smoothed Online Learning

2021-02-13 · NeurIPS 2021 12 · Lijun Zhang, Wei Jiang, Shiyin Lu, Tianbao Yang

In this paper, we revisit the problem of smoothed online learning, in which the online learner suffers both a hitting cost and a switching cost, and target two performance metrics: competitive ratio and dynamic regret wi…