vix.ing · top · new · best · stats

Training convolutional neural networks with cheap convolutions and online distillation

2019/09/28 by Jiao Xie, Xie, Jiao, Shaohui Lin +5 · 3 citations
Computer Science · #Advanced Neural Network Applications #Algorithm #Artificial intelligence #Artificial neural network #Computation #Computer Vision and Pattern Recognition (cs.CV) #Computer engineering #Computer science #Convolution (computer science) #Convolutional neural network #Distillation #Domain Adaptation and Few-Shot Learning #Edge device #FOS: Computer and information sciences #Human Pose and Action Recognition #Machine learning #Operating system #Overhead (engineering) #Programming language #cs.CV

paper · pdf · doi:10.48550/arxiv.1909.13063

published in arXiv (Cornell University) (Cornell University)

openalex publication_date 2019/09/28 · arxiv created 2019/10/10 · arxiv updated 2019/10/11 · openalex created_date 2022/07/28 · openalex updated_date 2026/08/05

Abstract

The large memory and computation consumption in convolutional neural networks (CNNs) has been one of the main barriers for deploying them on resource-limited systems. To this end, most cheap convolutions (e.g., group convolution, depth-wise convolution, and shift convolution) have recently been used for memory and computation reduction but with the specific architecture designing. Furthermore, it results in a low discriminability of the compressed networks by directly replacing the standard convolution with these cheap ones. In this paper, we propose to use knowledge distillation to improve the performance of the compact student networks with cheap convolutions. In our case, the teacher is a network with the standard convolution, while the student is a simple transformation of the teacher architecture without complicated redesigning. In particular, we propose a novel online distillation method, which online constructs the teacher network without pre-training and conducts mutual learning between the teacher and student network, to improve the performance of the student model. Extensive experiments demonstrate that the proposed approach achieves superior performance to simultaneously reduce memory and computation overhead of cutting-edge CNNs on different datasets, including CIFAR-10/100 and ImageNet ILSVRC 2012, compared to the state-of-the-art CNN compression and acceleration methods. The codes are publicly available at https://github.com/EthanZhangYC/OD-cheap-convolution.

Related