Evolution imposes an inductive bias that alters and accelerates learning dynamics
Benjamin Midler, Alejandro Pan Vazquez
TL;DR
This work addresses why brains learn rapidly with limited data by exploring how evolutionary optimization can shape online learning. The authors implement Evolutionary Conditioning (EC), which partnerships a genetic algorithm for generational selection with gradient-descent fine-tuning within each generation, keeping the two processes distinct. EC yields latent learning dynamics across reinforcement and supervised tasks and dramatically speeds up subsequent fine-tuning on a semantic cognition task. The results imply that evolution provides an inductive bias that tunes learning trajectories rather than simply encoding prior task performance. Future work should extend EC to additional tasks, evolve architectures and physiology, and assess how multi-level brain structure interacts with learning.
Abstract
The learning dynamics of biological brains and artificial neural networks are of interest to both neuroscience and machine learning. A key difference between them is that neural networks are often trained from a randomly initialized state whereas each brain is the product of generations of evolutionary optimization, yielding innate structures that enable few-shot learning and inbuilt reflexes. Artificial neural networks, by contrast, require non-ethological quantities of training data to attain comparable performance. To investigate the effect of evolutionary optimization on the learning dynamics of neural networks, we combined algorithms simulating natural selection and online learning to produce a method for evolutionarily conditioning artificial neural networks, and applied it to both reinforcement and supervised learning contexts. We found the evolutionary conditioning algorithm, by itself, performs comparably to an unoptimized baseline. However, evolutionarily conditioned networks show signs of unique and latent learning dynamics, and can be rapidly fine-tuned to optimal performance. These results suggest evolution constitutes an inductive bias that tunes neural systems to enable rapid learning.
