چكيده لاتين
With the rapid advancement of artificial intelligence and deep learning technologies, traffic sign recognition systems have become a key component of intelligent transportation and autonomous driving. However, designing models that can perform robustly under limited data conditions, in out-of-distribution scenarios, and on hardware with constrained computational resources remains a significant challenge. This research addresses these challenges by designing, implementing, and evaluating two novel deep learning models, named SeqNet and DiSeqNet, aimed at improving generalization, increasing accuracy, reducing resource consumption, and facilitating practical deployment.
The SeqNet model is built upon the principles of one-shot learning and transfer learning and leverages sequential structures within the meta-learning framework to extract rich, generalizable features from training data. By effectively transferring knowledge from a rich embedding space to unseen domains, SeqNet achieves highly impressive performance. Experimental results show that SeqNet, with only one or a few training samples per class, achieves an outstanding recognition accuracy of over 93% on traffic sign datasets, while maintaining minimal performance degradation in out-of-distribution conditions. Compared to existing baseline methods, SeqNet demonstrates an average improvement of over 8%, reflecting its superior capability for rapid learning and generalization across diverse scenarios.
To address practical deployment needs on resource-constrained devices, the DiSeqNet model is introduced as a compressed version of SeqNet with fewer than 0.5 million parameters. Through the application of knowledge distillation strategies, multi-stage training, and architectural optimizations, DiSeqNet maintains a high accuracy level (around 85%) while significantly reducing memory and computational requirements. Practical experiments on devices such as the Raspberry Pi confirm that DiSeqNet delivers stable and efficient performance in real-world environments.
Comparative analysis with existing traffic sign recognition methods highlights the clear superiority of the proposed models in terms of accuracy, generalization, learning speed, and computational efficiency. In particular, SeqNet demonstrates stable and precise performance under challenging conditions involving limited data and domain shifts, making it a strong candidate for deployment in smart cities, environmental monitoring systems, and Internet of Things (IoT) platforms.
Overall, this study presents SeqNet and DiSeqNet as an efficient, lightweight, and deployable framework for traffic sign recognition. The proposed models not only significantly enhance accuracy and operational efficiency but also pave the way for future research on developing robust, high-performance intelligent systems designed for real-world constraints.