English

Depth-wise Decomposition for Accelerating Separable Convolutions in Efficient Convolutional Neural Networks

Computer Vision and Pattern Recognition 2025-01-07 v3

Abstract

Very deep convolutional neural networks (CNNs) have been firmly established as the primary methods for many computer vision tasks. However, most state-of-the-art CNNs are large, which results in high inference latency. Recently, depth-wise separable convolution has been proposed for image recognition tasks on computationally limited platforms such as robotics and self-driving cars. Though it is much faster than its counterpart, regular convolution, accuracy is sacrificed. In this paper, we propose a novel decomposition approach based on SVD, namely depth-wise decomposition, for expanding regular convolutions into depthwise separable convolutions while maintaining high accuracy. We show our approach can be further generalized to the multi-channel and multi-layer cases, based on Generalized Singular Value Decomposition (GSVD) [59]. We conduct thorough experiments with the latest ShuffleNet V2 model [47] on both random synthesized dataset and a large-scale image recognition dataset: ImageNet [10]. Our approach outperforms channel decomposition [73] on all datasets. More importantly, our approach improves the Top-1 accuracy of ShuffleNet V2 by ~2%.

Keywords

Cite

@article{arxiv.1910.09455,
  title  = {Depth-wise Decomposition for Accelerating Separable Convolutions in Efficient Convolutional Neural Networks},
  author = {Yihui He and Jianing Qian and Jianren Wang and Cindy X. Le and Congrui Hetang and Qi Lyu and Wenping Wang and Tianwei Yue},
  journal= {arXiv preprint arXiv:1910.09455},
  year   = {2025}
}
R2 v1 2026-06-23T11:50:03.846Z