XNOR-Net

2017-10-25  本文已影响33人  信步闲庭v

Approach

We propose two efficient approximations to standard convolutional neural networks: Binary-Weight-Networks and XNOR-Networks. In Binary-Weight-Networks, the filters are approximated with binary values resulting in 32× memory saving. In XNOR-Networks, both the filters and the input to convolutional layers are binary. XNOR-Networks approximate convolutions using primarily binary operations. This results in 58× faster convolutional operations and 32× memory savings.

Experiment

References:
XNOR-Net: ImageNet Classification Using Binary Convolutional Neural Networks, Mohammad Rastegari, 2016, ECCV

上一篇 下一篇

猜你喜欢

热点阅读