An Experimental Study of Weight Initialization and Weight Inheritance Effects on Neuroevolution
Zimeng Lyu, AbdElRahman ElSaid, Joshua Karns, Mohamed Mkaouer, Travis, Desell

TL;DR
This study investigates how different weight initialization methods and Lamarckian weight inheritance influence the efficiency and effectiveness of neuroevolution in evolving recurrent neural networks, demonstrating that Lamarckian strategies significantly improve speed and performance.
Contribution
It introduces and evaluates Lamarckian weight inheritance methods within neuroevolution, showing they outperform traditional initialization techniques in evolving RNNs.
Findings
Lamarckian strategies outperform traditional initialization methods.
Lamarckian methods reduce the number of backpropagation epochs needed.
Statistically significant improvements in neuroevolution speed and performance.
Abstract
Weight initialization is critical in being able to successfully train artificial neural networks (ANNs), and even more so for recurrent neural networks (RNNs) which can easily suffer from vanishing and exploding gradients. In neuroevolution, where evolutionary algorithms are applied to neural architecture search, weights typically need to be initialized at three different times: when initial genomes (ANN architectures) are created at the beginning of the search, when offspring genomes are generated by crossover, and when new nodes or edges are created during mutation. This work explores the difference between using Xavier, Kaiming, and uniform random weight initialization methods, as well as novel Lamarckian weight inheritance methods for initializing new weights during crossover and mutation operations. These are examined using the Evolutionary eXploration of Augmenting Memory Models…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEvolutionary Algorithms and Applications · Metaheuristic Optimization Algorithms Research · Reinforcement Learning in Robotics
MethodsSigmoid Activation · Gated Recurrent Unit · Tanh Activation · Long Short-Term Memory
