Research on geometric figure classification algorithm based on Deep Learning

Ruiyang Wang,Haonan Wang,Junfeng Sun,Mingjia Zhao,Meng Liu
2024-04-25
Abstract:In recent years, with the rapid development of computer information technology, the development of artificial intelligence has been accelerating. The traditional geometry recognition technology is relatively backward and the recognition rate is low. In the face of massive information database, the traditional algorithm model inevitably has the problems of low recognition accuracy and poor performance. Deep learning theory has gradually become a very important part of machine learning. The implementation of convolutional neural network (CNN) reduces the difficulty of graphics generation algorithm. In this paper, using the advantages of lenet-5 architecture sharing weights and feature extraction and classification, the proposed geometric pattern recognition algorithm model is faster in the training data set. By constructing the shared feature parameters of the algorithm model, the cross-entropy loss function is used in the recognition process to improve the generalization of the model and improve the average recognition accuracy of the test data set.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
This paper aims to solve the problems existing in traditional geometric figure recognition technologies, such as low recognition rate and poor performance when dealing with large - scale information databases. By using the convolutional neural network (CNN) technology in deep learning, especially taking advantage of the LeNet - 5 architecture, the paper proposes a new geometric figure classification algorithm model. This model can be trained on the training data set more quickly, and by constructing the shared feature parameters of the algorithm model, the cross - entropy loss function is used to improve the generalization ability of the model and the average recognition accuracy of the test data set. Specifically, the paper solves the following problems: 1. **Improve recognition accuracy**: Due to relatively backward technology, traditional geometric figure recognition methods have low recognition accuracy. By introducing deep learning methods, especially CNN, the recognition accuracy of geometric figures is improved. 2. **Enhance model generalization ability**: By using the cross - entropy loss function to optimize the model, the adaptability and prediction ability of the model to unseen data are enhanced. 3. **Reduce manual intervention**: Traditional image recognition methods require a large number of pre - processing steps, including classification based on human experience. Through deep learning methods, features can be automatically extracted, reducing the need for manual intervention. 4. **Handle large - scale data sets**: In view of the inefficiency of traditional algorithms when dealing with large - scale data sets, the model proposed in the paper can handle and classify large - scale geometric figure data more efficiently. In conclusion, through improving and applying deep learning technologies, especially CNN, this paper solves several key problems existing in traditional geometric figure recognition technologies and provides a new solution for the intelligent recognition of geometric figures.