XNOR-Net

作者: 信步闲庭v | 来源:发表于2017-10-25 22:23 被阅读33次

    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

    相关文章

      网友评论

          本文标题:XNOR-Net

          本文链接:https://www.haomeiwen.com/subject/kkicpxtx.html