paper-with-me

홈 › Papers

Accurate Neural Network Pruning Requires Rethinking Sparse Optimization

2023-08-03 · Denis Kuznedelev, Eldar Kurtic, Eugenia Iofinova, Elias Frantar, Alexandra Peste, Dan Alistarh

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.

📄 PDF Abstract BibTeX arXiv:2308.02060

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionNetwork PruningStochastic Optimization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

SequentialAttention++ for Block Sparsification: Differentiable Pruning Meets Combinatorial Optimization

2024-02-27 · Taisuke Yasuda, Kyriakos Axiotis, Gang Fu, Mohammadhossein Bateni 외

Neural network pruning is a key technique towards engineering large yet scalable, interpretable, and generalizable models. Prior work on the subject has developed largely along two orthogonal directions: (1) differentiab…

Combinatorial OptimizationNetwork Pruning

Rethinking Pruning Large Language Models: Benefits and Pitfalls of Reconstruction Error Minimization

2024-06-21 · Sungbin Shin, Wonpyo Park, Jaeho Lee, Namhoon Lee

This work suggests fundamentally rethinking the current practice of pruning large language models (LLMs). The way it is done is by divide and conquer: split the model into submodels, sequentially prune them, and reconstr…

Rethinking Network Pruning -- under the Pre-train and Fine-tune Paradigm

2021-04-18 · NAACL 2021 4 · Dongkuan Xu, Ian E. H. Yen, Jinxi Zhao, Zhibin Xiao

Transformer-based pre-trained language models have significantly improved the performance of various natural language processing (NLP) tasks in the recent years. While effective and prevalent, these models are usually pr…

Network Pruning

Rethinking Pruning for Vision-Language Models: Strategies for Effective Sparsity and Performance Restoration

2024-04-03 · Shwai He, Ang Li, Tianlong Chen

Vision-Language Models (VLMs) integrate information from multiple modalities and have shown remarkable success across various tasks. However, deploying large-scale VLMs in resource-constrained scenarios is challenging. P…

Knowledge Distillation

SparseTrain: Exploiting Dataflow Sparsity for Efficient Convolutional Neural Networks Training

2020-07-21 · Pengcheng Dai, Jianlei Yang, Xucheng Ye, Xingzhou Cheng 외

Training Convolutional Neural Networks (CNNs) usually requires a large number of computational resources. In this paper, \textit{SparseTrain} is proposed to accelerate CNN training by fully exploiting the sparsity. It ma…