MLLGNov 1, 2024

Magnitude Pruning of Large Pretrained Transformer Models with a Mixture Gaussian Prior

arXiv:2411.00969v12 citationsh-index: 8J Data Sci
Originality Incremental advance
AI Analysis

This work addresses the challenge of model size reduction for real-world AI applications, particularly in NLP, but is incremental as it builds on existing magnitude-based pruning techniques.

The paper tackles the problem of pruning large pretrained transformer models for efficient deployment by introducing a mixture Gaussian prior pruning (MGPP) algorithm, which outperforms existing methods in high sparsity settings across various NLP tasks.

Large pretrained transformer models have revolutionized modern AI applications with their state-of-the-art performance in natural language processing (NLP). However, their substantial parameter count poses challenges for real-world deployment. To address this, researchers often reduce model size by pruning parameters based on their magnitude or sensitivity. Previous research has demonstrated the limitations of magnitude pruning, especially in the context of transfer learning for modern NLP tasks. In this paper, we introduce a new magnitude-based pruning algorithm called mixture Gaussian prior pruning (MGPP), which employs a mixture Gaussian prior for regularization. MGPP prunes non-expressive weights under the guidance of the mixture Gaussian prior, aiming to retain the model's expressive capability. Extensive evaluations across various NLP tasks, including natural language understanding, question answering, and natural language generation, demonstrate the superiority of MGPP over existing pruning methods, particularly in high sparsity settings. Additionally, we provide a theoretical justification for the consistency of the sparse transformer, shedding light on the effectiveness of the proposed pruning method.

Foundations

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

Your Notes