paper-with-me

홈 › Papers

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

2022-10-04 · Kareem Ahmed, Zhe Zeng, Mathias Niepert, Guy Van Den Broeck

$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.

📄 PDF Abstract BibTeX arXiv:2210.01941

Code (1)

UCLA-StarAI/SIMPLE 공식 구현 tf

Similar Papers 제목 키워드 기반

Revisiting Score Function Estimators for $k$-Subset Sampling

2024-07-22 · Klas Wijk, Ricardo Vinuesa, Hossein Azizpour

Are score function estimators an underestimated approach to learning with $k$-subset sampling? Sampling $k$-subsets is a fundamental operation in many machine learning tasks that is not amenable to differentiable paramet…

feature selectionVariational Inference

Determinantal point processes based on orthogonal polynomials for sampling minibatches in SGD

2021-12-11 · NeurIPS 2021 12 · Remi Bardenet, Subhro Ghosh, Meixia Lin

Stochastic gradient descent (SGD) is a cornerstone of machine learning. When the number N of data items is large, SGD relies on constructing an unbiased estimator of the gradient of the empirical risk using a small subse…

Point Processes

Hyperparameter Selection for Subsampling Bootstraps

2020-06-02 · Yingying Ma, Hansheng Wang

Massive data analysis becomes increasingly prevalent, subsampling methods like BLB (Bag of Little Bootstraps) serves as powerful tools for assessing the quality of estimators for massive data. However, the performance of…

CPU

From Importance Sampling to Doubly Robust Policy Gradient

2019-10-20 · ICML 2020 1 · Jiawei Huang, Nan Jiang

We show that on-policy policy gradient (PG) and its variance reduction variants can be derived by taking finite difference of function evaluations supplied by estimators from the importance sampling (IS) family for off-p…

Off-policy evaluation

DBsurf: A Discrepancy Based Method for Discrete Stochastic Gradient Estimation

2023-09-07 · Pau Mulet Arabi, Alec Flowers, Lukas Mauch, Fabien Cardinaux

Computing gradients of an expectation with respect to the distributional parameters of a discrete distribution is a problem arising in many fields of science and engineering. Typically, this problem is tackled using Rein…

BenchmarkingNeural Architecture Search