Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

CRePE: Convolution-aware Relative Importance in Post-training Pruning with Efficient Search

About

Deploying Large Language Models (LLMs) in practice incurs substantial memory and computational costs. Post-training pruning (PTP) is an effective approach to reducing these costs by removing weights without additional training. Among existing methods, RIA introduces relative importance scores normalized by row and column sums, achieving state-of-the-art accuracy. However, RIA considers only 1D cross-shaped (row/column) directional information and assigns equal weight to row and column contributions. In this paper, we propose \textbf{CRePE}, which incorporates 2D local neighborhood context and adaptive coefficients into Relative Importance scoring. CRePE consistently outperforms existing PTP methods across diverse models and sparsity settings. However, identifying optimal adaptive coefficients via perplexity (PPL)-based hill climbing requires numerous PPL evaluations and approximately 11 hours of search time. To address this, we propose \textbf{PHO} (Proxy-based Hyperparameter Optimization), which eliminates the need for repeated PPL measurements and reduces the search time to approximately 20 minutes. Furthermore, the optimal hyperparameter configuration found by PHO on one model transfers well to other models, demonstrating strong generalization. Finally, we verify that CRePE can be orthogonally combined with existing techniques including Channel Permutation, non-uniform sparsity allocation, and re-pruning methods.

Cheonjun Park• 2026

Related benchmarks

TaskDatasetResultRank
Language ModelingWikiText-2
Perplexity (PPL)4.09
2320
Commonsense ReasoningHellaSwag
HellaSwag Accuracy57.34
711
Question AnsweringARC Easy--
597
Question AnsweringBoolQ
Accuracy80.31
201
Recognizing Textual EntailmentRTE
Accuracy66.43
78
Question AnsweringARC Challenge
Accuracy0.4215
27
Showing 6 of 6 rows

Other info

Follow for update