EAAI Journal 2025 Journal Article
Fast shallow multi-subnet detector for real-time object detection
- Yuan Li
- Mengdie Song
- Ke Hu
- Song Chen
- Yi Kang
Real-time object detection algorithms, underpinned by Deep Neural Networks (DNNs), are extensively applied in fields like autonomous driving and security surveillance. However, current algorithms face issues of low hardware resource utilization and high synchronization delays between network layers when deployed on DNN hardware accelerators, adversely affecting overall performance and efficiency. To address these issues, we have proposed an innovative single-stage object detection framework, the Shallow Multi-Subnet Detector (SMS-Det). SMS-Det adopts a multi-parallel-shallow-subnet architecture, which reduces inter-layer synchronization latency by decreasing network depth. Furthermore, it fully utilizes DNN hardware accelerators by executing convolution operations in parallel, preventing resource underutilization and maximizing throughput. The proposed network is comprised of multiple parallel shallow subnets, each of which processes feature maps of different scales. The Feature Fusion Layer (FFL) ensures seamless information exchange across subnets, significantly improving the detection of small and occluded objects. Finally, we introduce the multi-scale channel attention projections to enhance the feature mapping between the teacher model and the student model in the training process. Experimental results on the Microsoft Common Objects in Context (MS COCO) dataset demonstrate that our model achieves a state-of-the-art mean Average Precision (mAP) of 42. 6%, surpassing You Only Look Once Version 5 Small (YOLOv5-S 37. 4%) with only 19. 4 Giga Floating Point Operations (GFLOPs) and 11. 0 million parameters. Our model obtains 156 Frames Per Second (FPS), achieving a real-time inference acceleration of 51. 4% compared to YOLOv5-S (103 FPS).