English

daBNN: A Super Fast Inference Framework for Binary Neural Networks on ARM devices

Computer Vision and Pattern Recognition 2019-08-19 v1 Multimedia Image and Video Processing

Abstract

It is always well believed that Binary Neural Networks (BNNs) could drastically accelerate the inference efficiency by replacing the arithmetic operations in float-valued Deep Neural Networks (DNNs) with bit-wise operations. Nevertheless, there has not been open-source implementation in support of this idea on low-end ARM devices (e.g., mobile phones and embedded devices). In this work, we propose daBNN --- a super fast inference framework that implements BNNs on ARM devices. Several speed-up and memory refinement strategies for bit-packing, binarized convolution, and memory layout are uniquely devised to enhance inference efficiency. Compared to the recent open-source BNN inference framework, BMXNet, our daBNN is 7×7\times\sim23×23\times faster on a single binary convolution, and about 6×6\times faster on Bi-Real Net 18 (a BNN variant of ResNet-18). The daBNN is a BSD-licensed inference framework, and its source code, sample projects and pre-trained models are available on-line: https://github.com/JDAI-CV/dabnn.

Keywords

Cite

@article{arxiv.1908.05858,
  title  = {daBNN: A Super Fast Inference Framework for Binary Neural Networks on ARM devices},
  author = {Jianhao Zhang and Yingwei Pan and Ting Yao and He Zhao and Tao Mei},
  journal= {arXiv preprint arXiv:1908.05858},
  year   = {2019}
}

Comments

Accepted by 2019 ACMMM Open Source Software Competition. Source code: https://github.com/JDAI-CV/dabnn

R2 v1 2026-06-23T10:48:53.831Z