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.
![](https://img.haomeiwen.com/i1770756/d136a139275ee14b.png)
![](https://img.haomeiwen.com/i1770756/61785bf275cecbb0.png)
![](https://img.haomeiwen.com/i1770756/28d6cb4f93f5b061.png)
![](https://img.haomeiwen.com/i1770756/aca1a1e6f85ecfae.png)
![](https://img.haomeiwen.com/i1770756/67f265cf41f74b63.png)
![](https://img.haomeiwen.com/i1770756/786f94d07f7472cc.png)
Experiment
![](https://img.haomeiwen.com/i1770756/26d5a594ce040a52.png)
References:
XNOR-Net: ImageNet Classification Using Binary Convolutional Neural Networks, Mohammad Rastegari, 2016, ECCV