paper-with-me

Papers

Pruning Deep Convolutional Neural Network Using Conditional Mutual Information

2024-11-27 · Tien Vu-Van, Dat Du Thanh, Nguyen Ho, Mai Vu

Convolutional Neural Networks (CNNs) achieve high performance in image classification tasks but are challenging to deploy on resource-limited hardware due to their large model sizes. To address this issue, we leverage Mutual Information, a metric that provides valuable insights into how deep learning models retain and process information through measuring the shared information between input features or output labels and network layers. In this study, we propose a structured filter-pruning approach for CNNs that identifies and selectively retains the most informative features in each layer. Our approach successively evaluates each layer by ranking the importance of its feature maps based on Conditional Mutual Information (CMI) values, computed using a matrix-based Renyi {\alpha}-order entropy numerical method. We propose several formulations of CMI to capture correlation among features across different layers. We then develop various strategies to determine the cutoff point for CMI values to prune unimportant features. This approach allows parallel pruning in both forward and backward directions and significantly reduces model size while preserving accuracy. Tested on the VGG16 architecture with the CIFAR-10 dataset, the proposed method reduces the number of filters by more than a third, with only a 0.32% drop in test accuracy.

📄 PDF Abstract BibTeX arXiv:2411.18578

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

MINT: Deep Network Compression via Mutual Information-based Neuron Trimming

2020-03-18 · Madan Ravi Ganesh, Jason J. Corso, Salimeh Yasaei Sekeh

Most approaches to deep neural network compression via pruning either evaluate a filter's importance using its weights or optimize an alternative objective function with sparsity constraints. While these methods offer a …

Neural Network Compression

HRel: Filter Pruning based on High Relevance between Activation Maps and Class Labels

2022-02-22 · CH Sarvani, Mrinmoy Ghorai, Shiv Ram Dubey, SH Shabbeer Basha

This paper proposes an Information Bottleneck theory based filter pruning method that uses a statistical measure called Mutual Information (MI). The MI between filters and class labels, also called \textit{Relevance}, is…

Information Plane

Accelerating Convolutional Neural Network Pruning via Spatial Aura Entropy

2023-12-08 · Bogdan Musat, Razvan Andonie

In recent years, pruning has emerged as a popular technique to reduce the computational complexity and memory footprint of Convolutional Neural Network (CNN) models. Mutual Information (MI) has been widely used as a crit…

Computational EfficiencyNetwork Pruning

Mutual Information Preserving Neural Network Pruning

2024-10-31 · Charles Westphal, Stephen Hailes, Mirco Musolesi

Pruning has emerged as the primary approach used to limit the resource requirements of large neural networks (NNs). Since the proposal of the lottery ticket hypothesis, researchers have focused either on pruning at initi…

Network Pruning

MI-PRUN: Optimize Large Language Model Pruning via Mutual Information

2026-01-12 · Hao Zhang, Zhibin Zhang, Guangxin Wu, He Chen 외 arxiv

Large Language Models (LLMs) have become indispensable across various domains, but this comes at the cost of substantial computational and memory resources. Model pruning addresses this by removing redundant components f…