English

Network Sketching: Exploiting Binary Structure in Deep CNNs

Neural and Evolutionary Computing 2017-06-08 v1 Computer Vision and Pattern Recognition

Abstract

Convolutional neural networks (CNNs) with deep architectures have substantially advanced the state-of-the-art in computer vision tasks. However, deep networks are typically resource-intensive and thus difficult to be deployed on mobile devices. Recently, CNNs with binary weights have shown compelling efficiency to the community, whereas the accuracy of such models is usually unsatisfactory in practice. In this paper, we introduce network sketching as a novel technique of pursuing binary-weight CNNs, targeting at more faithful inference and better trade-off for practical applications. Our basic idea is to exploit binary structure directly in pre-trained filter banks and produce binary-weight models via tensor expansion. The whole process can be treated as a coarse-to-fine model approximation, akin to the pencil drawing steps of outlining and shading. To further speedup the generated models, namely the sketches, we also propose an associative implementation of binary tensor convolutions. Experimental results demonstrate that a proper sketch of AlexNet (or ResNet) outperforms the existing binary-weight models by large margins on the ImageNet large scale classification task, while the committed memory for network parameters only exceeds a little.

Keywords

Cite

@article{arxiv.1706.02021,
  title  = {Network Sketching: Exploiting Binary Structure in Deep CNNs},
  author = {Yiwen Guo and Anbang Yao and Hao Zhao and Yurong Chen},
  journal= {arXiv preprint arXiv:1706.02021},
  year   = {2017}
}

Comments

To appear in CVPR2017

R2 v1 2026-06-22T20:11:21.263Z