paper-with-me

Papers

Stochastic Gradient Descent Revisited

2024-12-08 · Azar Louzi

Stochastic gradient descent (SGD) has been a go-to algorithm for nonconvex stochastic optimization problems arising in machine learning. Its theory however often requires a strong framework to guarantee convergence properties. We hereby present a full scope convergence study of biased nonconvex SGD, including weak convergence, function-value convergence and global convergence, and also provide subsequent convergence rates and complexities, all under relatively mild conditions in comparison with literature.

📄 PDF Abstract BibTeX arXiv:2412.06070

Code (0)

등록된 구현이 없습니다.

Tasks

Stochastic Optimization

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

Gradient descent revisited via an adaptive online learning rate

2018-01-27 · Mathieu Ravaut, Satya Gorti

Any gradient descent optimization requires to choose a learning rate. With deeper and deeper models, tuning that learning rate can easily become tedious and does not necessarily lead to an ideal convergence. We propose a…

BIG-bench Machine Learning

Communication-Efficient Distributed SGD with Error-Feedback, Revisited

2020-03-09 · Tran Thi Phuong, Le Trieu Phong

We show that the convergence proof of a recent algorithm called dist-EF-SGD for distributed stochastic gradient descent with communication efficiency using error-feedback of Zheng et al. (NeurIPS 2019) is problematic mat…

DRM Revisited: A Complete Error Analysis

2024-07-12 · Yuling Jiao, Ruoxuan Li, Peiying Wu, Jerry Zhijian Yang 외

In this work, we address a foundational question in the theoretical analysis of the Deep Ritz Method (DRM) under the over-parameteriztion regime: Given a target precision level, how can one determine the appropriate numb…

Scaling transition from momentum stochastic gradient descent to plain stochastic gradient descent

2021-06-12 · Kun Zeng, Jinlan Liu, Zhixia Jiang, Dongpo Xu

The plain stochastic gradient descent and momentum stochastic gradient descent have extremely wide applications in deep learning due to their simple settings and low computational complexity. The momentum stochastic grad…

Bayesian Neural Network Priors Revisited

2021-02-12 · NeurIPS Workshop ICBINB 2020 12 · Vincent Fortuin, Adrià Garriga-Alonso, Sebastian W. Ober, Florian Wenzel 외

Isotropic Gaussian priors are the de facto standard for modern Bayesian neural network inference. However, it is unclear whether these priors accurately reflect our true beliefs about the weight distributions or give opt…

image-classificationImage Classification