paper-with-me

홈 › Papers

Rethinking Class-Discrimination Based CNN Channel Pruning

2020-04-29 · Yuchen Liu, David Wentzlaff, S. Y. Kung

Channel pruning has received ever-increasing focus on network compression. In particular, class-discrimination based channel pruning has made major headway, as it fits seamlessly with the classification objective of CNNs and provides good explainability. Prior works singly propose and evaluate their discriminant functions, while further study on the effectiveness of the adopted metrics is absent. To this end, we initiate the first study on the effectiveness of a broad range of discriminant functions on channel pruning. Conventional single-variate binary-class statistics like Student's T-Test are also included in our study via an intuitive generalization. The winning metric of our study has a greater ability to select informative channels over other state-of-the-art methods, which is substantiated by our qualitative and quantitative analysis. Moreover, we develop a FLOP-normalized sensitivity analysis scheme to automate the structural pruning procedure. On CIFAR-10, CIFAR-100, and ILSVRC-2012 datasets, our pruned models achieve higher accuracy with less inference cost compared to state-of-the-art results. For example, on ILSVRC-2012, our 44.3% FLOPs-pruned ResNet-50 has only a 0.3% top-1 accuracy drop, which significantly outperforms the state of the art.

📄 PDF Abstract BibTeX arXiv:2004.14492

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Discrimination-aware Network Pruning for Deep Model Compression

2020-01-04 · Jing Liu, Bohan Zhuang, Zhuangwei Zhuang, Yong Guo 외

We study network pruning which aims to remove redundant channels/kernels and hence speed up the inference of deep networks. Existing pruning methods either train from scratch with sparsity constraints or minimize the rec…

Face Recognitionimage-classificationImage Classificationmodel+2

Localization-aware Channel Pruning for Object Detection

2019-11-06 · Zihao Xie, Wenbing Tao, Li Zhu, Lin Zhao

Channel pruning is one of the important methods for deep model compression. Most of existing pruning methods mainly focus on classification. Few of them conduct systematic research on object detection. However, object de…

ClassificationGeneral ClassificationModel CompressionObject+3

Carrying out CNN Channel Pruning in a White Box

2021-04-24 · Yuxin Zhang, Mingbao Lin, Chia-Wen Lin, Jie Chen 외

Channel Pruning has been long studied to compress CNNs, which significantly reduces the overall computation. Prior works implement channel pruning in an unexplainable manner, which tends to reduce the final classificatio…

image-classificationImage Classification

Class-Discriminative CNN Compression

2021-10-21 · Yuchen Liu, David Wentzlaff, S. Y. Kung

Compressing convolutional neural networks (CNNs) by pruning and distillation has received ever-increasing focus in the community. In particular, designing a class-discrimination based approach would be desired as it fits…

Discrimination-aware Channel Pruning for Deep Neural Networks

2018-10-28 · NeurIPS 2018 12 · Zhuangwei Zhuang, Mingkui Tan, Bohan Zhuang, Jing Liu 외

Channel pruning is one of the predominant approaches for deep model compression. Existing pruning methods either train from scratch with sparsity constraints on channels, or minimize the reconstruction error between the …

channel selectionModel Compression