paper-with-me

Papers

Adaptive Batch Sizes for Active Learning A Probabilistic Numerics Approach

2023-06-09 · Masaki Adachi, Satoshi Hayakawa, Martin Jørgensen, Xingchen Wan, Vu Nguyen, Harald Oberhauser, Michael A. Osborne

Active learning parallelization is widely used, but typically relies on fixing the batch size throughout experimentation. This fixed approach is inefficient because of a dynamic trade-off between cost and speed -- larger batches are more costly, smaller batches lead to slower wall-clock run-times -- and the trade-off may change over the run (larger batches are often preferable earlier). To address this trade-off, we propose a novel Probabilistic Numerics framework that adaptively changes batch sizes. By framing batch selection as a quadrature task, our integration-error-aware algorithm facilitates the automatic tuning of batch sizes to meet predefined quadrature precision objectives, akin to how typical optimizers terminate based on convergence thresholds. This approach obviates the necessity for exhaustive searches across all potential batch sizes. We also extend this to scenarios with constrained active learning and constrained optimization, interpreting constraint violations as reductions in the precision requirement, to subsequently adapt batch construction. Through extensive experiments, we demonstrate that our approach significantly enhances learning efficiency and flexibility in diverse Bayesian batch active learning and Bayesian optimization applications.

📄 PDF Abstract BibTeX arXiv:2306.05843

Code (1)

ma921/adabatal 공식 구현 pytorch

Tasks

Active LearningBayesian OptimisationBayesian OptimizationDrug Discovery

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Scalable h-adaptive probabilistic solver for time-independent and time-dependent systems

2025-08-13 · Akshay Thakur, Sawan Kumar, Matthew Zahr, Souvik Chakraborty arxiv

Solving partial differential equations (PDEs) within the framework of probabilistic numerics offers a principled approach to quantifying epistemic uncertainty arising from discretization. By leveraging Gaussian process r…

Active Learning

A Modern Retrospective on Probabilistic Numerics

2019-01-14 · C. J. Oates, T. J. Sullivan

This article attempts to place the emergence of probabilistic numerics as a mathematical-statistical research field within its historical context and to explore how its gradual development can be related both to applicat…

Black Box Probabilistic Numerics

2021-06-15 · NeurIPS 2021 12 · Onur Teymur, Christopher N. Foley, Philip G. Breen, Toni Karvonen 외

Probabilistic numerics casts numerical tasks, such the numerical solution of differential equations, as inference problems to be solved. One approach is to model the unknown quantity of interest as a random variable, and…

AdaBatch: Adaptive Batch Sizes for Training Deep Neural Networks

2017-12-06 · Aditya Devarakonda, Maxim Naumov, Michael Garland

Training deep neural networks with Stochastic Gradient Descent, or its variants, requires careful choice of both learning rate and batch size. While smaller batch sizes generally converge in fewer training epochs, larger…

Computational Efficiency

Impact of Batch Size on Stopping Active Learning for Text Classification

2018-01-24 · Garrett Beatty, Ethan Kochis, Michael Bloodgood

When using active learning, smaller batch sizes are typically more efficient from a learning efficiency perspective. However, in practice due to speed and human annotator considerations, the use of larger batch sizes is …

Active LearningGeneral ClassificationOpen-Ended Question Answeringtext-classification+1