Growing Networks with Autonomous Pruning

📅 2026-03-20
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitations of conventional convolutional neural networks, which often suffer from parameter redundancy and an inability to adaptively balance accuracy and efficiency during training. To overcome these challenges, the authors propose a dynamic network structuring method that simultaneously enhances model capacity through periodic network growth and maintains extreme parameter sparsity via gradient-driven autonomous pruning. This approach achieves, for the first time, synergistic optimization of network expansion and compression within a single training process, automatically yielding highly accurate yet sparse models without manual intervention. Experimental results demonstrate its efficacy: the method attains 99.44% accuracy on MNIST with only 6.2k parameters and achieves 92.2% accuracy on CIFAR-10 using just 157.8k parameters, significantly outperforming existing lightweight models.

Technology Category

Application Category

📝 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 with 157.8k parameters.
Problem

Research questions and friction points this paper is trying to address.

image classification
parameter efficiency
sparse neural networks
model compression
Innovation

Methods, ideas, or system contributions that make the work stand out.

autonomous pruning
dynamic network growth
parameter efficiency
sparse neural networks
gradient-based pruning
🔎 Similar Papers
No similar papers found.
C
Charles de Lambilly
INSA Lyon, CNRS, Ecole Centrale de Lyon, Universite Claude Bernard Lyon 1, Université Lumière Lyon 2, LIRIS, UMR5205, Villeurbanne, 69621, France
Stefan Duffner
Stefan Duffner
Professor in Computer Science, INSA Lyon, LIRIS, France
Machine LearningNeural NetworksComputer Vision