MeliusNet: Can Binary Neural Networks Achieve MobileNet-level Accuracy?
Joseph Bethge, Christian Bartz, Haojin Yang, Ying Chen, and Christoph, Meinel

TL;DR
MeliusNet is an architectural innovation in Binary Neural Networks that significantly improves accuracy, enabling BNNs to match MobileNet-v1's performance while maintaining low computational costs.
Contribution
The paper introduces MeliusNet, a novel architecture combining DenseBlocks and ImprovementBlocks, achieving state-of-the-art accuracy for BNNs on ImageNet.
Findings
MeliusNet outperforms previous binary architectures in accuracy and efficiency.
BNNs trained with MeliusNet match MobileNet-v1's accuracy.
The approach enables low-resource devices to run accurate neural networks.
Abstract
Binary Neural Networks (BNNs) are neural networks which use binary weights and activations instead of the typical 32-bit floating point values. They have reduced model sizes and allow for efficient inference on mobile or embedded devices with limited power and computational resources. However, the binarization of weights and activations leads to feature maps of lower quality and lower capacity and thus a drop in accuracy compared to traditional networks. Previous work has increased the number of channels or used multiple binary bases to alleviate these problems. In this paper, we instead present an architectural approach: MeliusNet. It consists of alternating a DenseBlock, which increases the feature capacity, and our proposed ImprovementBlock, which increases the feature quality. Experiments on the ImageNet dataset demonstrate the superior performance of our MeliusNet over a variety 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
TopicsAdvanced Neural Network Applications · COVID-19 diagnosis using AI · Brain Tumor Detection and Classification
