HetConv: Heterogeneous Kernel-Based Convolutions for Deep CNNs

Abstract

We present a novel deep learning architecture in which the convolution operation leverages heterogeneous kernels. The proposed HetConv (Heterogeneous Kernel-Based Convolution) reduces the computation (FLOPs) and the number of parameters as compared to standard convolution operation while still maintaining representational efficiency. To show the effectiveness of our proposed convolution, we present extensive experimental results on the standard convolutional neural network (CNN) architectures such as VGG and ResNet. We find that after replacing the standard convolutional filters in these architectures with our proposed HetConv filters, we achieve 3X to 8X FLOPs based improvement in speed while still maintaining (and sometimes improving) the accuracy. We also compare our proposed convolutions with group/depth wise convolutions and show that it achieves more FLOPs reduction with significantly higher accuracy.

Cite

Text

Singh et al. "HetConv: Heterogeneous Kernel-Based Convolutions for Deep CNNs." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00497

Markdown

[Singh et al. "HetConv: Heterogeneous Kernel-Based Convolutions for Deep CNNs." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/singh2019cvpr-hetconv/) doi:10.1109/CVPR.2019.00497

BibTeX

@inproceedings{singh2019cvpr-hetconv,
  title     = {{HetConv: Heterogeneous Kernel-Based Convolutions for Deep CNNs}},
  author    = {Singh, Pravendra and Verma, Vinay Kumar and Rai, Piyush and Namboodiri, Vinay P.},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.00497},
  url       = {https://mlanthology.org/cvpr/2019/singh2019cvpr-hetconv/}
}