paper-with-me

홈 › Papers

Low-Rank Prune-And-Factorize for Language Model Compression

2023-06-25 · Siyu Ren, Kenny Q. Zhu

The components underpinning PLMs -- large weight matrices -- were shown to bear considerable redundancy. Matrix factorization, a well-established technique from matrix theory, has been utilized to reduce the number of parameters in PLM. However, it fails to retain satisfactory performance under moderate to high compression rate. In this paper, we identify the \textit{full-rankness} of fine-tuned PLM as the fundamental bottleneck for the failure of matrix factorization and explore the use of network pruning to extract low-rank sparsity pattern desirable to matrix factorization. We find such low-rank sparsity pattern exclusively exists in models generated by first-order pruning, which motivates us to unite the two approaches and achieve more effective model compression. We further propose two techniques: sparsity-aware SVD and mixed-rank fine-tuning, which improve the initialization and training of the compression procedure, respectively. Experiments on GLUE and question-answering tasks show that the proposed method has superior compression-performance trade-off compared to existing approaches.

📄 PDF Abstract BibTeX arXiv:2306.14152

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingModel CompressionNetwork PruningQuestion Answering

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

SVD-Surgeon: Optimal Singular-Value Surgery for Large Language Model Compression

2026-06-22 · Mahmoud Safari, Frank Hutter arxiv

Large language models (LLMs) achieve remarkable performance across a wide range of tasks, but their deployment is constrained by substantial memory and compute requirements. Low-rank compression via singular value decomp…

Model Compression

FlexiGPT: Pruning and Extending Large Language Models with Low-Rank Weight Sharing

2025-01-24 · James Seale Smith, Chi-Heng Lin, Shikhar Tuli, Haris Jeelani 외

The rapid proliferation of large language models (LLMs) in natural language processing (NLP) has created a critical need for techniques that enable efficient deployment on memory-constrained devices without compromising …

Low-Rank Compression of Language Models via Differentiable Rank Selection

2025-12-14 · Sidhant Sundrani, Francesco Tudisco, Pasquale Minervini arxiv

Approaches for compressing large-language models using low-rank decomposition have made strides, particularly with the introduction of activation and loss-aware SVD, which improves the trade-off between decomposition ran…

RankAdaptor: Hierarchical Rank Allocation for Efficient Fine-Tuning Pruned LLMs via Performance Model

2024-06-22 · Changhai Zhou, Shijie Han, Lining Yang, Yuhua Zhou 외

The efficient compression of large language models (LLMs) has become increasingly popular. However, recovering the performance of compressed LLMs remains a major challenge. The current practice in LLM compression entails…

Incremental LearningMeta-LearningScheduling

DSFormer: Effective Compression of Text-Transformers by Dense-Sparse Weight Factorization

2023-12-20 · Rahul Chand, Yashoteja Prabhu, Pratyush Kumar

With the tremendous success of large transformer models in natural language understanding, down-sizing them for cost-effective deployments has become critical. Recent studies have explored the low-rank weight factorizati…

Knowledge DistillationNatural Language Understanding