| Literature DB >> 35449738 |
Zhizhe Liu1, Luo Sun2, Qian Zhang1.
Abstract
Nowadays, the information processing capabilities and resource storage capabilities of computers have been greatly improved, which also provides support for the neural network technology. Convolutional neural networks have good characterization capabilities in computer vision tasks, such as image recognition technology. Aiming at the problem of high similarity image recognition and classification in a specific field, this paper proposes a high similarity image recognition and classification algorithm fused with convolutional neural networks. First, we extract the image texture features, train different types, and different resolution image sets and determine the optimal texture different parameter values. Second, we decompose the image into subimages according to the texture difference, extract the energy features of each subimage, and perform classification. Then, the input image feature vector is converted into a one-dimensional vector through the alternating 5-layer convolution and 3-layer pooling of convolutional neural networks. On this basis, different sizes of convolution kernels are used to extract different convolutions of the image features, and then use convolution to achieve the feature fusion of different dimensional convolutions. Finally, through the increase in the number of training and the increase in the amount of data, the network parameters are continuously optimized to improve the classification accuracy in the training set and in the test set. The actual accuracy of the weights is verified, and the convolutional neural network model with the highest classification accuracy is obtained. In the experiment, two image data sets of gems and apples are selected as the experimental data to classify and identify gems and determine the origin of apples. The experimental results show that the average identification accuracy of the algorithm is more than 90%.Entities:
Mesh:
Year: 2022 PMID: 35449738 PMCID: PMC9018201 DOI: 10.1155/2022/2836486
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1The diagram of convolution operation.
Figure 2The diagram of max-pooling.
Structure and parameters of CNN layers.
| Convolutional neural network layers | Specific parameters of each layer |
|---|---|
| Cov1 | 96, LRN, pool32, str2 |
| Cov2 | 256∗52, LRN, pool32 |
| Cov3 | 384∗32 |
| Cov4 | 384∗32 |
| Cov5 | 256∗52, pool32, str2 |
| Full6 | 4096 |
| Full7 | 4096 |
| Full8 | 1000 softmax |
Figure 3Predicted value.
Figure 4An example of preliminary classification of gem data set.
Figure 5An example of classification results after CNN model optimization.
Figure 6Evaluated data.
Figure 7Apple data set classification results.
Figure 8Effect of data volume on algorithm accuracy.
Figure 9Effect of training frequency on algorithm accuracy.
Figure 10The prediction.