Guiding Evolutionary AutoEncoder Training with Activation-Based Pruning Operators
Steven Jorgensen, Erik Hemberg, Jamal Toutouh, Una-May O'Reilly
TL;DR
The paper addresses the inefficiency of over-parameterized deep models by pruning autoencoders (AEs) using evolutionary computation. It introduces activation-guided pruning operators (VARIANCE and CONJUNCTIVE) and a RANDOM baseline, evaluated within canonical AE training and the Lipi-AE-S cooperative coevolution framework that employs a ring topology of $Z$ cells with neighborhood size $s=2r+1$. Six pruning schedules and three operator variants are explored, optimized with reconstruction loss and preserved parameter counts as metrics. Key findings show that CONJUNCTIVE can match unpruned canonical performance while reducing parameters, and that RANDOM with exponential pruning often yields the best results in Lipi-AE-S, highlighting the distinct advantages of activation-guided pruning in low-dimensional settings and of population-based coevolution for robustness and diversity.
Abstract
This study explores a novel approach to neural network pruning using evolutionary computation, focusing on simultaneously pruning the encoder and decoder of an autoencoder. We introduce two new mutation operators that use layer activations to guide weight pruning. Our findings reveal that one of these activation-informed operators outperforms random pruning, resulting in more efficient autoencoders with comparable performance to canonically trained models. Prior work has established that autoencoder training is effective and scalable with a spatial coevolutionary algorithm that cooperatively coevolves a population of encoders with a population of decoders, rather than one autoencoder. We evaluate how the same activity-guided mutation operators transfer to this context. We find that random pruning is better than guided pruning, in the coevolutionary setting. This suggests activation-based guidance proves more effective in low-dimensional pruning environments, where constrained sample spaces can lead to deviations from true uniformity in randomization. Conversely, population-driven strategies enhance robustness by expanding the total pruning dimensionality, achieving statistically uniform randomness that better preserves system dynamics. We experiment with pruning according to different schedules and present best combinations of operator and schedule for the canonical and coevolving populations cases.
