English

Towards Scalable Lottery Ticket Networks using Genetic Algorithms

Machine Learning 2025-08-13 v1 Neural and Evolutionary Computing

Abstract

Building modern deep learning systems that are not just effective but also efficient requires rethinking established paradigms for model training and neural architecture design. Instead of adapting highly overparameterized networks and subsequently applying model compression techniques to reduce resource consumption, a new class of high-performing networks skips the need for expensive parameter updates, while requiring only a fraction of parameters, making them highly scalable. The Strong Lottery Ticket Hypothesis posits that within randomly initialized, sufficiently overparameterized neural networks, there exist subnetworks that can match the accuracy of the trained original model-without any training. This work explores the usage of genetic algorithms for identifying these strong lottery ticket subnetworks. We find that for instances of binary and multi-class classification tasks, our approach achieves better accuracies and sparsity levels than the current state-of-the-art without requiring any gradient information. In addition, we provide justification for the need for appropriate evaluation metrics when scaling to more complex network architectures and learning tasks.

Keywords

Cite

@article{arxiv.2508.08877,
  title  = {Towards Scalable Lottery Ticket Networks using Genetic Algorithms},
  author = {Julian Schönberger and Maximilian Zorn and Jonas Nüßlein and Thomas Gabor and Philipp Altmann},
  journal= {arXiv preprint arXiv:2508.08877},
  year   = {2025}
}

Comments

27 pages, 11 figures, 7 tables, Extended version of a paper submitted to IJCCI 2024 (DOI: 10.5220/0013010300003837), the extended version will appear in the journal Studies in Computational Intelligence

R2 v1 2026-07-01T04:45:58.162Z