paper-with-me

Papers

Evolving Learning Rate Optimizers for Deep Neural Networks

2021-03-23 · Pedro Carvalho, Nuno Lourenço, Penousal Machado

Artificial Neural Networks (ANNs) became popular due to their successful application difficult problems such image and speech recognition. However, when practitioners want to design an ANN they need to undergo laborious process of selecting a set of parameters and topology. Currently, there are several state-of-the art methods that allow for the automatic selection of some of these aspects. Learning Rate optimizers are a set of such techniques that search for good values of learning rates. Whilst these techniques are effective and have yielded good results over the years, they are general solution i.e. they do not consider the characteristics of a specific network. We propose a framework called AutoLR to automatically design Learning Rate Optimizers. Two versions of the system are detailed. The first one, Dynamic AutoLR, evolves static and dynamic learning rate optimizers based on the current epoch and the previous learning rate. The second version, Adaptive AutoLR, evolves adaptive optimizers that can fine tune the learning rate for each network eeight which makes them generally more effective. The results are competitive with the best state of the art methods, even outperforming them in some scenarios. Furthermore, the system evolved a classifier, ADES, that appears to be novel and innovative since, to the best of our knowledge, it has a structure that differs from state of the art methods.

📄 PDF Abstract BibTeX arXiv:2103.12623

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Evolving Deep Learning Optimizers

2025-12-05 · Mitchell Marfinetz arxiv

We present a genetic algorithm framework for automatically discovering deep learning optimization algorithms. Our approach encodes optimizers as genomes that specify combinations of primitive update terms (gradient, mome…

Evolving Benchmark Functions to Compare Evolutionary Algorithms via Genetic Programming

2024-03-21 · Yifan He, Claus Aranha

In this study, we use Genetic Programming (GP) to compose new optimization benchmark functions. Optimization benchmarks have the important role of showing the differences between evolutionary algorithms, making it possib…

Evolutionary Algorithms

AutoOptLib: Tailoring Metaheuristic Optimizers via Automated Algorithm Design

2023-03-12 · Qi Zhao, Bai Yan, Taiwei Hu, Xianglong Chen 외

Metaheuristics are prominent gradient-free optimizers for solving hard problems that do not meet the rigorous mathematical assumptions of analytical solvers. The canonical manual optimizer design could be laborious, untr…

Metaheuristic Optimization

Many Optimizers But Only One Training Path: Repeated Resampling for Adaptive Optimizer Selection

2026-08-19 · Ronald Richman, Mario V. Wüthrich arxiv

An optimizer is usually chosen before training a deep neural network and then kept fixed. Treating optimizer choice as a hyperparameter could boost performance, but it requires several complete training runs and discards…

Co4ICF: Co-evolving Physics-Informed Surrogate and RL-based Pulse Optimizer for Inertial Confinement Fusion

2026-07-11 · Jiatong Zhao, Tengyue Zhang, Yuhan Wang, Fuyuan Wu 외 arxiv

Offline-trained surrogates for Inertial Confinement Fusion (ICF) suffer a well-known failure mode that iterative optimizers drive inputs into out-of-distribution (OOD) regions where predictions become unreliable. Here we…