CVSep 4, 2022

Recurrent Bilinear Optimization for Binary Neural Networks

arXiv:2209.01542v118 citationsh-index: 54Has Code
Originality Incremental advance
AI Analysis

This work addresses the performance gap in BNNs for embedded devices, offering a novel optimization approach that is incremental but improves specific gains.

The paper tackles the suboptimal training of Binary Neural Networks (BNNs) by addressing the neglected bilinear relationship between weights and scale factors, proposing Recurrent Bilinear Optimization (RBONN) to improve learning and achieve state-of-the-art performance on various models and datasets, including strong generalization in object detection.

Binary Neural Networks (BNNs) show great promise for real-world embedded devices. As one of the critical steps to achieve a powerful BNN, the scale factor calculation plays an essential role in reducing the performance gap to their real-valued counterparts. However, existing BNNs neglect the intrinsic bilinear relationship of real-valued weights and scale factors, resulting in a sub-optimal model caused by an insufficient training process. To address this issue, Recurrent Bilinear Optimization is proposed to improve the learning process of BNNs (RBONNs) by associating the intrinsic bilinear variables in the back propagation process. Our work is the first attempt to optimize BNNs from the bilinear perspective. Specifically, we employ a recurrent optimization and Density-ReLU to sequentially backtrack the sparse real-valued weight filters, which will be sufficiently trained and reach their performance limits based on a controllable learning process. We obtain robust RBONNs, which show impressive performance over state-of-the-art BNNs on various models and datasets. Particularly, on the task of object detection, RBONNs have great generalization performance. Our code is open-sourced on https://github.com/SteveTsui/RBONN .

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes