English

Dynamic Sparse Training via Balancing the Exploration-Exploitation Trade-off

Machine Learning 2023-04-25 v3 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Over-parameterization of deep neural networks (DNNs) has shown high prediction accuracy for many applications. Although effective, the large number of parameters hinders its popularity on resource-limited devices and has an outsize environmental impact. Sparse training (using a fixed number of nonzero weights in each iteration) could significantly mitigate the training costs by reducing the model size. However, existing sparse training methods mainly use either random-based or greedy-based drop-and-grow strategies, resulting in local minimal and low accuracy. In this work, we consider the dynamic sparse training as a sparse connectivity search problem and design an exploitation and exploration acquisition function to escape from local optima and saddle points. We further design an acquisition function and provide the theoretical guarantees for the proposed method and clarify its convergence property. Experimental results show that sparse models (up to 98\% sparsity) obtained by our proposed method outperform the SOTA sparse training methods on a wide variety of deep learning tasks. On VGG-19 / CIFAR-100, ResNet-50 / CIFAR-10, ResNet-50 / CIFAR-100, our method has even higher accuracy than dense models. On ResNet-50 / ImageNet, the proposed method has up to 8.2\% accuracy improvement compared to SOTA sparse training methods.

Keywords

Cite

@article{arxiv.2211.16667,
  title  = {Dynamic Sparse Training via Balancing the Exploration-Exploitation Trade-off},
  author = {Shaoyi Huang and Bowen Lei and Dongkuan Xu and Hongwu Peng and Yue Sun and Mimi Xie and Caiwen Ding},
  journal= {arXiv preprint arXiv:2211.16667},
  year   = {2023}
}
R2 v1 2026-06-28T07:17:28.620Z