LGAIOct 4, 2022

SIMPLE: A Gradient Estimator for $k$-Subset Sampling

arXiv:2210.01941v239 citationsh-index: 41
Originality Incremental advance
AI Analysis

This addresses a bottleneck in machine learning for tasks requiring sparsity, such as regularization and interpretability, by providing a more efficient gradient estimator, though it is incremental as it builds on existing sampling techniques.

The paper tackles the problem of making k-subset sampling amenable to end-to-end learning by proposing SIMPLE, a gradient estimator that uses discrete sampling on the forward pass and gradients with respect to exact marginals, resulting in lower bias and variance compared to state-of-the-art methods and significantly lower loss in experiments.

$k$-subset sampling is ubiquitous in machine learning, enabling regularization and interpretability through sparsity. The challenge lies in rendering $k$-subset sampling amenable to end-to-end learning. This has typically involved relaxing the reparameterized samples to allow for backpropagation, with the risk of introducing high bias and high variance. In this work, we fall back to discrete $k$-subset sampling on the forward pass. This is coupled with using the gradient with respect to the exact marginals, computed efficiently, as a proxy for the true gradient. We show that our gradient estimator, SIMPLE, exhibits lower bias and variance compared to state-of-the-art estimators, including the straight-through Gumbel estimator when $k = 1$. Empirical results show improved performance on learning to explain and sparse linear regression. We provide an algorithm for computing the exact ELBO for the $k$-subset distribution, obtaining significantly lower loss compared to SOTA.

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