Compression of Deep Convolutional Neural Networks for Fast and Low Power Mobile Applications
Yong-Deok Kim, Eunhyeok Park, Sungjoo Yoo, Taelim Choi, Lu Yang, Dongjun Shin
TL;DR
This work addresses the challenge of deploying deep CNNs on resource-constrained mobile devices by proposing a one-shot whole-network compression that combines global VBMF-based rank selection with Tucker decomposition of kernel tensors and a final fine-tuning stage. The method compresses entire networks (e.g., AlexNet, VGG-S, GoogLeNet, VGG-16), achieving major reductions in parameter count and FLOPs while maintaining competitive accuracy after fine-tuning, and providing notable energy and runtime gains on mobile hardware. Key insights include the effective use of Tucker-2 for mid/high-complexity kernels, automatic per-layer rank determination via VBMF, and practical considerations of $1\times1$ convolutions affecting cache efficiency and energy. Overall, the approach enables faster, energy-efficient mobile inference with publicly available tools and techniques, illustrating a viable path toward on-device deployment of deep CNNs. This has significant implications for real-time mobile vision tasks and energy-constrained AI applications.
Abstract
Although the latest high-end smartphone has powerful CPU and GPU, running deeper convolutional neural networks (CNNs) for complex tasks such as ImageNet classification on mobile devices is challenging. To deploy deep CNNs on mobile devices, we present a simple and effective scheme to compress the entire CNN, which we call one-shot whole network compression. The proposed scheme consists of three steps: (1) rank selection with variational Bayesian matrix factorization, (2) Tucker decomposition on kernel tensor, and (3) fine-tuning to recover accumulated loss of accuracy, and each step can be easily implemented using publicly available tools. We demonstrate the effectiveness of the proposed scheme by testing the performance of various compressed CNNs (AlexNet, VGGS, GoogLeNet, and VGG-16) on the smartphone. Significant reductions in model size, runtime, and energy consumption are obtained, at the cost of small loss in accuracy. In addition, we address the important implementation level issue on 1?1 convolution, which is a key operation of inception module of GoogLeNet as well as CNNs compressed by our proposed scheme.
