paper-with-me

Papers

Pruning Pre-trained Language Models Without Fine-Tuning

2022-10-12 · Ting Jiang, Deqing Wang, Fuzhen Zhuang, Ruobing Xie, Feng Xia

To overcome the overparameterized problem in Pre-trained Language Models (PLMs), pruning is widely used as a simple and straightforward compression method by directly removing unimportant weights. Previous first-order methods successfully compress PLMs to extremely high sparsity with little performance drop. These methods, such as movement pruning, use first-order information to prune PLMs while fine-tuning the remaining weights. In this work, we argue fine-tuning is redundant for first-order pruning, since first-order pruning is sufficient to converge PLMs to downstream tasks without fine-tuning. Under this motivation, we propose Static Model Pruning (SMP), which only uses first-order pruning to adapt PLMs to downstream tasks while achieving the target sparsity level. In addition, we also design a new masking function and training objective to further improve SMP. Extensive experiments at various sparsity levels show SMP has significant improvements over first-order and zero-order methods. Unlike previous first-order methods, SMP is also applicable to low sparsity and outperforms zero-order methods. Meanwhile, SMP is more parameter efficient than other methods due to it does not require fine-tuning.

📄 PDF Abstract BibTeX arXiv:2210.06210

Code (1)

kongds/smp 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

All-in-One Tuning and Structural Pruning for Domain-Specific LLMs

2024-12-19 · Lei Lu, Zhepeng Wang, Runxue Bao, Mengbing Wang 외

Existing pruning techniques for large language models (LLMs) targeting domain-specific applications typically follow a two-stage process: pruning the pretrained general-purpose LLMs and then fine-tuning the pruned LLMs o…

All

Movement Pruning: Adaptive Sparsity by Fine-Tuning

2020-05-15 · NeurIPS 2020 12 · Victor Sanh, Thomas Wolf, Alexander M. Rush

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 languag…

Network PruningTransfer Learning

Structural Pruning of Large Vision Language Models: A Comprehensive Study on Pruning Dynamics, Recovery, and Data Efficiency

2026-04-27 · Yiran Huang, Lukas Thede, Massimiliano Mancini, Wenjia Xu 외 arxiv

While Large Vision Language Models (LVLMs) demonstrate impressive capabilities, their substantial computational and memory requirements pose deployment challenges on resource-constrained edge devices. Current parameter r…

Knowledge Distillation

Lightweight and Post-Training Structured Pruning for On-Device Large Lanaguage Models

2025-01-25 · Zihuai Xu, Yang Xu, Hongli Xu, Yunming Liao 외

Considering the hardware-friendly characteristics and broad applicability, structured pruning has emerged as an efficient solution to reduce the resource demands of large language models (LLMs) on resource-constrained de…

Accurate Retraining-free Pruning for Pretrained Encoder-based Language Models

2023-08-07 · Seungcheol Park, Hojun Choi, U Kang

Given a pretrained encoder-based language model, how can we accurately compress it without retraining? Retraining-free structured pruning algorithms are crucial in pretrained language model compression due to their signi…

Language ModelingLanguage ModellingModel Compression