paper-with-me

Papers

LoSparse: Structured Compression of Large Language Models based on Low-Rank and Sparse Approximation

2023-06-20 · Yixiao Li, Yifan Yu, Qingru Zhang, Chen Liang, Pengcheng He, Weizhu Chen, Tuo Zhao

Transformer models have achieved remarkable results in various natural language tasks, but they are often prohibitively large, requiring massive memories and computational resources. To reduce the size and complexity of these models, we propose LoSparse (Low-Rank and Sparse approximation), a novel model compression technique that approximates a weight matrix by the sum of a low-rank matrix and a sparse matrix. Our method combines the advantages of both low-rank approximations and pruning, while avoiding their limitations. Low-rank approximation compresses the coherent and expressive parts in neurons, while pruning removes the incoherent and non-expressive parts in neurons. Pruning enhances the diversity of low-rank approximations, and low-rank approximation prevents pruning from losing too many expressive neurons. We evaluate our method on natural language understanding, question answering, and natural language generation tasks. We show that it significantly outperforms existing compression methods.

📄 PDF Abstract BibTeX arXiv:2306.11222

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityModel CompressionNatural Language UnderstandingQuestion AnsweringText Generation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

CALR: Corrective Adaptive Low-Rank Decomposition for Efficient Large Language Model Layer Compression

2025-08-21 · Muchammad Daniyal Kautsar, Afra Majida Hariono, Widyawan, Syukron Abu Ishaq Alfarozi 외 arxiv

Large Language Models (LLMs) present significant deployment challenges due to their immense size and computational requirements. Model compression techniques are essential for making these models practical for resource-c…

Model Compression

Feature-based Low-Rank Compression of Large Language Models via Bayesian Optimization

2024-05-17 · Yixin Ji, Yang Xiang, Juntao Li, Wei Chen 외

In recent years, large language models (LLMs) have driven advances in natural language processing. Still, their growing scale has increased the computational burden, necessitating a balance between efficiency and perform…

Bayesian OptimizationLow-rank compression

LoRAP: Transformer Sub-Layers Deserve Differentiated Structured Compression for Large Language Models

2024-04-15 · Guangyan Li, Yongqiang Tang, Wensheng Zhang

Large language models (LLMs) show excellent performance in difficult tasks, but they often require massive memories and computational resources. How to reduce the parameter scale of LLMs has become research hotspots. In …

Structured Pruning of Large Language Models

2019-10-10 · EMNLP 2020 11 · Ziheng Wang, Jeremy Wohlwend, Tao Lei

Large language models have recently achieved state of the art performance across a wide variety of natural language tasks. Meanwhile, the size of these models and their latency have significantly increased, which makes t…

Language ModelingLanguage ModellingModel CompressionWord Embeddings

Pruning Large Language Models to Intra-module Low-rank Architecture with Transitional Activations

2024-07-08 · Bowen Shen, Zheng Lin, Daren Zha, Wei Liu 외

Structured pruning fundamentally reduces computational and memory overheads of large language models (LLMs) and offers a feasible solution for end-side LLM deployment. Structurally pruned models remain dense and high-pre…