paper-with-me

Papers

Learning to be Global Optimizer

2020-03-10 · Haotian Zhang, Jianyong Sun, Zongben Xu

The advancement of artificial intelligence has cast a new light on the development of optimization algorithm. This paper proposes to learn a two-phase (including a minimization phase and an escaping phase) global optimization algorithm for smooth non-convex functions. For the minimization phase, a model-driven deep learning method is developed to learn the update rule of descent direction, which is formalized as a nonlinear combination of historical information, for convex functions. We prove that the resultant algorithm with the proposed adaptive direction guarantees convergence for convex functions. Empirical study shows that the learned algorithm significantly outperforms some well-known classical optimization algorithms, such as gradient descent, conjugate descent and BFGS, and performs well on ill-posed functions. The escaping phase from local optimum is modeled as a Markov decision process with a fixed escaping policy. We further propose to learn an optimal escaping policy by reinforcement learning. The effectiveness of the escaping policies is verified by optimizing synthesized functions and training a deep neural network for CIFAR image classification. The learned two-phase global optimization algorithm demonstrates a promising global search capability on some benchmark functions and machine learning tasks.

📄 PDF Abstract BibTeX arXiv:2003.04521

Code (0)

등록된 구현이 없습니다.

Tasks

global-optimizationimage-classificationImage ClassificationReinforcement Learning

Similar Papers 제목 키워드 기반

On Local Optimizers of Acquisition Functions in Bayesian Optimization

2019-01-24 · Jungtaek Kim, Seungjin Choi

Bayesian optimization is a sample-efficient method for finding a global optimum of an expensive-to-evaluate black-box function. A global solution is found by accumulating a pair of query point and its function value, rep…

Bayesian Optimizationvalid

$1D$ to $nD$: A Meta Algorithm for Multivariate Global Optimization via Univariate Optimizers

2022-09-06 · Kaan Gokcesu, Hakan Gokcesu

In this work, we propose a meta algorithm that can solve a multivariate global optimization problem using univariate global optimizers. Although the univariate global optimization does not receive much attention compared…

global-optimization

Efficient Federated Learning via Local Adaptive Amended Optimizer with Linear Speedup

2023-07-30 · Yan Sun, Li Shen, Hao Sun, Liang Ding 외

Adaptive optimization has achieved notable success for distributed learning while extending adaptive optimizer to federated Learning (FL) suffers from severe inefficiency, including (i) rugged convergence due to inaccura…

Federated Learning

Composing Global Optimizers to Reasoning Tasks via Algebraic Objects in Neural Nets

2024-10-02 · Yuandong Tian

We prove rich algebraic structures of the solution space for 2-layer neural networks with quadratic activation and $L_2$ loss, trained on reasoning tasks in Abelian group (e.g., modular addition). Such a rich structure e…

Memorization

DeepHive: A multi-agent reinforcement learning approach for automated discovery of swarm-based optimization policies

2023-03-29 · Eloghosa Ikponmwoba, Ope Owoyele

We present an approach for designing swarm-based optimizers for the global optimization of expensive black-box functions. In the proposed approach, the problem of finding efficient optimizers is framed as a reinforcement…

global-optimizationMulti-agent Reinforcement Learning