paper-with-me

Papers

Gradient Importance Sampling

2015-07-21 · Ingmar Schuster

Adaptive Monte Carlo schemes developed over the last years usually seek to ensure ergodicity of the sampling process in line with MCMC tradition. This poses constraints on what is possible in terms of adaptation. In the general case ergodicity can only be guaranteed if adaptation is diminished at a certain rate. Importance Sampling approaches offer a way to circumvent this limitation and design sampling algorithms that keep adapting. Here I present a gradient informed variant of SMC (and its special case Population Monte Carlo) for static problems.

📄 PDF Abstract BibTeX arXiv:1507.05781

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Sketches for Robust Regression with Importance Sampling

2022-07-16 · Sepideh Mahabadi, David P. Woodruff, Samson Zhou

We introduce data structures for solving robust regression through stochastic gradient descent (SGD) by sampling gradients with probability proportional to their norm, i.e., importance sampling. Although SGD is widely us…

regression

Training Deep Models Faster with Robust, Approximate Importance Sampling

2018-12-01 · NeurIPS 2018 12 · Tyler B. Johnson, Carlos Guestrin

In theory, importance sampling speeds up stochastic gradient algorithms for supervised learning by prioritizing training examples. In practice, the cost of computing importances greatly limits the impact of importance sa…

Multiple Importance Sampling for Stochastic Gradient Estimation

2024-07-22 · Corentin Salaün, Xingchang Huang, Iliyan Georgiev, Niloy J. Mitra 외

We introduce a theoretical and practical framework for efficient importance sampling of mini-batch samples for gradient estimation from single and multiple probability distributions. To handle noisy gradients, our framew…

Safe Adaptive Importance Sampling

2017-11-07 · NeurIPS 2017 12 · Sebastian U. Stich, Anant Raj, Martin Jaggi

Importance sampling has become an indispensable strategy to speed up optimization algorithms for large-scale applications. Improved adaptive variants - using importance values defined by the complete gradient information…

Importance Sampling for Stochastic Gradient Descent in Deep Neural Networks

2023-03-29 · Thibault Lahire

Stochastic gradient descent samples uniformly the training set to build an unbiased gradient estimate with a limited number of samples. However, at a given step of the training process, some data are more helpful than ot…