paper-with-me

Papers

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 others to continue learning. Importance sampling for training deep neural networks has been widely studied to propose sampling schemes yielding better performance than the uniform sampling scheme. After recalling the theory of importance sampling for deep learning, this paper reviews the challenges inherent to this research area. In particular, we propose a metric allowing the assessment of the quality of a given sampling scheme; and we study the interplay between the sampling scheme and the optimizer used.

📄 PDF Abstract BibTeX arXiv:2303.16529

Code (1)

thibault-lahire/impsampsgd 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Stochastic Optimization with Importance Sampling

2014-01-13 · Peilin Zhao, Tong Zhang

Uniform sampling of training data has been commonly used in traditional stochastic optimization algorithms such as Proximal Stochastic Gradient Descent (prox-SGD) and Proximal Stochastic Dual Coordinate Ascent (prox-SDCA…

Stochastic Optimization

Importance Sampled Stochastic Optimization for Variational Inference

2017-04-19 · Joseph Sakaya, Arto Klami

Variational inference approximates the posterior distribution of a probabilistic model with a parameterized density by maximizing a lower bound for the model evidence. Modern solutions fit a flexible approximation with s…

Probabilistic ProgrammingStochastic OptimizationVariational Inference

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

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…

Adaptive Client Sampling in Federated Learning via Online Learning with Bandit Feedback

2021-12-28 · Boxin Zhao, Lingxiao Wang, Ziqi Liu, Zhiqiang Zhang 외

Due to the high cost of communication, federated learning (FL) systems need to sample a subset of clients that are involved in each round of training. As a result, client sampling plays an important role in FL systems as…

Federated LearningStochastic Optimization