中文
相关论文

相关论文: Comparative Analysis of Gradient-Based Optimizatio…

200 篇论文

This paper addresses the study of derivative-free smooth optimization problems, where the gradient information on the objective function is unavailable. Two novel general derivative-free methods are proposed and developed for minimizing…

最优化与控制 · 数学 2023-11-29 Pham Duy Khanh , Boris S. Mordukhovich , Dat Ba Tran

3D Gaussian Splatting (3DGS) is widely used for novel view synthesis due to its high rendering quality and fast inference time. However, 3DGS predominantly relies on first-order optimizers such as Adam, which leads to long training times.…

计算机视觉与模式识别 · 计算机科学 2026-01-27 Hamza Pehlivan , Andrea Boscolo Camiletto , Lin Geng Foo , Marc Habermann , Christian Theobalt

In this work, we propose an optimization algorithm which we call norm-adapted gradient descent. This algorithm is similar to other gradient-based optimization algorithms like Adam or Adagrad in that it adapts the learning rate of stochastic…

机器学习 · 计算机科学 2020-10-14 David Sprunger

We present a subgradient method for minimizing non-smooth, non-Lipschitz convex optimization problems. The only structure assumed is that a strictly feasible point is known. We extend the work of Renegar [5] by taking a different…

最优化与控制 · 数学 2018-02-28 Benjamin Grimmer

We propose a gradient descent method for solving optimization problems arising in settings of tropical geometry - a variant of algebraic geometry that has attracted growing interest in applications such as computational biology, economics,…

最优化与控制 · 数学 2025-11-17 Roan Talbut , Anthea Monod

We develop a novel framework to study smooth and strongly convex optimization algorithms, both deterministic and stochastic. Focusing on quadratic functions we are able to examine optimization algorithms as a recursive application of linear…

最优化与控制 · 数学 2015-03-25 Yossi Arjevani , Shai Shalev-Shwartz , Ohad Shamir

The gradient descent (GD) method -- is a fundamental and likely the most popular optimization algorithm in machine learning (ML), with a history traced back to a paper in 1847 (Cauchy, 1847). It was studied under various assumptions,…

最优化与控制 · 数学 2025-02-20 Aleksandr Lobanov , Alexander Gasnikov , Eduard Gorbunov , Martin Takáč

We study the convergence rate of Bregman gradient methods for convex optimization in the space of measures on a $d$-dimensional manifold. Under basic regularity assumptions, we show that the suboptimality gap at iteration $k$ is in…

最优化与控制 · 数学 2023-03-15 Lénaïc Chizat

Gradient-based algorithms are one of the methods of choice for the optimisation of Markov Decision Processes. In this article we will present a novel approximate Newton algorithm for the optimisation of such models. The algorithm has…

最优化与控制 · 数学 2015-08-05 Thomas Furmston , David Barber

Differentiable simulation is a promising toolkit for fast gradient-based policy optimization and system identification. However, existing approaches to differentiable simulation have largely tackled scenarios where obtaining smooth…

机器学习 · 统计学 2022-07-04 Rika Antonova , Jingyun Yang , Krishna Murthy Jatavallabhula , Jeannette Bohg

Gradient descent algorithms have been used in countless applications since the inception of Newton's method. The explosion in the number of applications of neural networks has re-energized efforts in recent years to improve the standard…

机器学习 · 计算机科学 2020-10-30 Chad Kelterborn , Marcin Mazur , Bogdan V. Petrenko

We present a new feasible proximal gradient method for constrained optimization where both the objective and constraint functions are given by the summation of a smooth, possibly nonconvex function and a convex simple function. The…

最优化与控制 · 数学 2024-02-01 Digvijay Boob , Qi Deng , Guanghui Lan

Sign-based optimization methods have become popular in machine learning due to their favorable communication cost in distributed optimization and their surprisingly good performance in neural network training. Furthermore, they are closely…

机器学习 · 计算机科学 2020-02-20 Lukas Balles , Fabian Pedregosa , Nicolas Le Roux

In the recent years, various gradient descent algorithms including the methods of gradient descent, gradient descent with momentum, adaptive gradient (AdaGrad), root-mean-square propagation (RMSProp) and adaptive moment estimation (Adam)…

机器学习 · 计算机科学 2024-09-19 Abel C. H. Chen

We consider the problem of minimizing the average of a large number of smooth but possibly non-convex functions. In the context of most machine learning applications, each loss function is non-negative and thus can be expressed as the…

最优化与控制 · 数学 2024-07-08 Antonio Orvieto , Lin Xiao

Stochastic gradient descent (\textsc{Sgd}) methods are the most powerful optimization tools in training machine learning and deep learning models. Moreover, acceleration (a.k.a. momentum) methods and diagonal scaling (a.k.a. adaptive…

机器学习 · 统计学 2018-10-02 Qi Deng , Yi Cheng , Guanghui Lan

Many applications using large datasets require efficient methods for minimizing a proximable convex function subject to satisfying a set of linear constraints within a specified tolerance. For this task, we present a proximal projection…

最优化与控制 · 数学 2024-12-10 Howard Heaton

Gradient-based optimization methods are the most popular choice for finding local optima for classical minimization and saddle point problems. Here, we highlight a systemic issue of gradient dynamics that arise for saddle point problems,…

机器学习 · 计算机科学 2019-02-15 Leonard Adolphs , Hadi Daneshmand , Aurelien Lucchi , Thomas Hofmann

These notes focus on the minimization of convex functionals using first-order optimization methods, which are fundamental in many areas of applied mathematics and engineering. The primary goal of this document is to introduce and analyze…

最优化与控制 · 数学 2024-10-28 Charles Dossal , Samuel Hurault , Nicolas Papadakis

This paper describes a method for solving smooth nonconvex minimization problems subject to bound constraints with good worst-case complexity guarantees and practical performance. The method contains elements of two existing methods: the…

最优化与控制 · 数学 2023-06-08 Yue Xie , Stephen J. Wright