paper-with-me

홈 › Papers

GPTailor: Large Language Model Pruning Through Layer Cutting and Stitching

2025-06-25 · Guinan Su, Li Shen, Lu Yin, Shiwei Liu, Yanwu Yang, Jonas Geiping

Large language models (LLMs) have shown remarkable capabilities in language understanding and generation. However, such impressive capability typically comes with a substantial model size, which presents significant challenges in deployment and inference. While structured pruning of model parameters offers a promising way to reduce computational costs at deployment time, current methods primarily focus on single model pruning. In this work, we develop a novel strategy to compress models by strategically combining or merging layers from finetuned model variants, which preserves the original model's abilities by aggregating capabilities accentuated in different finetunes. We pose the optimal tailoring of these LLMs as a zero-order optimization problem, adopting a search space that supports three different operations: (1) Layer removal, (2) Layer selection from different candidate models, and (3) Layer merging. Our experiments demonstrate that this approach leads to competitive model pruning, for example, for the Llama2-13B model families, our compressed models maintain approximately 97.3\% of the original performance while removing $\sim25\%$ of parameters, significantly outperforming previous state-of-the-art methods. The code is available at https://github.com/Guinan-Su/auto-merge-llm.

📄 PDF Abstract BibTeX arXiv:2506.20480

Code (1)

guinan-su/auto-merge-llm 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Cluster-Driven Expert Pruning for Mixture-of-Experts Large Language Models

2025-04-10 · Hongcheng Guo, Juntao Yao, Boyang Wang, Junjia Du 외

Mixture-of-Experts (MoE) architectures have emerged as a promising paradigm for scaling large language models (LLMs) with sparse activation of task-specific experts. Despite their computational efficiency during inferenc…

Computational EfficiencyMixture-of-Experts

CLASP: Class-Adaptive Layer Fusion and Dual-Stage Pruning for Multimodal Large Language Models

2026-04-14 · Yunkai Dang, Yizhu Jiang, Yifan Jiang, Qi Fan 외 arxiv

Multimodal Large Language Models (MLLMs) suffer from substantial computational overhead due to the high redundancy in visual token sequences. Existing approaches typically address this issue using single-layer Vision Tra…

IG-Pruning: Input-Guided Block Pruning for Large Language Models

2025-11-04 · Kangyu Qiao, Shaolei Zhang, Yang Feng arxiv

With the growing computational demands of large language models (LLMs), efficient inference has become increasingly critical for practical deployment. Depth pruning has emerged as a promising approach for reducing the co…

ELDeR: Getting Efficient LLMs through Data-Driven Regularized Layer-wise Pruning

2025-05-23 · Mingkuan Feng, Jinyang Wu, Siyuan Liu, Shuai Zhang 외

The deployment of Large language models (LLMs) in many fields is largely hindered by their high computational and memory costs. Recent studies suggest that LLMs exhibit sparsity, which can be used for pruning. Previous p…

Language ModelingLanguage Modelling

When Fewer Layers Break More Chains: Layer Pruning Harms Test-Time Scaling in LLMs

2025-10-25 · Keyu Wang, Tian Lyu, Guinan Su, Jonas Geiping 외 arxiv

Layer pruning has emerged as a widely adopted technique for improving the efficiency of large language models (LLMs). Although existing methods demonstrate strong performance retention on general knowledge tasks, their e…

General Knowledge