paper-with-me

Papers

Bayesian Batch Active Learning as Sparse Subset Approximation

2019-08-06 · NeurIPS 2019 12 · Robert Pinsler, Jonathan Gordon, Eric Nalisnick, José Miguel Hernández-Lobato

Leveraging the wealth of unlabeled data produced in recent years provides great potential for improving supervised models. When the cost of acquiring labels is high, probabilistic active learning methods can be used to greedily select the most informative data points to be labeled. However, for many large-scale problems standard greedy procedures become computationally infeasible and suffer from negligible model change. In this paper, we introduce a novel Bayesian batch active learning approach that mitigates these issues. Our approach is motivated by approximating the complete data posterior of the model parameters. While naive batch construction methods result in correlated queries, our algorithm produces diverse batches that enable efficient active learning at scale. We derive interpretable closed-form solutions akin to existing active learning procedures for linear models, and generalize to arbitrary models using random projections. We demonstrate the benefits of our approach on several large-scale regression and classification tasks.

📄 PDF Abstract BibTeX arXiv:1908.02144

Code (2)

rpinsler/active-bayesian-coresets 공식 구현 pytorch
blackhc/active-bayesian-coresets pytorch

Tasks

Active Learning

Similar Papers 제목 키워드 기반

SABAL: Sparse Approximation-based Batch Active Learning

2021-09-29 · Maohao Shen, Bowen Jiang, Jacky Y. Zhang, Oluwasanmi O Koyejo

We propose a novel and general framework (i.e., SABAL) that formulates batch active learning as a sparse approximation problem. SABAL aims to find a weighted subset from the unlabeled data pool such that the correspondin…

Active Learning

Batch Active Learning from the Perspective of Sparse Approximation

2022-11-01 · Maohao Shen, Bowen Jiang, Jacky Yibo Zhang, Oluwasanmi Koyejo

Active learning enables efficient model training by leveraging interactions between machine learning agents and human annotators. We study and propose a novel framework that formulates batch active learning from the spar…

Active Learning

Speeding Up BatchBALD: A k-BALD Family of Approximations for Active Learning

2023-01-23 · Andreas Kirsch

Active learning is a powerful method for training machine learning models with limited labeled data. One commonly used technique for active learning is BatchBALD, which uses Bayesian neural networks to find the most info…

Active Learning

Fantasizing with Dual GPs in Bayesian Optimization and Active Learning

2022-11-02 · Paul E. Chang, Prakhar Verma, ST John, Victor Picheny 외

Gaussian processes (GPs) are the main surrogate functions used for sequential modelling such as Bayesian Optimization and Active Learning. Their drawbacks are poor scaling with data and the need to run an optimization lo…

Active LearningBayesian OptimizationGaussian Processes

BatchBALD: Efficient and Diverse Batch Acquisition for Deep Bayesian Active Learning

2019-06-19 · NeurIPS 2019 12 · Andreas Kirsch, Joost van Amersfoort, Yarin Gal

We develop BatchBALD, a tractable approximation to the mutual information between a batch of points and model parameters, which we use as an acquisition function to select multiple informative points jointly for the task…

Active Learning