Optimization of XNOR Convolution for Binary Convolutional Neural Networks on GPU

July 28, 2020 ยท Entered Twilight ยท ๐Ÿ› arXiv.org

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 5.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: readme.md, vanilla_conv_cpu, xnor_cpu, xnor_gpu

Authors Mete Can Kaya, Alperen ฤฐnci, Alptekin Temizel arXiv ID 2007.14178 Category cs.CV: Computer Vision Cross-listed cs.DC Citations 0 Venue arXiv.org Repository https://github.com/metcan/Binary-Convolutional-Neural-Network-Inference-on-GPU โญ 22 Last Checked 2 months ago
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\times$ with a kernel size of $3\times3$. The implementation is publicly available at https://github.com/metcan/Binary-Convolutional-Neural-Network-Inference-on-GPU
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computer Vision