paper-with-me

홈 › Papers

Resampling Stochastic Gradient Descent Cheaply for Efficient Uncertainty Quantification

2023-10-17 · Henry Lam, Zitong Wang

Stochastic gradient descent (SGD) or stochastic approximation has been widely used in model training and stochastic optimization. While there is a huge literature on analyzing its convergence, inference on the obtained solutions from SGD has only been recently studied, yet is important due to the growing need for uncertainty quantification. We investigate two computationally cheap resampling-based methods to construct confidence intervals for SGD solutions. One uses multiple, but few, SGDs in parallel via resampling with replacement from the data, and another operates this in an online fashion. Our methods can be regarded as enhancements of established bootstrap schemes to substantially reduce the computation effort in terms of resampling requirements, while at the same time bypassing the intricate mixing conditions in existing batching methods. We achieve these via a recent so-called cheap bootstrap idea and Berry-Esseen-type bound for SGD.

📄 PDF Abstract BibTeX arXiv:2310.11065

Code (0)

등록된 구현이 없습니다.

Tasks

Stochastic OptimizationUncertainty Quantification

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 제목 키워드 기반

Combining resampling and reweighting for faithful stochastic optimization

2021-05-31 · Jing An, Lexing Ying

Many machine learning and data science tasks require solving non-convex optimization problems. When the loss function is a sum of multiple terms, a popular method is the stochastic gradient descent. Viewed as a process f…

Computational chemistryStochastic Optimization

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…

Twin-Boot: Uncertainty-Aware Optimization via Online Two-Sample Bootstrapping

2025-08-20 · Carlos Stein Brito arxiv

Standard gradient descent methods yield point estimates with no measure of confidence. This limitation is acute in overparameterized and low-data regimes, where models have many parameters relative to available data and …

Sampling from Gaussian Process Posteriors using Stochastic Gradient Descent

2023-06-20 · NeurIPS 2023 11 · Jihao Andreas Lin, Javier Antorán, Shreyas Padhy, David Janz 외

Gaussian processes are a powerful framework for quantifying uncertainty and for sequential decision-making but are limited by the requirement of solving linear systems. In general, this has a cubic cost in dataset size a…

Bayesian OptimizationDecision MakingGaussian ProcessesSequential Decision Making

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 convenie…

quantile regression