paper-with-me

Papers

2PFPCE: Two-Phase Filter Pruning Based on Conditional Entropy

2018-09-06 · Chuhan Min, Aosen Wang, Yiran Chen, Wenyao Xu, Xin Chen

Deep Convolutional Neural Networks~(CNNs) offer remarkable performance of classifications and regressions in many high-dimensional problems and have been widely utilized in real-word cognitive applications. However, high computational cost of CNNs greatly hinder their deployment in resource-constrained applications, real-time systems and edge computing platforms. To overcome this challenge, we propose a novel filter-pruning framework, two-phase filter pruning based on conditional entropy, namely \textit{2PFPCE}, to compress the CNN models and reduce the inference time with marginal performance degradation. In our proposed method, we formulate filter pruning process as an optimization problem and propose a novel filter selection criteria measured by conditional entropy. Based on the assumption that the representation of neurons shall be evenly distributed, we also develop a maximum-entropy filter freeze technique that can reduce over fitting. Two filter pruning strategies -- global and layer-wise strategies, are compared. Our experiment result shows that combining these two strategies can achieve a higher neural network compression ratio than applying only one of them under the same accuracy drop threshold. Two-phase pruning, that is, combining both global and layer-wise strategies, achieves 10 X FLOPs reduction and 46% inference time reduction on VGG-16, with 2% accuracy drop.

📄 PDF Abstract BibTeX arXiv:1809.02220

Code (0)

등록된 구현이 없습니다.

Tasks

Edge-computingNeural Network CompressionVocal Bursts Valence Prediction

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

An Entropy-based Pruning Method for CNN Compression

2017-06-19 · Jian-Hao Luo, Jianxin Wu

This paper aims to simultaneously accelerate and compress off-the-shelf CNN models via filter pruning strategy. The importance of each filter is evaluated by the proposed entropy-based method first. Then several unimport…

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 Mu…

image-classificationImage Classification

Demystifying Neural Network Filter Pruning

2018-10-29 · NIPS Workshop CDNNRIA 2018 · Zhuwei Qin, Fuxun Yu, ChenChen Liu, Xiang Chen

Based on filter magnitude ranking (e.g. L1 norm), conventional filter pruning methods for Convolutional Neural Networks (CNNs) have been proved with great effectiveness in computation load reduction. Although effective, …

Entropy Induced Pruning Framework for Convolutional Neural Networks

2022-08-13 · Yiheng Lu, Ziyu Guan, Yaming Yang, Maoguo Gong 외

Structured pruning techniques have achieved great compression performance on convolutional neural networks for image classification task. However, the majority of existing methods are weight-oriented, and their pruning r…

image-classificationImage Classification