paper-with-me

Papers

A Framework and Benchmark for Deep Batch Active Learning for Regression

2022-03-17 · David Holzmüller, Viktor Zaverkin, Johannes Kästner, Ingo Steinwart

The acquisition of labels for supervised learning can be expensive. To improve the sample efficiency of neural network regression, we study active learning methods that adaptively select batches of unlabeled data for labeling. We present a framework for constructing such methods out of (network-dependent) base kernels, kernel transformations, and selection methods. Our framework encompasses many existing Bayesian methods based on Gaussian process approximations of neural networks as well as non-Bayesian methods. Additionally, we propose to replace the commonly used last-layer features with sketched finite-width neural tangent kernels and to combine them with a novel clustering method. To evaluate different methods, we introduce an open-source benchmark consisting of 15 large tabular regression data sets. Our proposed method outperforms the state-of-the-art on our benchmark, scales to large data sets, and works out-of-the-box without adjusting the network architecture or training code. We provide open-source code that includes efficient implementations of all kernels, kernel transformations, and selection methods, and can be used for reproducing our results.

📄 PDF Abstract BibTeX arXiv:2203.09410

Code (2)

dholzmueller/bmdal_reg 공식 구현 pytorch
blackhc/2302.08981 pytorch

Tasks

Active Learningregressiontabular-regression

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…
BASE 설명 없음

Similar 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 a…

Active Learningregression

A Graph-Based Approach for Active Learning in Regression

2020-01-30 · Hongjing Zhang, S. S. Ravi, Ian Davidson

Active learning aims to reduce labeling efforts by selectively asking humans to annotate the most important data points from an unlabeled pool and is an example of human-machine interaction. Though active learning has be…

Active Learningregression

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