LGMLMay 1, 2017

Determinantal Point Processes for Mini-Batch Diversification

arXiv:1705.00607v234 citations
Originality Incremental advance
AI Analysis

This addresses the issue of redundant data in mini-batches for machine learning practitioners, offering an incremental improvement over existing sampling methods.

The paper tackles the problem of mini-batch sampling in stochastic gradient descent by proposing a non-uniform scheme based on Determinantal Point Processes to diversify data points, resulting in lower gradient variance and improved classification accuracies in supervised setups.

We study a mini-batch diversification scheme for stochastic gradient descent (SGD). While classical SGD relies on uniformly sampling data points to form a mini-batch, we propose a non-uniform sampling scheme based on the Determinantal Point Process (DPP). The DPP relies on a similarity measure between data points and gives low probabilities to mini-batches which contain redundant data, and higher probabilities to mini-batches with more diverse data. This simultaneously balances the data and leads to stochastic gradients with lower variance. We term this approach Diversified Mini-Batch SGD (DM-SGD). We show that regular SGD and a biased version of stratified sampling emerge as special cases. Furthermore, DM-SGD generalizes stratified sampling to cases where no discrete features exist to bin the data into groups. We show experimentally that our method results more interpretable and diverse features in unsupervised setups, and in better classification accuracies in supervised setups.

Foundations

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

Your Notes