Structured Pruning of Deep Convolutional Neural Networks 论文

2017ACM Journal on Emerging Technologies in Computing Systems引用 715
Advanced Neural Network ApplicationsTensor decomposition and applicationsDomain Adaptation and Few-Shot Learning

详细信息

发表期刊/会议
ACM Journal on Emerging Technologies in Computing Systems
发表日期
2017-02-09
发表年份
2017

关键词

Advanced Neural Network ApplicationsTensor decomposition and applicationsDomain Adaptation and Few-Shot Learning

摘要

Real-time application of deep learning algorithms is often hindered by high computational complexity and frequent memory accesses. Network pruning is a promising technique to solve this problem. However, pruning usually results in irregular network connections that not only demand extra representation efforts but also do not fit well on parallel computation. We introduce structured sparsity at various scales for convolutional neural networks: feature map-wise, kernel-wise, and intra-kernel strided sparsity. This structured sparsity is very advantageous for direct computational resource savings on embedded computers, in parallel computing environments, and in hardware-based systems. To decide the importance of network connections and paths, the proposed method uses a particle filtering approach. The importance weight of each particle is assigned by assessing the misclassification rate with a corresponding connectivity pattern. The pruned network is retrained to compensate for the losses due to pruning. While implementing convolutions as matrix products, we particularly show that intra-kernel strided sparsity with a simple constraint can significantly reduce the size of the kernel and feature map tensors. The proposed work shows that when pruning granularities are applied in combination, we can prune the CIFAR-10 network by more than 70% with less than a 1% loss in accuracy.