LGJun 23, 2023

Binary domain generalization for sparsifying binary neural networks

arXiv:2306.13515v11 citationsh-index: 25Has Code
Originality Incremental advance
AI Analysis

This work addresses the issue of limited compression in BNNs for resource-constrained devices, offering an incremental improvement by extending the binary domain to enhance pruning without severe performance losses.

The paper tackled the problem of weight pruning in binary neural networks (BNNs) causing performance degradation by proposing a more general binary domain that is robust to pruning, resulting in efficient sparse networks with reduced memory usage and latency while maintaining performance on CIFAR-10 and CIFAR-100.

Binary neural networks (BNNs) are an attractive solution for developing and deploying deep neural network (DNN)-based applications in resource constrained devices. Despite their success, BNNs still suffer from a fixed and limited compression factor that may be explained by the fact that existing pruning methods for full-precision DNNs cannot be directly applied to BNNs. In fact, weight pruning of BNNs leads to performance degradation, which suggests that the standard binarization domain of BNNs is not well adapted for the task. This work proposes a novel more general binary domain that extends the standard binary one that is more robust to pruning techniques, thus guaranteeing improved compression and avoiding severe performance losses. We demonstrate a closed-form solution for quantizing the weights of a full-precision network into the proposed binary domain. Finally, we show the flexibility of our method, which can be combined with other pruning strategies. Experiments over CIFAR-10 and CIFAR-100 demonstrate that the novel approach is able to generate efficient sparse networks with reduced memory usage and run-time latency, while maintaining performance.

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