Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Forward and Backward Information Retention for Accurate Binary Neural Networks

About

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 error and information loss of parameters by balanced and standardized weights in forward propagation; (2) Error Decay Estimator (EDE): minimizing the information loss of gradients by gradually approximating the sign function in backward propagation, jointly considering the updating ability and accurate gradients. We are the first to investigate both forward and backward processes of binary networks from the unified information perspective, which provides new insight into the mechanism of network binarization. Comprehensive experiments with various network structures on CIFAR-10 and ImageNet datasets manifest that the proposed IR-Net can consistently outperform state-of-the-art quantization methods.

Haotong Qin, Ruihao Gong, Xianglong Liu, Mingzhu Shen, Ziran Wei, Fengwei Yu, Jingkuan Song• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)--
3518
Image ClassificationCIFAR-10 (test)
Accuracy90.4
3381
Image ClassificationImageNet (val)
Top-1 Acc58.1
1206
Image Super-resolutionSet5
PSNR32.55
507
Image ClassificationCIFAR-10--
507
Image ClassificationImageNet ILSVRC-2012 (val)
Top-1 Accuracy66.5
405
Image Super-resolutionUrban100
PSNR26.34
221
Image ClassificationImageNet-1k (val)
Top-1 Acc58.1
188
Image ClassificationImageNet (test val)
Accuracy73.3
58
Image ClassificationCIFAR10
Top-1 Acc91.5
55
Showing 10 of 16 rows

Other info

Follow for update