LGMLJun 19, 2019

Batch Active Learning Using Determinantal Point Processes

arXiv:1906.07975v171 citations
Originality Incremental advance
AI Analysis

This addresses the computational inefficiency in active learning for real-world applications with limited data, though it is incremental as it builds on existing batch active learning concepts.

The paper tackles the problem of batch active learning by proposing a method using Determinantal Point Processes to select diverse and informative batches of data samples, demonstrating competitive results against state-of-the-art baselines on several datasets.

Data collection and labeling is one of the main challenges in employing machine learning algorithms in a variety of real-world applications with limited data. While active learning methods attempt to tackle this issue by labeling only the data samples that give high information, they generally suffer from large computational costs and are impractical in settings where data can be collected in parallel. Batch active learning methods attempt to overcome this computational burden by querying batches of samples at a time. To avoid redundancy between samples, previous works rely on some ad hoc combination of sample quality and diversity. In this paper, we present a new principled batch active learning method using Determinantal Point Processes, a repulsive point process that enables generating diverse batches of samples. We develop tractable algorithms to approximate the mode of a DPP distribution, and provide theoretical guarantees on the degree of approximation. We further demonstrate that an iterative greedy method for DPP maximization, which has lower computational costs but worse theoretical guarantees, still gives competitive results for batch active learning. Our experiments show the value of our methods on several datasets against state-of-the-art baselines.

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