LGAIAug 3, 2023

Accurate Neural Network Pruning Requires Rethinking Sparse Optimization

arXiv:2308.02060v213 citationsh-index: 41
Originality Incremental advance
AI Analysis

This work addresses a key challenge in model compression for researchers and practitioners, offering improved methods for obtaining accurate sparse networks, though it is incremental in refining existing pruning techniques.

The paper tackles the problem of training highly-sparse deep neural networks without sacrificing accuracy, showing that standard dense training recipes are suboptimal and lead to under-training. It introduces new approaches for sparse pre-training of vision models and sparse fine-tuning of language models, achieving state-of-the-art results in high-sparsity regimes, such as on ResNet50/ImageNet and BERT/GLUE benchmarks.

Obtaining versions of deep neural networks that are both highly-accurate and highly-sparse is one of the main challenges in the area of model compression, and several high-performance pruning techniques have been investigated by the community. Yet, much less is known about the interaction between sparsity and the standard stochastic optimization techniques used for training sparse networks, and most existing work uses standard dense schedules and hyperparameters for training sparse networks. In this work, we examine the impact of high sparsity on model training using the standard computer vision and natural language processing sparsity benchmarks. We begin by showing that using standard dense training recipes for sparse training is suboptimal, and results in under-training. We provide new approaches for mitigating this issue for both sparse pre-training of vision models (e.g. ResNet50/ImageNet) and sparse fine-tuning of language models (e.g. BERT/GLUE), achieving state-of-the-art results in both settings in the high-sparsity regime, and providing detailed analyses for the difficulty of sparse training in both scenarios. Our work sets a new threshold in terms of the accuracies that can be achieved under high sparsity, and should inspire further research into improving sparse model training, to reach higher accuracies under high sparsity, but also to do so efficiently.

Foundations

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

Your Notes