guanfuchen / cvpr_review

整理cvpr论文,包括摘要,动机,架构,结果,总结
26 stars 4 forks source link

Local Binary Convolutional Neural Networks #3

Open guanfuchen opened 5 years ago

guanfuchen commented 5 years ago
id title author year
3 Local Binary Convolutional Neural Networks Juefei-Xu, Felix and Naresh Boddeti, Vishnu and Savvides, Marios 2017
guanfuchen commented 5 years ago

概述进度

概述人 校对人
@guanfuchen X
guanfuchen commented 5 years ago

related paper

摘要
We propose local binary convolution (LBC), an efficient alternative to convolutional layers in standard convolutional neural networks (CNN). The design principles of LBC are motivated by local binary patterns (LBP). The LBC layer comprises of a set of fixed sparse pre-defined binary convolutional filters that are not updated during the training process, a non-linear activation function and a set of learnable linear weights. The linear weights combine the activated filter responses to approximate the corresponding activated filter responses of a standard convolutional layer. The LBC layer affords significant parameter savings, 9x to 169x in the number of learnable parameters compared to a standard convolutional layer. Furthermore, the sparse and binary nature of the weights also results in up to 9x to 169x savings in model size compared to a standard convolutional layer. We demonstrate both theoretically and experimentally that our local binary convolution layer is a good approximation of a standard convolutional layer. Empirically, CNNs with LBC layers, called local binary convolutional neural networks (LBCNN), achieves performance parity with regular CNNs on a range of visual datasets (MNIST, SVHN, CIFAR-10, and ImageNet) while enjoying significant computational savings.
guanfuchen commented 5 years ago

image

image

image

image

guanfuchen commented 5 years ago

results

image

image

image

image

image

image

image

image

guanfuchen commented 5 years ago

conclusions

image