LGAICVNov 30, 2022

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

arXiv:2211.16667v322 citationsh-index: 34
Originality Highly original
AI Analysis

This addresses the need for efficient deep learning on resource-limited devices, offering a novel approach to sparse training with broad applicability across tasks.

The paper tackles the problem of high training costs and environmental impact of over-parameterized deep neural networks by proposing a dynamic sparse training method that balances exploration and exploitation to escape local optima, achieving up to 98% sparsity with higher accuracy than dense models on some datasets and up to 8.2% improvement over SOTA sparse methods on ImageNet.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes