LGAIJun 13, 2021

BoolNet: Minimizing The Energy Consumption of Binary Neural Networks

arXiv:2106.06991v113 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses energy efficiency for hardware accelerators with limited resources, representing an incremental improvement in BNN design.

The paper tackled the problem of balancing accuracy and energy consumption in Binary Neural Networks (BNNs) by proposing BoolNet, a novel architecture that minimizes the use of 32-bit components, achieving a 4.6x energy reduction and 1.2% higher accuracy than Bi-RealNet on ImageNet.

Recent works on Binary Neural Networks (BNNs) have made promising progress in narrowing the accuracy gap of BNNs to their 32-bit counterparts. However, the accuracy gains are often based on specialized model designs using additional 32-bit components. Furthermore, almost all previous BNNs use 32-bit for feature maps and the shortcuts enclosing the corresponding binary convolution blocks, which helps to effectively maintain the accuracy, but is not friendly to hardware accelerators with limited memory, energy, and computing resources. Thus, we raise the following question: How can accuracy and energy consumption be balanced in a BNN network design? We extensively study this fundamental problem in this work and propose a novel BNN architecture without most commonly used 32-bit components: \textit{BoolNet}. Experimental results on ImageNet demonstrate that BoolNet can achieve 4.6x energy reduction coupled with 1.2\% higher accuracy than the commonly used BNN architecture Bi-RealNet. Code and trained models are available at: https://github.com/hpi-xnor/BoolNet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes