paper-with-me

홈 › Papers

On Scalable Inference with Stochastic Gradient Descent

2017-07-01 · Yixin Fang, Jinfeng Xu, Lei Yang

In many applications involving large dataset or online updating, stochastic gradient descent (SGD) provides a scalable way to compute parameter estimates and has gained increasing popularity due to its numerical convenience and memory efficiency. While the asymptotic properties of SGD-based estimators have been established decades ago, statistical inference such as interval estimation remains much unexplored. The traditional resampling method such as the bootstrap is not computationally feasible since it requires to repeatedly draw independent samples from the entire dataset. The plug-in method is not applicable when there are no explicit formulas for the covariance matrix of the estimator. In this paper, we propose a scalable inferential procedure for stochastic gradient descent, which, upon the arrival of each observation, updates the SGD estimate as well as a large number of randomly perturbed SGD estimates. The proposed method is easy to implement in practice. We establish its theoretical properties for a general class of models that includes generalized linear models and quantile regression models as special cases. The finite-sample performance and numerical utility is evaluated by simulation studies and two real data applications.

📄 PDF Abstract BibTeX arXiv:1707.00192

Code (0)

등록된 구현이 없습니다.

Tasks

quantile regression

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Scalable Gradients and Variational Inference for Stochastic Differential Equations

2019-10-16 · pproximateinference AABI Symposium 2019 12 · Xuechen Li, Ting-Kam Leonard Wong, Ricky T. Q. Chen, David K. Duvenaud

We derive reverse-mode (or adjoint) automatic differentiation for solutions of stochastic differential equations (SDEs), allowing time-efficient and constant-memory computation of pathwise gradients, a continuous-time an…

Time SeriesTime Series AnalysisVariational Inference

Large-Scale Distributed Bayesian Matrix Factorization using Stochastic Gradient MCMC

2015-03-05 · Sungjin Ahn, Anoop Korattikara, Nathan Liu, Suju Rajan 외

Despite having various attractive qualities such as high prediction accuracy and the ability to quantify uncertainty and avoid over-fitting, Bayesian Matrix Factorization has not been widely adopted because of the prohib…

Prediction

Stochastic Gradient Descent as Approximate Bayesian Inference

2017-04-13 · Stephan Mandt, Matthew D. Hoffman, David M. Blei

Stochastic Gradient Descent with a constant learning rate (constant SGD) simulates a Markov chain with a stationary distribution. With this perspective, we derive several new results. (1) We show that constant SGD can be…

Bayesian Inference

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

Carathéodory Sampling for Stochastic Gradient Descent

2020-06-02 · Francesco Cosentino, Harald Oberhauser, Alessandro Abate

Many problems require to optimize empirical risk functions over large data sets. Gradient descent methods that calculate the full gradient in every descent step do not scale to such datasets. Various flavours of Stochast…