Back to Simplicity: How to Train Accurate BNNs from Scratch?
Joseph Bethge, Haojin Yang, Marvin Bornstein, Christoph Meinel

TL;DR
This paper demonstrates that simple training strategies and a new architecture called BinaryDenseNet can achieve state-of-the-art accuracy for binary neural networks on ImageNet, challenging the need for complex techniques.
Contribution
It introduces BinaryDenseNet, a new BNN architecture, and shows that effective training is possible without complex tricks, simplifying BNN development.
Findings
BinaryDenseNet outperforms existing 1-bit CNNs on ImageNet.
Simple training strategies suffice for high-accuracy BNNs.
BinaryDenseNet achieves 18.6% and 7.6% relative improvements over XNOR-Net and Bi-Real Net.
Abstract
Binary Neural Networks (BNNs) show promising progress in reducing computational and memory costs but suffer from substantial accuracy degradation compared to their real-valued counterparts on large-scale datasets, e.g., ImageNet. Previous work mainly focused on reducing quantization errors of weights and activations, whereby a series of approximation methods and sophisticated training tricks have been proposed. In this work, we make several observations that challenge conventional wisdom. We revisit some commonly used techniques, such as scaling factors and custom gradients, and show that these methods are not crucial in training well-performing BNNs. On the contrary, we suggest several design principles for BNNs based on the insights learned and demonstrate that highly accurate BNNs can be trained from scratch with a simple training strategy. We propose a new BNN architecture…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
