paper-with-me

Papers

Greedy Output Approximation: Towards Efficient Structured Pruning for LLMs Without Retraining

2024-07-26 · Jianwei Li, Yijun Dong, Qi Lei

To remove redundant components of large language models (LLMs) without incurring significant computational costs, this work focuses on single-shot pruning without a retraining phase. We simplify the pruning process for Transformer-based LLMs by identifying a depth-2 pruning structure that functions independently. Additionally, we propose two inference-aware pruning criteria derived from the optimization perspective of output approximation, which outperforms traditional training-aware metrics such as gradient and Hessian. We also introduce a two-step reconstruction technique to mitigate pruning errors without model retraining. Experimental results demonstrate that our approach significantly reduces computational costs and hardware requirements while maintaining superior performance across various datasets and models.

📄 PDF Abstract BibTeX arXiv:2407.19126

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

SlimGPT: Layer-wise Structured Pruning for Large Language Models

2024-12-24 · Gui Ling, Ziyang Wang, Yuliang Yan, Qingwen Liu

Large language models (LLMs) have garnered significant attention for their remarkable capabilities across various domains, whose vast parameter scales present challenges for practical deployment. Structured pruning is an…

STUN: Structured-Then-Unstructured Pruning for Scalable MoE Pruning

2024-09-10 · Jaeseong Lee, Seung-won Hwang, Aurick Qiao, Daniel F Campos 외

Mixture-of-experts (MoEs) have been adopted for reducing inference costs by sparsely activating experts in Large language models (LLMs). Despite this reduction, the massive number of experts in MoEs still makes them expe…

GSM8KMixture-of-Experts

Fluctuation-based Adaptive Structured Pruning for Large Language Models

2023-12-19 · Yongqi An, Xu Zhao, Tao Yu, Ming Tang 외

Network Pruning is a promising way to address the huge computing resource demands of the deployment and inference of Large Language Models (LLMs). Retraining-free is important for LLMs' pruning methods. However, almost a…

Network Pruning

Data-Efficient Structured Pruning via Submodular Optimization

2022-03-09 · Marwa El Halabi, Suraj Srinivas, Simon Lacoste-Julien

Structured pruning is an effective approach for compressing large pre-trained neural networks without significantly affecting their performance. However, most current structured pruning methods do not provide any perform…

Unifying Depth and Width Pruning for LLMs via Binary Knapsack Optimization

2026-08-13 · Palaash Goel, Ayan Sengupta, Akshay Nambi, Tanmoy Chakraborty arxiv

Structured pruning is a promising approach for compressing large language models (LLMs), yet existing methods rely heavily on greedy heuristics that produce myopic decisions, and often fail to precisely meet target compr…