首页|期刊导航|工程科学与技术|基于改进YOLOv8的煤矿皮带异物检测方法

基于改进YOLOv8的煤矿皮带异物检测方法OA

A Foreign Body Detection Method for Coal Mine Belt Based on Improved YOLOv8

中文摘要英文摘要

针对在煤炭输送过程中存在的大尺度煤矸石、小尺度锚杆等造成异物划伤、撕裂皮带和堵塞落煤口等安全隐患,本文提出了一种基于改进YOLOv8的煤矿皮带异物检测方法YOLOv8‒SPCD.首先,根据已有矿井图像制作煤矿皮带异物数据集;接着,利用空间到深度卷积层(SPD‒Conv)代替Backbone中的部分普通卷积层,将输入特征图的空间块重新排列进入通道维度以增加通道数,同时减小空间分辨率,在特征提取阶段保留更丰富的信息;然后,引入部分卷积(Pconv)改进原网络中的C2f模块,通过只在输入通道的一部分上应用卷积,减少关于冗余特征图的计算量,同时保证仍能提取输入图像的空间特征;之后,利用轻量级的跨尺度特征融合模块(CCFM)改进原模型(YOLOv8)的Neck部分,增强模型对于不同尺度对象的检测能力;最后,为了消除原损失函数惩罚项对收敛速度的影响并获得更快、更有效的回归结果,使模型在训练时快速收敛并准确定位皮带异物,引入改进后的Inner‒DIoU函数对网络的边界框回归损失进行优化.通过设计消融实验,分析了本文模型的相关性能:参数量和GFLOPs分别缩小为基线网络的40%和约59%,mAP@0.5提升了4.3个百分点,mAP@0.5:0.95提升了4.1个百分点,且图片检测的每秒帧数(FPS)也有少量提升,说明本文模型和原模型相比在轻量化的同时还提升了精度.与其他主流检测模型相比,本文模型的mAP@0.5最多提升了18.6个百分点,mAP@0.5:0.95最多提升了29.8个百分点,验证了本文模型在煤矿皮带异物检测方面的有效性,为矿井下的边缘端部署提供了先决条件.

Objective On the transport belt used for normal coal flow,large coal gangue,anchor rods,and other foreign objects can be present.When large coal gangue or other foreign objects accumulate at the coal drop port,issues such as coal stacking and coal blockage occur.Anchor rods and other foreign objects can become entangled with transport belt components,causing surface scratches or even severe belt tearing,which seriously af-fects the normal coal flow transport.Deep learning methods previously applied demonstrate inferior baseline network performance compared to the YOLOv8(You Only Look Once)model and fail to incorporate targeted lightweight optimization for edge deployment scenarios.Currently,computer vision-based detection methods do not achieve performance improvements over the YOLOv8 model in coal mine target detection tasks.Therefore,this study proposes a foreign object detection method for coal mine conveyor belts,YOLOv8‒SPCD,which is developed based on an improved YOLOv8 framework. Methods The YOLOv8‒SPCD model introduced several key improvements to enhance the detection performance of the original YOLOv8 model.First,the coal belt foreign body dataset was constructed based on existing mine images.The labelme tool was utilized to annotate the im-age data,and the images were divided into the training set(train),validation set(val),and test set(test)based on a ratio of 8:1:1.Then,SPD‒Conv was utilized to replace the convolutional component in the Backbone,and the spatial blocks of the input feature map were rearranged into the channel dimension to increase the number of channels,reduce the spatial resolution,and retain richer information during the feature extraction stage.Next,partial convolution was introduced to improve the C2f structure in the original network.The computation of redundant feature maps was reduced,while the spatial features of the input images were still effectively extracted by applying convolution only to part of the input chan-nels.Then,a lightweight cross-scale feature fusion module(CCFM),was utilized to improve the Neck component and enhance the detection capa-bility of the model for objects at different scales.Finally,to eliminate the adverse effect of the penalty term in the original loss function on conver-gence speed and to obtain faster and more effective regression results,the improved Inner‒DIoU function was introduced to optimize the bound-ing box regression loss of the network,enabling faster convergence and more accurate localization of belt foreign bodies during training. Results and Discussions Groups 1 to 4 experiments were independent experiments in which the improved modules were modified separately on the baseline network,allowing the impact of each individual module on the baseline network to be clearly observed.In the third group of experi-ments,the CF‒Neck structure was utilized to replace the original Neck component,and the mAP value remained unchanged even though the num-ber of model parameters was reduced by 37%,indicating that CF‒Neck enhanced the detection capability of the model for objects at different scales.In the fourth group of experiments,Inner‒DIoU was utilized to replace the CIoU loss function,and the experimental indicators,such as mAP@0.5 and FPS,were improved,indicating that Inner‒DIoU effectively enhanced the fitting performance of the model.The ninth group of ex-periments corresponded to the YOLOv8‒SPCD model proposed in this study.The model weight was reduced to 43%of the baseline network,GFLOPs was reduced to 59%of the original value,mAP@0.5 was increased by 4.3 percentage points,mAP@0.5:0.95 was increased by 4.1 per-centage points,and FPS was slightly improved.The effectiveness of the proposed method for detecting foreign objects on coal mine belts was thus verified.The training loss curves of the YOLOv8‒SPCD model with Inner‒DIoU and without Inner‒DIoU were compared in this study,and the results showed that the convergence speed of the YOLOv8‒SPCD model with Inner‒DIoU was significantly faster than that of the model with-out Inner‒DIoU.The Box Loss,which measured the discrepancy between the actual boundary box and the predicted boundary box of the target object,and the Classification Loss,which measured the accuracy of the model in predicting each target category,were both significantly reduced.The distribution focal loss(DFL),which was utilized to correct errors in predicting object boundary frames,remained similar to that before modi-fication during training,indicating that the fitting performance of the proposed model on the mine image dataset was superior to that of the origi-nal model.The proposed model was also compared to mainstream target detection models such as YOLOv3-tiny,YOLOv5n,YOLOv6n,SSD,and Faster R‒CNN.The comparison results showed that the proposed model exhibited clear advantages. Conclusions The YOLOv8 model provides a feasible technical solution for detecting the presence of coal gangue,bolts,and other foreign matter during the coal conveying process on conveyor belts.The improved model integrates a series of enhancement strategies,including SPD‒Conv,PConv,the CCFM,and the Inner idea,demonstrating the broad application potential of the YOLOv8 model in coal mine target detection.This work provides a prerequisite for deployment at the mine edge.Then,the research objective is to deploy the improved model on embedded equip-ment at the mine edge end,realize practical algorithm application,and further optimize the model during the deployment process.

赵小虎;张狄;谢礼逊;孙维青;张景怡;尤星懿

中国矿业大学 信息与控制工程学院,江苏 徐州 221008||中国矿业大学 矿山互联网应用技术国家地方联合工程实验室,江苏 徐州 221008中国矿业大学 信息与控制工程学院,江苏 徐州 221008||中国矿业大学 矿山互联网应用技术国家地方联合工程实验室,江苏 徐州 221008中国矿业大学 信息与控制工程学院,江苏 徐州 221008||中国矿业大学 矿山互联网应用技术国家地方联合工程实验室,江苏 徐州 221008中国矿业大学 信息与控制工程学院,江苏 徐州 221008||中国矿业大学 矿山互联网应用技术国家地方联合工程实验室,江苏 徐州 221008中国矿业大学 信息与控制工程学院,江苏 徐州 221008||中国矿业大学 矿山互联网应用技术国家地方联合工程实验室,江苏 徐州 221008中国矿业大学 信息与控制工程学院,江苏 徐州 221008||中国矿业大学 矿山互联网应用技术国家地方联合工程实验室,江苏 徐州 221008

信息技术与安全科学

YOLOv8异物识别SPD‒Conv部分卷积跨尺度特征融合模块

YOLOv8foreign body identificationSPD‒Convpartial convolutioncross-scale feature fusion module

《工程科学与技术》 2026 (2)

23-34,12

10.12454/j.jsuese.202400242

评论