English

Movement Pruning: Adaptive Sparsity by Fine-Tuning

Computation and Language 2020-10-26 v2 Machine Learning

Abstract

Magnitude pruning is a widely used strategy for reducing model size in pure supervised learning; however, it is less effective in the transfer learning regime that has become standard for state-of-the-art natural language processing applications. We propose the use of movement pruning, a simple, deterministic first-order weight pruning method that is more adaptive to pretrained model fine-tuning. We give mathematical foundations to the method and compare it to existing zeroth- and first-order pruning methods. Experiments show that when pruning large pretrained language models, movement pruning shows significant improvements in high-sparsity regimes. When combined with distillation, the approach achieves minimal accuracy loss with down to only 3% of the model parameters.

Keywords

Cite

@article{arxiv.2005.07683,
  title  = {Movement Pruning: Adaptive Sparsity by Fine-Tuning},
  author = {Victor Sanh and Thomas Wolf and Alexander M. Rush},
  journal= {arXiv preprint arXiv:2005.07683},
  year   = {2020}
}

Comments

14 pages, 6 figures, 3 tables. Published at NeurIPS2020. Code: \url{huggingface.co/mvp}

R2 v1 2026-06-23T15:34:44.719Z