paper-with-me

홈 › Papers

Super Gradient Descent: Global Optimization requires Global Gradient

2024-10-25 · Seifeddine Achour

Global minimization is a fundamental challenge in optimization, especially in machine learning, where finding the global minimum of a function directly impacts model performance and convergence. This article introduces a novel optimization method that we called Super Gradient Descent, designed specifically for one-dimensional functions, guaranteeing convergence to the global minimum for any k-Lipschitz function defined on a closed interval [a, b]. Our approach addresses the limitations of traditional optimization algorithms, which often get trapped in local minima. In particular, we introduce the concept of global gradient which offers a robust solution for precise and well-guided global optimization. By focusing on the global minimization problem, this work bridges a critical gap in optimization theory, offering new insights and practical advancements in different optimization problems in particular Machine Learning problems like line search.

📄 PDF Abstract BibTeX arXiv:2410.19706

Code (0)

등록된 구현이 없습니다.

Tasks

global-optimization

Similar Papers 제목 키워드 기반

Beyond Convexity: Stochastic Quasi-Convex Optimization

2015-07-08 · NeurIPS 2015 12 · Elad Hazan, Kfir. Y. Levy, Shai Shalev-Shwartz

Stochastic convex optimization is a basic and well studied primitive in machine learning. It is well known that convex and Lipschitz functions can be minimized efficiently using Stochastic Gradient Descent (SGD). The Nor…

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 prope…

Stochastic Optimization

Global Supervised Descent Method

2015-06-01 · CVPR 2015 6 · Xuehan Xiong, Fernando de la Torre

Mathematical optimization plays a fundamental role in solving many problems in computer vision (e.g., camera calibration, image alignment, structure from motion). It is generally accepted that second order descent method…

Camera Calibration

Gradient Descent Finds Global Minima for Generalizable Deep Neural Networks of Practical Sizes

2019-08-05 · Kenji Kawaguchi, Jiaoyang Huang

In this paper, we theoretically prove that gradient descent can find a global minimum of non-convex optimization of all layers for nonlinear deep neural networks of sizes commonly encountered in practice. The theory deve…

Globally Optimal Gradient Descent for a ConvNet with Gaussian Inputs

2017-02-26 · ICML 2017 8 · Alon Brutzkus, Amir Globerson

Deep learning models are often successfully trained using gradient descent, despite the worst case hardness of the underlying non-convex optimization problem. The key question is then under what conditions can one prove …