paper-with-me

Papers

A Generalization Result for Convergence in Learning-to-Optimize

2024-10-10 · Michael Sucker, Peter Ochs

Learning-to-optimize leverages machine learning to accelerate optimization algorithms. While empirical results show tremendous improvements compared to classical optimization algorithms, theoretical guarantees are mostly lacking, such that the outcome cannot be reliably assured. Especially, convergence is hardly studied in learning-to-optimize, because conventional convergence guarantees in optimization are based on geometric arguments, which cannot be applied easily to learned algorithms. Thus, we develop a probabilistic framework that resembles classical optimization and allows for transferring geometric arguments into learning-to-optimize. Based on our new proof-strategy, our main theorem is a generalization result for parametric classes of potentially non-smooth, non-convex loss functions and establishes the convergence of learned optimization algorithms to critical points with high probability. This effectively generalizes the results of a worst-case analysis into a probabilistic framework, and frees the design of the learned algorithm from using safeguards.

📄 PDF Abstract BibTeX arXiv:2410.07704

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MiMuon: Mixed Muon Optimizer with Improved Generalization for Large Models

2026-05-19 · Feihu Huang, Yuning Luo, Songcan Chen arxiv

Matrix-structured parameters frequently appear in many artificial intelligence models such as large language models. More recently, an efficient Muon optimizer is designed for matrix parameters of large-scale models, and…

Mathematical Induction

CLion: Efficient Cautious Lion Optimizer with Enhanced Generalization

2026-04-16 · Feihu Huang, Guanyi Zhang, Songcan Chen arxiv

Lion optimizer is a popular learning-based optimization algorithm in machine learning, which shows impressive performance in training many deep learning models. Although convergence property of the Lion optimizer has bee…

Stochastic OptimizationMathematical Induction

XGrad: Boosting Gradient-Based Optimizers With Weight Prediction

2023-05-26 · Lei Guan, Dongsheng Li, Yanqi Shi, Jian Meng

In this paper, we propose a general deep learning training framework XGrad which introduces weight prediction into the popular gradient-based optimizers to boost their convergence and generalization when training the dee…

Prediction

A Method for Enhancing Generalization of Adam by Multiple Integrations

2024-12-17 · Long Jin, Han Nong, Liangming Chen, Zhenming Su

The insufficient generalization of adaptive moment estimation (Adam) has hindered its broader application. Recent studies have shown that flat minima in loss landscapes are highly associated with improved generalization.…

Painless step size adaptation for SGD

2021-02-01 · Ilona Kulikovskikh, Tarzan Legović

Convergence and generalization are two crucial aspects of performance in neural networks. When analyzed separately, these properties may lead to contradictory results. Optimizing a convergence rate yields fast training, …