LGAICLMay 23, 2025

Two-Stage Regularization-Based Structured Pruning for LLMs

arXiv:2505.18232v21 citationsh-index: 25
Originality Incremental advance
AI Analysis

This addresses the efficiency challenge for deploying LLMs, though it is incremental as it builds on existing structured pruning methods.

The paper tackles the problem of deploying large language models (LLMs) hindered by their large parameter count by introducing TRSP, a two-stage regularization-based structured pruning method that retains more knowledge and better preserves model performance than direct parameter elimination, outperforming strong layer-wise structured pruning methods without requiring retraining and delivering notable end-to-end acceleration.

The deployment of large language models (LLMs) is largely hindered by their large number of parameters. Structural pruning has emerged as a promising solution. Prior structured pruning methods directly remove unimportant parameters based on certain metrics, which often causes knowledge loss and necessitates extensive retraining. To overcome this, we introduce a novel pruning method TRSP: Two-Stage Regularization-Based Structured Pruning for LLMs. Specifically, we multiply the output of each transformer layer by an initial learnable weight and iteratively learn these weights by adding their $\ell_1$-norm as a regularization term to the loss function, serving as the first-stage regularization. Subsequently, we apply additional regularization to the difference between the output and input of layers with smaller weights, encouraging the shift of knowledge to the preserved layers. This serves as the second-stage regularization. TRSP retains more knowledge and better preserves model performance than direct parameter elimination. Through extensive experimentation we show that TRSP outperforms strong layer-wise structured pruning methods without requiring retraining. As a layer-wise pruning method, it delivers notable end-to-end acceleration, making it a promising solution for efficient LLM deployment.

Foundations

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

Your Notes