Gradient Local Binary Pattern Layer to Initialize the Convolutional Neural Networks

Ning Jiang,Jialiang Tang,Wenxin Yu,Jinjia Zhou,Liuwei Mai
DOI: https://doi.org/10.1109/iscas51556.2021.9401382
2021-01-01
Abstract:Deep neural network technology is a milestone achievement in the field of computer vision. It obtained the performance that the shallow network cannot achieve through the multi-layer network structure and the learning method of reverse adjustment parameters. However, the feature extraction algorithm of the shallow network is very effective and also is more beneficial for deep neural networks. In this paper, we combine the shallow network algorithm to proposes the gradient local binary pattern layer(GLBP layer) to replace the first layer of Convolutional Neural Networks(CNNs). The GLBP layer plays a role in initializing the CNNs and can improve network performance without increasing the number and complexity of network layers. In the experiment, using the extracted layer modified by the GLBP feature algorithm to replace other classic deep neural networks, 2.65% and 2.9% performance improvements were obtained in the WideResNet16-2 and ResNet-101 respectively when training on CIFAR-100 dataset.
What problem does this paper attempt to address?