Binarized Neural Network for Single Image Super Resolution
Abstract
Lighter model and faster inference are the focus of current single image super-resolution (SISR) research. However, existing methods are still hard to be applied in real-world applications due to the requirement of its heavy computation. Model quantization is an effective way to significantly reduce model size and computation time. We propose a simple but effective binary neural networks (BNN) based SISR model with a novel binarization scheme. Specially, we design a bit-accumulation mechanism to approximate the full-precision values, which could realize the approximation to the full precision number by accumulating the multi-layer's one-bit values.The proposed BNN-based SISR method could achieve superior performance with lower computational complexity and less model parameters. Extensive experiments show that the proposed model outperforms the state-of-the-art methods (binarization methods such as BNN, DoReFa-Net and ABC-Net) by large margins on 4 benchmark datasets, specially by average more than 0.8 dB in terms of Peak Signal-to-Noise Ratio (PSNR) on Set5 dataset.
Cite
Text
Xin et al. "Binarized Neural Network for Single Image Super Resolution." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58548-8_6Markdown
[Xin et al. "Binarized Neural Network for Single Image Super Resolution." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/xin2020eccv-binarized/) doi:10.1007/978-3-030-58548-8_6BibTeX
@inproceedings{xin2020eccv-binarized,
title = {{Binarized Neural Network for Single Image Super Resolution}},
author = {Xin, Jingwei and Wang, Nannan and Jiang, Xinrui and Li, Jie and Huang, Heng and Gao, Xinbo},
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
year = {2020},
doi = {10.1007/978-3-030-58548-8_6},
url = {https://mlanthology.org/eccv/2020/xin2020eccv-binarized/}
}