Rotation Invariant Local Binary Convolution Neural Networks
Abstract
Although Convolution Neural Networks(CNNs) are unprecedentedly powerful to learn effective representations, they are still parameter expensive and limited by the lack of ability to handle with the orientation transformation of the input data. To alleviate this problem, we propose a deep architecture named Rotation Invariant Local Binary Convolution Neural Network(RI-LBCNN). RI-LBCNN is a deep convolution neural network consisting of Local Binary orientation Module(LBoM). A LBoM is composed of two parts, i.e., three layers steerable module (two layers for the first and one for the second part), which is a combination of Local Binary Convolution (LBC)[19] and Active Rotating Filters (ARFs)[38]. Through replacing the basic convolution layer in DCNN with LBoMs, RI-LBCNN can be easily implemented and LBoM can be naturally inserted to other popular models without any extra modification to the optimisation process. Meanwhile, the proposed RI-LBCNN thus can be easily trained end to end. Extensive experiments show that the updating with the proposed LBoMs leads to significant reduction of learnable parameters and the reasonable performance improvement on three benchmarks.
Cite
Text
Zhang et al. "Rotation Invariant Local Binary Convolution Neural Networks." IEEE/CVF International Conference on Computer Vision Workshops, 2017. doi:10.1109/ICCVW.2017.146Markdown
[Zhang et al. "Rotation Invariant Local Binary Convolution Neural Networks." IEEE/CVF International Conference on Computer Vision Workshops, 2017.](https://mlanthology.org/iccvw/2017/zhang2017iccvw-rotation/) doi:10.1109/ICCVW.2017.146BibTeX
@inproceedings{zhang2017iccvw-rotation,
title = {{Rotation Invariant Local Binary Convolution Neural Networks}},
author = {Zhang, Xin and Liu, Li and Xie, Yuxiang and Chen, Jie and Wu, Lingda and Pietikäinen, Matti},
booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
year = {2017},
pages = {1210-1219},
doi = {10.1109/ICCVW.2017.146},
url = {https://mlanthology.org/iccvw/2017/zhang2017iccvw-rotation/}
}