paper-with-me

홈 › Papers

OPTIMA: Optimal One-shot Pruning for LLMs via Quadratic Programming Reconstruction

2025-12-15 · Mohammad Mozaffari, Samuel Kushnir, Maryam Mehri Dehnavi, Amir Yazdanbakhsh arxiv

Post-training model pruning is a promising solution, yet it faces a trade-off: simple heuristics that zero weights are fast but degrade accuracy, while principled joint optimization methods recover accuracy but are computationally infeasible at modern scale. One-shot methods such as SparseGPT offer a practical trade-off in optimality by applying efficient, approximate heuristic weight updates. To close this gap, we introduce OPTIMA, a practical one-shot post-training pruning method that balances accuracy and scalability. OPTIMA casts layer-wise weight reconstruction after mask selection as independent, row-wise Quadratic Programs (QPs) that share a common layer Hessian. Solving these QPs yields the per-row globally optimal update with respect to the reconstruction objective given the estimated Hessian. The shared-Hessian structure makes the problem highly amenable to batching on accelerators. We implement an accelerator-friendly QP solver that accumulates one Hessian per layer and solves many small QPs in parallel, enabling one-shot post-training pruning at scale on a single accelerator without fine-tuning. OPTIMA integrates with existing mask selectors and consistently improves zero-shot performance across multiple LLM families and sparsity regimes, yielding up to 3.97% absolute accuracy improvement. On an NVIDIA H100, OPTIMA prunes a 8B-parameter transformer end-to-end in 40 hours with 60GB peak memory. Together, these results set a new state-of-the-art accuracy-efficiency trade-offs for one-shot post-training pruning.

📄 PDF Abstract BibTeX arXiv:2512.13886

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ALPS: Improved Optimization for Highly Sparse One-Shot Pruning for Large Language Models

2024-06-12 · Xiang Meng, Kayhan Behdin, Haoyue Wang, Rahul Mazumder

The impressive performance of Large Language Models (LLMs) across various natural language processing tasks comes at the cost of vast computational resources and storage requirements. One-shot pruning techniques offer a …

GPU

Pruning Foundation Models for High Accuracy without Retraining

2024-10-21 · Pu Zhao, Fei Sun, Xuan Shen, Pinrui Yu 외

Despite the superior performance, it is challenging to deploy foundation models or large language models (LLMs) due to their massive parameters and computations. While pruning is a promising technique to reduce model siz…

Mamba

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…

ROSE: Reordered SparseGPT for More Accurate One-Shot Large Language Models Pruning

2026-03-06 · Mingluo Su, Huan Wang arxiv

Pruning is widely recognized as an effective method for reducing the parameters of large language models (LLMs), potentially leading to more efficient deployment and inference. One classic and prominent path of LLM one-s…

Exploring Federated Pruning for Large Language Models

2025-05-19 · Pengxin Guo, Yinong Wang, Wei Li, Mengting Liu 외

LLM pruning has emerged as a promising technology for compressing LLMs, enabling their deployment on resource-limited devices. However, current methodologies typically require access to public calibration samples, which …

Privacy Preserving