paper-with-me

Papers

SPAP: Structured Pruning via Alternating Optimization and Penalty Methods

2025-05-06 · Hanyu Hu, Xiaoming Yuan

The deployment of large language models (LLMs) is often constrained by their substantial computational and memory demands. While structured pruning presents a viable approach by eliminating entire network components, existing methods suffer from performance degradation, reliance on heuristic metrics, or expensive finetuning. To address these challenges, we propose SPAP (Structured Pruning via Alternating Optimization and Penalty Methods), a novel and efficient structured pruning framework for LLMs grounded in optimization theory. SPAP formulates the pruning problem through a mixed-integer optimization model, employs a penalty method that effectively makes pruning decisions to minimize pruning errors, and introduces an alternating minimization algorithm tailored to the splittable problem structure for efficient weight updates and performance recovery. Extensive experiments on OPT, LLaMA-3/3.1/3.2, and Qwen2.5 models demonstrate SPAP's superiority over state-of-the-art methods, delivering linear inference speedups (1.29$\times$ at 30% sparsity) and proportional memory reductions. Our work offers a practical, optimization-driven solution for pruning LLMs while preserving model performance.

📄 PDF Abstract BibTeX arXiv:2505.03373

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…

Similar Papers 제목 키워드 기반

GoPrune: Accelerated Structured Pruning with $\ell_{2,p}$-Norm Optimization

2025-11-27 · Li Xu, Xianchao Xiu arxiv

Convolutional neural networks (CNNs) suffer from rapidly increasing storage and computational costs as their depth grows, which severely hinders their deployment on resource-constrained edge devices. Pruning is a practic…

Computational EfficiencyNetwork Pruning

COEC: Calibrated Orthogonal-Equivalence Compensation for Structured Pruning of Large Language Models

2026-08-21 · Peiqi Yu, Nam Ling, Wei Wang, Wei Jiang arxiv

Structured pruning reduces the size and inference cost of large language models (LLMs) by removing weight columns, but the resulting output error can degrade accuracy. Existing training-free compensation methods use an a…

LEAP: Learnable Pruning for Transformer-based Models

2021-05-30 · Zhewei Yao, Xiaoxia Wu, Linjian Ma, Sheng Shen 외

Pruning is an effective method to reduce the memory footprint and computational cost associated with large natural language processing models. However, current pruning algorithms either only focus on one pruning category…

QQP

Neural Pruning via Growing Regularization

2020-12-16 · ICLR 2021 1 · Huan Wang, Can Qin, Yulun Zhang, Yun Fu

Regularization has long been utilized to learn sparsity in deep neural network pruning. However, its role is mainly explored in the small penalty strength regime. In this work, we extend its application to a new scenario…

L2 RegularizationModel CompressionNetwork Pruning

Learning Over-Relaxation Policies for ADMM with Convergence Guarantees

2026-04-29 · Junan Lin, Paul J. Goulart, Luca Furieri arxiv

The Alternating Direction Method of Multipliers (ADMM) is a widely used method for structured convex optimization, and its practical performance depends strongly on the choice of penalty and relaxation parameters. Motiva…