Table of Contents
Fetching ...

Super Gradient Descent: Global Optimization requires Global Gradient

Seifeddine Achour

TL;DR

This article introduces a novel optimization method 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.

Abstract

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.

Super Gradient Descent: Global Optimization requires Global Gradient

TL;DR

This article introduces a novel optimization method 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.

Abstract

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.

Paper Structure

This paper contains 16 sections, 1 theorem, 16 equations, 5 figures, 1 algorithm.

Key Result

Theorem 1

Let $f$ be a 1-D, k-Lipschitz function defined on a bounded domain $[a,b]$ that admits one global minimum at $x^* \in [a,b]$. $\exists \alpha_\epsilon>0, \forall \alpha \in [0, \alpha_\epsilon]$ an optimization step, where the Super Gradient Descent Algorithm alg1 converges to this global minimum.

Figures (5)

  • Figure 1: Non-convex multi-minima test
  • Figure 2: Hardly differentiable function test
  • Figure 3: Non-convex multi-minima test
  • Figure 4: Hardly differentiable non-convex function test
  • Figure 5: Non-convex multi-regularity function test

Theorems & Definitions (2)

  • Theorem 1
  • proof