[2603.19759] Growing Networks with Autonomous Pruning
About this article
Abstract page for arXiv paper 2603.19759: Growing Networks with Autonomous Pruning
Computer Science > Computer Vision and Pattern Recognition arXiv:2603.19759 (cs) [Submitted on 20 Mar 2026] Title:Growing Networks with Autonomous Pruning Authors:Charles De Lambilly, Stefan Duffner View a PDF of the paper titled Growing Networks with Autonomous Pruning, by Charles De Lambilly and Stefan Duffner View PDF HTML (experimental) Abstract:This paper introduces Growing Networks with Autonomous Pruning (GNAP) for image classification. Unlike traditional convolutional neural networks, GNAP change their size, as well as the number of parameters they are using, during training, in order to best fit the data while trying to use as few parameters as possible. This is achieved through two complementary mechanisms: growth and pruning. GNAP start with few parameters, but their size is expanded periodically during training to add more expressive power each time the network has converged to a saturation point. Between these growing phases, model parameters are trained for classification and pruned simultaneously, with complete autonomy by gradient descent. Growing phases allow GNAP to improve their classification performance, while autonomous pruning allows them to keep as few parameters as possible. Experimental results on several image classification benchmarks show that our approach can train extremely sparse neural networks with high accuracy. For example, on MNIST, we achieved 99.44% accuracy with as few as 6.2k parameters, while on CIFAR10, we achieved 92.2\ accuracy ...