LGAIJul 29, 2021

Batch Active Learning at Scale

arXiv:2107.14263v1201 citations
Originality Incremental advance
AI Analysis

This work addresses the bottleneck of labeling costs and computational resources in machine learning, though it is incremental as it builds on existing batch active learning methods.

The paper tackles the problem of training data scarcity by proposing a batch active learning algorithm that scales to batch sizes of 100K-1M, significantly improving model training efficiency compared to recent baselines.

The ability to train complex and highly effective models often requires an abundance of training data, which can easily become a bottleneck in cost, time, and computational resources. Batch active learning, which adaptively issues batched queries to a labeling oracle, is a common approach for addressing this problem. The practical benefits of batch sampling come with the downside of less adaptivity and the risk of sampling redundant examples within a batch -- a risk that grows with the batch size. In this work, we analyze an efficient active learning algorithm, which focuses on the large batch setting. In particular, we show that our sampling method, which combines notions of uncertainty and diversity, easily scales to batch sizes (100K-1M) several orders of magnitude larger than used in previous studies and provides significant improvements in model training efficiency compared to recent baselines. Finally, we provide an initial theoretical analysis, proving label complexity guarantees for a related sampling method, which we show is approximately equivalent to our sampling method in specific settings.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes