Harmonious Coexistence of Structured Weight Pruning and Ternarization for Deep Neural Networks

Authors

  • Li Yang Arizona State University
  • Zhezhi He Arizona State University
  • Deliang Fan Arizona State University

DOI:

https://doi.org/10.1609/aaai.v34i04.6138

Abstract

Deep convolutional neural network (DNN) has demonstrated phenomenal success and been widely used in many computer vision tasks. However, its enormous model size and high computing complexity prohibits its wide deployment into resource limited embedded system, such as FPGA and mGPU. As the two most widely adopted model compression techniques, weight pruning and quantization compress DNN model through introducing weight sparsity (i.e., forcing partial weights as zeros) and quantizing weights into limited bit-width values, respectively. Although there are works attempting to combine the weight pruning and quantization, we still observe disharmony between weight pruning and quantization, especially when more aggressive compression schemes (e.g., Structured pruning and low bit-width quantization) are used. In this work, taking FPGA as the test computing platform and Processing Elements (PE) as the basic parallel computing unit, we first propose a PE-wise structured pruning scheme, which introduces weight sparsification with considering of the architecture of PE. In addition, we integrate it with an optimized weight ternarization approach which quantizes weights into ternary values ({-1,0,+1}), thus converting the dominant convolution operations in DNN from multiplication-and-accumulation (MAC) to addition-only, as well as compressing the original model (from 32-bit floating point to 2-bit ternary representation) by at least 16 times. Then, we investigate and solve the coexistence issue between PE-wise Structured pruning and ternarization, through proposing a Weight Penalty Clipping (WPC) technique with self-adapting threshold. Our experiment shows that the fusion of our proposed techniques can achieve the best state-of-the-art ∼21× PE-wise structured compression rate with merely 1.74%/0.94% (top-1/top-5) accuracy degradation of ResNet-18 on ImageNet dataset.

Downloads

Published

2020-04-03

How to Cite

Yang, L., He, Z., & Fan, D. (2020). Harmonious Coexistence of Structured Weight Pruning and Ternarization for Deep Neural Networks. Proceedings of the AAAI Conference on Artificial Intelligence, 34(04), 6623-6630. https://doi.org/10.1609/aaai.v34i04.6138

Issue

Section

AAAI Technical Track: Machine Learning