paper-with-me

Papers

Black-Box Batch Active Learning for Regression

2023-02-17 · Andreas Kirsch

Batch active learning is a popular approach for efficiently training machine learning models on large, initially unlabelled datasets by repeatedly acquiring labels for batches of data points. However, many recent batch active learning methods are white-box approaches and are often limited to differentiable parametric models: they score unlabeled points using acquisition functions based on model embeddings or first- and second-order derivatives. In this paper, we propose black-box batch active learning for regression tasks as an extension of white-box approaches. Crucially, our method only relies on model predictions. This approach is compatible with a wide range of machine learning models, including regular and Bayesian deep learning models and non-differentiable models such as random forests. It is rooted in Bayesian principles and utilizes recent kernel-based approaches. This allows us to extend a wide range of existing state-of-the-art white-box batch active learning methods (BADGE, BAIT, LCMD) to black-box models. We demonstrate the effectiveness of our approach through extensive experimental evaluations on regression datasets, achieving surprisingly strong performance compared to white-box approaches for deep learning models.

📄 PDF Abstract BibTeX arXiv:2302.08981

Code (3)

blackhc/2302.08981 공식 구현 pytorch
uqhwen2/FCCM pytorch
uqhwen2/MACAL pytorch

Tasks

Active Learningregression

Similar Papers 제목 키워드 기반

Batch Active Learning in Gaussian Process Regression using Derivatives

2024-08-03 · Hon Sum Alec Yu, Christoph Zimmer, Duy Nguyen-Tuong

We investigate the use of derivative information for Batch Active Learning in Gaussian Process regression models. The proposed approach employs the predictive covariance matrix for selection of data batches to exploit fu…

Active Learningregression

Offline EEG-Based Driver Drowsiness Estimation Using Enhanced Batch-Mode Active Learning (EBMAL) for Regression

2018-05-12 · Dongrui Wu, Vernon J. Lawhern, Stephen Gordon, Brent J. Lance 외

There are many important regression problems in real-world brain-computer interface (BCI) applications, e.g., driver drowsiness estimation from EEG signals. This paper considers offline analysis: given a pool of unlabele…

Active LearningBrain Computer InterfaceDiversityEEG+2

BatchGFN: Generative Flow Networks for Batch Active Learning

2023-06-26 · Shreshth A. Malik, Salem Lahlou, Andrew Jesson, Moksh Jain 외

We introduce BatchGFN -- a novel approach for pool-based active learning that uses generative flow networks to sample sets of data points proportional to a batch reward. With an appropriate reward function to quantify th…

Active Learning

Batched Energy-Entropy acquisition for Bayesian Optimization

2024-10-11 · Felix Teufel, Carsten Stahlhut, Jesper Ferkinghoff-Borg

Bayesian optimization (BO) is an attractive machine learning framework for performing sample-efficient global optimization of black-box functions. The optimization process is guided by an acquisition function that select…

Bayesian OptimizationGaussian Processesglobal-optimization

Batch Bayesian Active Learning with Partial Batch Label Sampling

2025-10-10 · Kangping Hu, Stephen Mussmann arxiv

Over the past couple of decades, many active learning acquisition functions have been proposed, leaving practitioners with an unclear choice of which to use. Bayesian-based active learning offers principled objectives wi…

Active Learning