English

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

Machine Learning 2024-06-10 v2 Artificial Intelligence

Abstract

kk-subset sampling is ubiquitous in machine learning, enabling regularization and interpretability through sparsity. The challenge lies in rendering kk-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 kk-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=1k = 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 kk-subset distribution, obtaining significantly lower loss compared to SOTA.

Keywords

Cite

@article{arxiv.2210.01941,
  title  = {SIMPLE: A Gradient Estimator for $k$-Subset Sampling},
  author = {Kareem Ahmed and Zhe Zeng and Mathias Niepert and Guy Van den Broeck},
  journal= {arXiv preprint arXiv:2210.01941},
  year   = {2024}
}

Comments

ICLR 2023; fixed typo in Theorem 1

R2 v1 2026-06-28T02:49:02.634Z