Robust Neural Pruning with Gradient Sampling Optimization for Residual Neural Networks

Juyoung Yun
2024-04-29
Abstract:This research embarks on pioneering the integration of gradient sampling optimization techniques, particularly StochGradAdam, into the pruning process of neural networks. Our main objective is to address the significant challenge of maintaining accuracy in pruned neural models, critical in resource-constrained scenarios. Through extensive experimentation, we demonstrate that gradient sampling significantly preserves accuracy during and after the pruning process compared to traditional optimization methods. Our study highlights the pivotal role of gradient sampling in robust learning and maintaining crucial information post substantial model simplification. The results across CIFAR-10 datasets and residual neural architectures validate the versatility and effectiveness of our approach. This work presents a promising direction for developing efficient neural networks without compromising performance, even in environments with limited computational resources.
Machine Learning
What problem does this paper attempt to address?
The paper discusses how to use gradient sampling optimization techniques, especially StochGradAdam, in the process of neural network pruning to address the issue of decreased model accuracy after pruning. The study found that compared to traditional optimization methods such as Adam, StochGradAdam can better preserve accuracy during the pruning process. Experimental results on the ResNet architecture demonstrate that StochGradAdam has higher accuracy both before and after pruning, proving its potential in resource-constrained environments and providing a new approach for developing efficient and high-performance neural networks.