中文
相关论文

相关论文: Accelerated Over-Relaxation Heavy-Ball Method: Ach…

200 篇论文

The adaptive stochastic gradient descent (SGD) with momentum has been widely adopted in deep learning as well as convex optimization. In practice, the last iterate is commonly used as the final solution to make decisions. However, the…

机器学习 · 计算机科学 2021-02-16 Wei Tao , Sheng Long , Gaowei Wu , Qing Tao

Momentum methods such as Polyak's heavy ball (HB) method, Nesterov's accelerated gradient (AG) as well as accelerated projected gradient (APG) method have been commonly used in machine learning practice, but their performance is quite…

机器学习 · 统计学 2019-08-20 Bugra Can , Mert Gurbuzbalaban , Lingjiong Zhu

Recent studies have shown that proximal gradient (PG) method and accelerated gradient method (APG) with restarting can enjoy a linear convergence under a weaker condition than strong convexity, namely a quadratic growth condition (QGC).…

最优化与控制 · 数学 2017-05-16 Mingrui Liu , Tianbao Yang

We propose a new method to accelerate the convergence of optimization algorithms. This method simply adds a power coefficient $\gamma\in[0,1)$ to the gradient during optimization. We call this the Powerball method and analyze the…

系统与控制 · 计算机科学 2019-09-24 Ye Yuan , Mu Li , Jun Liu , Claire J. Tomlin

We study distributed optimization to minimize a global objective that is a sum of smooth and strongly-convex local cost functions. Recently, several algorithms over undirected and directed graphs have been proposed that use a gradient…

最优化与控制 · 数学 2018-08-13 Ran Xin , Usman A. Khan

Stochastic heavy ball momentum (SHB) is commonly used to train machine learning models, and often provides empirical improvements over stochastic gradient descent. By primarily focusing on strongly-convex quadratics, we aim to better…

最优化与控制 · 数学 2025-06-02 Anh Dang , Reza Babanezhad , Sharan Vaswani

First-order optimization methods for nonconvex functions with Lipschitz continuous gradient and Hessian have been extensively studied. State-of-the-art methods for finding an $\varepsilon$-stationary point within $O(\varepsilon^{-{7/4}})$…

最优化与控制 · 数学 2025-05-02 Kaito Okamura , Naoki Marumo , Akiko Takeda

Recently, many variance reduced stochastic alternating direction method of multipliers (ADMM) methods (e.g.\ SAG-ADMM, SDCA-ADMM and SVRG-ADMM) have made exciting progress such as linear convergence rates for strongly convex problems.…

机器学习 · 计算机科学 2017-07-12 Yuanyuan Liu , Fanhua Shang , James Cheng

Recently, {\it stochastic momentum} methods have been widely adopted in training deep neural networks. However, their convergence analysis is still underexplored at the moment, in particular for non-convex optimization. This paper fills the…

最优化与控制 · 数学 2016-05-06 Tianbao Yang , Qihang Lin , Zhe Li

Recent work on high-resolution ordinary differential equations (HR-ODEs) captures fine nuances among different momentum-based optimization methods, leading to accurate theoretical insights. However, these HR-ODEs often appear disconnected,…

最优化与控制 · 数学 2025-03-20 Hoomaan Maskan , Konstantinos C. Zygalakis , Armin Eftekhari , Alp Yurtsever

In this work, we consider smooth unconstrained optimization problems and we deal with the class of gradient methods with momentum, i.e., descent algorithms where the search direction is defined as a linear combination of the current…

最优化与控制 · 数学 2025-12-04 Matteo Lapucci , Giampaolo Liuzzi , Stefano Lucidi , Davide Pucci , Marco Sciandrone

We take a Hamiltonian-based perspective to generalize Nesterov's accelerated gradient descent and Polyak's heavy ball method to a broad class of momentum methods in the setting of (possibly) constrained minimization in Euclidean and…

最优化与控制 · 数学 2020-11-17 Jelena Diakonikolas , Michael I. Jordan

Proximal bundle methods (PBM) are a powerful class of algorithms for convex optimization. Compared to gradient descent, PBM constructs more accurate surrogate models that incorporate gradients and function values from multiple past…

最优化与控制 · 数学 2026-04-02 Zhuoqing Zheng , Junshan Yin , Shaofu Yang , Xuyang Wu

In this work we establish the first linear convergence result for the stochastic heavy ball method. The method performs SGD steps with a fixed stepsize, amended by a heavy ball momentum term. In the analysis, we focus on minimizing the…

最优化与控制 · 数学 2017-12-27 Nicolas Loizou , Peter Richtárik

This article presents a second-order fully distributed optimization algorithm, HBNET-GIANT, driven by heavy-ball momentum, for $L$-smooth and $\mu$-strongly convex objective functions. A rigorous convergence analysis is performed, and we…

最优化与控制 · 数学 2025-11-18 Souvik Das , Luca Schenato , Subhrakanti Dey

The optimization step in many machine learning problems rarely relies on vanilla gradient descent but it is common practice to use momentum-based accelerated methods. Despite these algorithms being widely applied to arbitrary loss…

无序系统与神经网络 · 物理学 2021-10-29 Stefano Sarao Mannelli , Pierfrancesco Urbani

The proximal bundle method (PBM) is a powerful and widely used approach for minimizing nonsmooth convex functions. However, for smooth objectives, its best-known convergence rate remains suboptimal, and whether PBM can be accelerated…

最优化与控制 · 数学 2026-04-28 Feng-Yi Liao , Thomas Madden , Yang Zheng

A framework is developed for applying accelerated methods to general hyperbolic programming, including linear, second-order cone, and semidefinite programming as special cases. The approach replaces a hyperbolic program with a convex…

最优化与控制 · 数学 2017-05-30 James Renegar

We study the Bregman Augmented Lagrangian method (BALM) for solving convex problems with linear constraints. For classical Augmented Lagrangian method, the convergence rate and its relation with the proximal point method is well-understood.…

最优化与控制 · 数学 2020-02-18 Shen Yan , Niao He

Momentum based stochastic gradient methods such as heavy ball (HB) and Nesterov's accelerated gradient descent (NAG) method are widely used in practice for training deep networks and other supervised learning models, as they often provide…

机器学习 · 计算机科学 2018-08-02 Rahul Kidambi , Praneeth Netrapalli , Prateek Jain , Sham M. Kakade