中文
相关论文

相关论文: Does Momentum Change the Implicit Regularization o…

200 篇论文

Distributed stochastic optimization algorithms can simultaneously process large-scale datasets, significantly accelerating model training. However, their effectiveness is often hindered by the sparsity of distributed networks and data…

机器学习 · 计算机科学 2025-02-14 Yuchen Hu , Xi Chen , Weidong Liu , Xiaojun Mao

Regularization is a widely recognized technique in mathematical optimization. It can be used to smooth out objective functions, refine the feasible solution set, or prevent overfitting in machine learning models. Due to its simplicity and…

When optimizing over-parameterized models, such as deep neural networks, a large set of parameters can achieve zero training error. In such cases, the choice of the optimization algorithm and its respective hyper-parameters introduces…

机器学习 · 计算机科学 2019-12-06 Gauthier Gidel , Francis Bach , Simon Lacoste-Julien

Recent analyses of certain gradient descent optimization methods have shown that performance can degrade in some settings - such as with stochasticity or implicit momentum. In deep reinforcement learning (Deep RL), such optimization methods…

机器学习 · 计算机科学 2018-10-08 Peter Henderson , Joshua Romoff , Joelle Pineau

The gradient discretisation method (GDM) is a generic framework designed recently, as a discretise in spatial space, to partial differential equations. This paper aims to use the GDM to establish a first general error estimate for numerical…

数值分析 · 数学 2020-09-22 Yahya Alnashri

We combine two advanced ideas widely used in optimization for machine learning: shuffling strategy and momentum technique to develop a novel shuffling gradient-based method with momentum, coined Shuffling Momentum Gradient (SMG), for…

最优化与控制 · 数学 2021-06-10 Trang H. Tran , Lam M. Nguyen , Quoc Tran-Dinh

Recent studies have shown that gradient descent (GD) can achieve improved generalization when its dynamics exhibits a chaotic behavior. However, to obtain the desired effect, the step-size should be chosen sufficiently large, a task which…

机器学习 · 统计学 2022-10-25 Soon Hoe Lim , Yijun Wan , Umut Şimşekli

This paper critically examines the fundamental distinctions between gradient methods applied to non-differentiable functions (NGDMs) and classical gradient descents (GDs) for differentiable functions, revealing significant gaps in current…

机器学习 · 计算机科学 2025-07-31 Siddharth Krishna Kumar

In overparametrized models, the noise in stochastic gradient descent (SGD) implicitly regularizes the optimization trajectory and determines which local minimum SGD converges to. Motivated by empirical studies that demonstrate that training…

机器学习 · 计算机科学 2021-12-07 Alex Damian , Tengyu Ma , Jason D. Lee

Stochastic gradient descent (SGD) method is popular for solving non-convex optimization problems in machine learning. This work investigates SGD from a viewpoint of graduated optimization, which is a widely applied approach for non-convex…

最优化与控制 · 数学 2023-08-15 Da Li , Jingjing Wu , Qingrun Zhang

In this paper we propose stochastic gradient-free methods and accelerated methods with momentum for solving stochastic optimization problems. All these methods rely on stochastic directions rather than stochastic gradients. We analyze the…

最优化与控制 · 数学 2020-01-15 Xiaopeng Luo , Xin Xu

Even for the gradient descent (GD) method applied to neural network training, understanding its optimization dynamics, including convergence rate, iterate trajectories, function value oscillations, and especially its implicit acceleration,…

机器学习 · 计算机科学 2026-05-22 Alexander Tyurin

For nonconvex objective functions, including those found in training deep neural networks, stochastic gradient descent (SGD) with momentum is said to converge faster and have better generalizability than SGD without momentum. In particular,…

机器学习 · 计算机科学 2025-07-03 Naoki Sato , Hideaki Iiduka

Recent studies have shown that heavy tails can emerge in stochastic optimization and that the heaviness of the tails have links to the generalization error. While these studies have shed light on interesting aspects of the generalization…

机器学习 · 统计学 2023-02-14 Anant Raj , Melih Barsbey , Mert Gürbüzbalaban , Lingjiong Zhu , Umut Şimşekli

We study the implicit bias of generic optimization methods, such as mirror descent, natural gradient descent, and steepest descent with respect to different potentials and norms, when optimizing underdetermined linear regression or…

机器学习 · 统计学 2020-06-24 Suriya Gunasekar , Jason Lee , Daniel Soudry , Nathan Srebro

We reconsider the stochastic (sub)gradient approach to the unconstrained primal L1-SVM optimization. We observe that if the learning rate is inversely proportional to the number of steps, i.e., the number of times any training pattern is…

机器学习 · 计算机科学 2014-01-28 Constantinos Panagiotakopoulos , Petroula Tsampouka

In gradient descent, changing how we parametrize the model can lead to drastically different optimization trajectories, giving rise to a surprising range of meaningful inductive biases: identifying sparse classifiers or reconstructing…

机器学习 · 统计学 2021-11-24 Anna Kerekes , Anna Mészáros , Ferenc Huszár

We present a new accelerated gradient-based method for solving smooth unconstrained optimization problems. The goal is to embed a heavy-ball type of momentum into the Fast Gradient Method (FGM). For this purpose, we devise a generalization…

最优化与控制 · 数学 2021-11-02 Endrit Dosti , Sergiy A. Vorobyov , Themistoklis Charalambous

We study the implicit regularization imposed by gradient descent for learning multi-layer homogeneous functions including feed-forward fully connected and convolutional deep neural networks with linear, ReLU or Leaky ReLU activation. We…

机器学习 · 计算机科学 2018-11-01 Simon S. Du , Wei Hu , Jason D. Lee

In overparameterized logistic regression, gradient descent (GD) iterates diverge in norm while converging in direction to the maximum $\ell_2$-margin solution -- a phenomenon known as the implicit bias of GD. This work investigates…

机器学习 · 计算机科学 2025-07-01 Jingfeng Wu , Peter Bartlett , Matus Telgarsky , Bin Yu