paper-with-me

홈 › Papers

Progressive Binarization with Semi-Structured Pruning for LLMs

2025-02-03 · Xianglong Yan, Tianao Zhang, Zhiteng Li, Yulun Zhang

Large language models (LLMs) have achieved remarkable success in natural language processing tasks, but their high computational and memory demands pose challenges for deployment on resource-constrained devices. Binarization, as an efficient compression method that reduces model weights to just 1 bit, significantly lowers both computational and memory requirements. Despite this, the binarized LLM still contains redundancy, which can be further compressed. Semi-structured pruning provides a promising approach to achieve this, which offers a better trade-off between model performance and hardware efficiency. However, simply combining binarization with semi-structured pruning can lead to a significant performance drop. To address this issue, we propose a Progressive Binarization with Semi-Structured Pruning (PBS$^2$P) method for LLM compression. We first propose a Stepwise semi-structured Pruning with Binarization Optimization (SPBO). Our optimization strategy significantly reduces the total error caused by pruning and binarization, even below that of the no-pruning scenario. Furthermore, we design a Coarse-to-Fine Search (CFS) method to select pruning elements more effectively. Extensive experiments demonstrate that PBS$^2$P achieves superior accuracy across various LLM families and evaluation metrics, noticeably outperforming state-of-the-art (SOTA) binary PTQ methods. The code and models will be available at https://github.com/XIANGLONGYAN/PBS2P.

📄 PDF Abstract BibTeX arXiv:2502.01705

Code (1)

xianglongyan/pbs2p 공식 구현 pytorch

Tasks

Binarization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Progressive Stochastic Binarization of Deep Networks

2019-04-03 · David Hartmann, Michael Wand

A plethora of recent research has focused on improving the memory footprint and inference speed of deep networks by reducing the complexity of (i) numerical representations (for example, by deterministic or stochastic qu…

BinarizationNetwork PruningQuantization

SparseForge: Efficient Semi-Structured LLM Sparsification via Annealing of Hessian-Guided Soft-Mask

2026-05-07 · Liu Hanzuo, Chaofan Lin, Weixuan Sun, Yulong Wang 외 arxiv

Semi-structured sparsity provides a practical path to accelerate large language models (LLMs) with native hardware support, but post-training semi-structured pruning often suffers from substantial quality degradation due…

Dependency-Aware Semi-Structured Sparsity of GLU Variants in Large Language Models

2024-05-03 · Zhiyu Guo, Hidetaka Kamigaito, Taro Wanatnabe

The rapid advancement in Large Language Models (LLMs) has markedly enhanced the capabilities of language understanding and generation. However, the substantial model size poses hardware challenges, affecting both memory …

Computational EfficiencyModel CompressionNetwork Pruning

DenoiseRotator: Enhance Pruning Robustness for LLMs via Importance Concentration

2025-05-29 · Tianteng Gu, Bei Liu, Bo Xiao, Ke Zeng 외

Pruning is a widely used technique to compress large language models (LLMs) by removing unimportant weights, but it often suffers from significant performance degradation - especially under semi-structured sparsity const…

UniPruning: Unifying Local Metric and Global Feedback for Scalable Sparse LLMs

2025-09-29 · Yizhuo Ding, Wanying Qu, Jiawei Geng, Wenqi Shao 외 arxiv

Large Language Models (LLMs) achieve strong performance across diverse tasks but face prohibitive computational and memory costs. Pruning offers a promising path by inducing sparsity while preserving architectural flexib…