paper-with-me

Papers

LaCo: Large Language Model Pruning via Layer Collapse

2024-02-17 · Yifei Yang, Zouying Cao, Hai Zhao

Large language models (LLMs) based on transformer are witnessing a notable trend of size expansion, which brings considerable costs to both model training and inference. However, existing methods such as model quantization, knowledge distillation, and model pruning are constrained by various issues, including hardware support limitations, the need for extensive training, and alterations to the model internal structure. In this paper, we propose a concise layer-wise structured pruner called \textit{Layer Collapse (LaCo)}, in which rear model layers collapse into a prior layer, enabling a rapid reduction in model size while preserving the model structure. Comprehensive experiments show that our method maintains an average task performance of over 80\% at pruning ratios of 25-30\%, significantly outperforming existing state-of-the-art structured pruning methods. We also conduct post-training experiments to confirm that the \textit{LaCo} effectively inherits the parameters of the original model. Additionally, we perform ablation studies on various settings of \textit{LaCo}. Finally, we discuss our motivation from the perspective of layer-wise similarity and evaluate the performance of the pruned LLMs across various pruning ratios\footnote{\url{https://github.com/yangyifei729/LaCo}}.

📄 PDF Abstract BibTeX arXiv:2402.11187

Code (2)

hiyouga/llama-factory 공식 구현 pytorch
yangyifei729/laco 공식 구현 pytorch

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language ModelmodelQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

GeLaCo: An Evolutionary Approach to Layer Compression

2025-07-14 · David Ponce, Thierry Etchegoyhen, Javier Del Ser arxiv

Large Language Models (LLM) have achieved remarkable performance across a large number of tasks, but face critical deployment and usage barriers due to substantial computational requirements. Model compression methods, w…

Model Compression

Understanding Performance Collapse in Layer-Pruned Large Language Models via Decision Representation Transitions

2026-05-08 · Boyu Shi, Chang Liu, ChuanBao Gao, Xu Yang 외 arxiv

Layer pruning efficiently reduces Large Language Model (LLM) computational costs but often triggers sudden performance collapse. Existing representation-based analyses struggle to explain this mechanism. We propose study…

LaCo: Efficient Layer-wise Compression of Visual Tokens for Multimodal Large Language Models

2025-07-03 · Juntao Liu, Liqiang Niu, Wenchao Chen, Jie Zhou 외 arxiv

Existing visual token compression methods for Multimodal Large Language Models (MLLMs) predominantly operate as post-encoder modules, limiting their potential for efficiency gains. To address this limitation, we propose …

Towards Language-guided Visual Recognition via Dynamic Convolutions

2021-10-17 · Gen Luo, Yiyi Zhou, Xiaoshuai Sun, Yongjian Wu 외

In this paper, we are committed to establishing an unified and end-to-end multi-modal network via exploring the language-guided visual recognition. To approach this target, we first propose a novel multi-modal convolutio…

Question AnsweringReferring ExpressionReferring Expression ComprehensionVisual Question Answering+1

SimDiff: Depth Pruning via Similarity and Difference

2026-04-21 · Yuli Chen, Shuhao Zhang, Fanshen Meng, Bo Cheng 외 arxiv

Depth pruning improves the deployment efficiency of large language models (LLMs) by identifying and removing redundant layers. A widely accepted standard for this identification process is to measure the similarity betwe…