English

Constructing Fast Network through Deconstruction of Convolution

Computer Vision and Pattern Recognition 2018-11-01 v5

Abstract

Convolutional neural networks have achieved great success in various vision tasks; however, they incur heavy resource costs. By using deeper and wider networks, network accuracy can be improved rapidly. However, in an environment with limited resources (e.g., mobile applications), heavy networks may not be usable. This study shows that naive convolution can be deconstructed into a shift operation and pointwise convolution. To cope with various convolutions, we propose a new shift operation called active shift layer (ASL) that formulates the amount of shift as a learnable function with shift parameters. This new layer can be optimized end-to-end through backpropagation and it can provide optimal shift values. Finally, we apply this layer to a light and fast network that surpasses existing state-of-the-art networks.

Keywords

Cite

@article{arxiv.1806.07370,
  title  = {Constructing Fast Network through Deconstruction of Convolution},
  author = {Yunho Jeon and Junmo Kim},
  journal= {arXiv preprint arXiv:1806.07370},
  year   = {2018}
}

Comments

To be appeared in NIPS 2018

R2 v1 2026-06-23T02:35:03.575Z