ConShuffleNet: an Efficient Convolutional Neural Network Based on ShuffleNetV2

Huaming Qian,Yipeng Zhou,Peng Ding,Shibao Feng
DOI: https://doi.org/10.1007/978-981-19-6613-2_95
2023-01-01
Abstract:CNNs have shown powerful capabilities for classification tasks. However, this powerful capability takes up huge computation budget and storage space, it is a major challenge to achieve high accuracy with limited computation resources and storage. We propose an efficient convolutional neural network architecture based on ShufflNetV2 called ConShuffleNet. To be specific , we use a pyramid dilated depthwise convolution (PDDWConv) which consists of $$3\times 3$$ depthwise convolution and $$3\times 3$$ dilated depthwise convolution (DDWConv) with a dilation rate of 2 instead of $$3\times 3$$ depthwise convolution (DWConv) of ShufflNetV2 to capture multi-scale spatial information, and integrate the Coordinate Attention (CA) module to enable the model to obtain more important features. We use the CIFAR-100 benchmark dataset as our experimental dataset. Experimental results show that the proposed method can achieve better accuracy with similar model size and computational complexity level.
What problem does this paper attempt to address?