期刊文献+
共找到9篇文章
< 1 >
每页显示 20 50 100
基于改进的YOLOv3算法在目标识别与抓取中的应用 被引量:8
1
作者 张浩 朴燕 鲁明阳 《长春理工大学学报(自然科学版)》 2020年第2期81-88,共8页
针对目标识别与抓取领域中CNN、Faster-RCNN等传统神经网络系列算法的识别准确率不高,实时性较差的问题,提出一种基于YOLOv3的改进神经网络算法。改进的YOLOv3算法主要是引用Inception网络思想,通过不同尺度的卷积核对目标进行多尺度特... 针对目标识别与抓取领域中CNN、Faster-RCNN等传统神经网络系列算法的识别准确率不高,实时性较差的问题,提出一种基于YOLOv3的改进神经网络算法。改进的YOLOv3算法主要是引用Inception网络思想,通过不同尺度的卷积核对目标进行多尺度特征提取,在增加网络宽度的同时减少YOLOv3网络的循环次数。同时,YOLOv3算法对于anchor box的选取方式使用Meanshift(均值漂移)聚类算法与K-means聚类算法相结合的方式进行改进,解决了K值需要人为测定的问题。改进的YOLOv3算法在自制数据集进行对比实验,实验结果表明:改进YOLOv3算法的mAP(Mean Average Precision)值要高于YOLOv3算法10%,在识别速度上提高了9%,在充分满足实时识别的同时提高了对中小目标识别的准确率。 展开更多
关键词 识别与抓取 yolov3 INCEPTION V4 均值漂移聚类算法
下载PDF
基于改进YOLOv4的水稻病害快速检测方法
2
作者 严陈慧子 田芳明 +2 位作者 谭峰 王思琪 石景秀 《江苏农业科学》 北大核心 2023年第6期187-194,共8页
针对水稻图像中复杂背景带来的病斑难以识别、检测速度慢等问题,以水稻稻瘟病、白叶枯病和胡麻斑病图像为研究对象,提出一种基于改进YOLOv4的水稻病害检测方法,该方法以YOLOv4模型为主体框架,采用轻量级网络MobileNet V3代替原始主干网... 针对水稻图像中复杂背景带来的病斑难以识别、检测速度慢等问题,以水稻稻瘟病、白叶枯病和胡麻斑病图像为研究对象,提出一种基于改进YOLOv4的水稻病害检测方法,该方法以YOLOv4模型为主体框架,采用轻量级网络MobileNet V3代替原始主干网络CSPDarkNet-53,并通过在颈部网络添加坐标注意力模块(coordinate attention module,CAM)来提高模型的性能。结果表明,改进后的模型对水稻稻瘟病、白叶枯病、胡麻斑病的识别准确率均有所提升,平均精度均值(mean average precision,mAP)为85.34%,与原始YOLOv4模型相比,mAP提高了1.32%,每秒钟检测图像的帧数(frames per second,FPS)为53.43帧/s,检测速度提高了49.62%,说明研究得出的方法具有较高的平均准确率及较快的检测速度,能够用于田间复杂环境下的水稻病害快速识别。 展开更多
关键词 水稻病害 目标检测 YOLOv4 MobileNet v3 坐标注意力
下载PDF
基于改进YOLOv5s的输电线路异物检测
3
作者 许永华 唐鹤卿 肖伸平 《电工技术》 2023年第21期54-57,62,共5页
针对输电线路背景复杂导致异物检测性能不高的问题,提出一种基于改进YOLOv5s的输电线路异物检测方法。该方法引入CBAM注意力机制并构建了基于Transformer架构的C3TR层,增强了模型筛选关键特征的能力;然后使用动态的WIoU v3函数作为改进... 针对输电线路背景复杂导致异物检测性能不高的问题,提出一种基于改进YOLOv5s的输电线路异物检测方法。该方法引入CBAM注意力机制并构建了基于Transformer架构的C3TR层,增强了模型筛选关键特征的能力;然后使用动态的WIoU v3函数作为改进方法的损失函数,解决模型检测精度下降的问题。利用输电线路异物数据集进行训练和测试,结果表明改进后的模型在各项检测性能均有提升,具有较好的检测精度和泛化能力,能满足输电线路异物检测的应用要求。 展开更多
关键词 输电线路 YOLOv5s C3TR层 WIoU v3函数 异物检测
下载PDF
基于改进YOLOv3的电容器外观缺陷检测 被引量:5
4
作者 魏相站 赵麒 周骅 《光电子.激光》 CAS CSCD 北大核心 2021年第12期1278-1284,共7页
针对部署于有限算力平台的YOLOv3(you only look once v3)算法对电容器外观缺陷存在检测速度较慢的问题,提出了基于YOLOv3算法改进的轻量化算法MQYOLOv3。首先采用轻量化网络MobileNet v2作为特征提取模块,通过利用深度可分离式卷积替... 针对部署于有限算力平台的YOLOv3(you only look once v3)算法对电容器外观缺陷存在检测速度较慢的问题,提出了基于YOLOv3算法改进的轻量化算法MQYOLOv3。首先采用轻量化网络MobileNet v2作为特征提取模块,通过利用深度可分离式卷积替换一般卷积操作,使得模型的参数量大幅度降低进而提高模型的检测速度,同时也带来了检测精度的降低;然后在网络结构中嵌入空间金字塔池化结构实现局部特征与全局特征的融合、引入距离交并比(distance intersection over union,DIoU)损失函数优化交并比(intersection over union,IoU)损失函数以及使用Mish激活函数优化Leaky ReLU激活函数来提高模型的检测精度。本文采用自制的电容器外观缺陷数据集进行实验,轻量化MQYOLOv3算法的平均精度均值(mean average precision,mAP)为87.96%,较优化前降低了1.16%,检测速度从1.5 FPS提升到7.7 FPS。实验表明,本文设计的轻量化MQYOLOv3算法在保证检测精度的同时,提高了检测速度。 展开更多
关键词 yolov3(you only look once v3) 空间金字塔池化 Mish激活函数 距离交并比(distance intersection over union DIoU)
原文传递
Fire Detection Method Based on Depthwise Separable Convolution and YOLOv3 被引量:1
5
作者 Yue-Yan Qin Jiang-Tao Cao Xiao-Fei Ji 《International Journal of Automation and computing》 EI CSCD 2021年第2期300-310,共11页
Recently,video-based fire detection technology has become an important research topic in the field of machine vision.This paper proposes a method of combining the classification model and target detection model in dee... Recently,video-based fire detection technology has become an important research topic in the field of machine vision.This paper proposes a method of combining the classification model and target detection model in deep learning for fire detection.Firstly,the depthwise separable convolution is used to classify fire images,which saves a lot of detection time under the premise of ensuring detection accuracy.Secondly,You Only Look Once version 3(YOLOv3)target regression function is used to output the fire position information for the images whose classification result is fire,which avoids the problem that the accuracy of detection cannot be guaranteed by using YOLOv3 for target classification and position regression.At the same time,the detection time of target regression for images without fire is greatly reduced saved.The experiments were tested using a network public database.The detection accuracy reached 98%and the detection rate reached 38fps.This method not only saves the workload of manually extracting flame characteristics,reduces the calculation cost,and reduces the amount of parameters,but also improves the detection accuracy and detection rate. 展开更多
关键词 Fire detection depthwise separable convolution fire classification you only look once version 3(yolov3) target regression
原文传递
图像识别技术在矿用钢丝绳检测中的应用 被引量:4
6
作者 李金华 夏黎明 《山西焦煤科技》 CAS 2022年第4期16-18,21,共4页
为了解决架空乘人装置钢丝绳在长期使用中经常出现断丝、锈蚀、翘起等问题,根据图像识别技术,提出基于YOLO v3算法的智能钢丝绳检测方法,设计了一种探伤系统,能够实时探测钢丝绳损伤状况,并实现准确定位。YOLO v3利用Darknet-53作为特... 为了解决架空乘人装置钢丝绳在长期使用中经常出现断丝、锈蚀、翘起等问题,根据图像识别技术,提出基于YOLO v3算法的智能钢丝绳检测方法,设计了一种探伤系统,能够实时探测钢丝绳损伤状况,并实现准确定位。YOLO v3利用Darknet-53作为特征提取网络,并引入了残差块,解决了因网络深度增加而引起的梯度消失问题。对比其它无损检测方法,该系统检测速度更快,达到66.8FPS,AP值达到91.03%,且大幅度提高了抗干扰能力,能够满足诸多环境下的生产要求。 展开更多
关键词 矿用钢丝绳无损检测 YOLO(you only look once)v3算法 图像识别 监测
下载PDF
基于改进轻量级SE-Yolov4的热轧钢表面缺陷检测方法
7
作者 黄晓红 李静 +1 位作者 董诗琪 王云阁 《湖南科技大学学报(自然科学版)》 CAS 北大核心 2024年第1期80-86,共7页
针对传统热轧钢表面缺陷检测存在的检测精度较低、检测速度较慢,传统机器学习检测存在检测速度慢、鲁棒性差等问题,提出一种基于改进轻量级SE-Yolov4热轧钢表面缺陷检测方法.Yolov4主干特征提取网络CSPDarknet53的每一层残差网络中嵌入S... 针对传统热轧钢表面缺陷检测存在的检测精度较低、检测速度较慢,传统机器学习检测存在检测速度慢、鲁棒性差等问题,提出一种基于改进轻量级SE-Yolov4热轧钢表面缺陷检测方法.Yolov4主干特征提取网络CSPDarknet53的每一层残差网络中嵌入SENet结构,构成SE-Yolov4网络,有选择地聚集有效信息;同时在主干特征网络输出不同特征信息后和空间池化金字塔前后增加卷积层数,网络结构复杂化;SE-Yolov4算法中嵌入轻量化MobileNet v3结构,减少模型参数量,提高检测速度.实验结果表明:该改进算法在测试集中的mAP值达到93.02%,较Yolov4算法检测精度提升7.2%,检测速度提升近3倍. 展开更多
关键词 热轧钢 Yolov4 SENet 表面缺陷检测 卷积神经网络 MobileNet v3
原文传递
基于改进YOLOv7的输电铁塔塔基检测算法
8
作者 雷磊 魏小龙 +2 位作者 梁俊 董倩 肖樟树 《陕西师范大学学报(自然科学版)》 CAS 2024年第3期85-95,共11页
输电塔作为整个电力传输系统最重要的组成部分之一,需要及时对输电塔进行检测保证塔基的稳固以保障后期的使用。针对无人机采集到的输电塔图像存在背景复杂、背景与目标塔基对比度低、小目标及塔基不完整等问题,提出了基于改进YOLOv7的... 输电塔作为整个电力传输系统最重要的组成部分之一,需要及时对输电塔进行检测保证塔基的稳固以保障后期的使用。针对无人机采集到的输电塔图像存在背景复杂、背景与目标塔基对比度低、小目标及塔基不完整等问题,提出了基于改进YOLOv7的输电塔塔基检测算法。首先,通过无人机采集不同地形地貌的输电塔图像,构建高质量数据集。然后,在原始YOLOv7的Backbone层中加入卷积注意力模块CBAM注意力机制,以提高输电塔塔基特征的提取能力。最后,引入WIoU v3代替原坐标损失函数CIoU,以提高目标检测任务的准确性和稳定性。在该数据集上,使用改进后的YOLOv7算法与目前主流的目标检测算法进行对比实验,实验结果中所提算法的mAP值高达99.93%,比原始YOLOv7提高2.19%,FPS值为37.125,满足实时检测需求,算法的整体性能较好。实验验证了所提算法在塔基检测上的可行性和有效性,为后续塔基区周围水土情况的研究奠定了基础。 展开更多
关键词 输电塔塔基 YOLOv7 目标检测 卷积块注意力模块 WIoU v3
下载PDF
Non-destructive thermal imaging for object detection via advanced deep learning for robotic inspection and harvesting of chili peppers 被引量:1
9
作者 Steven C.Hespeler Hamidreza Nemati Ehsan Dehghan-Niri 《Artificial Intelligence in Agriculture》 2021年第1期102-117,共16页
Deep Learning has been utilized in computer vision for object detection for almost a decade.Real-time object detection for robotic inspection and harvesting has gained interest during this time as a possible technique... Deep Learning has been utilized in computer vision for object detection for almost a decade.Real-time object detection for robotic inspection and harvesting has gained interest during this time as a possible technique for highqualitymachine assistance during agriculture applications.We utilize RGB and thermal images of chili peppers in an environment of various amounts of debris,pepper overlapping,and ambient lighting,train this dataset,and compare object detection methods.Results are presented from the real-time and less than real-time object detection models.Two advanced deep learning algorithms,Mask-Regional Convolutional Neural Networks(Mask-RCNN)and You Only Look Once version 3(YOLOv3)are compared in terms of object detection accuracy and computational costs.When utilizing the YOLOv3 architecture,an overall training mean average precision(mAP)value of 1.0 is achieved.Most testing images from this model score within a range from 97 to 100%confidence levels in natural environment.It is shown that the YOLOv3 algorithm has superior capabilities to the Mask-RCNNwith over 10 times the computational speed on the chili dataset.However,some of the RGB test images resulted in lowclassification scoreswhen heavy debris is present in the image.A significant improvement in the real-time classification scores was observed when the thermal images were used,especially with heavy debris present.We found and report improved prediction scores with a thermal imagery dataset where YOLOv3 struggled on the RGB images.It was shown that mapping temperature differences between the pepper and plant/debris can provide significant features for object detection in real-time and can help improve accuracy of predictionswith heavy debris,variant ambient lighting,and overlapping of peppers.In addition,successful thermal imaging for real-time robotic harvesting could allow the harvesting period to become more efficient and open up harvesting opportunity in low light situations. 展开更多
关键词 Deep learning you only look once(YOLO)v3 Object detection Chili pepper fruit
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部