English

Accelerating Very Deep Convolutional Networks for Classification and Detection

Computer Vision and Pattern Recognition 2015-11-19 v2 Machine Learning Neural and Evolutionary Computing

Abstract

This paper aims to accelerate the test-time computation of convolutional neural networks (CNNs), especially very deep CNNs that have substantially impacted the computer vision community. Unlike previous methods that are designed for approximating linear filters or linear responses, our method takes the nonlinear units into account. We develop an effective solution to the resulting nonlinear optimization problem without the need of stochastic gradient descent (SGD). More importantly, while previous methods mainly focus on optimizing one or two layers, our nonlinear method enables an asymmetric reconstruction that reduces the rapidly accumulated error when multiple (e.g., >=10) layers are approximated. For the widely used very deep VGG-16 model, our method achieves a whole-model speedup of 4x with merely a 0.3% increase of top-5 error in ImageNet classification. Our 4x accelerated VGG-16 model also shows a graceful accuracy degradation for object detection when plugged into the Fast R-CNN detector.

Keywords

Cite

@article{arxiv.1505.06798,
  title  = {Accelerating Very Deep Convolutional Networks for Classification and Detection},
  author = {Xiangyu Zhang and Jianhua Zou and Kaiming He and Jian Sun},
  journal= {arXiv preprint arXiv:1505.06798},
  year   = {2015}
}

Comments

TPAMI, accepted. arXiv admin note: substantial text overlap with arXiv:1411.4229

R2 v1 2026-06-22T09:41:10.279Z