paper-with-me

홈 › Papers

Stochastic Gradient Descent Meets Distribution Regression

2020-10-24 · Nicole Mücke

Stochastic gradient descent (SGD) provides a simple and efficient way to solve a broad range of machine learning problems. Here, we focus on distribution regression (DR), involving two stages of sampling: Firstly, we regress from probability measures to real-valued responses. Secondly, we sample bags from these distributions for utilizing them to solve the overall regression problem. Recently, DR has been tackled by applying kernel ridge regression and the learning properties of this approach are well understood. However, nothing is known about the learning properties of SGD for two stage sampling problems. We fill this gap and provide theoretical guarantees for the performance of SGD for DR. Our bounds are optimal in a mini-max sense under standard assumptions.

📄 PDF Abstract BibTeX arXiv:2010.12842

Code (0)

등록된 구현이 없습니다.

Tasks

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

Limit Theorems for Stochastic Gradient Descent with Infinite Variance

2024-10-21 · Jose Blanchet, Aleksandar Mijatović, Wenhao Yang

Stochastic gradient descent is a classic algorithm that has gained great popularity especially in the last decades as the most common approach for training models in machine learning. While the algorithm has been well-st…

regression

Alpha-divergence Variational Inference Meets Importance Weighted Auto-Encoders: Methodology and Asymptotics

2022-10-12 · NeurIPS 2023 11 · Kamélia Daudel, Joe Benton, Yuyang Shi, Arnaud Doucet

Several algorithms involving the Variational R\'enyi (VR) bound have been proposed to minimize an alpha-divergence between a target posterior distribution and a variational distribution. Despite promising empirical resul…

Variational Inference

Bayesian Neural Network via Stochastic Gradient Descent

2020-06-04 · Abhinav Sagar

The goal of bayesian approach used in variational inference is to minimize the KL divergence between variational distribution and unknown posterior distribution. This is done by maximizing the Evidence Lower Bound (ELBO)…

regressionVariational Inference

Mixing of Stochastic Accelerated Gradient Descent

2019-10-31 · Peiyuan Zhang, Hadi Daneshmand, Thomas Hofmann

We study the mixing properties for stochastic accelerated gradient descent (SAGD) on least-squares regression. First, we show that stochastic gradient descent (SGD) and SAGD are simulating the same invariant distribution…

Stochastic Optimization

Exponential Convergence of (Stochastic) Gradient Descent for Separable Logistic Regression

2026-02-21 · Sacchit Kale, Piyushi Manupriya, Pierre Marion, Francis Bach 외 arxiv

Gradient descent and stochastic gradient descent are central to modern machine learning, yet their behavior under large step sizes remains theoretically unclear. Recent work suggests that acceleration often arises near t…