paper-with-me

홈 › Papers

Structured Network Pruning by Measuring Filter-wise Interactions

2023-07-03 · Wenting Tang, Xingxing Wei, Bo Li

Structured network pruning is a practical approach to reduce computation cost directly while retaining the CNNs' generalization performance in real applications. However, identifying redundant filters is a core problem in structured network pruning, and current redundancy criteria only focus on individual filters' attributes. When pruning sparsity increases, these redundancy criteria are not effective or efficient enough. Since the filter-wise interaction also contributes to the CNN's prediction accuracy, we integrate the filter-wise interaction into the redundancy criterion. In our criterion, we introduce the filter importance and filter utilization strength to reflect the decision ability of individual and multiple filters. Utilizing this new redundancy criterion, we propose a structured network pruning approach SNPFI (Structured Network Pruning by measuring Filter-wise Interaction). During the pruning, the SNPFI can automatically assign the proper sparsity based on the filter utilization strength and eliminate the useless filters by filter importance. After the pruning, the SNPFI can recover pruned model's performance effectively without iterative training by minimizing the interaction difference. We empirically demonstrate the effectiveness of the SNPFI with several commonly used CNN models, including AlexNet, MobileNetv1, and ResNet-50, on various image classification datasets, including MNIST, CIFAR-10, and ImageNet. For all experimental CNN models, nearly 60% of computation is reduced in a network compression while the classification accuracy remains.

📄 PDF Abstract BibTeX arXiv:2307.00758

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Focus 설명 없음

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

IPPRO: Importance-based Pruning with PRojective Offset for Magnitude-indifferent Structural Pruning

2025-07-10 · Jaeheun Jung, Jaehyuk Lee, Yeajin Lee, Donghun Lee arxiv

Importance-based structured pruning overwhelmingly relies on filter magnitude. This proxy is fundamentally flawed: due to scale invariance, functionally identical filters can receive arbitrarily different importance scor…

Neural Network Compression

StructADMM: A Systematic, High-Efficiency Framework of Structured Weight Pruning for DNNs

2018-07-29 · Tianyun Zhang, Shaokai Ye, Kaiqi Zhang, Xiaolong Ma 외

Weight pruning methods of DNNs have been demonstrated to achieve a good model pruning rate without loss of accuracy, thereby alleviating the significant computation/storage requirements of large-scale DNNs. Structured we…

CPUGPUModel Compression

Adaptive Structured Pruning of Convolutional Neural Networks for Time Series Classification

2026-02-13 · Javidan Abdullayev, Maxime Devanne, Cyril Meyer, Ali Ismail-Fawaz 외 arxiv

Deep learning models for Time Series Classification (TSC) have achieved strong predictive performance but their high computational and memory requirements often limit deployment on resource-constrained devices. While str…

Time Series Classification

RED : Looking for Redundancies for Data-Free Structured Compression of Deep Neural Networks

2021-05-31 · Edouard Yvinec, Arnaud Dapogny, Matthieu Cord, Kevin Bailly

Deep Neural Networks (DNNs) are ubiquitous in today's computer vision land-scape, despite involving considerable computational costs. The mainstream approaches for runtime acceleration consist in pruning connections (uns…