1. What are the contributions in "Cyclic sparsely connected architectures for compact deep convolutional neural networks" ?
In this paper, the authors propose cyclic sparsely connected ( CSC ) architectures, with memory/computation complexity of O ( N log N ) where N is the number of nodes/channels given a DCNN layer, that, contrary to compact depthwise separable layers, can be used as an overlay for both FC and CONV layers of O ( N2 ).. The authors show that both standard convolution and depthwise convolution layers are special cases of the CSC layers and whose mathematical function, along with FC layers, can be unified into one single formulation, and whose hardware implementation can be carried out under one arithmetic logic component.. The authors examine the efficacy of the CSC architectures for compression of LeNet, AlexNet, and MobileNet DCNNs with precision ranging from 2 to 32 bits.. More specifically, the authors surge upon the compact 8-bit quantized 0. 5 MobileNet V1 and show that by compressing its last two layers with CSC architectures, the model is compressed by ∼ 1. 5× with a size of only 873 KB and little accuracy loss.
read more





