MUNet: Macro Unit-Based Convolutional Neural Network for Mobile Devices

Abstract

Deep neural networks perform better than traditional machine learning methods on various classification problems by producing good quality feature maps through successive convolution operation(s). However, when implementing a deep neural network in an embedded system or SoC for mobile devices, its large parameter size can be a significant burden on the internal memory design. In this paper, we propose a new deep neural network that reduces computation and the number of model parameters but maintains reasonable performance. The configuration of the proposed network is as follows: First, we propose a macro unit (MU) to reduce heavy computations and to learn various feature maps. Second, we employ asymmetric convolution of the well-known Inception network to further efficiently manipulate feature maps within the MU. Third, all the feature maps produced from MU(s) of each layer are concatenated and then the grouped feature map is distributed to all the MUs of the next layer for transferring richer information. Experimental results show that the proposed network achieves about 10% higher performance than DenseNet-BC in case of extremely small parameter size for CIFAR-100. The proposed network also has very few learning parameters and smaller floating point operations per second (FLOPS) than the other networks optimized for mobile devices such as MobileNet.

Cite

Text

Kim et al. "MUNet: Macro Unit-Based Convolutional Neural Network for Mobile Devices." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2018. doi:10.1109/CVPRW.2018.00218

Markdown

[Kim et al. "MUNet: Macro Unit-Based Convolutional Neural Network for Mobile Devices." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2018.](https://mlanthology.org/cvprw/2018/kim2018cvprw-munet/) doi:10.1109/CVPRW.2018.00218

BibTeX

@inproceedings{kim2018cvprw-munet,
  title     = {{MUNet: Macro Unit-Based Convolutional Neural Network for Mobile Devices}},
  author    = {Kim, Dae Ha and Lee, Seung Hyun and Song, Byung Cheol},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2018},
  pages     = {1668-1676},
  doi       = {10.1109/CVPRW.2018.00218},
  url       = {https://mlanthology.org/cvprw/2018/kim2018cvprw-munet/}
}