English

The Structural Scalpel: Automated Contiguous Layer Pruning for Large Language Models

Machine Learning 2025-10-29 v1 Artificial Intelligence

Abstract

Although large language models (LLMs) have achieved revolutionary breakthroughs in many fields, their large model size and high computational cost pose significant challenges for practical deployment on resource-constrained edge devices. To this end, layer pruning has been proposed to reduce the computational overhead by directly removing redundant layers. However, existing layer pruning methods typically rely on hand-crafted metrics to evaluate and remove individual layers, while ignoring the dependencies between layers. This can disrupt the model's information flow and severely degrade performance. To address these issues, we propose CLP, a novel continuous layer pruning framework that introduces two key innovations: a differentiable concave gate algorithm that automatically identifies the best continuous layer segments for pruning via gradient-based optimization; and a cutoff endpoint tuning strategy that effectively restores model performance by fine-tuning only the layers adjacent to the pruned segments. Extensive experiments across multiple model architectures (including LLaMA2, LLaMA3 and Qwen) and sizes (from 77B to 7070B parameters) show that CLP significantly outperforms existing state-of-the-art baselines. For example, at a pruning rate of 20%20\%, CLP achieves an average performance retention of 95.34%95.34\% on LLaMA3-70B, outperforming baselines by 4.29%4.29\%-30.52%30.52\%. Furthermore, CLP can be seamlessly combined with quantization to further compress the model with only a slight performance loss.

Keywords

Cite

@article{arxiv.2510.23652,
  title  = {The Structural Scalpel: Automated Contiguous Layer Pruning for Large Language Models},
  author = {Yao Lu and Yuqi Li and Wenbin Xie and Shanqing Yu and Qi Xuan and Zhaowei Zhu and Shiping Wen},
  journal= {arXiv preprint arXiv:2510.23652},
  year   = {2025}
}
R2 v1 2026-07-01T07:08:12.786Z