CLSep 20, 2024

CFSP: An Efficient Structured Pruning Framework for LLMs with Coarse-to-Fine Activation Information

arXiv:2409.13199v223 citationsh-index: 11Has Code
AI Analysis

This work addresses the problem of deploying LLMs on general devices by enabling efficient structured pruning, which is incremental as it builds on existing pruning techniques with a novel framework.

The paper tackles the challenge of efficiently performing structured pruning on Large Language Models (LLMs) to reduce computational overhead while maintaining performance, achieving results that outperform existing methods across diverse models and sparsity budgets.

The colossal parameters and computational overhead of Large Language Models (LLMs) challenge their real-world applications. Network pruning, which targets unstructured or structured sparsity by removing redundant parameters, has recently been explored for LLM acceleration. Existing LLM pruning works focus on unstructured pruning, which typically requires special hardware support for a practical speed-up. In contrast, structured pruning can reduce latency on general devices. However, it remains a challenge to perform structured pruning efficiently and maintain performance, especially at high sparsity ratios. To this end, we introduce an efficient structured pruning framework named CFSP, which leverages both Coarse (interblock) and Fine-grained (intrablock) activation information as an importance criterion to guide pruning. The pruning is highly efficient, as it only requires one forward pass to compute feature activations. Specifically, we first allocate the sparsity budget across blocks based on their importance and then retain important weights within each block. In addition, we introduce a recovery fine-tuning strategy that adaptively allocates training overhead based on coarse-grained importance to further improve performance. Experimental results demonstrate that CFSP outperforms existing methods on diverse models across various sparsity budgets. Our code will be available at https://github.com/wyxscir/CFSP.

Code Implementations1 repo
Foundations

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

Your Notes