paper-with-me

Papers

Regularized Evolutionary Population-Based Training

2020-02-11 · Jason Liang, Santiago Gonzalez, Hormoz Shahrzad, Risto Miikkulainen

Metalearning of deep neural network (DNN) architectures and hyperparameters has become an increasingly important area of research. At the same time, network regularization has been recognized as a crucial dimension to effective training of DNNs. However, the role of metalearning in establishing effective regularization has not yet been fully explored. There is recent evidence that loss-function optimization could play this role, however it is computationally impractical as an outer loop to full training. This paper presents an algorithm called Evolutionary Population-Based Training (EPBT) that interleaves the training of a DNN's weights with the metalearning of loss functions. They are parameterized using multivariate Taylor expansions that EPBT can directly optimize. Such simultaneous adaptation of weights and loss functions can be deceptive, and therefore EPBT uses a quality-diversity heuristic called Novelty Pulsation as well as knowledge distillation to prevent overfitting during training. On the CIFAR-10 and SVHN image classification benchmarks, EPBT results in faster, more accurate learning. The discovered hyperparameters adapt to the training process and serve to regularize the learning task by discouraging overfitting to the labels. EPBT thus demonstrates a practical instantiation of regularization metalearning based on simultaneous training.

📄 PDF Abstract BibTeX arXiv:2002.04225

Code (0)

등록된 구현이 없습니다.

Tasks

Diversityimage-classificationImage ClassificationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Regularized Evolutionary Algorithm for Dynamic Neural Topology Search

2019-05-15 · Cristiano Saltori, Subhankar Roy, Nicu Sebe, Giovanni Iacca

Designing neural networks for object recognition requires considerable architecture engineering. As a remedy, neuro-evolutionary network architecture search, which automatically searches for optimal network architectures…

Evolutionary AlgorithmsNeural Architecture SearchObject Recognition

Neuro-Evolutionary Approach to Physics-Aware Symbolic Regression

2025-04-23 · Jiří Kubalík, Robert Babuška

Symbolic regression is a technique that can automatically derive analytic models from data. Traditionally, symbolic regression has been implemented primarily through genetic programming that evolves populations of candid…

Evolutionary AlgorithmsregressionSymbolic Regression

Multi-population GAN Training: Analyzing Co-Evolutionary Algorithms

2025-07-17 · Walter P. Casas, Jamal Toutouh

Generative adversarial networks (GANs) are powerful generative models but remain challenging to train due to pathologies suchas mode collapse and instability. Recent research has explored co-evolutionary approaches, in w…

DiversityEvolutionary Algorithms

SLiM-Gym: Reinforcement Learning for Population Genetics

2025-04-22 · Niko Zuppas, Bryan C. Carstens

We introduce SLiM-Gym, a Python package for integrating reinforcement learning (RL) with forward-time population genetic simulations. Wright-Fisher evolutionary dynamics offer a tractable framework for modeling populatio…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Evolutionary Dynamics with Fluctuating Population Sizes and Strong Mutualism

2016-08-29

Game theory ideas provide a useful framework for studying evolutionary dynamics in a well-mixed environment. This approach, however, typically enforces a strictly fixed overall population size, deemphasizing natural grow…