期刊文献+
共找到48篇文章
< 1 2 3 >
每页显示 20 50 100
基于残差网络和迁移学习的野生植物图像识别方法 被引量:16
1
作者 李立鹏 师菲蓬 +1 位作者 田文博 陈雷 《无线电工程》 北大核心 2021年第9期857-863,共7页
针对目前传统野生植物识别算法存在的耗时长、精度低等问题,提出一种基于ResNet101网络和迁移学习的方法。将在ImageNet数据集上训练好的参数应用于数据扩充后的野生植物数据集,同时考虑微调第5组卷积块、添加Dropout正则化和批量正则... 针对目前传统野生植物识别算法存在的耗时长、精度低等问题,提出一种基于ResNet101网络和迁移学习的方法。将在ImageNet数据集上训练好的参数应用于数据扩充后的野生植物数据集,同时考虑微调第5组卷积块、添加Dropout正则化和批量正则化技术、优化网络结构参数的方式对原有网络进行改进。测试结果表明,该方法对野生植物图像的识别准确率达到85.6%,较原ResNet101模型识别准确率增加约7个百分点,在提高模型识别精度方面效果较好,具有一定的指导意义。 展开更多
关键词 迁移学习 植物图像识别 resnet101 卷积神经网络
下载PDF
Faster RCNN模型在坯布疵点检测中的应用 被引量:12
2
作者 晏琳 景军锋 李鹏飞 《棉纺织技术》 CAS 北大核心 2019年第2期24-27,共4页
探讨Faster RCNN模型在坯布疵点检测中的应用效果。在原始Faster RCNN的基础上,采用提取特征效果更好的深度残差网络,先使用残差网络进行坯布图像特征提取,再通过区域生成网络及Fast RCNN检测网络对坯布的疵点目标进行分类与检测。试验... 探讨Faster RCNN模型在坯布疵点检测中的应用效果。在原始Faster RCNN的基础上,采用提取特征效果更好的深度残差网络,先使用残差网络进行坯布图像特征提取,再通过区域生成网络及Fast RCNN检测网络对坯布的疵点目标进行分类与检测。试验对比了Faster RCNN分别与VGG16、ResNet101结合时的检测结果,并讨论了不同参数对结果的影响。试验结果表明:该方法可以有效解决坯布疵点检测问题,检测准确率能够达到99.6%。认为:基于Faster RCNN目标检测与ResNet101卷积神经网络相结合的方法能够满足坯布生产过程中对于表面疵点进行准确检测的需求。 展开更多
关键词 FASTER RCNN resnet101 卷积神经网络 坯布疵点检测 IOU 特征
下载PDF
基于改进Faster RCNN的零件识别方法研究 被引量:11
3
作者 王一 马钲东 董光林 《应用光学》 CAS CSCD 北大核心 2022年第1期67-73,共7页
针对传统机器视觉检测识别方法受到装配零件之间相互遮挡、零件不同位姿、外部光照强度、小目标漏检影响,检测准确率不高的问题,提出了一种改进的Faster RCNN(region-based convolutional neural networks)零件识别方法。首先使用提取... 针对传统机器视觉检测识别方法受到装配零件之间相互遮挡、零件不同位姿、外部光照强度、小目标漏检影响,检测准确率不高的问题,提出了一种改进的Faster RCNN(region-based convolutional neural networks)零件识别方法。首先使用提取特征更好的ResNet101网络代替原始Faster RCNN模型中的VGG16特征提取网络;其次针对原始候选区域网络,增加2个新的锚点并重新设置候选框的纵横比,以得到15种尺寸不同的锚点;然后针对传统非极大值抑制(non-maximum suppression,NMS)方法因删除交并比大于阈值的候选框而出现漏检问题,使用Soft-NMS方法替换传统的NMS方法,从而减少密集区域漏检的情况;最后在训练模型阶段采用多尺度训练策略,降低漏检率,提高模型准确率。对零件的识别实验结果表明:改进后的Faster RCNN模型能够达到96.1%的精度,较原始模型提升了4.6%,可以满足光照较强、存在水渍干扰等较为复杂环境中零件的识别检测。 展开更多
关键词 零件识别 Faster RCNN resnet101 候选区域
下载PDF
基于DeepLab v3+的葡萄叶片分割算法 被引量:10
4
作者 李余康 翟长远 +3 位作者 王秀 袁洪波 张玮 赵春江 《农机化研究》 北大核心 2022年第2期149-155,共7页
为解决自然光照环境下复杂背景葡萄叶片图像的自动分割问题,使用一种DeepLab v3+语义分割算法,完成对葡萄叶片分割。该算法采用ResNet 101作为主干网络进行特征抽取;采用空洞卷积和编码模块进行多尺度特征融合,将ResNet的中间信息和编... 为解决自然光照环境下复杂背景葡萄叶片图像的自动分割问题,使用一种DeepLab v3+语义分割算法,完成对葡萄叶片分割。该算法采用ResNet 101作为主干网络进行特征抽取;采用空洞卷积和编码模块进行多尺度特征融合,将ResNet的中间信息和编码模块的特征组合作为解码输入;采用上采样的方式进行尺度还原,得到语义分割结果。采用Cityscapes的预训练模型,将300张不同环境下、不同类型的葡萄叶片照片作为训练集,以数据增强的方式进行数据扩容,提高模型的鲁棒性和泛化能力。试验结果证明:本方法有较好的分割效果,在数据增强的方式下精确度(ACC)平均值为98.6%,较全卷积神经网络提高7.3%。对不同类型葡萄叶片分割精确度(ACC)值均高于97%,最高可达98.8%,平均交并比(mIOU)值均高于94%,最高可达97.1%。本算法能够较精准地分割自然光照条件下的葡萄叶片图像,可为后续的病害检测和病斑提取提供参考。 展开更多
关键词 葡萄叶片 卷积神经网络 DeepLab v3+ 空洞卷积 resnet 101 自动分割
下载PDF
基于深度卷积网络的葡萄簇检测与分割 被引量:7
5
作者 娄甜田 杨华 胡志伟 《山西农业大学学报(自然科学版)》 CAS 北大核心 2020年第5期109-119,共11页
[目的]在果园场景下,簇粘连、杂物遮挡给高精度葡萄簇检测与分割造成很大难题。[方法]该文以真实种植场景下的葡萄簇为研究对象,以相机拍摄图像为数据源,提出基于2大骨干网络R50、R101与2种任务网络Mask RCNN、Cascade Mask R-CNN交叉... [目的]在果园场景下,簇粘连、杂物遮挡给高精度葡萄簇检测与分割造成很大难题。[方法]该文以真实种植场景下的葡萄簇为研究对象,以相机拍摄图像为数据源,提出基于2大骨干网络R50、R101与2种任务网络Mask RCNN、Cascade Mask R-CNN交叉结合的多种葡萄簇检测与分割并行化模型。对5个品种137张共2020个实例标注葡萄簇个体进行研究,为丰富数据集、提升模型泛化能力,对原始数据集随机进行改变亮度、加入高斯噪声及翻转180°操作,共获得标注图片685张。为探究不同骨干网络对模型检测与分割的影响状况,选取R50与R101对输入图像分别进行特征提取,并在Mask R-CNN和Cascade Mask R-CNN两大任务网络上进行试验。[结果]对于检测任务,Mask R-CNN-R50在AP0.75指标上比Mask R-CNN-R101提升22.3%;对于分割任务,Cascade Mask R-CNNR50在各AP指标上比Cascade Mask R-CNN-R101提升2%~13.5%。为验证学习率超参数对预测结果影响,选用6个不同学习率在Mask R-CNN-R50与Cascade Mask R-CNN-R50模型上进行试验,结果表明,随着学习率的增加,检测与分割各AP指标均先增加后减小;为探究模型的鲁棒性,将测试集图片分为深度分离、浆果粘连、杂物遮挡3大类并进行可视化分析,结果表明,Cascade Mask R-CNN-R50模型在3种场景下分割与检测效果最佳,Mask RCNN-R101效果最差。[结论]综合分析,本文Cascade Mask R-CNN-R50模型可更为精确、有效地对不同种植场景葡萄簇进行分割与检测,其可为后续葡萄自动化采摘提供模型支撑。 展开更多
关键词 目标检测 实例分割 Mask R-CNN Cascade Mask R-CNN resnet50 resnet101
下载PDF
基于卷积神经网络的PCB缺陷图像识别 被引量:6
6
作者 瞿栋 汪鹏宇 +2 位作者 黄允 徐海达 张健滔 《计量与测试技术》 2021年第8期21-23,共3页
PCB缺陷图像检测是确保PCB生产质量的重要环节,但传统的人工PCB缺陷检测具有劳动强度大、工作效率低等不足。为此,本文研究了一种基于卷积神经网络的PCB缺陷图像识别方法,建立了包括三种PCB缺陷和无缺陷图像的数据集,基于ResNet101网络... PCB缺陷图像检测是确保PCB生产质量的重要环节,但传统的人工PCB缺陷检测具有劳动强度大、工作效率低等不足。为此,本文研究了一种基于卷积神经网络的PCB缺陷图像识别方法,建立了包括三种PCB缺陷和无缺陷图像的数据集,基于ResNet101网络模型搭建了PCB缺陷图像识别分类模型。引入迁移学习的方法,基于在大数据集上充分训练好的模型结合PCB图像数据集,并训练该PCB缺陷图像识别模型。实验结果表明,ResNet101模型对无缺陷PCB图像和三类常见PCB缺陷图像的平均识别准确率达到91.98%,验证了该模型对PCB图像识别分类的有效性。 展开更多
关键词 PCB缺陷识别 迁移学习 resnet101 卷积神经网络
下载PDF
基于无人机图像以及不同机器学习和深度学习模型的小麦倒伏率检测 被引量:5
7
作者 Paulo FLORES 张昭 《智慧农业(中英文)》 2021年第2期23-34,共12页
小麦在生长过程中发生倒伏会严重影响其产量,因此实时且准确地对小麦倒伏状况监测有很重要的意义。传统的方法采用手工方式生成数据集,不仅效率低、易出错,而且生成的数据集不准确。针对这一问题,本研究提出了一种基于图像处理的自动数... 小麦在生长过程中发生倒伏会严重影响其产量,因此实时且准确地对小麦倒伏状况监测有很重要的意义。传统的方法采用手工方式生成数据集,不仅效率低、易出错,而且生成的数据集不准确。针对这一问题,本研究提出了一种基于图像处理的自动数据集生成方法。首先利用无人机在15、46和91 m三个高度采集图像数据;采集完数据后,根据无倒伏、倒伏面积<50%和倒伏面积>50%的标准对每一块地的小麦倒伏情况进行人工评估;采用三种机器学习(支持向量机、随机森林、K近邻)和三种深度学习(ResNet101、GoogLeNet、VGG16)算法对小麦倒伏检测情况进行分类。结果显示,ResNet101的分类结果优于随机森林,并且在91 m高度采集的数据分类精度并不低于在15 m高度采集的数据。本研究证明了针对在91 m高度采集的无人机图像,采用ResNet101对小麦倒伏率检测是一种有效的替代人工检测的方法,其检测精度达到了75%。 展开更多
关键词 小麦倒伏率 机器学习 深度学习 数据采集高度 无人机 resnet101
下载PDF
Small objects detection in UAV aerial images based on improved Faster R-CNN 被引量:5
8
作者 WANG Ji-wu LUO Hai-bao +1 位作者 YU Peng-fei LI Chen-yang 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2020年第1期11-16,共6页
In order to solve the problem of small objects detection in unmanned aerial vehicle(UAV)aerial images with complex background,a general detection method for multi-scale small objects based on Faster region-based convo... In order to solve the problem of small objects detection in unmanned aerial vehicle(UAV)aerial images with complex background,a general detection method for multi-scale small objects based on Faster region-based convolutional neural network(Faster R-CNN)is proposed.The bird’s nest on the high-voltage tower is taken as the research object.Firstly,we use the improved convolutional neural network ResNet101 to extract object features,and then use multi-scale sliding windows to obtain the object region proposals on the convolution feature maps with different resolutions.Finally,a deconvolution operation is added to further enhance the selected feature map with higher resolution,and then it taken as a feature mapping layer of the region proposals passing to the object detection sub-network.The detection results of the bird’s nest in UAV aerial images show that the proposed method can precisely detect small objects in aerial images. 展开更多
关键词 Faster region-based convolutional neural network(Faster R-CNN) resnet101 unmanned aerial vehicle(UAV) small objects detection bird’s nest
下载PDF
A Swin Transformer and Residualnetwork Combined Model for Breast Cancer Disease Multi-Classification Using Histopathological Images
9
作者 Jianjun Zhuang Xiaohui Wu +1 位作者 Dongdong Meng Shenghua Jing 《Instrumentation》 2024年第1期112-120,共9页
Breast cancer has become a killer of women's health nowadays.In order to exploit the potential representational capabilities of the models more comprehensively,we propose a multi-model fusion strategy.Specifically... Breast cancer has become a killer of women's health nowadays.In order to exploit the potential representational capabilities of the models more comprehensively,we propose a multi-model fusion strategy.Specifically,we combine two differently structured deep learning models,ResNet101 and Swin Transformer(SwinT),with the addition of the Convolutional Block Attention Module(CBAM)attention mechanism,which makes full use of SwinT's global context information modeling ability and ResNet101's local feature extraction ability,and additionally the cross entropy loss function is replaced by the focus loss function to solve the problem of unbalanced allocation of breast cancer data sets.The multi-classification recognition accuracies of the proposed fusion model under 40X,100X,200X and 400X BreakHis datasets are 97.50%,96.60%,96.30 and 96.10%,respectively.Compared with a single SwinT model and ResNet 101 model,the fusion model has higher accuracy and better generalization ability,which provides a more effective method for screening,diagnosis and pathological classification of female breast cancer. 展开更多
关键词 breast cancer pathological image swin transformer resnet101 focal loss
下载PDF
基于改进MaskR-CNN模型的秀珍菇表型参数自动测量方法
10
作者 周华茂 王婧 +1 位作者 殷华 陈琦 《智慧农业(中英文)》 CSCD 2023年第4期117-126,共10页
[目的/意义]秀珍菇表型是其品质和栽培环境适应性的反映,但目前人工测量表型参数耗时费力、主观性强,亟需自动化分析手段。[方法]一种基于改进Mask R-CNN的秀珍菇测量模型PG-Mask R-CNN (Pleurotus geesteranus-Mask Region-Based Convo... [目的/意义]秀珍菇表型是其品质和栽培环境适应性的反映,但目前人工测量表型参数耗时费力、主观性强,亟需自动化分析手段。[方法]一种基于改进Mask R-CNN的秀珍菇测量模型PG-Mask R-CNN (Pleurotus geesteranus-Mask Region-Based Convolutional Neural Network),提出以损伤率为指标的裂纹评价方法,并对其进行量化评价。PG-Mask R-CNN模型以Mask R-CNN为主体,通过向特征提取网络Resnet101中添加Sim AM注意力机制,在不增加原始网络参数的情况下提高网络性能;采用改进的特征金字塔进行多尺度融合,融合多层级的信息进行预测;将GIo U (Generalized Intersection over Union)边界框回归损失函数替代原有的Io U (Intersection over Union)损失函数,完善图像重叠度的计算,进一步提高模型性能。[结果和讨论] PG-Mask R-CNN模型目标检测的m AP和m AR分别为84.8%和87.7%,均高于目前主流的YOLACT (You Only Look At Coefficien Ts)、Insta Boost、Query Inst和Mask R-CNN模型;实例分割结果的MRE (Mean Relative Error)为0.90%,均低于其他实例分割模型;PG-Mask R-CNN模型的参数量为51.75 M,略大于原始的Mask R-CNN,均小于其他实例分割模型。对分割后的菌盖和裂纹进行测量,所得结果的MRE分别为1.30%和7.54%,损伤率的MAE (Mean Absolute Error)为0.14%。[结论]本研究提出的PG-Mask R-CNN模型对秀珍菇的菌柄、菌盖及裂纹识别与分割具有较高的准确率,在此基础上能够实现对秀珍菇表型参数的自动化测量,这为后续秀珍菇智慧化育种、智能栽培与分级奠定了技术基础。 展开更多
关键词 秀珍菇 Mask R-CNN SimAM模块 resnet101 表型分析 改进的特征金字塔
下载PDF
基于改进残差网络的异常网络流量检测
11
作者 李岚俊 王英明 +1 位作者 胡昊 李洁 《长春工业大学学报》 2023年第5期468-473,共6页
提出一种改进ResNet101的异常流量数据检测和识别方法,在残差模块中改变卷积层,同时引入高效信道注意力(ECA)机制,使用一维卷积在高度注意力信道中融合特征流,增加对异常流量的识别能力。实验结果表明,基于残差网络改进模型在识别极低... 提出一种改进ResNet101的异常流量数据检测和识别方法,在残差模块中改变卷积层,同时引入高效信道注意力(ECA)机制,使用一维卷积在高度注意力信道中融合特征流,增加对异常流量的识别能力。实验结果表明,基于残差网络改进模型在识别极低样本数量时相比原有模型能够有更高的精确率、召回率和F 1值。 展开更多
关键词 流量数据检测 resnet101 ECA 不平衡
下载PDF
基于改进的Faster R⁃CNN的肺结节检测方法研究
12
作者 王宁 唐思源 白金牛 《内蒙古科技大学学报》 CAS 2023年第3期283-287,共5页
研究使用相同的CT图像数据集,对几种常见的肺结节检测方法进行对比试验,最终选取了检测精度高的Faster R⁃CNN进行了实验.然而,即使是本领域内检测精度最高的Faster R⁃CNN方法在肺结节检测领域的效果也难以令人满意.原始的Faster R⁃CNN... 研究使用相同的CT图像数据集,对几种常见的肺结节检测方法进行对比试验,最终选取了检测精度高的Faster R⁃CNN进行了实验.然而,即使是本领域内检测精度最高的Faster R⁃CNN方法在肺结节检测领域的效果也难以令人满意.原始的Faster R⁃CNN中的锚框尺寸大,在肺结节检测领域无法达到好的应用效果,为了提高结节检测的精度,在Faster R⁃CNN的基础上进行了改进,改进的内容主要包括:(1)更多层的特征提取使得检测精度提高,因此,在网络特征提取时采用ResNet替换掉原始网络中的VGG16网络,采用ResNet⁃101进行后续实验的改进.(2)引入了一种K⁃Means聚类算法分析anchor的尺寸,选择合适的k值后,重新设置锚框的大小.通过对锚框的尺寸的改进,数据与锚框大小的匹配度提高了,模型的整体性能有了提升.实验证明:所提出的方法具有较高的精度和效率. 展开更多
关键词 Faster R⁃CNN K⁃Means聚类算法 肺结节 resnet101
下载PDF
Vehicle Target Detection Method Based on Improved SSD Model 被引量:5
13
作者 Guanghui Yu Honghui Fan +2 位作者 Hongyan Zhou Tao Wu Hongjin Zhu 《Journal on Artificial Intelligence》 2020年第3期125-135,共11页
When we use traditional computer vision Inspection technology to locate the vehicles,we find that the results were unsatisfactory,because of the existence of diversified scenes and uncertainty.So,we present a new meth... When we use traditional computer vision Inspection technology to locate the vehicles,we find that the results were unsatisfactory,because of the existence of diversified scenes and uncertainty.So,we present a new method based on improved SSD model.We adopt ResNet101 to enhance the feature extraction ability of algorithm model instead of the VGG16 used by the classic model.Meanwhile,the new method optimizes the loss function,such as the loss function of predicted offset,and makes the loss function drop more smoothly near zero points.In addition,the new method improves cross entropy loss function of category prediction,decreases the loss when the probability of positive prediction is high effectively,and increases the speed of training.In this paper,VOC2012 data set is used for experiment.The results show that this method improves average accuracy of detection and reduces the training time of the model. 展开更多
关键词 Improved SSD object detection VEHICLES resnet101
下载PDF
Multi-Modality Video Representation for Action Recognition 被引量:4
14
作者 Chao Zhu Yike Wang +3 位作者 Dongbing Pu Miao Qi Hui Sun Lei Tan 《Journal on Big Data》 2020年第3期95-104,共10页
Nowadays,action recognition is widely applied in many fields.However,action is hard to define by single modality information.The difference between image recognition and action recognition is that action recognition n... Nowadays,action recognition is widely applied in many fields.However,action is hard to define by single modality information.The difference between image recognition and action recognition is that action recognition needs more modality information to depict one action,such as the appearance,the motion and the dynamic information.Due to the state of action evolves with the change of time,motion information must be considered when representing an action.Most of current methods define an action by spatial information and motion information.There are two key elements of current action recognition methods:spatial information achieved by sampling sparsely on video frames’sequence and the motion content mostly represented by the optical flow which is calculated on consecutive video frames.However,the relevance between them in current methods is weak.Therefore,to strengthen the associativity,this paper presents a new architecture consisted of three streams to obtain multi-modality information.The advantages of our network are:(a)We propose a new sampling approach to sample evenly on the video sequence for acquiring the appearance information;(b)We utilize ResNet101 for gaining high-level and distinguished features;(c)We advance a three-stream architecture to capture temporal,spatial and dynamic information.Experimental results on UCF101 dataset illustrate that our method outperforms other previous methods. 展开更多
关键词 Action recognition dynamic APPEARANCE SPATIAL MOTION resnet101 UCF101
下载PDF
Liver Tumor Decision Support System on Human Magnetic Resonance Images:A Comparative Study
15
作者 Hiam Alquran Yazan Al-Issa +4 位作者 Mohammed Alslatie Isam Abu-Qasmieh Amin Alqudah Wan Azani Mustafa Yasmin Mohd Yacob 《Computer Systems Science & Engineering》 SCIE EI 2023年第8期1653-1671,共19页
Liver cancer is the second leading cause of cancer death worldwide.Early tumor detection may help identify suitable treatment and increase the survival rate.Medical imaging is a non-invasive tool that can help uncover... Liver cancer is the second leading cause of cancer death worldwide.Early tumor detection may help identify suitable treatment and increase the survival rate.Medical imaging is a non-invasive tool that can help uncover abnormalities in human organs.Magnetic Resonance Imaging(MRI),in particular,uses magnetic fields and radio waves to differentiate internal human organs tissue.However,the interpretation of medical images requires the subjective expertise of a radiologist and oncologist.Thus,building an automated diagnosis computer-based system can help specialists reduce incorrect diagnoses.This paper proposes a hybrid automated system to compare the performance of 3D features and 2D features in classifying magnetic resonance liver tumor images.This paper proposed two models;the first one employed the 3D features while the second exploited the 2D features.The first system uses 3D texture attributes,3D shape features,and 3D graphical deep descriptors beside an ensemble classifier to differentiate between four 3D tumor categories.On top of that,the proposed method is applied to 2D slices for comparison purposes.The proposed approach attained 100%accuracy in discriminating between all types of tumors,100%Area Under the Curve(AUC),100%sensitivity,and 100%specificity and precision as well in 3D liver tumors.On the other hand,the performance is lower in 2D classification.The maximum accuracy reached 96.4%for two classes and 92.1%for four classes.The top-class performance of the proposed system can be attributed to the exploitation of various types of feature selection methods besides utilizing the ReliefF features selection technique to choose the most relevant features associated with different classes.The novelty of this work appeared in building a highly accurate system under specific circumstances without any processing for the images and human input,besides comparing the performance between 2D and 3D classification.In the future,the presented work can be extended to be used in the huge dataset.Then,it can be a reliab 展开更多
关键词 Liver tumors ensemble classifier 3D shape features 3D cooccurrence matrix resnet101
下载PDF
A Study on Small Pest Detection Based on a CascadeR-CNN-Swin Model 被引量:1
16
作者 Man-Ting Li Sang-Hyun Lee 《Computers, Materials & Continua》 SCIE EI 2022年第9期6155-6165,共11页
This study aims to detect and prevent greening disease in citrus trees using a deep neural network.The process of collecting data on citrus greening disease is very difficult because the vector pests are too small.In ... This study aims to detect and prevent greening disease in citrus trees using a deep neural network.The process of collecting data on citrus greening disease is very difficult because the vector pests are too small.In this paper,since the amount of data collected for deep learning is insufficient,we intend to use the efficient feature extraction function of the neural network based on the Transformer algorithm.We want to use the Cascade Region-based Convolutional Neural Networks(Cascade R-CNN)Swin model,which is a mixture of the transformer model and Cascade R-CNN model to detect greening disease occurring in citrus.In this paper,we try to improve model safety by establishing a linear relationship between samples using Mixup and Cutmix algorithms,which are image processing-based data augmentation techniques.In addition,by using the ImageNet dataset,transfer learning,and stochastic weight averaging(SWA)methods,more accuracy can be obtained.This study compared the Faster Region-based Convolutional Neural Networks Residual Network101(Faster R-CNN ResNet101)model,Cascade Regionbased Convolutional Neural Networks Residual Network101(Cascade RCNN-ResNet101)model,and Cascade R-CNN Swin Model.As a result,the Faster R-CNN ResNet101 model came out as Average Precision(AP)(Intersection over Union(IoU)=0.5):88.2%,AP(IoU=0.75):62.8%,Recall:68.2%,and the Cascade R-CNN ResNet101 model was AP(IoU=0.5):91.5%,AP(IoU=0.75):67.2%,Recall:73.1%.Alternatively,the Cascade R-CNN Swin Model showed AP(IoU=0.5):94.9%,AP(IoU=0.75):79.8%and Recall:76.5%.Thus,the Cascade R-CNN Swin Model showed the best results for detecting citrus greening disease. 展开更多
关键词 Cascade R-CNN swin model cascade R-CNN resnet101 model faster R-CNN resnet101 model mixup cutmix
下载PDF
基于卷积神经网络的天麻表面破损检测研究 被引量:2
17
作者 夏敏 孙鹏 +2 位作者 费琦琪 赵旭东 杨琳琳 《云南农业大学学报(自然科学版)》 CAS CSCD 北大核心 2021年第2期371-376,共6页
【目的】为解决传统天麻表面破损主要依靠人工检测的问题,提出将残差神经网络模型(Faster R-CNN ResNet101)检测方法应用到天麻表面破损识别中,以期取得较好的识别效果。【方法】以腐烂、霉变、机械损伤和完好等4类天麻为研究对象,在卷... 【目的】为解决传统天麻表面破损主要依靠人工检测的问题,提出将残差神经网络模型(Faster R-CNN ResNet101)检测方法应用到天麻表面破损识别中,以期取得较好的识别效果。【方法】以腐烂、霉变、机械损伤和完好等4类天麻为研究对象,在卷积神经网络和区域候选网络的基础上构建模型,然后在tensorflow框架上实现模型检测,最后对比分析结果。【结果】天麻表面破损检测模型利用Faster R-CNN ResNet101网络中的输入卷积层以及4个卷积组进行特征提取,区域候选网络生成天麻表面破损的初步位置候选框,实现候选框的分类和定位,其识别率达95.14%,且查准率为0.94,召回率为0.92。与SSD (Single Shot multibox Detector)、Faster_rcnn_inception和Rfcn_resnet101等3种神经网络识别方法对比,识别率分别提高了13.02%、10.69%和12.02%。【结论】该模型具有泛化能力强、准确率较高和鲁棒性较好等特点,为农产品的识别研究提供了参考和借鉴。 展开更多
关键词 天麻 表面破损 resnet101 图像预处理
下载PDF
改进残差网络结合迁移学习的SAR目标识别 被引量:1
18
作者 崔亚楠 吴建平 +1 位作者 朱辰龙 闫相如 《计算机技术与发展》 2022年第5期1-6,共6页
合成孔径雷达(SAR)图像的目标识别对地面和海面目标获取具有重大意义。实现SAR图像目标自动解释,提高图像目标识别的准确率成为SAR图像研究的热点问题。为准确获取SAR图像中的目标信息,解决深度神经网络训练小样本SAR图像过程中细节特... 合成孔径雷达(SAR)图像的目标识别对地面和海面目标获取具有重大意义。实现SAR图像目标自动解释,提高图像目标识别的准确率成为SAR图像研究的热点问题。为准确获取SAR图像中的目标信息,解决深度神经网络训练小样本SAR图像过程中细节特征丢失严重,网络易出现过拟合等问题,该研究提出一种基于RCF(ResNet101-CBAM-FPN)神经网络模型来提取SAR图像特征。将ResNet101作为主干网络模型用于特征提取,在主干网络模型中加入卷积注意力模块引导神经网络有针对性地提取SAR图像关键特征信息。然后结合特征金字塔网络,实现神经网络高层特征与底层特征融合,丰富特征信息。最后融合迁移学习思想,通过数据相对充足的仿真SAR图像对RCF网络模型进行预训练。将预训练获取的模型参数迁移至目标网络,作为目标网络的初始化参数,并使用目标网络对SAR图像进行迭代训练。实验结果表明,该方法能有效提升小样本数据SAR图像的识别精度,在MSTAR数据集上达到99.60%的识别率。 展开更多
关键词 resnet101 迁移学习 合成孔径雷达 卷积注意力模块 特征金字塔网络
下载PDF
基于光流和深度运动图的行为识别算法 被引量:1
19
作者 季雄武 张永辉 张健 《海南大学学报(自然科学版)》 CAS 2020年第2期116-123,共8页
为了融合不易受光照等环境因素影响的深度信息和RGB视频序列中丰富的纹理信息,提出一种基于光流和深度运动图(Depth Motion Map,DMM)的人体行为识别算法.首先从RGB视频序列获取彩色信息(RGB视频帧)和光流信息,并且从同步的深度视频序列... 为了融合不易受光照等环境因素影响的深度信息和RGB视频序列中丰富的纹理信息,提出一种基于光流和深度运动图(Depth Motion Map,DMM)的人体行为识别算法.首先从RGB视频序列获取彩色信息(RGB视频帧)和光流信息,并且从同步的深度视频序列获取深度信息,以增强特征互补性,其次把3种特征信息分别作为基于ResNet101的空间流网络、时间流网络和深度流网络的输入,通过LSTMs进行特征融合,最后将特征送入Softmax层得到每个行为类别的概率值.实验结果表明,在具有挑战性的UTD-MHAD数据集和MSR Daily Activity 3D数据集上的行为识别准确率分别为94.86%和97.69%,在与该领域中的同类算法比较中表现优异. 展开更多
关键词 人体行为识别 光流 RGB 深度运动图像 resnet101 LSTMs
下载PDF
基于改进的Faster-RCNN的中药检测
20
作者 赵留阳 《现代信息科技》 2022年第17期71-74,共4页
针对当前Faster-RCNN对小目标的检测精度较低,检测效果不佳等问题,提出一种改进算法。算法以Faster-RCNN算法为基准算法,使用Resnet101残差网络代替传统VGG16网络,减少卷积操作,保留更多的中药目标有效特征信息,提取更多小目标的特征,... 针对当前Faster-RCNN对小目标的检测精度较低,检测效果不佳等问题,提出一种改进算法。算法以Faster-RCNN算法为基准算法,使用Resnet101残差网络代替传统VGG16网络,减少卷积操作,保留更多的中药目标有效特征信息,提取更多小目标的特征,并在算法中添加CBAM注意力机制处理策略来提高模型对中药检测的准确性,提高模型的检测精度。实验结果显示改进后的算法与传统算法相比在检测精度有1.5%以上的提升,证明了改进算法的鲁棒性。 展开更多
关键词 Faster-RCNN resnet101 CBAM 中药检测
下载PDF
上一页 1 2 3 下一页 到第
使用帮助 返回顶部