paper-with-me

Papers

Performance Aware Convolutional Neural Network Channel Pruning for Embedded GPUs

2020-02-20 · Valentin Radu, Kuba Kaszyk, Yuan Wen, Jack Turner, Jose Cano, Elliot J. Crowley, Bjorn Franke, Amos Storkey, Michael O'Boyle

Convolutional Neural Networks (CNN) are becoming a common presence in many applications and services, due to their superior recognition accuracy. They are increasingly being used on mobile devices, many times just by porting large models designed for server space, although several model compression techniques have been considered. One model compression technique intended to reduce computations is channel pruning. Mobile and embedded systems now have GPUs which are ideal for the parallel computations of neural networks and for their lower energy cost per operation. Specialized libraries perform these neural network computations through highly optimized routines. As we find in our experiments, these libraries are optimized for the most common network shapes, making uninstructed channel pruning inefficient. We evaluate higher level libraries, which analyze the input characteristics of a convolutional layer, based on which they produce optimized OpenCL (Arm Compute Library and TVM) and CUDA (cuDNN) code. However, in reality, these characteristics and subsequent choices intended for optimization can have the opposite effect. We show that a reduction in the number of convolutional channels, pruning 12% of the initial size, is in some cases detrimental to performance, leading to 2x slowdown. On the other hand, we also find examples where performance-aware pruning achieves the intended results, with performance speedups of 3x with cuDNN and above 10x with Arm Compute Library and TVM. Our findings expose the need for hardware-instructed neural network pruning.

📄 PDF Abstract BibTeX arXiv:2002.08697

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

CAP-Context-Aware-Pruning-for-Semantic-Segmentation

2021-01-06 · wei he, Meiqing Wu, Mingfu Liang, Siew-Kei Lam

Network pruning for deep convolutional neural networks (CNNs) has recently achieved notable research progress on image-level classification. However, most existing pruning methods are not catered to or evaluated on seman…

Network PruningSegmentationSemantic Segmentation

CAP: Context-Aware Pruning for Semantic-Segmentation

2021-01-06 · wei he, Meiqing Wu, Mingfu Liang, Siew-Kei Lam

Network pruning for deep convolutional neural networks (CNNs) has recently achieved notable research progress on image-level classification. However, most existing pruning methods are not catered to or evaluated on seman…

Network PruningSegmentationSemantic Segmentation

Accelerator-Aware Pruning for Convolutional Neural Networks

2018-04-26 · Hyeong-Ju Kang

Convolutional neural networks have shown tremendous performance capabilities in computer vision tasks, but their excessive amounts of weight storage and arithmetic operations prevent them from being adopted in embedded e…

Efficient Inference of CNNs via Channel Pruning

2019-08-08 · Boyu Zhang, Azadeh Davoodi, Yu Hen Hu

The deployment of Convolutional Neural Networks (CNNs) on resource constrained platforms such as mobile devices and embedded systems has been greatly hindered by their high implementation cost, and thus motivated a lot r…

Pruning with Compensation: Efficient Channel Pruning for Deep Convolutional Neural Networks

2021-08-31 · Zhouyang Xie, Yan Fu, Shengzhao Tian, Junlin Zhou 외

Channel pruning is a promising technique to compress the parameters of deep convolutional neural networks(DCNN) and to speed up the inference. This paper aims to address the long-standing inefficiency of channel pruning.…