paper-with-me

홈 › Papers

Effective Layer Pruning Through Similarity Metric Perspective

2024-05-27 · Ian Pons, Bruno Yamamoto, Anna H. Reali Costa, Artur Jordao

Deep neural networks have been the predominant paradigm in machine learning for solving cognitive tasks. Such models, however, are restricted by a high computational overhead, limiting their applicability and hindering advancements in the field. Extensive research demonstrated that pruning structures from these models is a straightforward approach to reducing network complexity. In this direction, most efforts focus on removing weights or filters. Studies have also been devoted to layer pruning as it promotes superior computational gains. However, layer pruning often hurts the network predictive ability (i.e., accuracy) at high compression rates. This work introduces an effective layer-pruning strategy that meets all underlying properties pursued by pruning methods. Our method estimates the relative importance of a layer using the Centered Kernel Alignment (CKA) metric, employed to measure the similarity between the representations of the unpruned model and a candidate layer for pruning. We confirm the effectiveness of our method on standard architectures and benchmarks, in which it outperforms existing layer-pruning strategies and other state-of-the-art pruning techniques. Particularly, we remove more than 75% of computation while improving predictive ability. At higher compression regimes, our method exhibits negligible accuracy drop, while other methods notably deteriorate model accuracy. Apart from these benefits, our pruned models exhibit robustness to adversarial and out-of-distribution samples.

📄 PDF Abstract BibTeX arXiv:2405.17081

Code (1)

ianpons/cka-layer-pruning 공식 구현 tf

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Pruning 설명 없음

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

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…

Towards Building Efficient Sentence BERT Models using Layer Pruning

2024-09-21 · Anushka Shelke, Riya Savant, Raviraj Joshi

This study examines the effectiveness of layer pruning in creating efficient Sentence BERT (SBERT) models. Our goal is to create smaller sentence embedding models that reduce complexity while maintaining strong embedding…

Natural Language InferenceSemantic Textual SimilaritySentenceSentence Embedding+2

Locality-Aware Redundancy Pruning for LLM Depth Compression

2026-05-27 · Vincent-Daniel Yun, Youngrae Kim, Woosang Lim, YoungJin Heo 외 arxiv

Large language models are known to contain representational redundancy across network depth, making depth pruning an effective approach for improving inference efficiency. Existing one-shot pruning methods rely on local …

MPruner: Optimizing Neural Network Size with CKA-Based Mutual Information Pruning

2024-08-24 · Seungbeom Hu, Chanjun Park, Andrew Ferraiuolo, Sang-Ki Ko 외

Determining the optimal size of a neural network is critical, as it directly impacts runtime performance and memory usage. Pruning is a well-established model compression technique that reduces the size of neural network…

Model Compression