LGDec 16, 2024

Explicit and Implicit Graduated Optimization in Deep Neural Networks

arXiv:2412.11501v12 citationsh-index: 3AAAI
Originality Incremental advance
AI Analysis

This work addresses optimization challenges in deep neural networks, but it is incremental as it builds on existing graduated optimization techniques.

The paper experimentally evaluates explicit graduated optimization with optimal noise scheduling and extends implicit graduated optimization to SGD with momentum, demonstrating effectiveness in image classification tasks using ResNet architectures.

Graduated optimization is a global optimization technique that is used to minimize a multimodal nonconvex function by smoothing the objective function with noise and gradually refining the solution. This paper experimentally evaluates the performance of the explicit graduated optimization algorithm with an optimal noise scheduling derived from a previous study and discusses its limitations. It uses traditional benchmark functions and empirical loss functions for modern neural network architectures for evaluating. In addition, this paper extends the implicit graduated optimization algorithm, which is based on the fact that stochastic noise in the optimization process of SGD implicitly smooths the objective function, to SGD with momentum, analyzes its convergence, and demonstrates its effectiveness through experiments on image classification tasks with ResNet architectures.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes