面向复杂田间收获作业的轻量化三七目标检测方法

S220.1; 针对目前三七检测算法在复杂田间收获工况下检测精度低、模型复杂度大、移动端部署难等问题,该研究提出一种基于YOLOv5s的轻量化三七目标检测方法.首先,采用GSConv卷积方法替换原始颈部网络的传统卷积,引入Slim-neck轻量级颈部网络,降低了模型复杂度,同时提升了模型精度;其次,使用ShuffleNetv2轻量型特征提取网络对主干网络进行轻量化改进,提升了模型实时检测性能,并采用角度惩罚度量的损失(SIoU)优化边界框损失函数,提升了轻量化后的模型精度和泛化能力.试验结果表明,改进后的PN-YOLOv5s模型参数量、计算量、模型大小分别为原YOLOv5s模型的46.65%、...

Full description

Saved in:
Bibliographic Details
Published in农业工程学报 Vol. 40; no. 8; pp. 133 - 143
Main Authors 王法安, 何忠平, 张兆国, 解开婷, 房汉玉
Format Journal Article
LanguageChinese
Published 昆明理工大学现代农业工程学院,昆明 650500 01.04.2024
昆明理工大学机电工程学院,昆明 650500%黑龙江佳木斯汤原县农业技术推广中心,佳木斯 154000
云南省高校中药材机械化工程研究中心,昆明 650500%云南省高校中药材机械化工程研究中心,昆明 650500
Subjects
Online AccessGet full text
ISSN1002-6819
DOI10.11975/j.issn.1002-6819.202401138

Cover

Loading…
Abstract S220.1; 针对目前三七检测算法在复杂田间收获工况下检测精度低、模型复杂度大、移动端部署难等问题,该研究提出一种基于YOLOv5s的轻量化三七目标检测方法.首先,采用GSConv卷积方法替换原始颈部网络的传统卷积,引入Slim-neck轻量级颈部网络,降低了模型复杂度,同时提升了模型精度;其次,使用ShuffleNetv2轻量型特征提取网络对主干网络进行轻量化改进,提升了模型实时检测性能,并采用角度惩罚度量的损失(SIoU)优化边界框损失函数,提升了轻量化后的模型精度和泛化能力.试验结果表明,改进后的PN-YOLOv5s模型参数量、计算量、模型大小分别为原YOLOv5s模型的46.65%、34.18%和48.75%,检测速度提升了 1.2倍,A值较原始模型提升了 0.22个百分点,平均精度均值达到了 94.20%,较原始模型低 0.6 个百分点,与 SSD、Faster R-CNN、YOLOv4-tiny、YOLOv7-tiny 和 YOLOv8s模型相比能够更好地平衡检测精度与速度,检测效果更好.台架试验测试结果表明,4种输送分离作业工况下三七目标检测的准确率达90%以上,F1值达86%以上,平均精度均值达87%以上,最低检测速度为105帧/s,实际收获工况下模型的检测性能良好,可为后续三七收获作业质量实时监测与精准分级输送提供技术支撑.
AbstractList S220.1; 针对目前三七检测算法在复杂田间收获工况下检测精度低、模型复杂度大、移动端部署难等问题,该研究提出一种基于YOLOv5s的轻量化三七目标检测方法.首先,采用GSConv卷积方法替换原始颈部网络的传统卷积,引入Slim-neck轻量级颈部网络,降低了模型复杂度,同时提升了模型精度;其次,使用ShuffleNetv2轻量型特征提取网络对主干网络进行轻量化改进,提升了模型实时检测性能,并采用角度惩罚度量的损失(SIoU)优化边界框损失函数,提升了轻量化后的模型精度和泛化能力.试验结果表明,改进后的PN-YOLOv5s模型参数量、计算量、模型大小分别为原YOLOv5s模型的46.65%、34.18%和48.75%,检测速度提升了 1.2倍,A值较原始模型提升了 0.22个百分点,平均精度均值达到了 94.20%,较原始模型低 0.6 个百分点,与 SSD、Faster R-CNN、YOLOv4-tiny、YOLOv7-tiny 和 YOLOv8s模型相比能够更好地平衡检测精度与速度,检测效果更好.台架试验测试结果表明,4种输送分离作业工况下三七目标检测的准确率达90%以上,F1值达86%以上,平均精度均值达87%以上,最低检测速度为105帧/s,实际收获工况下模型的检测性能良好,可为后续三七收获作业质量实时监测与精准分级输送提供技术支撑.
Abstract_FL Intelligent harvesting is often required for object detection under complex field conditions,especially in the process of the real-time monitoring of harvesting quality and accurate grading conveyor.Taking Panax Notoginseng as the research plant,this study aims to propose lightweight object detection using YOLOv5s.The complex field conditions included the large variations in the light intensity,the difficulty in separating the roots from the soil,easy entanglement of roots,variable lifting speed,vibration amplitude,and frequency.The optimal model was also obtained with the high accuracy,and low complexity of a large model suitable for the deployment of mobile terminals.Firstly,a sample dataset was collected from the Panax Notoginseng in the complex field.The influence parameters of transportation and separation were also determined for the complex root-soil system;Secondly,real-time detection was realized under complex field conditions.Slim-neck lightweight neck network was introduced into the lightweight convolution of GSConv.The original SPPF feature fusion module was retained,while the ShuffleNetv2 lightweight feature extraction network was used to improve the original backbone network,which greatly reduced the model complexity with the model accuracy;Finally,the loss function with angular penalty metric(SCYLLA-IoU,SIoU)was used to optimize the bounding box loss function,in order to enhance the detection accuracy and generalization performance of the lightweight improved model.Ablation experiments were carried out to verify three improvement strategies,namely the Slim-neck neck feature extraction network,ShuffleNetv2 backbone feature extraction network,and SIoU bounding box loss function.The experimental results showed that the improved lightweight model(PN-YOLOv5s)had 3.27× 106 M parameters,5.4 G computational complexity,6.85 MB weight size,and a detection speed of 108 frames per second.The number of parameters and weight size were approximately half of the original YOLOv5s,while the computational complexity was about one-third of the original model,and the detection speed increased by 1.2 times.Additionally,the precision of the improved model reached 93.15%,which was almost the same as the original model.The recall reached 89.46%with an improvement of 0.48 percent points,compared with the original model.TheF1score reached 91.27%with an improvement of 0.22 percent points.The mean average precision reached 94.20%,only 0.6 percent points lower than the original.Compared with the mainstream SSD,Faster R-CNN,YOLOv4-tiny,YOLOv7-tiny,and YOLOv8s models,the improved lightweight model greatly reduced the complexity of the model,indicating better overall performance,in terms of model accuracy and real-time detection.The best performance was achieved in the actual harvesting,indicating the stronger robustness more suitable for deployment into mobile terminals.The bench tests showed that when the lifting inclination angle and vibration amplitude remained unchanged,the detection performance of the improved model decreased with the increase in lifting speeds and vibration frequencies.On the whole,the target detection of Panax Notoginseng was achieved with a precision of over 90%,an F1 score of over 86%,and a mean average precision of over 87%under four conditions of conveying and separation operating.There was little difference in the detection speed.But the improved model can fully meet the requirements of real-time detection under actual harvesting conditions.The finding can provide technical support to the subsequent monitoring of harvesting quality and adaptive grading conveyor in the Panax Notoginseng combine harvesters.
Author 王法安
张兆国
房汉玉
解开婷
何忠平
AuthorAffiliation 昆明理工大学现代农业工程学院,昆明 650500;云南省高校中药材机械化工程研究中心,昆明 650500%云南省高校中药材机械化工程研究中心,昆明 650500;昆明理工大学机电工程学院,昆明 650500%黑龙江佳木斯汤原县农业技术推广中心,佳木斯 154000
AuthorAffiliation_xml – name: 昆明理工大学现代农业工程学院,昆明 650500;云南省高校中药材机械化工程研究中心,昆明 650500%云南省高校中药材机械化工程研究中心,昆明 650500;昆明理工大学机电工程学院,昆明 650500%黑龙江佳木斯汤原县农业技术推广中心,佳木斯 154000
Author_FL XIE Kaiting
WANG Fa'an
HE Zhongping
ZHANG Zhaoguo
FANG Hanyu
Author_FL_xml – sequence: 1
  fullname: WANG Fa'an
– sequence: 2
  fullname: HE Zhongping
– sequence: 3
  fullname: ZHANG Zhaoguo
– sequence: 4
  fullname: XIE Kaiting
– sequence: 5
  fullname: FANG Hanyu
Author_xml – sequence: 1
  fullname: 王法安
– sequence: 2
  fullname: 何忠平
– sequence: 3
  fullname: 张兆国
– sequence: 4
  fullname: 解开婷
– sequence: 5
  fullname: 房汉玉
BookMark eNo9j8tKw0AYhWdRwVr7FC5cJc4_mVxmqcUbFNzouswkmdIiUzCIuhMVimi9QK1QLYi6FsFbRPo2yaR5C4uKqwNn8Z3vTKGCaqkQoRnAJgBz7bmm2YgiZQLGxHA8YCbBhGIAyyug4n87icpR1BDYBsvFmEIRLeSD-_TiMn3s6MFB1n3Or19193109pEMb5O4n_WPRsOvvH2envaS-DiJD7ObJ33X1g_7-u1E9z71y9U0mpB8MwrLf1lCG0uL65UVo7q2vFqZrxoRjF0MypggtuACgsCh0uNYesz1XQeY7TLgoWM5oeCSgLSpDB3P53YgJfFd4AHhwiqh2V_uDleSq3qt2dreUuPFmtqr-7vi57GHgVrfn_1oVA
ClassificationCodes S220.1
ContentType Journal Article
Copyright Copyright © Wanfang Data Co. Ltd. All Rights Reserved.
Copyright_xml – notice: Copyright © Wanfang Data Co. Ltd. All Rights Reserved.
DBID 2B.
4A8
92I
93N
PSX
TCJ
DOI 10.11975/j.issn.1002-6819.202401138
DatabaseName Wanfang Data Journals - Hong Kong
WANFANG Data Centre
Wanfang Data Journals
万方数据期刊 - 香港版
China Online Journals (COJ)
China Online Journals (COJ)
DatabaseTitleList
DeliveryMethod fulltext_linktorsrc
Discipline Agriculture
DocumentTitle_FL Lightweight object detection method for Panax Notoginseng in complex field harvesting
EndPage 143
ExternalDocumentID nygcxb202408014
GrantInformation_xml – fundername: (国家重点研发计划); (云南省基础研究专项-青年基金项目)
  funderid: (国家重点研发计划); (云南省基础研究专项-青年基金项目)
GroupedDBID -04
2B.
4A8
5XA
5XE
92G
92I
93N
ABDBF
ABJNI
ACGFO
ACGFS
ACUHS
AEGXH
AIAGR
ALMA_UNASSIGNED_HOLDINGS
CCEZO
CHDYS
CW9
EOJEC
FIJ
IPNFZ
OBODZ
PSX
RIG
TCJ
TGD
TUS
U1G
U5N
ID FETCH-LOGICAL-s1024-499b25bab1dd64f8a0f897c76195791ae636ebaf21f54fe68ca5dff2c71ad2ab3
ISSN 1002-6819
IngestDate Thu May 29 04:08:36 EDT 2025
IsPeerReviewed false
IsScholarly true
Issue 8
Keywords 复杂收获作业工况
三七
YOLOv5s
Panax Notoginseng
目标检测
complex harvesting conditions
object detection
神经网络
neural network
轻量化
lightweight
Language Chinese
LinkModel OpenURL
MergedId FETCHMERGED-LOGICAL-s1024-499b25bab1dd64f8a0f897c76195791ae636ebaf21f54fe68ca5dff2c71ad2ab3
PageCount 11
ParticipantIDs wanfang_journals_nygcxb202408014
PublicationCentury 2000
PublicationDate 2024-04-01
PublicationDateYYYYMMDD 2024-04-01
PublicationDate_xml – month: 04
  year: 2024
  text: 2024-04-01
  day: 01
PublicationDecade 2020
PublicationTitle 农业工程学报
PublicationTitle_FL Transactions of the Chinese Society of Agricultural Engineering
PublicationYear 2024
Publisher 昆明理工大学现代农业工程学院,昆明 650500
昆明理工大学机电工程学院,昆明 650500%黑龙江佳木斯汤原县农业技术推广中心,佳木斯 154000
云南省高校中药材机械化工程研究中心,昆明 650500%云南省高校中药材机械化工程研究中心,昆明 650500
Publisher_xml – name: 昆明理工大学现代农业工程学院,昆明 650500
– name: 昆明理工大学机电工程学院,昆明 650500%黑龙江佳木斯汤原县农业技术推广中心,佳木斯 154000
– name: 云南省高校中药材机械化工程研究中心,昆明 650500%云南省高校中药材机械化工程研究中心,昆明 650500
SSID ssib051370041
ssj0041925
ssib001101065
ssib023167668
Score 2.4295712
Snippet S220.1;...
SourceID wanfang
SourceType Aggregation Database
StartPage 133
Title 面向复杂田间收获作业的轻量化三七目标检测方法
URI https://d.wanfangdata.com.cn/periodical/nygcxb202408014
Volume 40
hasFullText 1
inHoldings 1
isFullTextHit
isPrint
link http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwnR3LahRBsMkDRA_iE98EtE-ycWa2u6f72LM7S_DgKYHcwjzjaYU8QHMSFYL4hhghGhD1LIKvlZC_2UySv7Cqp3dnTRSNl6G2q7oeXT1TNbM1NYRckamMGffSmpclcY1FCaspFWNDAM6TyOGJKKt8b4iJKXZ9mk8PDW8MVC0tLsTjydJv3yv5H6_CGPgV35I9gGf7TGEAYPAvHMHDcPwnH9NQUdWk2qMhp8qhykVAQ3rYpKFAlASUTxWjgWOIfRowg4IRQUNJZUgDn4bws0lVwwCSKm1maSoZ0gAqCHC69KlsoQjZoEpYYql6QN3MCqgOUYR2kB6BOpZTABDAxMBIB1iZkTotP37Zy48Nc_GrJhw11ByZa2k4gI1gtUAOUgOqt2uQBAwqhRjehhZGVEVSmmowQQu1REABeUUCAw2LkUYfXN4A5lUkkmofLStppaHVwMUffIziDVbf4MY3xkvDsQRCs2SOlWHtNC4E9pWdxix0IUNPlGIPsEzgeIW7xGvsV-AqJM_ccQaCE0YvIW2IsdGLOQNnqRwIRW7ZYMRmNW7ZDGt_wFQ-NxETJYz3JYzjEsGlv-y8s6cjefvObHI7NhTYe2iYjHpwj-aMkFEdNINWlY27-MChHy48bLogqrtb7tbx2wr9iiysR-CmOMEqcYhc7ql47c8Kmrft2nnUnh1IDCePkaP2jm5Ml6fncTK0dPMEOaJn52xXm-wkCXbX3209f7H14Umxfm975dPuqy_Fyredp9-7m2-6nbXttQc7mxu7y8-2Hq92Ow-7nfvbrz8Wb5eL93eLr4-K1R_F55enyFQrnGxM1OzHS2rzLm4vBpc8j8dR7KapYLmMnFwqP8GnhtxXbpSJusjiKPfcnLM8EzKJeJrnXuK7UepFcf00GWnfamdnyJjn47_dKaSRsYKc04u8XKkoZz4TbpwK5ywZsyswYy9O8zN7fHTu7yTnyeHqvLhARhbmFrOLkHAvxJesY38CEaGglw
linkProvider EBSCOhost
openUrl ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=%E9%9D%A2%E5%90%91%E5%A4%8D%E6%9D%82%E7%94%B0%E9%97%B4%E6%94%B6%E8%8E%B7%E4%BD%9C%E4%B8%9A%E7%9A%84%E8%BD%BB%E9%87%8F%E5%8C%96%E4%B8%89%E4%B8%83%E7%9B%AE%E6%A0%87%E6%A3%80%E6%B5%8B%E6%96%B9%E6%B3%95&rft.jtitle=%E5%86%9C%E4%B8%9A%E5%B7%A5%E7%A8%8B%E5%AD%A6%E6%8A%A5&rft.au=%E7%8E%8B%E6%B3%95%E5%AE%89&rft.au=%E4%BD%95%E5%BF%A0%E5%B9%B3&rft.au=%E5%BC%A0%E5%85%86%E5%9B%BD&rft.au=%E8%A7%A3%E5%BC%80%E5%A9%B7&rft.date=2024-04-01&rft.pub=%E6%98%86%E6%98%8E%E7%90%86%E5%B7%A5%E5%A4%A7%E5%AD%A6%E7%8E%B0%E4%BB%A3%E5%86%9C%E4%B8%9A%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2%2C%E6%98%86%E6%98%8E+650500&rft.issn=1002-6819&rft.volume=40&rft.issue=8&rft.spage=133&rft.epage=143&rft_id=info:doi/10.11975%2Fj.issn.1002-6819.202401138&rft.externalDocID=nygcxb202408014
thumbnail_s http://utb.summon.serialssolutions.com/2.0.0/image/custom?url=http%3A%2F%2Fwww.wanfangdata.com.cn%2Fimages%2FPeriodicalImages%2Fnygcxb%2Fnygcxb.jpg