English

Optimization of XNOR Convolution for Binary Convolutional Neural Networks on GPU

Computer Vision and Pattern Recognition 2020-07-29 v1 Distributed, Parallel, and Cluster Computing

Abstract

Binary convolutional networks have lower computational load and lower memory foot-print compared to their full-precision counterparts. So, they are a feasible alternative for the deployment of computer vision applications on limited capacity embedded devices. Once trained on less resource-constrained computational environments, they can be deployed for real-time inference on such devices. In this study, we propose an implementation of binary convolutional network inference on GPU by focusing on optimization of XNOR convolution. Experimental results show that using GPU can provide a speed-up of up to 42.61×42.61\times with a kernel size of 3×33\times3. The implementation is publicly available at https://github.com/metcan/Binary-Convolutional-Neural-Network-Inference-on-GPU

Keywords

Cite

@article{arxiv.2007.14178,
  title  = {Optimization of XNOR Convolution for Binary Convolutional Neural Networks on GPU},
  author = {Mete Can Kaya and Alperen İnci and Alptekin Temizel},
  journal= {arXiv preprint arXiv:2007.14178},
  year   = {2020}
}
R2 v1 2026-06-23T17:27:48.118Z