Projects per year
Abstract
When deploying a deep neural network on con-strained hardware, it is possible to replace the network’s standard convolutions with grouped convolutions. This allows for substantial memory savings with minimal loss of accuracy. However, current implementations of grouped convolutions in modern deep learning frameworks are far from performing optimally in terms of speed. In this paper we propose Grouped Spatial Pack Convolutions (GSPC), a new implementation of grouped convolutions that outperforms existing solutions. We implement GSPC in TVM, which provides state-of-the-art performance on edge devices. We analyze a set of networks utilizing different types of grouped convolutions and evaluate their performance in terms of inference time on several edge devices. We observe that our new implementation scales well with the number of groups and provides the best inference times in all settings, improving the existing implementations of grouped convolutions in TVM, PyTorch and TensorFlow Lite by 3.4×, 8× and 4× on average respectively. Code is available at https://github.com/gecLAB/tvm-GSPC/
Original language | English |
---|---|
Title of host publication | 2020 IEEE 31st International Conference on Application-specific Systems, Architectures and Processors (ASAP) |
Publisher | Institute of Electrical and Electronics Engineers |
Pages | 189 - 196 |
Number of pages | 8 |
ISBN (Electronic) | 978-1-7281-7147-0 |
ISBN (Print) | 978-1-7281-7279-8 |
DOIs | |
Publication status | Published - 31 Jul 2020 |
Event | 31st IEEE International Conference on Application-specific Systems, Architectures and Processors - The University of Manchester, Machester, United Kingdom Duration: 6 Jul 2020 → 8 Jul 2020 https://asap2020.cs.manchester.ac.uk/index.php |
Publication series
Name | |
---|---|
Publisher | IEEE |
ISSN (Print) | 2160-0511 |
ISSN (Electronic) | 2160-052X |
Conference
Conference | 31st IEEE International Conference on Application-specific Systems, Architectures and Processors |
---|---|
Abbreviated title | ASAP 2020 |
Country/Territory | United Kingdom |
City | Machester |
Period | 6/07/20 → 8/07/20 |
Internet address |
Fingerprint
Dive into the research topics of 'Optimizing Grouped Convolutions on Edge Devices'. 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