Forward and Backward Information Retention for Accurate Binary Neural Networks
Haotong Qin, Ruihao Gong, Xianglong Liu, Mingzhu Shen, Ziran Wei,, Fengwei Yu, Jingkuan Song

TL;DR
This paper introduces IR-Net, a novel approach for binary neural networks that retains information during both forward and backward passes, significantly improving accuracy over previous binarization methods.
Contribution
The paper proposes Libra-PB and EDE techniques to minimize information loss in binary neural networks, providing a unified information perspective for both forward and backward processes.
Findings
IR-Net outperforms state-of-the-art quantization methods on CIFAR-10 and ImageNet.
It effectively reduces information loss in both forward activations and backward gradients.
The approach enhances the training of accurate binary neural networks.
Abstract
Weight and activation binarization is an effective approach to deep neural network compression and can accelerate the inference by leveraging bitwise operations. Although many binarization methods have improved the accuracy of the model by minimizing the quantization error in forward propagation, there remains a noticeable performance gap between the binarized model and the full-precision one. Our empirical study indicates that the quantization brings information loss in both forward and backward propagation, which is the bottleneck of training accurate binary neural networks. To address these issues, we propose an Information Retention Network (IR-Net) to retain the information that consists in the forward activations and backward gradients. IR-Net mainly relies on two technical contributions: (1) Libra Parameter Binarization (Libra-PB): simultaneously minimizing both quantization…
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
Forward and Backward Information Retention for Accurate Binary Neural Networks· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
