paper-with-me

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 parametrization, impeding gradient-based optimization. Prior work has focused on relaxed sampling or pathwise gradient estimators. Inspired by the success of score function estimators in variational inference and reinforcement learning, we revisit them within the context of $k$-subset sampling. Specifically, we demonstrate how to efficiently compute the $k$-subset distribution's score function using a discrete Fourier transform, and reduce the estimator's variance with control variates. The resulting estimator provides both exact samples and unbiased gradient estimates while also applying to non-differentiable downstream models, unlike existing methods. Experiments in feature selection show results competitive with current methods, despite weaker assumptions.

📄 PDF Abstract BibTeX arXiv:2407.16058

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Sample Efficient Model Evaluation

2021-09-24 · Emine Yilmaz, Peter Hayes, Raza Habib, Jordan Burgess 외

Labelling data is a major practical bottleneck in training and testing classifiers. Given a collection of unlabelled data points, we address how to select which subset to label to best estimate test metrics such as accur…

model

Nearest Neighbour Score Estimators for Diffusion Generative Models

2024-02-12 · Matthew Niedoba, Dylan Green, Saeid Naderiparizi, Vasileios Lioutas 외

Score function estimation is the cornerstone of both training and sampling from diffusion generative models. Despite this fact, the most commonly used estimators are either biased neural network approximations or high va…

$A^*$ sampling with probability matching

2019-05-01 · ICLR 2019 5 · Yichi Zhou, Jun Zhu

Probabilistic methods often need to draw samples from a nontrivial distribution. $A^*$ sampling is a nice algorithm by building upon a top-down construction of a Gumbel process, where a large state space is divided into …

Decision Making

Revisiting the Epps effect using volume time averaging: An exercise in R

2019-12-05 · Patrick Chang, Roger Bukuru, Tim Gebbie

We revisit and demonstrate the Epps effect using two well-known non-parametric covariance estimators; the Malliavin and Mancino (MM), and Hayashi and Yoshida (HY) estimators. We show the existence of the Epps effect in t…

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