TL;DR
SPGD is a new optimization algorithm that combines gradient descent with strategic perturbations to escape local minima and find better solutions, demonstrated on complex 3D packing and benchmark problems.
Contribution
The paper introduces SPGD, a novel method integrating perturbation sampling with gradient descent to improve global optimization capabilities.
Findings
SPGD outperforms four established methods on 3D packing problems.
It effectively escapes local minima in complex landscapes.
Demonstrates superior performance on benchmark functions.
Abstract
Optimization algorithms are pivotal in advancing various scientific and industrial fields but often encounter obstacles such as trapping in local minima, saddle points, and plateaus (flat regions), which makes the convergence to reasonable or near-optimal solutions particularly challenging. This paper presents the Steepest Perturbed Gradient Descent (SPGD), a novel algorithm that innovatively combines the principles of the gradient descent method with periodic uniform perturbation sampling to effectively circumvent these impediments and lead to better solutions whenever possible. SPGD is distinctively designed to generate a set of candidate solutions and select the one exhibiting the steepest loss difference relative to the current solution. It enhances the traditional gradient descent approach by integrating a strategic exploration mechanism that significantly increases the likelihood…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSparse Evolutionary Training
