paper-with-me

Papers

SkipCat: Rank-Maximized Low-Rank Compression of Large Language Models via Shared Projection and Block Skipping

2025-12-15 · Yu-Chen Lu, Sheng-Feng Yu, Hui-Hsien Weng, Pei-Shuo Wang, Yu-Fang Hu, Liang Hung-Chun, Hung-Yueh Chiang, Kai-Chiang Wu arxiv

Large language models (LLM) have achieved remarkable performance across a wide range of tasks. However, their substantial parameter sizes pose significant challenges for deployment on edge devices with limited computational and memory resources. Low-rank compression is a promising approach to address this issue, as it reduces both computational and memory costs, making LLM more suitable for resource-constrained environments. Nonetheless, naïve low-rank compression methods require a significant reduction in the retained rank to achieve meaningful memory and computation savings. For a low-rank model, the ranks need to be reduced by more than half to yield efficiency gains. Such aggressive truncation, however, typically results in substantial performance degradation. To address this trade-off, we propose SkipCat, a novel low-rank compression framework that enables the use of higher ranks while achieving the same compression rates. First, we introduce an intra-layer shared low-rank projection method, where multiple matrices that share the same input use a common projection. This reduces redundancy and improves compression efficiency. Second, we propose a block skipping technique that omits computations and memory transfers for selected sub-blocks within the low-rank decomposition. These two techniques jointly enable our compressed model to retain more effective ranks under the same compression budget. Experimental results show that, without any additional fine-tuning, our method outperforms previous low-rank compression approaches by 7% accuracy improvement on zero-shot tasks under the same compression rate. These results highlight the effectiveness of our rank-maximized compression strategy in preserving model performance under tight resource constraints.

📄 PDF Abstract BibTeX arXiv:2512.13494

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

A Family of Rank Similarity Measures based on Maximized Effectiveness Difference

2014-08-15 · Luchen Tan, Clarke L. A. Clarke

Rank similarity measures provide a method for quantifying differences between search engine results without the need for relevance judgments. For example, the providers of a search service might use such measures to esti…

Retrieval

Layer-wise dynamic rank for compressing large language models

2025-09-30 · Zhendong Mi, Bian Sun, Grace Li Zhang, Shaoyi Huang arxiv

Large language models (LLMs) have rapidly scaled in size, bringing severe memory and computational challenges that hinder their deployment. Singular Value Decomposition (SVD)-based compression has emerged as an appealing…

Activation-Informed Pareto-Guided Low-Rank Compression for Efficient LLM/VLM

2025-10-07 · Ryan Solgi, Parsa Madinei, Jiayi Tian, Rupak Swaminathan 외 arxiv

Large language models (LLM) and vision-language models (VLM) have achieved state-of-the-art performance, but they impose significant memory and computing challenges in deployment. We present a novel low-rank compression …

Model Compression

A Highly Effective Low-Rank Compression of Deep Neural Networks with Modified Beam-Search and Modified Stable Rank

2021-11-30 · Moonjung Eo, Suhyun Kang, Wonjong Rhee

Compression has emerged as one of the essential deep learning research topics, especially for the edge devices that have limited computation power and storage capacity. Among the main compression techniques, low-rank com…

Low-rank compressionQuantization