Lightweight Coal Flow Foreign Object Detection Algorithm

Ru Nie,Xiaobing Shen,Zhengwei Li,Yanxia Jiang,Hongmei Liao,Zhuhong You
DOI: https://doi.org/10.1007/978-981-97-5588-2_33
2024-01-01
Abstract:In response to the challenges of foreign object detection and high real-time requirements in complex coal mine monitoring scenarios, a lightweight coal flow foreign object detection algorithm, FAI_YOLO, was developed based on YOLOv8s, which incorporates several innovations to address these challenges. Initially, Fastnet is employed as the backbone feature extraction network to minimize redundant computation and memory access, thereby accelerating inference speed. Additionally, AKConv replaces the traditional convolution operation in C2f module, and the loss function ImpIOU is refined to enhance regression performance. Experimental results suggest that this algorithmmarkedly improves the speed of foreign object detection in coal flow compared to the original YOLOv8s model, decreasing frame reasoning time by 33.8%. While the map@0.5 metric experiences a minor decrease of 0.03%, the algorithm continues to provide high detection accuracy and effectivelymanages the demands of real-time and accurate foreign object detection in complex coal mine monitoring scenarios.
What problem does this paper attempt to address?