NAS-BNN: Neural Architecture Search for Binary Neural Networks
Zhihao Lin, Yongtao Wang, Jinhe Zhang, Xiaojie Chu, Haibin Ling

TL;DR
This paper introduces NAS-BNN, a neural architecture search method tailored for binary neural networks, significantly improving their accuracy and efficiency on tasks like image classification and object detection.
Contribution
The paper proposes a novel NAS scheme specifically designed for BNNs, including a tailored search space and training strategies, leading to state-of-the-art performance.
Findings
Achieved 68.20% top-1 accuracy on ImageNet with 57M OPs.
Outperformed previous BNNs across various operations (20M to 200M OPs).
Set new state-of-the-art results in object detection with 31.6% mAP on MS COCO.
Abstract
Binary Neural Networks (BNNs) have gained extensive attention for their superior inferencing efficiency and compression ratio compared to traditional full-precision networks. However, due to the unique characteristics of BNNs, designing a powerful binary architecture is challenging and often requires significant manpower. A promising solution is to utilize Neural Architecture Search (NAS) to assist in designing BNNs, but current NAS methods for BNNs are relatively straightforward and leave a performance gap between the searched models and manually designed ones. To address this gap, we propose a novel neural architecture search scheme for binary neural networks, named NAS-BNN. We first carefully design a search space based on the unique characteristics of BNNs. Then, we present three training strategies, which significantly enhance the training of supernet and boost the performance of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsSoftmax · Attention Is All You Need
