A Novel Binary Neural Network with Enhanced Dense Connection

Yifan Bai,Hongxia Bie,Yuan Yang
DOI: https://doi.org/10.1145/3302425.3302454
2018-01-01
Abstract:Binary Neural Networks (BNNs), whose weights and activations can be represented by a single bit, are gaining more and more attention. Because their inference speed and memory consumption are far superior to full-precision neural networks. However, the previous work on BNNs often leads to severe accuracy degradation. To address this issue, we propose a novel BNN model named Binary Densely Connected Network (BDCN), which connects each mlpconv (a multilayer perceptron to extract better features) layer to all preceding mlpconv layers. Such enhanced dense connection can strengthen the representation capabilities of BNN, which is beneficial to improve the accuracy of the network. This work further narrows the accuracy gap between BNNs and their full-precision counterpart. We evaluate our BDCN on a range of visual datasets (MNIST, CIFAR-10 and ImageNet) and find that our method outperforms other state-of-art binary networks whilst keeping the model size acceptable.
What problem does this paper attempt to address?