paper-with-me

홈 › Papers

SGLP: A Similarity Guided Fast Layer Partition Pruning for Compressing Large Deep Models

2024-10-14 · Yuqi Li, Yao Lu, Zeyu Dong, Chuanguang Yang, Yihao Chen, Jianping Gou

The deployment of Deep Neural Network (DNN)-based networks on resource-constrained devices remains a significant challenge due to their high computational and parameter requirements. To solve this problem, layer pruning has emerged as a potent approach to reduce network size and improve computational efficiency. However, existing layer pruning methods mostly overlook the intrinsic connections and inter-dependencies between different layers within complicated deep neural networks. This oversight can result in pruned models that do not preserve the essential characteristics of the pre-trained network as effectively as desired. To address this limitations, we propose a Similarity Guided fast Layer Partition pruning for compressing large deep models (SGLP), which focuses on pruning layers from network segments partitioned via representation similarity. Specifically, our presented method first leverages Centered Kernel Alignment (CKA) to indicate the internal representations among the layers of the pre-trained network, which provides us with a potent basis for layer pruning. Based on similarity matrix derived from CKA, we employ Fisher Optimal Segmentation to partition the network into multiple segments, which provides a basis for removing the layers in a segment-wise manner. In addition, our method innovatively adopts GradNorm for segment-wise layer importance evaluation, eliminating the need for extensive fine-tuning, and finally prunes the unimportant layers to obtain a compact network. Experimental results in image classification and for large language models (LLMs) demonstrate that our proposed SGLP outperforms the state-of-the-art methods in both accuracy and computational efficiency, presenting a more effective solution for deploying DNNs on resource-limited platforms. Our codes are available at https://github.com/itsnotacie/information-fusion-SGLP.

📄 PDF Abstract BibTeX arXiv:2410.14720

Code (1)

itsnotacie/information-fusion-sglp 공식 구현 pytorch

Tasks

Computational Efficiencyimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Automatic Pruning via Structured Lasso with Class-wise Information

2025-02-13 · Xiang Liu, Mingchen Li, Xia Li, Leigang Qu 외

Most pruning methods concentrate on unimportant filters of neural networks. However, they face the loss of statistical information due to a lack of consideration for class-wise data. In this paper, from the perspective o…

Network Pruning

Cross-Block Difference Guided Fast CU Partition for VVC Intra Coding

2022-01-14 · Hewei Liu, Shuyuan Zhu, Ruiqin Xiong, Guanghui Liu 외

In this paper, we propose a new fast CU partition algorithm for VVC intra coding based on cross-block difference. This difference is measured by the gradient and the content of sub-blocks obtained from partition and is e…

Hamming Similarity and Graph Laplacians for Class Partitioning and Adversarial Image Detection

2023-05-02 · Huma Jamil, Yajing Liu, Turgay Caglar, Christina M. Cole 외

Researchers typically investigate neural network representations by examining activation outputs for one or more layers of a network. Here, we investigate the potential for ReLU activation patterns (encoded as bit vector…

Nested partitions from hierarchical clustering statistical validation

2019-06-17

We develop a greedy algorithm that is fast and scalable in the detection of a nested partition extracted from a dendrogram obtained from hierarchical clustering of a multivariate series. Our algorithm provides a $p$-valu…

Clustering

Multilayer hypergraph clustering using the aggregate similarity matrix

2023-01-27 · Kalle Alaluusua, Konstantin Avrachenkov, B. R. Vinay Kumar, Lasse Leskelä

We consider the community recovery problem on a multilayer variant of the hypergraph stochastic block model (HSBM). Each layer is associated with an independent realization of a d-uniform HSBM on N vertices. Given the si…

ClusteringStochastic Block Model