paper-with-me

홈 › Papers

A Hierarchical Approach to Scaling Batch Active Search Over Structured Data

2020-07-20 · Vivek Myers, Peyton Greenside

Active search is the process of identifying high-value data points in a large and often high-dimensional parameter space that can be expensive to evaluate. Traditional active search techniques like Bayesian optimization trade off exploration and exploitation over consecutive evaluations, and have historically focused on single or small (<5) numbers of examples evaluated per round. As modern data sets grow, so does the need to scale active search to large data sets and batch sizes. In this paper, we present a general hierarchical framework based on bandit algorithms to scale active search to large batch sizes by maximizing information derived from the unique structure of each dataset. Our hierarchical framework, Hierarchical Batch Bandit Search (HBBS), strategically distributes batch selection across a learned embedding space by facilitating wide exploration of different structural elements within a dataset. We focus our application of HBBS on modern biology, where large batch experimentation is often fundamental to the research process, and demonstrate batch design of biological sequences (protein and DNA). We also present a new Gym environment to easily simulate diverse biological sequences and to enable more comprehensive evaluation of active search methods across heterogeneous data sets. The HBBS framework improves upon standard performance, wall-clock, and scalability benchmarks for batch search by using a broad exploration strategy across coarse partitions and fine-grained exploitation within each partition of structured data.

📄 PDF Abstract BibTeX arXiv:2007.10263

Code (1)

StanfordAI4HI/HBBS 공식 구현 pytorch

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Hierarchical Autoscaling for Large Language Model Serving with Chiron

2025-01-14 · Archit Patke, Dhemath Reddy, Saurabh Jha, Chandra Narayanaswami 외

Large language model (LLM) serving is becoming an increasingly important workload for cloud providers. Based on performance SLO requirements, LLM inference requests can be divided into (a) interactive requests that have …

GPULanguage ModelingLanguage ModellingLarge Language Model

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

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

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

Large-Batch Training for LSTM and Beyond

2019-01-24 · Yang You, Jonathan Hseu, Chris Ying, James Demmel 외

Large-batch training approaches have enabled researchers to utilize large-scale distributed processing and greatly accelerate deep-neural net (DNN) training. For example, by scaling the batch size from 256 to 32K, resear…