English

A Hierarchical Approach to Scaling Batch Active Search Over Structured Data

Machine Learning 2020-07-21 v1 Quantitative Methods Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2007.10263,
  title  = {A Hierarchical Approach to Scaling Batch Active Search Over Structured Data},
  author = {Vivek Myers and Peyton Greenside},
  journal= {arXiv preprint arXiv:2007.10263},
  year   = {2020}
}

Comments

Presented at the 2020 ICML Workshop on Real World Experiment Design and Active Learning

R2 v1 2026-06-23T17:15:15.261Z