Pruning as Evolution: Emergent Sparsity Through Selection Dynamics in Neural Networks
Zubair Shah, Noaman Khan

TL;DR
This paper introduces an evolutionary framework for neural network pruning, modeling parameters as populations subject to selection dynamics, enabling sparsity emergence without explicit pruning schedules and maintaining competitive accuracy.
Contribution
It formalizes neural pruning as an evolutionary process with selection dynamics, connecting fitness to local learning signals, and demonstrates its effectiveness on MNIST.
Findings
Pruning based on evolutionary dynamics achieves high accuracy at significant sparsity levels.
The framework reaches near baseline accuracy (~98%) with 35-50% sparsity.
Evolutionary pruning produces a measurable accuracy-sparsity tradeoff without explicit schedules.
Abstract
Neural networks are commonly trained in highly overparameterized regimes, yet empirical evidence consistently shows that many parameters become redundant during learning. Most existing pruning approaches impose sparsity through explicit intervention, such as importance-based thresholding or regularization penalties, implicitly treating pruning as a centralized decision applied to a trained model. This assumption is misaligned with the decentralized, stochastic, and path-dependent character of gradient-based training. We propose an evolutionary perspective on pruning: parameter groups (neurons, filters, heads) are modeled as populations whose influence evolves continuously under selection pressure. Under this view, pruning corresponds to population extinction: components with persistently low fitness gradually lose influence and can be removed without discrete pruning schedules and…
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
TopicsNeural Networks and Reservoir Computing · Stochastic Gradient Optimization Techniques · Advanced Neural Network Applications
