English

Binary Ensemble Neural Network: More Bits per Network or More Networks per Bit?

Machine Learning 2018-12-04 v2 Artificial Intelligence Computer Vision and Pattern Recognition Neural and Evolutionary Computing Machine Learning

Abstract

Binary neural networks (BNN) have been studied extensively since they run dramatically faster at lower memory and power consumption than floating-point networks, thanks to the efficiency of bit operations. However, contemporary BNNs whose weights and activations are both single bits suffer from severe accuracy degradation. To understand why, we investigate the representation ability, speed and bias/variance of BNNs through extensive experiments. We conclude that the error of BNNs is predominantly caused by the intrinsic instability (training time) and non-robustness (train & test time). Inspired by this investigation, we propose the Binary Ensemble Neural Network (BENN) which leverages ensemble methods to improve the performance of BNNs with limited efficiency cost. While ensemble techniques have been broadly believed to be only marginally helpful for strong classifiers such as deep neural networks, our analyses and experiments show that they are naturally a perfect fit to boost BNNs. We find that our BENN, which is faster and much more robust than state-of-the-art binary networks, can even surpass the accuracy of the full-precision floating number network with the same architecture.

Keywords

Cite

@article{arxiv.1806.07550,
  title  = {Binary Ensemble Neural Network: More Bits per Network or More Networks per Bit?},
  author = {Shilin Zhu and Xin Dong and Hao Su},
  journal= {arXiv preprint arXiv:1806.07550},
  year   = {2018}
}
R2 v1 2026-06-23T02:35:31.640Z