中文
相关论文

相关论文: Never Saddle for Reparameterized Steepest Descent …

200 篇论文

Adam with decoupled weight decay, also known as AdamW, is widely acclaimed for its superior performance in language modeling tasks, surpassing Adam with $\ell_2$ regularization in terms of generalization and optimization. However, this…

机器学习 · 计算机科学 2024-04-09 Shuo Xie , Zhiyuan Li

Adaptive optimization algorithms, such as Adam and RMSprop, have shown better optimization performance than stochastic gradient descent (SGD) in some scenarios. However, recent studies show that they often lead to worse generalization…

机器学习 · 计算机科学 2018-09-19 Zijun Zhang , Lin Ma , Zongpeng Li , Chuan Wu

Boosting methods are highly popular and effective supervised learning methods which combine weak learners into a single accurate model with good statistical performance. In this paper, we analyze two well-known boosting methods, AdaBoost…

机器学习 · 统计学 2013-07-05 Robert M. Freund , Paul Grigas , Rahul Mazumder

The stochastic mirror descent (SMD) algorithm is a general class of training algorithms, which includes the celebrated stochastic gradient descent (SGD), as a special case. It utilizes a mirror potential to influence the implicit bias of…

机器学习 · 计算机科学 2022-10-28 Taylan Kargin , Fariborz Salehi , Babak Hassibi

Mirror Descent (MD) is a scalable first-order method widely used in large-scale optimization, with applications in image processing, policy optimization, and neural network training. This paper generalizes MD to optimization on Riemannian…

机器学习 · 统计学 2026-03-19 Jiaxin Jiang , Lei Shi , Jiyuan Tan

Inspired by the remarkable success of large neural networks, there has been significant interest in understanding the generalization performance of over-parameterized models. Substantial efforts have been invested in characterizing how…

机器学习 · 计算机科学 2024-01-12 Haoyuan Sun , Khashayar Gatmiry , Kwangjun Ahn , Navid Azizan

Stochastic multi-objective optimization (SMOO) has recently emerged as a powerful framework for addressing machine learning problems with multiple objectives. The bias introduced by the nonlinearity of the subproblem solution mapping…

最优化与控制 · 数学 2024-10-10 Linxi Yang , Liping Tang , Jiahao Lv , Yuehong He , Xinmin Yang

Gradient descent algorithm is the most utilized method when optimizing machine learning issues. However, there exists many local minimums and saddle points in the loss function, especially for high dimensional non-convex optimization…

机器学习 · 计算机科学 2021-07-19 Zhicheng Cai

This paper addresses the question of whether it can be beneficial for an optimization algorithm to follow directions of negative curvature. Although prior work has established convergence results for algorithms that integrate both descent…

最优化与控制 · 数学 2018-04-05 Frank E. Curtis , Daniel P. Robinson

Adaptive optimizers can reduce to normalized steepest descent (NSD) when only adapting to the current gradient, suggesting a close connection between the two algorithmic families. A key distinction between their analyses, however, lies in…

机器学习 · 计算机科学 2025-11-26 Shuo Xie , Tianhao Wang , Beining Wu , Zhiyuan Li

In deep learning, it is common to use more network parameters than training points. In such scenarioof over-parameterization, there are usually multiple networks that achieve zero training error so that thetraining algorithm induces an…

机器学习 · 计算机科学 2023-08-22 Hung-Hsu Chou , Carsten Gieshoff , Johannes Maly , Holger Rauhut

We consider randomized block coordinate stochastic mirror descent (RBSMD) methods for solving high-dimensional stochastic optimization problems with strongly convex objective functions. Our goal is to develop RBSMD schemes that achieve a…

最优化与控制 · 数学 2019-02-15 Nahidsadat Majlesinasab , Farzad Yousefian , Arash Pourhabib

Developing efficient and principled neural architecture optimization methods is a critical challenge of modern deep learning. Recently, Liu et al.[19] proposed a splitting steepest descent (S2D) method that jointly optimizes the neural…

机器学习 · 计算机科学 2021-06-22 Lemeng Wu , Mao Ye , Qi Lei , Jason D. Lee , Qiang Liu

Tuning hyperparameters, such as the stepsize, presents a major challenge of training machine learning models. To address this challenge, numerous adaptive optimization algorithms have been developed that achieve near-optimal complexities,…

最优化与控制 · 数学 2023-11-07 Florian Hübler , Junchi Yang , Xiang Li , Niao He

For solving pseudo-convex global optimization problems, we present a novel fully adaptive steepest descent method (or ASDM) without any hard-to-estimate parameters. For the step-size regulation in an $\varepsilon$-normalized direction, we…

最优化与控制 · 数学 2021-08-12 Z. R. Gabidullina

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

It is well known that mirror descent may diverge or cycle on merely monotone variational inequalities. In this paper, we propose \emph{Target Mirror Descent} (TMD), a unified framework that stabilizes monotone flows via a target point…

最优化与控制 · 数学 2026-04-22 Yu-Wen Chen , Can Kizilkale , Murat Arcak

The mirror descent algorithm is known to be effective in situations where it is beneficial to adapt the mirror map to the underlying geometry of the optimization model. However, the effect of mirror maps on the geometry of distributed…

最优化与控制 · 数学 2024-03-13 Anastasia Borovykh , Nikolas Kantas , Panos Parpas , Grigorios A. Pavliotis

Modern policy optimization methods in reinforcement learning, such as TRPO and PPO, owe their success to the use of parameterized policies. However, while theoretical guarantees have been established for this class of algorithms, especially…

机器学习 · 统计学 2024-02-14 Carlo Alfano , Rui Yuan , Patrick Rebeschini

We analyze stochastic gradient descent for optimizing non-convex functions. In many cases for non-convex functions the goal is to find a reasonable local minimum, and the main concern is that gradient updates are trapped in saddle points.…

机器学习 · 计算机科学 2015-03-10 Rong Ge , Furong Huang , Chi Jin , Yang Yuan