paper-with-me

Papers

Scalable Batch-Mode Deep Bayesian Active Learning via Equivalence Class Annealing

2021-12-27 · Renyu Zhang, Aly A. Khan, Robert L. Grossman, Yuxin Chen

Active learning has demonstrated data efficiency in many fields. Existing active learning algorithms, especially in the context of batch-mode deep Bayesian active models, rely heavily on the quality of uncertainty estimations of the model, and are often challenging to scale to large batches. In this paper, we propose Batch-BALanCe, a scalable batch-mode active learning algorithm, which combines insights from decision-theoretic active learning, combinatorial information measure, and diversity sampling. At its core, Batch-BALanCe relies on a novel decision-theoretic acquisition function that facilitates differentiation among different equivalence classes. Intuitively, each equivalence class consists of hypotheses (e.g., posterior samples of deep neural networks) with similar predictions, and Batch-BALanCe adaptively adjusts the size of the equivalence classes as learning progresses. To scale up the computation of queries to large batches, we further propose an efficient batch-mode acquisition procedure, which aims to maximize a novel information measure defined through the acquisition function. We show that our algorithm can effectively handle realistic multi-class classification tasks, and achieves compelling performance on several benchmark datasets for active learning under both low- and large-batch regimes. Reference code is released at https://github.com/zhangrenyuuchicago/BALanCe.

📄 PDF Abstract BibTeX arXiv:2112.13737

Code (1)

zhangrenyuuchicago/balance 공식 구현 pytorch

Tasks

Active LearningDiversityMulti-class Classification

Similar Papers 제목 키워드 기반

Scalable Batch Acquisition for Deep Bayesian Active Learning

2023-01-13 · Aleksandr Rubashevskii, Daria Kotova, Maxim Panov

In deep active learning, it is especially important to choose multiple examples to markup at each step to work efficiently, especially on large datasets. At the same time, existing solutions to this problem in the Bayesi…

Active Learning

B3O: Scalable Boltzmann Batch Bayesian Optimization

2026-06-29 · Maximilian Bloor, Liyuan Xu, Hrvoje Stojic, Victor Picheny arxiv

Modern engineering workflows increasingly rely on massive parallel simulation, driving the need for scalable, large-batch Bayesian Optimization (BO). Existing batch BO methods, however, incur large computational cost or …

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

A Batched Scalable Multi-Objective Bayesian Optimization Algorithm

2018-11-04 · Xi Lin, Hui-Ling Zhen, Zhenhua Li, Qingfu Zhang 외

The surrogate-assisted optimization algorithm is a promising approach for solving expensive multi-objective optimization problems. However, most existing surrogate-assisted multi-objective optimization algorithms have th…

Bayesian Optimization

Big Batch Bayesian Active Learning by Considering Predictive Probabilities

2025-01-14 · Sebastian W. Ober, Samuel Power, Tom Diethe, Henry B. Moss

We observe that BatchBALD, a popular acquisition function for batch Bayesian active learning for classification, can conflate epistemic and aleatoric uncertainty, leading to suboptimal performance. Motivated by this obse…

Active Learning