SimDiff: Depth Pruning via Similarity and Difference
Yuli Chen, Shuhao Zhang, Fanshen Meng, Bo Cheng, Jiale Han, Qiang Tong, Xiulei Liu

TL;DR
SimDiff introduces a new layer importance criterion combining representational similarity and transformation difference, significantly improving depth pruning efficiency for large language models.
Contribution
It proposes a novel joint evaluation method for layer importance, addressing limitations of cosine similarity-based pruning.
Findings
Outperforms state-of-the-art baselines across multiple models.
Retains over 91% performance at 25% pruning ratio on LLaMA2-7B.
Achieves up to 1.49x inference speedup on LLaMA3.1-8B.
Abstract
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 between layers using cosine distance. However, we find that methods relying solely on this one-dimensional heuristic can exhibit unpredictable performance and even catastrophic collapse across different architectures. To address this issue, we propose SimDiff, a novel layer importance criterion that jointly evaluates layers from two orthogonal perspectives: representational similarity and transformation difference. The difference is quantified using two distinct metrics: MSSD, which is sensitive to outliers and identifies layers that make decisive corrections, and MASD, which robustly measures a layer's average contribution. Extensive experiments on multiple models ranging…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
