Projects per year
Abstract
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 2× slowdown. On the other hand, we also find examples where performance-aware pruning achieves the intended results, with performance speedups of 3× with cuDNN and above 10× with Arm Compute Library and TVM. Our findings expose the need for hardware-instructed neural network pruning.
Original language | English |
---|---|
Title of host publication | 2019 IEEE International Symposium on Workload Characterization (IISWC) |
Place of Publication | Orlando, FL, USA |
Publisher | Institute of Electrical and Electronics Engineers |
Pages | 24-34 |
Number of pages | 11 |
ISBN (Electronic) | 978-1-7281-4045-2 |
ISBN (Print) | 978-1-7281-4046-9 |
DOIs | |
Publication status | Published - 19 Mar 2020 |
Event | 2019 IEEE International Symposium on Workload Characterization - Orlando, United States Duration: 3 Nov 2019 → 5 Nov 2019 http://www.iiswc.org/iiswc2019/index.html |
Conference
Conference | 2019 IEEE International Symposium on Workload Characterization |
---|---|
Abbreviated title | IISWC-2019 |
Country/Territory | United States |
City | Orlando |
Period | 3/11/19 → 5/11/19 |
Internet address |
Keywords / Materials (for Non-textual outputs)
- convolutional neural networks
- channel pruning
- embedded GPU
Fingerprint
Dive into the research topics of 'Performance Aware Convolutional Neural Network Channel Pruning for Embedded GPUs'. Together they form a unique fingerprint.Projects
- 1 Finished
-
Bonseyes - Platform for Open Development of Systems of Artificial Intelligence
1/12/16 → 31/01/20
Project: Research