Article(id=1281692360279048849, tenantId=1146029695717560320, journalId=1281212937352253451, issueId=1281692318004646631, articleNumber=null, orderNo=null, doi=10.12133/j.smartag.SA202511008, pmid=null, cstr=null, oa=null, hot=null, price=null, onlineType=0, articleFormat=0, articleType=null, articleTypeStr=research-article, receivedDate=1762617600000, receivedDateStr=2025-11-09, revisedDate=null, revisedDateStr=null, acceptedDate=null, acceptedDateStr=null, onlineDate=1783508871382, onlineDateStr=2026-07-08, pubDate=1774800000000, pubDateStr=2026-03-30, doiRegisterDate=null, doiRegisterDateStr=null, onlineIssueDate=1783508871382, onlineIssueDateStr=2026-07-08, onlineJustAcceptDate=null, onlineJustAcceptDateStr=null, onlineFirstDate=null, onlineFirstDateStr=null, sourceXml=null, magXml=null, createTime=1783508871382, creator=13701087609, updateTime=1783508871382, updator=13701087609, issue=Issue{id=1281692318004646631, tenantId=1146029695717560320, journalId=1281212937352253451, year='2026', volume='8', issue='2', pageStart='1', pageEnd='278', issueExtLink='null', onlineDate='null', pubDate='1774800000000', pubDateStr='2026-03-30', beforeIssueId=null, nextIssueId=null, price=null, status=1, issueComplete=1, articleOrder=1, issueType=1, specialIssue=null, createTime=1783508861304, creator='13701087609', updateTime=1783509039471, updator='13701087609', preIssue=null, nextIssue=null, articleTotal=null, ext={EN=IssueExt(id=1281693065375101617, tenantId=1146029695717560320, journalId=1281212937352253451, issueId=1281692318004646631, language=EN, specialIssueTitle=, coverIllustrator=null, specialIssueEditor=, specialIssueAbout=), CN=IssueExt(id=1281693065375101618, tenantId=1146029695717560320, journalId=1281212937352253451, issueId=1281692318004646631, language=CN, specialIssueTitle=, coverIllustrator=null, specialIssueEditor=, specialIssueAbout=)}, issueFiles=null, downloadFileDto=null}, startPage=158, endPage=174, ext={EN=ArticleExt(id=1281692362074210962, articleId=1281692360279048849, tenantId=1146029695717560320, journalId=1281212937352253451, language=EN, title=CD-YOLO: A Method for Detecting Carrot Seedlings in Field Based on Improved YOLOv11s, columnId=1281692351299039265, journalTitle=Smart Agriculture, columnName=Information Processing and Decision Making, runingTitle=null, highlight=null, articleAbstract=
[Objective] In field environments under natural conditions, leaf occlusion and mutual plant shading pose significant challenges to the accurate identification of carrot seedlings. Furthermore, practical agricultural applications often rely on edge devices with limited computational power, necessitating a detection model that combines lightweight design, high accuracy, and robust anti-occlusion capability. The purpose of this research is to develop a robust recognition method for carrot seedlings suitable for complex field conditions, thereby enhancing the accuracy and efficiency of seedling emergence statistics in automated seedling raising processes and providing reliable technical support for precise farm management. [Methods] The CD-YOLO (Carrot Detection-You Only Look Once), a lightweight detection model was proposed based on an improved YOLOv11s. First, to reduce model complexity, several standard convolutions in the backbone network were replaced with depthwise separable convolutions (DWConv), thereby decreasing floating-point operations (FLOPs) and the number of parameters, establishing a lightweight foundation for edge deployment. Secondly, the efficient multi scale attention (EMA) mechanism was embedded into the critical feature extraction module C3k2, constructing a C3k2_EMA module. This module enhanced dynamic perception of local key features and reconstructed cross-scale contextual dependencies broken by occlusion through its parallel multi-branch structure, effectively suppressing background and occlusion noise. Finally, the DynamicHead detection head was introduced. Leveraging its scale-aware and spatial-aware mechanisms, it achieved a dynamic fusion of multi-level features and adaptive weight adjustment, further improving the model's decision-making robustness in complex scenes. To comprehensively evaluate model performance, a carrot seedling dataset covering various field scenarios was independently constructed. Through offline data augmentation, the original 1 274 images were expanded to 4 796, which were then split into training, validation, and test sets in an 8:1:1 ratio. Meanwhile, to systematically quantify the model's anti-occlusion performance, an occlusion severity assessment criterion based on the overlapping area of bounding boxes was proposed. Targets were categorized into three occlusion levels: mild, moderate, and severe. Based on this, a dedicated "Occlusion Test Subset" was separated from the main test set, providing an objective and reproducible benchmark for evaluating the model's anti-occlusion capability. [Results and Discussions] Experimental results on the custom dataset demonstrated that CD-YOLO comprehensively improved detection performance while maintaining its lightweight characteristics. Compared to the baseline model YOLOv11s, CD-YOLO reduced computational load by 6.2 GFLOPs (a 28.8% decrease), decreased model size by 4.8 MB (a 25.0% reduction), improved single-image inference speed by 4.7 ms, reaching 9.6 ms. Concurrently, precision, recall, and mean average precision (mAP0.5) increased by 3.0, 1.5, and 2.4 percentage points, respectively, ultimately reaching 81.2%, 76.4%, and 84.0%. In comparisons with other lightweight backbone networks like MobileNetv3 and ShuffleNetv2, CD-YOLO consistently outperformed them on the accuracy-speed comprehensive metric, validating the effectiveness of its improvement strategies. In occlusion performance tests, the missed detection rate of CD-YOLO on the occlusion test subset was 13.4%, a 5.7 percentage points decrease compared to YOLOv11s. Its mAP0.5 on the occlusion subset reached 80.6%, a 5.1 percentage points improvement over the baseline, whereas the improvement on the regular subset was 1.8 percentage points, proving the model's enhanced efficacy in occlusion scenarios. After deploying the model on an NVIDIA Jetson Orin NX edge device and accelerating it with TensorRT, the inference frame rate increased to 32.5 f/s. On random test images, CD-YOLO achieved missed detection and false detection rates of 5.1% and 2.7%, respectively, representing decreases of 7.7% and 2.6% compared to YOLOv11s, demonstrating promising practical application potential. Ablation studies and feature map visualizations further indicated that DWConv, C3k2_EMA, and DynamicHead formed a synergistic optimization loop: DWConv achieved computational compression, freeing up computational budget for subsequent modules; C3k2_EMA enhanced local perception and contextual reconstruction of occluded targets during the feature extraction stage; and DynamicHead performed dynamic fusion of multi-scale features at the decision-making end. Together, they ensured high-precision detection of incomplete targets under limited computational resources. [Conclusions] Through the synergistic design of "lightweighting, feature enhancement, and dynamic fusion", the CD-YOLO model achieved an excellent balance between computational efficiency, detection accuracy, and anti-occlusion capability. The model not only significantly reduced reliance on the computational power of edge devices but also effectively improved robustness and adaptability in complex field environments through structured attention and dynamic fusion mechanisms.
, authors=Haoran LIU
1, 2, Yu WANG
1, Xueguan ZHAO
2, 4, Huarui WU
3, Hao FU
2, 4, Shujie PANG
5, Changyuan ZHAI
2, 4, authorsList=Haoran LIU, Yu WANG, Xueguan ZHAO, Huarui WU, Hao FU, Shujie PANG, Changyuan ZHAI, authorCompany=null, correspAuthors=Changyuan ZHAI, authorNote=
, correspAuthorsNote=
, copyrightStatement=copyright©2026 by the authors, copyrightOwner=null, extLink=null, articleAbsUrl=null, sourceXml=null, magXml=null, pdfUrl=null, pdf=null, pdfFileSize=null, pdfExtLink=null, richHtmlUrl=null, mobilePdfUrl=null, reviewReport=null, pdfFirstPage=null, abstractGraph=null, abstractGraphContent=null, abstractVideo=null, citation=null, cebUrl=null, magXmlContent=null, mapNumber=null, fund=null), CN=ArticleExt(id=1281692364154585769, articleId=1281692360279048849, tenantId=1146029695717560320, journalId=1281212937352253451, language=CN, title=CD-YOLO:基于改进YOLOv11s的田间胡萝卜苗检测方法, columnId=1281692353010315299, journalTitle=智慧农业(中英文), columnName=信息处理与决策, runingTitle=null, highlight=null, articleAbstract=
【目的/意义】 枝叶遮挡是田间胡萝卜苗精准识别的主要挑战,对此开发一种轻量、高效的检测模型,以实现田间遮挡条件下胡萝卜苗的精准鲁棒识别。 【方法】 提出了一种基于改进YOLOv11s(You Only Look Once)的轻量化检测方法CD-YOLO(Carrot Detection-YOLO)。首先,为降低模型复杂度,将主干网络中的部分标准卷积替换为深度可分离卷积,以减少计算量与参数量;其次,在C3k2模块中引入高效多尺度注意力机制(Efficient Multi-Scale Attention, EMA),构建C3k2_EMA模块,增强模型对关键特征的动态感知能力,从而抑制背景与遮挡噪声;最后,采用动态检测头,强化模型对不同尺度特征的融合与感知,进一步提升检测鲁棒性。 【结果和讨论】 结果表明:CD-YOLO模型的计算量和模型大小相较于YOLOv11s分别降低了6.2 GFLOPs和4.8 MB,单张图像推理速度提升了4.7 ms,准确率、召回率与平均精度分别提高了3.0、1.5和2.4个百分点;在应对枝叶遮挡方面,CD-YOLO的漏识率为13.4%,较YOLOv11s下降了5.7个百分点;将模型部署于边缘算力设备,在随机选取的胡萝卜苗图像上进行测试,漏识率和误识率分别为5.1%和2.7%。 【结论】 CD-YOLO模型在保持轻量化的同时,有效提升了田间胡萝卜苗的检测精度与速度,特别是在应对枝叶遮挡方面表现优异。该研究可为胡萝卜自动化育苗过程中的出苗率统计与精准管理提供可靠的技术支持。
, authors=刘浩然
1, 2, 王宇
1, 赵学观
2, 4, 吴华瑞
3, 付豪
2, 4, 庞树杰
5, 翟长远
2, 4, authorsList=刘浩然, 王宇, 赵学观, 吴华瑞, 付豪, 庞树杰, 翟长远, authorCompany=null, correspAuthors=翟长远, authorNote=
, correspAuthorsNote=
, copyrightStatement=null, copyrightOwner=null, extLink=null, articleAbsUrl=null, sourceXml=gnuTdGUYXw2IDnwOn6mq2A==, magXml=23w5bcpi7hw0dJbjkFOYjQ==, pdfUrl=null, pdf=Kwah83G48qa1QtZznYDeBw==, pdfFileSize=9914175, pdfExtLink=null, richHtmlUrl=null, mobilePdfUrl=null, reviewReport=null, pdfFirstPage=null, abstractGraph=x0sNYyX1RAWUzztLIRTSzg==, abstractGraphContent=null, abstractVideo=null, citation=null, cebUrl=null, magXmlContent=veS6ESotkK14TGP+LbuAqQ==, mapNumber=null, fund=null)}, authors=[Author(id=1282336250665341860, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, orderNo=0, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=lhr13646345271@outlook.com, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1282336250740839335, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336250665341860, language=EN, stringName=Haoran LIU, firstName=Haoran, middleName=null, lastName=LIU, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, 2, address=
1.School of Mechanical Engineering and Automation, University of Science and Technology Liaoning, Anshan 114051, China
2.Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China, bio={"content":"
LIU Haoran, E-mail: lhr13646345271@outlook.com
"}, bioImg=null, bioContent=
LIU Haoran, E-mail: lhr13646345271@outlook.com
, aboutCorrespAuthor=null), CN=AuthorExt(id=1282336250824725416, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336250665341860, language=CN, stringName=刘浩然, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, 2, address=
1.辽宁科技大学机械工程与自动化学院,辽宁 鞍山 114051,中国
2.北京市农林科学院智能装备技术研究中心,北京 100097,中国, bio={"content":"
刘浩然,硕士研究生,研究方向为智能化施药装备研发。E-mail:lhr13646345271@outlook.com
"}, bioImg=null, bioContent=
刘浩然,硕士研究生,研究方向为智能化施药装备研发。E-mail:lhr13646345271@outlook.com
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1282336250157831060, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=1., ext=[AuthorCompanyExt(id=1282336250166219669, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250157831060, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1.School of Mechanical Engineering and Automation, University of Science and Technology Liaoning, Anshan 114051, China), AuthorCompanyExt(id=1282336250178802582, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250157831060, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1.辽宁科技大学机械工程与自动化学院,辽宁 鞍山 114051,中国)]), AuthorCompany(id=1282336250250105751, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=2., ext=[AuthorCompanyExt(id=1282336250258494360, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250250105751, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2.Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China), AuthorCompanyExt(id=1282336250266882969, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250250105751, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2.北京市农林科学院智能装备技术研究中心,北京 100097,中国)])]), Author(id=1282336250896028586, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, orderNo=1, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1282336250967331756, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336250896028586, language=EN, stringName=Yu WANG, firstName=Yu, middleName=null, lastName=WANG, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1.School of Mechanical Engineering and Automation, University of Science and Technology Liaoning, Anshan 114051, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1282336251042829229, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336250896028586, language=CN, stringName=王宇, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1.辽宁科技大学机械工程与自动化学院,辽宁 鞍山 114051,中国, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1282336250157831060, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=1., ext=[AuthorCompanyExt(id=1282336250166219669, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250157831060, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1.School of Mechanical Engineering and Automation, University of Science and Technology Liaoning, Anshan 114051, China), AuthorCompanyExt(id=1282336250178802582, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250157831060, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1.辽宁科技大学机械工程与自动化学院,辽宁 鞍山 114051,中国)])]), Author(id=1282336251114132399, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, orderNo=2, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1282336251193824178, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336251114132399, language=EN, stringName=Xueguan ZHAO, firstName=Xueguan, middleName=null, lastName=ZHAO, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, 4, address=
2.Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China
4.National Engineering Research Center of Intelligent Equipment for Agriculture (NERCIEA), Beijing 100097, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1282336251269321651, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336251114132399, language=CN, stringName=赵学观, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, 4, address=
2.北京市农林科学院智能装备技术研究中心,北京 100097,中国
4.国家农业智能装备工程技术研究中心,北京 100097,中国, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1282336250250105751, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=2., ext=[AuthorCompanyExt(id=1282336250258494360, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250250105751, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2.Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China), AuthorCompanyExt(id=1282336250266882969, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250250105751, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2.北京市农林科学院智能装备技术研究中心,北京 100097,中国)]), AuthorCompany(id=1282336250451432349, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=4., ext=[AuthorCompanyExt(id=1282336250464015262, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250451432349, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
4.National Engineering Research Center of Intelligent Equipment for Agriculture (NERCIEA), Beijing 100097, China), AuthorCompanyExt(id=1282336250476598175, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250451432349, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
4.国家农业智能装备工程技术研究中心,北京 100097,中国)])]), Author(id=1282336251340624821, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, orderNo=3, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1282336251416122295, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336251340624821, language=EN, stringName=Huarui WU, firstName=Huarui, middleName=null, lastName=WU, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
3, address=
3.Information Technology Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1282336251487425464, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336251340624821, language=CN, stringName=吴华瑞, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
3, address=
3.北京市农林科学院信息技术研究中心,北京 100097,中国, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1282336250346574746, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=3., ext=[AuthorCompanyExt(id=1282336250354963355, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250346574746, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
3.Information Technology Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China), AuthorCompanyExt(id=1282336250363351964, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250346574746, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
3.北京市农林科学院信息技术研究中心,北京 100097,中国)])]), Author(id=1282336251567117242, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, orderNo=4, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1282336251655197629, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336251567117242, language=EN, stringName=Hao FU, firstName=Hao, middleName=null, lastName=FU, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, 4, address=
2.Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China
4.National Engineering Research Center of Intelligent Equipment for Agriculture (NERCIEA), Beijing 100097, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1282336251739083710, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336251567117242, language=CN, stringName=付豪, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, 4, address=
2.北京市农林科学院智能装备技术研究中心,北京 100097,中国
4.国家农业智能装备工程技术研究中心,北京 100097,中国, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1282336250250105751, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=2., ext=[AuthorCompanyExt(id=1282336250258494360, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250250105751, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2.Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China), AuthorCompanyExt(id=1282336250266882969, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250250105751, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2.北京市农林科学院智能装备技术研究中心,北京 100097,中国)]), AuthorCompany(id=1282336250451432349, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=4., ext=[AuthorCompanyExt(id=1282336250464015262, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250451432349, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
4.National Engineering Research Center of Intelligent Equipment for Agriculture (NERCIEA), Beijing 100097, China), AuthorCompanyExt(id=1282336250476598175, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250451432349, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
4.国家农业智能装备工程技术研究中心,北京 100097,中国)])]), Author(id=1282336251831358400, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, orderNo=5, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1282336251927827394, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336251831358400, language=EN, stringName=Shujie PANG, firstName=Shujie, middleName=null, lastName=PANG, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
5, address=
5.Chinese Academy of Agricultural Mechanization Sciences Group Co. , Ltd. , Beijing 100083, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1282336252036879299, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336251831358400, language=CN, stringName=庞树杰, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
5, address=
5.中国农业机械化科学研究院集团有限公司,北京 100083,中国, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1282336250543707040, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=5., ext=[AuthorCompanyExt(id=1282336250577261473, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250543707040, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
5.Chinese Academy of Agricultural Mechanization Sciences Group Co. , Ltd. , Beijing 100083, China), AuthorCompanyExt(id=1282336250594038690, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250543707040, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
5.中国农业机械化科学研究院集团有限公司,北京 100083,中国)])]), Author(id=1282336252141736901, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, orderNo=6, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=zhaicy@nercita.org.cn, emailSecond=null, emailThird=null, correspondingAuthor=1, authorType=1, ext={EN=AuthorExt(id=1282336252280148936, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336252141736901, language=EN, stringName=Changyuan ZHAI, firstName=Changyuan, middleName=null, lastName=ZHAI, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, 4, address=
2.Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China
4.National Engineering Research Center of Intelligent Equipment for Agriculture (NERCIEA), Beijing 100097, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1282336252351452105, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, authorId=1282336252141736901, language=CN, stringName=翟长远, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, 4, address=
2.北京市农林科学院智能装备技术研究中心,北京 100097,中国
4.国家农业智能装备工程技术研究中心,北京 100097,中国, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1282336250250105751, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=2., ext=[AuthorCompanyExt(id=1282336250258494360, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250250105751, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2.Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China), AuthorCompanyExt(id=1282336250266882969, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250250105751, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2.北京市农林科学院智能装备技术研究中心,北京 100097,中国)]), AuthorCompany(id=1282336250451432349, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=4., ext=[AuthorCompanyExt(id=1282336250464015262, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250451432349, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
4.National Engineering Research Center of Intelligent Equipment for Agriculture (NERCIEA), Beijing 100097, China), AuthorCompanyExt(id=1282336250476598175, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250451432349, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
4.国家农业智能装备工程技术研究中心,北京 100097,中国)])])], keywords=[Keyword(id=1282336252506641354, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, orderNo=1, keyword=carrot seedlings), Keyword(id=1282336252590527435, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, orderNo=2, keyword=occlusion), Keyword(id=1282336252674413516, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, orderNo=3, keyword=object detection), Keyword(id=1282336252749910989, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, orderNo=4, keyword=YOLOv11s), Keyword(id=1282336252825408462, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, orderNo=5, keyword=lightweight), Keyword(id=1282336254012396495, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, orderNo=1, keyword=胡萝卜苗), Keyword(id=1282336254100476880, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, orderNo=2, keyword=遮挡), Keyword(id=1282336254175974353, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, orderNo=3, keyword=目标检测), Keyword(id=1282336254259860434, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, orderNo=4, keyword=YOLOv11s), Keyword(id=1282336254326969299, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, orderNo=5, keyword=轻量化)], refs=[Reference(id=1282336258269614082, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2022, volume=23, issue=5, pageStart=1241, pageEnd=1248, url=null, language=null, rfNumber=[1], rfOrder=0, authorNames=刘星, 黄建新, 欧承刚, journalName=植物遗传资源学报, refType=null, unstructuredReference=刘星, 黄建新, 欧承刚,
等.胡萝卜根色及其色素组分的遗传和育种研究进展[J].
植物遗传资源学报,
2022,
23(5): 1241-1248., articleTitle=胡萝卜根色及其色素组分的遗传和育种研究进展, refAbstract=null), Reference(id=1282336258345111555, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2022, volume=23, issue=5, pageStart=1241, pageEnd=1248, url=null, language=null, rfNumber=[1], rfOrder=1, authorNames=LIU X, HUANG J X, OU C G, journalName=Journal of Plant Genetic Resources, refType=null, unstructuredReference=
LIU X,
HUANG J X,
OU C G,
et al. Current advances on inheritance and breeding of carrot root color and its pigment components[J].
Journal of Plant Genetic Resources,
2022,
23(5): 1241-1248., articleTitle=null, refAbstract=null), Reference(id=1282336258416414724, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=56, issue=6, pageStart=154, pageEnd=156, url=null, language=null, rfNumber=[2], rfOrder=2, authorNames=赵童, 米月花, 籍镭钒, journalName=工程机械, refType=null, unstructuredReference=赵童, 米月花, 籍镭钒,
等. 胡萝卜收割机的结构优化设计[J].
工程机械,
2025,
56(6): 154-156, I0008., articleTitle=胡萝卜收割机的结构优化设计, refAbstract=null), Reference(id=1282336258517078021, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=56, issue=6, pageStart=154, pageEnd=156, url=null, language=null, rfNumber=[2], rfOrder=3, authorNames=ZHAO T, MI Y H, JI L F, journalName=Construction Machinery and Equipment, refType=null, unstructuredReference=
ZHAO T,
MI Y H,
JI L F,
et al. Structural optimization design of carrot harvester[J].
Construction Machinery and Equipment,
2025,
56(6): 154-156, I0008., articleTitle=null, refAbstract=null), Reference(id=1282336258621935622, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=55, issue=21, pageStart=46, pageEnd=50, url=null, language=null, rfNumber=[3], rfOrder=4, authorNames=张清蓉, 王国栋, 赵正伟, journalName=南方农机, refType=null, unstructuredReference=张清蓉, 王国栋, 赵正伟,
等. 基于自动控制技术的胡萝卜种植收割一体机设计[J].
南方农机,
2024,
55(21): 46-50., articleTitle=基于自动控制技术的胡萝卜种植收割一体机设计, refAbstract=null), Reference(id=1282336258693238791, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=55, issue=21, pageStart=46, pageEnd=50, url=null, language=null, rfNumber=[3], rfOrder=5, authorNames=ZHANG Q R, WANG G D, ZHAO Z W, journalName=South Agricultural Machinery, refType=null, unstructuredReference=
ZHANG Q R,
WANG G D,
ZHAO Z W,
et al. Design of carrot planting and harvesting integrated machine based on automatic control technology[J].
South Agricultural Machinery,
2024,
55(21): 46-50., articleTitle=null, refAbstract=null), Reference(id=1282336258781319176, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2020, volume=36, issue=18, pageStart=181, pageEnd=187, url=null, language=null, rfNumber=[4], rfOrder=6, authorNames=倪建功, 李娟, 邓立苗, journalName=农业工程学报, refType=null, unstructuredReference=倪建功, 李娟, 邓立苗,
等. 基于知识蒸馏的胡萝卜外观品质等级智能检测[J].
农业工程学报,
2020,
36(18): 181-187., articleTitle=基于知识蒸馏的胡萝卜外观品质等级智能检测, refAbstract=null), Reference(id=1282336258869399561, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2020, volume=36, issue=18, pageStart=181, pageEnd=187, url=null, language=null, rfNumber=[4], rfOrder=7, authorNames=NI J G, LI J, DENG L M, journalName=Transactions of the Chinese Society of Agricultural Engineering, refType=null, unstructuredReference=
NI J G,
LI J,
DENG L M,
et al. Intelligent detection of carrot appearance quality grade based on knowledge distillation[J].
Transactions of the Chinese Society of Agricultural Engineering,
2020,
36(18): 181-187., articleTitle=null, refAbstract=null), Reference(id=1282336258961674250, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2021, volume=14, issue=7, pageStart=1361, pageEnd=1374, url=null, language=null, rfNumber=[5], rfOrder=8, authorNames=XIE W J, WEI S, ZHENG Z H, journalName=Food and Bioprocess Technology, refType=null, unstructuredReference=
XIE W J,
WEI S,
ZHENG Z H,
et al. Recognition of defective carrots based on deep learning and transfer learning[J].
Food and Bioprocess Technology,
2021,
14(7): 1361-1374., articleTitle=Recognition of defective carrots based on deep learning and transfer learning, refAbstract=null), Reference(id=1282336259020394507, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2023, volume=44, issue=7, pageStart=207, pageEnd=213, url=null, language=null, rfNumber=[6], rfOrder=9, authorNames=王春桃, 梁炜健, 郭庆文, journalName=中国农机化学报, refType=null, unstructuredReference=王春桃, 梁炜健, 郭庆文,
等. 农业害虫智能视觉检测研究综述[J].
中国农机化学报,
2023,
44(7): 207-213., articleTitle=农业害虫智能视觉检测研究综述, refAbstract=null), Reference(id=1282336259091697676, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2023, volume=44, issue=7, pageStart=207, pageEnd=213, url=null, language=null, rfNumber=[6], rfOrder=10, authorNames=WANG C T, LIANG W J, GUO Q W, journalName=Journal of Chinese Agricultural Mechanization, refType=null, unstructuredReference=
WANG C T,
LIANG W J,
GUO Q W,
et al. Summary of research on intelligent vision detection of agricultural pests[J].
Journal of Chinese Agricultural Mechanization,
2023,
44(7): 207-213., articleTitle=null, refAbstract=null), Reference(id=1282336259183972365, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=52, issue=24, pageStart=196, pageEnd=204, url=null, language=null, rfNumber=[7], rfOrder=11, authorNames=黄友锐, 王小桥, 韩涛, journalName=江苏农业科学, refType=null, unstructuredReference=黄友锐, 王小桥, 韩涛,
等. 基于改进YOLOv8n的甜菜杂草检测算法研究[J].
江苏农业科学,
2024,
52(24): 196-204., articleTitle=基于改进YOLOv8n的甜菜杂草检测算法研究, refAbstract=null), Reference(id=1282336259280441358, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=52, issue=24, pageStart=196, pageEnd=204, url=null, language=null, rfNumber=[7], rfOrder=12, authorNames=HUANG Y R, WANG X J, HAN T, journalName=Jiangsu Agricultural Sciences, refType=null, unstructuredReference=
HUANG Y R,
WANG X J,
HAN T,
et al. A detection method for sugar beets and weeds based on improved YOLOv8n algorithm[J].
Jiangsu Agricultural Sciences,
2024,
52(24): 196-204., articleTitle=null, refAbstract=null), Reference(id=1282336259360133135, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=42, issue=1, pageStart=117, pageEnd=125, url=null, language=null, rfNumber=[8], rfOrder=13, authorNames=曲福恒, 李金状, 杨勇, journalName=石河子大学学报(自然科学版), refType=null, unstructuredReference=曲福恒, 李金状, 杨勇,
等. 基于改进DeepLabv3+的轻量化作物杂草识别方法[J].
石河子大学学报(自然科学版),
2024,
42(1): 117-125., articleTitle=基于改进DeepLabv3+的轻量化作物杂草识别方法, refAbstract=null), Reference(id=1282336259481767952, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=42, issue=1, pageStart=117, pageEnd=125, url=null, language=null, rfNumber=[8], rfOrder=14, authorNames=QU F H, LI J Z, YANG Y, journalName=Journal of Shihezi University (Natural Science), refType=null, unstructuredReference=
QU F H,
LI J Z,
YANG Y,
et al. Lightweight crop and weed recognition method based on imporved DeepLabv3+[J].
Journal of Shihezi University (Natural Science),
2024,
42(1): 117-125., articleTitle=null, refAbstract=null), Reference(id=1282336259569848337, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=159, issue=null, pageStart=111634, pageEnd=null, url=null, language=null, rfNumber=[9], rfOrder=15, authorNames=NIU L T, SU W H, ZHANG H Y, journalName=Engineering Applications of Artificial Intelligence, refType=null, unstructuredReference=
NIU L T,
SU W H,
ZHANG H Y,
et al. Development of intelligent equipment for weed identification and variable spraying in lettuce fields based on instance segmentation framework[J].
Engineering Applications of Artificial Intelligence,
2025,
159: 111634., articleTitle=Development of intelligent equipment for weed identification and variable spraying in lettuce fields based on instance segmentation framework, refAbstract=null), Reference(id=1282336259687288850, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2020, volume=51, issue=12, pageStart=238, pageEnd=245, url=null, language=null, rfNumber=[10], rfOrder=16, authorNames=孟庆宽, 张漫, 杨晓霞, journalName=农业机械学报, refType=null, unstructuredReference=孟庆宽, 张漫, 杨晓霞,
等. 基于轻量卷积结合特征信息融合的玉米幼苗与杂草识别[J].
农业机械学报,
2020,
51(12): 238-245, 303., articleTitle=基于轻量卷积结合特征信息融合的玉米幼苗与杂草识别, refAbstract=null), Reference(id=1282336259762786323, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2020, volume=51, issue=12, pageStart=238, pageEnd=245, url=null, language=null, rfNumber=[10], rfOrder=17, authorNames=MENG Q K, ZHANG M, YANG X X, journalName=Transactions of the Chinese Society for Agricultural Machinery, refType=null, unstructuredReference=
MENG Q K,
ZHANG M,
YANG X X,
et al. Recognition of maize seedling and weed based on light weight convolution and feature fusion[J].
Transactions of the Chinese Society for Agricultural Machinery,
2020,
51(12): 238-245, 303., articleTitle=null, refAbstract=null), Reference(id=1282336259850866708, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2022, volume=53, issue=S1, pageStart=232, pageEnd=240, url=null, language=null, rfNumber=[11], rfOrder=18, authorNames=张志远, 罗铭毅, 郭树欣, journalName=农业机械学报, refType=null, unstructuredReference=张志远, 罗铭毅, 郭树欣,
等. 基于改进YOLOv5的自然环境下樱桃果实识别方法[J].
农业机械学报,
2022,
53(S1): 232-240., articleTitle=基于改进YOLOv5的自然环境下樱桃果实识别方法, refAbstract=null), Reference(id=1282336259917975573, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2022, volume=53, issue=S1, pageStart=232, pageEnd=240, url=null, language=null, rfNumber=[11], rfOrder=19, authorNames=ZHANG Z Y, LUO M Y, GUO S X, journalName=Transactions of the Chinese Society for Agricultural Machinery, refType=null, unstructuredReference=
ZHANG Z Y,
LUO M Y,
GUO S X,
et al. Cherry fruit detection method in natural scene based on improved YOLOv5[J].
Transactions of the Chinese Society for Agricultural Machinery,
2022,
53(S1): 232-240., articleTitle=null, refAbstract=null), Reference(id=1282336259993473046, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=238, issue=null, pageStart=110843, pageEnd=null, url=null, language=null, rfNumber=[12], rfOrder=20, authorNames=ZHANG B Y, ZHANG F K, AN S, journalName=Computers and Electronics in Agriculture, refType=null, unstructuredReference=
ZHANG B Y,
ZHANG F K,
AN S,
et al. SCORE-DETR: An efficient Transformer-based network for small and occluded citrus detection[J].
Computers and Electronics in Agriculture,
2025,
238: 110843., articleTitle=SCORE-DETR: An efficient Transformer-based network for small and occluded citrus detection, refAbstract=null), Reference(id=1282336260060581911, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2026, volume=57, issue=5, pageStart=167, pageEnd=176, url=null, language=null, rfNumber=[13], rfOrder=21, authorNames=汤晨, 刘振青, 邵阳, journalName=农业机械学报, refType=null, unstructuredReference=汤晨, 刘振青, 邵阳,
等. 基于改进YOLOv11n的密集遮挡环境百香果识别方法[J].
农业机械学报,
2026,
57 (5): 167-176., articleTitle=基于改进YOLOv11n的密集遮挡环境百香果识别方法, refAbstract=null), Reference(id=1282336260148662296, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2026, volume=57, issue=5, pageStart=167, pageEnd=176, url=null, language=null, rfNumber=[13], rfOrder=22, authorNames=TANG C, LIU Z Q, SHAO Y, journalName=Transactions of the Chinese Society for Agricultural Machinery, refType=null, unstructuredReference=
TANG C,
LIU Z Q,
SHAO Y,
et al. Passion fruit recognition method in densely occluded environments based on improved YOLOv11n[J].
Transactions of the Chinese Society for Agricultural Machinery,
2026,
57 (5): 167-176., articleTitle=null, refAbstract=null), Reference(id=1282336260261908505, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=null, issue=4, pageStart=184, pageEnd=189, url=null, language=null, rfNumber=[14], rfOrder=23, authorNames=李文峰, 胡世康, 杨琳琳, journalName=云南农业大学学报(自然科学版), refType=null, unstructuredReference=李文峰, 胡世康, 杨琳琳,
等. 基于轻量化YOLOv4对不同遮挡程度成熟番茄果实的识别[J].
云南农业大学学报(自然科学版),
2024(4): 184-189., articleTitle=基于轻量化YOLOv4对不同遮挡程度成熟番茄果实的识别, refAbstract=null), Reference(id=1282336260316434458, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=null, issue=4, pageStart=184, pageEnd=189, url=null, language=null, rfNumber=[14], rfOrder=24, authorNames=LI W F, HU S K, YANG L L, journalName=Journal of Yunnan Agricultural University (Natural Science), refType=null, unstructuredReference=
LI W F,
HU S K,
YANG L L,
et al. Recognition of mature tomato fruits with different occlusion degrees based on lightweight YOLOv4[J].
Journal of Yunnan Agricultural University (Natural Science),
2024(4): 184-189., articleTitle=null, refAbstract=null), Reference(id=1282336260408709147, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=47, issue=2, pageStart=171, pageEnd=183, url=null, language=null, rfNumber=[15], rfOrder=25, authorNames=王元昊, 娄欢欢, 罗红品, journalName=西南大学学报(自然科学版), refType=null, unstructuredReference=王元昊, 娄欢欢, 罗红品,
等. 基于改进YOLOv8算法对被遮挡柑橘的识别与定位优化[J].
西南大学学报(自然科学版),
2025,
47(2): 171-183., articleTitle=基于改进YOLOv8算法对被遮挡柑橘的识别与定位优化, refAbstract=null), Reference(id=1282336260496789532, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=47, issue=2, pageStart=171, pageEnd=183, url=null, language=null, rfNumber=[15], rfOrder=26, authorNames=WANG Y H, LOU H H, LUO H P, journalName=Journal of Southwest University (Natural Science), refType=null, unstructuredReference=
WANG Y H,
LOU H H,
LUO H P,
et al. Recognition and location optimization of shaded Citrus based on improved YOLOv8 algorithm [J].
Journal of Southwest University (Natural Science),
2025,
47(2): 171-183., articleTitle=null, refAbstract=null), Reference(id=1282336260589064221, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=47, issue=9, pageStart=146, pageEnd=154, url=null, language=null, rfNumber=[16], rfOrder=27, authorNames=李会, 郭家文, 黄世醒, journalName=农机化研究, refType=null, unstructuredReference=李会, 郭家文, 黄世醒,
等. 基于改进YOLOv7的甘蔗幼苗检测方法试验研究[J].
农机化研究,
2025,
47(9): 146-154., articleTitle=基于改进YOLOv7的甘蔗幼苗检测方法试验研究, refAbstract=null), Reference(id=1282336260668755998, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=47, issue=9, pageStart=146, pageEnd=154, url=null, language=null, rfNumber=[16], rfOrder=28, authorNames=LI H, GUO J W, HUANG S X, journalName=Journal of Agricultural Mechanization Research, refType=null, unstructuredReference=
LI H,
GUO J W,
HUANG S X,
et al. Experiment on sugarcane seedling detection method based on improved YOLOv7[J].
Journal of Agricultural Mechanization Research,
2025,
47(9): 146-154., articleTitle=null, refAbstract=null), Reference(id=1282336260748447775, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2026, volume=48, issue=2, pageStart=217, pageEnd=224, url=null, language=null, rfNumber=[17], rfOrder=29, authorNames=郑健林, 黄世醒, 郑丁科, journalName=农机化研究, refType=null, unstructuredReference=郑健林, 黄世醒, 郑丁科,
等. 基于改进YOLOv5的机收蔗含杂率检测方法试验研究[J].
农机化研究,
2026,
48(2): 217-224., articleTitle=基于改进YOLOv5的机收蔗含杂率检测方法试验研究, refAbstract=null), Reference(id=1282336260815556640, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2026, volume=48, issue=2, pageStart=217, pageEnd=224, url=null, language=null, rfNumber=[17], rfOrder=30, authorNames=ZHENG J L, HUANG S X, ZHENG D K, journalName=Journal of Agricultural Mechanization Research, refType=null, unstructuredReference=
ZHENG J L,
HUANG S X,
ZHENG D K,
et al. Experimental study on impurity content detection method of machine-harvested sugarcane based on improved YOLOv5[J].
Journal of Agricultural Mechanization Research,
2026,
48(2): 217-224., articleTitle=null, refAbstract=null), Reference(id=1282336260916219937, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=null, issue=2, pageStart=95, pageEnd=105, url=null, language=null, rfNumber=[18], rfOrder=31, authorNames=牛子昂, 裘正军, journalName=智慧农业(中英文), refType=null, unstructuredReference=牛子昂, 裘正军. 基于改进YOLOv11-Pose的玉米植株骨架及表型参数提取方法[J].
智慧农业(中英文),
2025(2): 95-105., articleTitle=基于改进YOLOv11-Pose的玉米植株骨架及表型参数提取方法, refAbstract=null), Reference(id=1282336260983328802, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=null, issue=2, pageStart=95, pageEnd=105, url=null, language=null, rfNumber=[18], rfOrder=32, authorNames=NIU Z A, QIU Z J, journalName=Smart Agriculture, refType=null, unstructuredReference=
NIU Z A,
QIU Z J. Extraction method of maize plant skeleton and phenotypic parameters based on improved YOLOv11-Pose[J].
Smart Agriculture,
2025(2): 95-105., articleTitle=null, refAbstract=null), Reference(id=1282336261054631971, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=41, issue=2, pageStart=185, pageEnd=195, url=null, language=null, rfNumber=[19], rfOrder=33, authorNames=谭泗桥, 陈涵, 朱磊, journalName=农业工程学报, refType=null, unstructuredReference=谭泗桥, 陈涵, 朱磊,
等. 基于改进YOLOv8m的稻田害虫识别方法[J].
农业工程学报,
2025,
41(2): 185-195., articleTitle=基于改进YOLOv8m的稻田害虫识别方法, refAbstract=null), Reference(id=1282336261130129444, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=41, issue=2, pageStart=185, pageEnd=195, url=null, language=null, rfNumber=[19], rfOrder=34, authorNames=TAN S Q, CHEN H, ZHU L, journalName=Transactions of the Chinese Society of Agricultural Engineering, refType=null, unstructuredReference=
TAN S Q,
CHEN H,
ZHU L,
et al. Identification method of rice pests based on improved YOLOv8m[J].
Transactions of the Chinese Society of Agricultural Engineering,
2025,
41(2): 185-195., articleTitle=null, refAbstract=null), Reference(id=1282336261201432613, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2017, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=[20], rfOrder=35, authorNames=HOWARD A G, ZHU M L, CHEN B, journalName=null, refType=null, unstructuredReference=
HOWARD A G,
ZHU M L,
CHEN B,
et al. MobileNets: Efficient convolutional neural networks for mobile vision applications[EB/OL]. arXiv:
2017., articleTitle=MobileNets: Efficient convolutional neural networks for mobile vision applications, refAbstract=null), Reference(id=1282336261281124390, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=44, issue=5, pageStart=189, pageEnd=197, url=null, language=null, rfNumber=[21], rfOrder=36, authorNames=李亚, 蒋晨, 王海瑞, journalName=华中农业大学学报, refType=null, unstructuredReference=李亚, 蒋晨, 王海瑞,
等. 基于EDW-YOLOv8的棉花叶片病害检测[J].
华中农业大学学报,
2025,
44(5): 189-197., articleTitle=基于EDW-YOLOv8的棉花叶片病害检测, refAbstract=null), Reference(id=1282336261365010471, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=44, issue=5, pageStart=189, pageEnd=197, url=null, language=null, rfNumber=[21], rfOrder=37, authorNames=LI Y, JIANG C, WANG H R, journalName=Journal of Huazhong Agricultural University, refType=null, unstructuredReference=
LI Y,
JIANG C,
WANG H R,
et al. Cotton leaf disease detection based on EDW-YOLOv8[J].
Journal of Huazhong Agricultural University,
2025,
44(5): 189-197., articleTitle=null, refAbstract=null), Reference(id=1282336261444702248, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=15, issue=1, pageStart=57, pageEnd=null, url=null, language=null, rfNumber=[22], rfOrder=38, authorNames=DENG L, MIAO Z H, ZHAO X G, journalName=Agronomy, refType=null, unstructuredReference=
DENG L,
MIAO Z H,
ZHAO X G,
et al. HAD-YOLO: An accurate and effective weed detection model based on improved YOLOV5 network [J].
Agronomy,
2025,
15(1): 57., articleTitle=HAD-YOLO: An accurate and effective weed detection model based on improved YOLOV5 network, refAbstract=null), Reference(id=1282336261566337065, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=148, issue=null, pageStart=108323, pageEnd=null, url=null, language=null, rfNumber=[23], rfOrder=39, authorNames=DENG J L, LIANG Q, HE J J, journalName=Journal of Food Composition and Analysis, refType=null, unstructuredReference=
DENG J L,
LIANG Q,
HE J J,
et al. Flavor grading of zanthoxylum based on computer vision-multi-chromatography fusion [J].
Journal of Food Composition and Analysis,
2025,
148: 108323., articleTitle=Flavor grading of zanthoxylum based on computer vision-multi-chromatography fusion, refAbstract=null), Reference(id=1282336261683777578, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=46, issue=5, pageStart=79, pageEnd=85, url=null, language=null, rfNumber=[24], rfOrder=40, authorNames=刘坤, 吉宏亚, 黄程菲, journalName=中国农机化学报, refType=null, unstructuredReference=刘坤, 吉宏亚, 黄程菲,
等. 基于改进YOLOv5s的番茄成熟度识别技术研究[J].
中国农机化学报,
2025,
46(5): 79-85., articleTitle=基于改进YOLOv5s的番茄成熟度识别技术研究, refAbstract=null), Reference(id=1282336261788635179, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=46, issue=5, pageStart=79, pageEnd=85, url=null, language=null, rfNumber=[24], rfOrder=41, authorNames=LIU K, JI H Y, HUANG C F, journalName=Journal of Chinese Agricultural Mechanization, refType=null, unstructuredReference=
LIU K,
JI H Y,
HUANG C F,
et al. Research on tomato maturity recognition technology based on improved YOLOv5s[J].
Journal of Chinese Agricultural Mechanization,
2025,
46(5): 79-85., articleTitle=null, refAbstract=null), Reference(id=1282336261864132652, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=7, issue=6, pageStart=96, pageEnd=110, url=null, language=null, rfNumber=[25], rfOrder=42, authorNames=曹玉莹, 刘银川, 高新悦, journalName=智慧农业(中英文), refType=null, unstructuredReference=曹玉莹, 刘银川, 高新悦,
等. LightTassel-YOLO:一种基于无人机遥感的玉米雄穗实时检测方法(英文)[J].
智慧农业(中英文),
2025,
7(6): 96-110., articleTitle=LightTassel-YOLO:一种基于无人机遥感的玉米雄穗实时检测方法(英文), refAbstract=null), Reference(id=1282336261994156077, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=7, issue=6, pageStart=96, pageEnd=110, url=null, language=null, rfNumber=[25], rfOrder=43, authorNames=CAO Y Y, LIU Y C, GAO X Y, journalName=Smart Agriculture, refType=null, unstructuredReference=
CAO Y Y,
LIU Y C,
GAO X Y,
et al. LightTassel-YOLO: A real-time detection method for maize tassels based on UAV remote sensing[J].
Smart Agriculture,
2025,
7(6): 96-110., articleTitle=null, refAbstract=null), Reference(id=1282336262078042158, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=36, issue=3, pageStart=662, pageEnd=670, url=null, language=null, rfNumber=[26], rfOrder=44, authorNames=李大华, 孔舒, 李栋, journalName=浙江农业学报, refType=null, unstructuredReference=李大华, 孔舒, 李栋,
等. 基于改进SSD模型的柑橘叶片病害轻量化检测模型[J].
浙江农业学报,
2024,
36(3): 662-670., articleTitle=基于改进SSD模型的柑橘叶片病害轻量化检测模型, refAbstract=null), Reference(id=1282336262161928239, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=36, issue=3, pageStart=662, pageEnd=670, url=null, language=null, rfNumber=[26], rfOrder=45, authorNames=LI D H, KONG S, LI D, journalName=Acta Agriculturae Zhejiangensis, refType=null, unstructuredReference=
LI D H,
KONG S,
LI D,
et al. Lightweight detection model of citrus leaf diseases based on improved SSD model[J].
Acta Agriculturae Zhejiangensis,
2024,
36(3): 662-670., articleTitle=null, refAbstract=null), Reference(id=1282336262245814320, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2017, volume=39, issue=6, pageStart=1137, pageEnd=1149, url=null, language=null, rfNumber=[27], rfOrder=46, authorNames=REN S Q, HE K M, GIRSHICK R, journalName=IEEE Transactions on Pattern Analysis and Machine Intelligence, refType=null, unstructuredReference=
REN S Q,
HE K M,
GIRSHICK R,
et al. Faster R-CNN: Towards real-time object detection with region proposal networks[J].
IEEE Transactions on Pattern Analysis and Machine Intelligence,
2017,
39(6): 1137-1149., articleTitle=Faster R-CNN: Towards real-time object detection with region proposal networks, refAbstract=null), Reference(id=1282336262346477617, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=236, issue=null, pageStart=110433, pageEnd=null, url=null, language=null, rfNumber=[28], rfOrder=47, authorNames=WEN F, WU H, ZHANG X X, journalName=Computers and Electronics in Agriculture, refType=null, unstructuredReference=
WEN F,
WU H,
ZHANG X X,
et al. Accurate recognition and segmentation of northern corn leaf blight in drone RGB Images: A CycleGAN-augmented YOLOv5-Mobile-Seg lightweight network approach[J].
Computers and Electronics in Agriculture,
2025,
236: 110433., articleTitle=Accurate recognition and segmentation of northern corn leaf blight in drone RGB Images: A CycleGAN-augmented YOLOv5-Mobile-Seg lightweight network approach, refAbstract=null), Reference(id=1282336262438752306, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=15, issue=6, pageStart=617, pageEnd=null, url=null, language=null, rfNumber=[29], rfOrder=48, authorNames=JIA X F, HUA Z L, SHI H T, journalName=Agriculture, refType=null, unstructuredReference=
JIA X F,
HUA Z L,
SHI H T,
et al. A soybean pod accuracy detection and counting model based on improved YOLOv8[J].
Agriculture,
2025,
15(6): 617., articleTitle=A soybean pod accuracy detection and counting model based on improved YOLOv8, refAbstract=null), Reference(id=1282336262551998515, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=15, issue=10, pageStart=2361, pageEnd=null, url=null, language=null, rfNumber=[30], rfOrder=49, authorNames=LIU H R, WANG Y, ZHAI C Y, journalName=Agronomy, refType=null, unstructuredReference=
LIU H R,
WANG Y,
ZHAI C Y,
et al. DWG-YOLOv8: A lightweight recognition method for broccoli in multi-scene field environments based on improved YOLOv8s[J].
Agronomy,
2025,
15(10): 2361., articleTitle=DWG-YOLOv8: A lightweight recognition method for broccoli in multi-scene field environments based on improved YOLOv8s, refAbstract=null), Reference(id=1282336262623301684, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=40, issue=1, pageStart=201, pageEnd=209, url=null, language=null, rfNumber=[31], rfOrder=50, authorNames=李茂, 肖洋轶, 宗望远, journalName=农业工程学报, refType=null, unstructuredReference=李茂, 肖洋轶, 宗望远,
等. 基于改进YOLOv8模型的轻量化板栗果实识别方法[J].
农业工程学报,
2024,
40(1): 201-209., articleTitle=基于改进YOLOv8模型的轻量化板栗果实识别方法, refAbstract=null), Reference(id=1282336262686216245, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2024, volume=40, issue=1, pageStart=201, pageEnd=209, url=null, language=null, rfNumber=[31], rfOrder=51, authorNames=LI M, XIAO Y Y, ZONG W Y, journalName=Transactions of the Chinese Society of Agricultural Engineering, refType=null, unstructuredReference=
LI M,
XIAO Y Y,
ZONG W Y,
et al. Detecting chestnuts using improved lightweight YOLOv8[J].
Transactions of the Chinese Society of Agricultural Engineering,
2024,
40(1): 201-209., articleTitle=null, refAbstract=null), Reference(id=1282336262765908022, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, doi=null, pmid=null, pmcid=null, year=2025, volume=16, issue=10, pageStart=103620, pageEnd=null, url=null, language=null, rfNumber=[32], rfOrder=52, authorNames=DHASARATHAN C, GNANASEKARAN S, PATTANAYAK A, journalName=Ain Shams Engineering Journal, refType=null, unstructuredReference=
DHASARATHAN C,
GNANASEKARAN S,
PATTANAYAK A,
et al. Tensor RT optimized driver drowsiness detection system using edge device[J].
Ain Shams Engineering Journal,
2025,
16(10): 103620., articleTitle=Tensor RT optimized driver drowsiness detection system using edge device, refAbstract=null)], funds=[Fund(id=1282336257682412541, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, awardId=KJCX20230409, language=EN, fundingSource=Beijing Academy of Agriculture and Forestry Sciences Innovation Capacity Building Project(KJCX20230409), fundOrder=null, country=null), Fund(id=1282336257753715710, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, awardId=KJCX20230409, language=CN, fundingSource=北京市农林科学院院创新能力建设专项(KJCX20230409), fundOrder=null, country=null), Fund(id=1282336257837601791, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, awardId=32201647, language=EN, fundingSource=National Natural Science Foundation of China(32201647), fundOrder=null, country=null), Fund(id=1282336257925682176, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, awardId=32201647, language=CN, fundingSource=国家自然科学基金(32201647), fundOrder=null, country=null), Fund(id=1282336258005372928, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, awardId=GGFZ20250205, language=EN, fundingSource=Reform and Development Project(GGFZ20250205), fundOrder=null, country=null), Fund(id=1282336258093453313, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, awardId=GGFZ20250205, language=CN, fundingSource=改革与发展项目(GGFZ20250205), fundOrder=null, country=null)], companyList=[AuthorCompany(id=1282336250157831060, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=1., ext=[AuthorCompanyExt(id=1282336250166219669, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250157831060, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1.School of Mechanical Engineering and Automation, University of Science and Technology Liaoning, Anshan 114051, China), AuthorCompanyExt(id=1282336250178802582, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250157831060, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1.辽宁科技大学机械工程与自动化学院,辽宁 鞍山 114051,中国)]), AuthorCompany(id=1282336250250105751, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=2., ext=[AuthorCompanyExt(id=1282336250258494360, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250250105751, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2.Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China), AuthorCompanyExt(id=1282336250266882969, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250250105751, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2.北京市农林科学院智能装备技术研究中心,北京 100097,中国)]), AuthorCompany(id=1282336250346574746, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=3., ext=[AuthorCompanyExt(id=1282336250354963355, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250346574746, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
3.Information Technology Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China), AuthorCompanyExt(id=1282336250363351964, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250346574746, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
3.北京市农林科学院信息技术研究中心,北京 100097,中国)]), AuthorCompany(id=1282336250451432349, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=4., ext=[AuthorCompanyExt(id=1282336250464015262, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250451432349, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
4.National Engineering Research Center of Intelligent Equipment for Agriculture (NERCIEA), Beijing 100097, China), AuthorCompanyExt(id=1282336250476598175, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250451432349, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
4.国家农业智能装备工程技术研究中心,北京 100097,中国)]), AuthorCompany(id=1282336250543707040, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, xref=5., ext=[AuthorCompanyExt(id=1282336250577261473, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250543707040, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
5.Chinese Academy of Agricultural Mechanization Sciences Group Co. , Ltd. , Beijing 100083, China), AuthorCompanyExt(id=1282336250594038690, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, companyId=1282336250543707040, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
5.中国农业机械化科学研究院集团有限公司,北京 100083,中国)])], figs=[ArticleFig(id=1282336254545073108, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig. 1, caption=
Carrot seedling image collection examples, figureFileSmall=PAiTVZxbfQEyj8jf0POAJg==, figureFileBig=7jorDtgRs4uuuPX9NVsB+g==, tableContent=null), ArticleFig(id=1282336254620570581, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图1, caption=
胡萝卜苗采集图像实例, figureFileSmall=PAiTVZxbfQEyj8jf0POAJg==, figureFileBig=7jorDtgRs4uuuPX9NVsB+g==, tableContent=null), ArticleFig(id=1282336254708650966, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig. 2, caption=
Quantitative chart of carrot seedling occlusion coverage, figureFileSmall=5OW+u0JB0wFEiinL6QngPw==, figureFileBig=lksDZl7zN7s12PSNtQtb1A==, tableContent=null), ArticleFig(id=1282336254784148439, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图2, caption=
胡萝卜苗遮挡程度量化图, figureFileSmall=5OW+u0JB0wFEiinL6QngPw==, figureFileBig=lksDZl7zN7s12PSNtQtb1A==, tableContent=null), ArticleFig(id=1282336254872228824, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig. 3, caption=
CD-YOLO model architecture diagram, figureFileSmall=5+mENbvv18VjCEDFvKK09w==, figureFileBig=3LBluegvQs8T9kbHxrln2g==, tableContent=null), ArticleFig(id=1282336254951920601, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图3, caption=
CD-YOLO结构图, figureFileSmall=5+mENbvv18VjCEDFvKK09w==, figureFileBig=3LBluegvQs8T9kbHxrln2g==, tableContent=null), ArticleFig(id=1282336255031612378, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig. 4, caption=
EMA module, figureFileSmall=B7NphNP1WOfDGB9OciPnbg==, figureFileBig=mc9n2rwqof/HOOFLsqBPdg==, tableContent=null), ArticleFig(id=1282336255102915547, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图4, caption=
EMA模块, figureFileSmall=B7NphNP1WOfDGB9OciPnbg==, figureFileBig=mc9n2rwqof/HOOFLsqBPdg==, tableContent=null), ArticleFig(id=1282336255178413020, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig. 5, caption=
C3k2_EMA module, figureFileSmall=jPiTyIrlKs82Na3BdGhN3w==, figureFileBig=jKidSCxeHY8tcRsQ5Lglrw==, tableContent=null), ArticleFig(id=1282336255253910493, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图5, caption=
C3k2_EMA模块, figureFileSmall=jPiTyIrlKs82Na3BdGhN3w==, figureFileBig=jKidSCxeHY8tcRsQ5Lglrw==, tableContent=null), ArticleFig(id=1282336255325213662, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig. 6, caption=
Comparison of feature maps between C3k2 and C3k2_EMA modules, figureFileSmall=HPban8k1/G3GAB5I5olvTg==, figureFileBig=FjOOuso3wwWcgU7kEDGFbQ==, tableContent=null), ArticleFig(id=1282336255392322527, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图6, caption=
C3k2与C3k2_EMA模块特征图对比, figureFileSmall=HPban8k1/G3GAB5I5olvTg==, figureFileBig=FjOOuso3wwWcgU7kEDGFbQ==, tableContent=null), ArticleFig(id=1282336255455237088, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig.7, caption=
Comparative results of different models on the carrot seedling test set, figureFileSmall=g2Ov0qb+UGUBvgVRCdGhZg==, figureFileBig=NfKkI0rv0vAzlGa/++C2ZQ==, tableContent=null), ArticleFig(id=1282336255526540257, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图7, caption=
不同模型在胡萝卜苗测试集上的效果对比, figureFileSmall=g2Ov0qb+UGUBvgVRCdGhZg==, figureFileBig=NfKkI0rv0vAzlGa/++C2ZQ==, tableContent=null), ArticleFig(id=1282336255585260514, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig. 8, caption=
Comparison of carrot seedling detection performance between YOLOv11s and CD-YOLO under occlusion conditions, figureFileSmall=So1aIykCULkfZ4wVzZFhLQ==, figureFileBig=9w9AUpXBICprsLF0JNK0Xw==, tableContent=null), ArticleFig(id=1282336255656563683, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图8, caption=
YOLOv11s与CD-YOLO在遮挡条件下胡萝卜苗检测效果对比注:图中蓝色框为检测框,红色框为漏检目标。
, figureFileSmall=So1aIykCULkfZ4wVzZFhLQ==, figureFileBig=9w9AUpXBICprsLF0JNK0Xw==, tableContent=null), ArticleFig(id=1282336255740449764, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig. 9, caption=
Visual comparison of heatmaps between YOLOv11s and CD-YOLO models, figureFileSmall=tIx0sXJJ0B0NicTQcxpsDQ==, figureFileBig=nNVnW2EBtZcDckgF2dfqKw==, tableContent=null), ArticleFig(id=1282336255820141541, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图9, caption=
YOLOv11s与CD-YOLO模型热力图可视化对比, figureFileSmall=tIx0sXJJ0B0NicTQcxpsDQ==, figureFileBig=nNVnW2EBtZcDckgF2dfqKw==, tableContent=null), ArticleFig(id=1282336255883056102, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig. 10, caption=
Comparison of carrot seedling detection performance between YOLOv11s and CD-YOLO on edge devices, figureFileSmall=ZzeykKAQKUfEld0xnVgkWQ==, figureFileBig=l9CfCnMs1W6+UQnrxwdi8w==, tableContent=null), ArticleFig(id=1282336255950164967, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图10, caption=
YOLOv11s与CD-YOLO边缘端上胡萝卜苗检测效果对比注:图中蓝色框为检测框,红色框为漏检目标,红色圈为误检目标。
, figureFileSmall=ZzeykKAQKUfEld0xnVgkWQ==, figureFileBig=l9CfCnMs1W6+UQnrxwdi8w==, tableContent=null), ArticleFig(id=1282336256021468136, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Fig. 11, caption=
CD-YOLO performance in carrot seedling detection under severe motion blur, figureFileSmall=nIIcbAsqGggrhk4mUQFoJQ==, figureFileBig=jFHakc19l+iOJv7sfOmbiw==, tableContent=null), ArticleFig(id=1282336256084382697, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=图11, caption=
强烈运动模糊下的CD-YOLO对胡萝卜苗检测效果, figureFileSmall=nIIcbAsqGggrhk4mUQFoJQ==, figureFileBig=jFHakc19l+iOJv7sfOmbiw==, tableContent=null), ArticleFig(id=1282336256143102954, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Table 1, caption=
Distribution table of carrot seedling dataset
, figureFileSmall=null, figureFileBig=null, tableContent=
| 类别 | 图像数量/张 | 标签数量/张 |
|---|
| 训练集 | 3 837 | 43 880 |
| 验证集 | 480 | 6 156 |
| 测试集 | 479 | 6 867 |
), ArticleFig(id=1282336256206017515, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=表1, caption=
胡萝卜苗数据集分布表
, figureFileSmall=null, figureFileBig=null, tableContent=
| 类别 | 图像数量/张 | 标签数量/张 |
|---|
| 训练集 | 3 837 | 43 880 |
| 验证集 | 480 | 6 156 |
| 测试集 | 479 | 6 867 |
), ArticleFig(id=1282336256285709292, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Table 2, caption=
Training parameters of CD-YOLO model
, figureFileSmall=null, figureFileBig=null, tableContent=
| 训练参数 | 值 |
|---|
| 训练周期 | 100 |
| 初始学习率 | 0.001 |
| 优化器 | Adam |
| 每批次图像数量 | 24 |
| 动量 | 0.937 |
| 优化器权重衰减系数 | 0.000 5 |
| 输入尺寸 | 640×640 |
), ArticleFig(id=1282336256361206765, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=表2, caption=
CD-YOLO模型训练参数
, figureFileSmall=null, figureFileBig=null, tableContent=
| 训练参数 | 值 |
|---|
| 训练周期 | 100 |
| 初始学习率 | 0.001 |
| 优化器 | Adam |
| 每批次图像数量 | 24 |
| 动量 | 0.937 |
| 优化器权重衰减系数 | 0.000 5 |
| 输入尺寸 | 640×640 |
), ArticleFig(id=1282336256432509934, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Table 3, caption=
Results of ablation experiments for carrot seedling detection research
, figureFileSmall=null, figureFileBig=null, tableContent=
| 试验编号 | 改进方式 | P/% | R/% | mAP0.5/% | 计算量/GFLOPs | 模型大小/MB | 单张图片处理时间/ms |
|---|
| DWConv | C3k2_EMA | DynamicHead |
|---|
| 1 | × | × | × | 78.2 | 74.9 | 81.6 | 21.5 | 19.2 | 14.3 |
| 2 | √ | × | × | 79.8 | 73.6 | 81.4 | 14.8 | 13.8 | 11.5 |
| 3 | × | √ | × | 78.7 | 77.1 | 82.9 | 21.3 | 19.2 | 11.7 |
| 4 | × | × | √ | 79.9 | 76.7 | 83.7 | 21.5 | 19.8 | 12.3 |
| 5 | √ | √ | × | 79.7 | 74.5 | 81.7 | 14.7 | 13.9 | 10.6 |
| 6 | √ | × | √ | 79.0 | 74.9 | 81.8 | 15.0 | 14.4 | 9.8 |
| 7 | × | √ | √ | 80.2 | 75.1 | 83.2 | 21.6 | 19.8 | 11.6 |
| 8 | √ | √ | √ | 81.2 | 76.4 | 84.0 | 15.3 | 14.4 | 9.6 |
), ArticleFig(id=1282336256524784623, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=表3, caption=
胡萝卜苗检测研究消融试验结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 试验编号 | 改进方式 | P/% | R/% | mAP0.5/% | 计算量/GFLOPs | 模型大小/MB | 单张图片处理时间/ms |
|---|
| DWConv | C3k2_EMA | DynamicHead |
|---|
| 1 | × | × | × | 78.2 | 74.9 | 81.6 | 21.5 | 19.2 | 14.3 |
| 2 | √ | × | × | 79.8 | 73.6 | 81.4 | 14.8 | 13.8 | 11.5 |
| 3 | × | √ | × | 78.7 | 77.1 | 82.9 | 21.3 | 19.2 | 11.7 |
| 4 | × | × | √ | 79.9 | 76.7 | 83.7 | 21.5 | 19.8 | 12.3 |
| 5 | √ | √ | × | 79.7 | 74.5 | 81.7 | 14.7 | 13.9 | 10.6 |
| 6 | √ | × | √ | 79.0 | 74.9 | 81.8 | 15.0 | 14.4 | 9.8 |
| 7 | × | √ | √ | 80.2 | 75.1 | 83.2 | 21.6 | 19.8 | 11.6 |
| 8 | √ | √ | √ | 81.2 | 76.4 | 84.0 | 15.3 | 14.4 | 9.6 |
), ArticleFig(id=1282336256629642224, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Table 4, caption=
Comparison of different lightweight backbone network effects for carrot seedling detection
, figureFileSmall=null, figureFileBig=null, tableContent=
| 主干网络 | P/% | R/% | mAP0.5/% | 计算量/GFLOPs | 参数量 | 模型大小/MB | 单张图片处理时间/ms |
|---|
| MobileNetv3 | 76.2 | 73.0 | 79.9 | 13.2 | 7.21×106 | 16.9 | 14.6 |
| ShuffleNetv2 | 73.0 | 72.3 | 77.8 | 10.4 | 5.34×106 | 11.0 | 12.2 |
| EfficientVit | 76.0 | 74.5 | 79.7 | 14.6 | 7.39×106 | 15.7 | 11.4 |
| CD-YOLO | 81.2 | 76.4 | 84.0 | 15.3 | 7.06×106 | 14.4 | 9.6 |
), ArticleFig(id=1282336256700945393, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=表4, caption=
不同轻量化主干网络检测胡萝卜苗效果对比
, figureFileSmall=null, figureFileBig=null, tableContent=
| 主干网络 | P/% | R/% | mAP0.5/% | 计算量/GFLOPs | 参数量 | 模型大小/MB | 单张图片处理时间/ms |
|---|
| MobileNetv3 | 76.2 | 73.0 | 79.9 | 13.2 | 7.21×106 | 16.9 | 14.6 |
| ShuffleNetv2 | 73.0 | 72.3 | 77.8 | 10.4 | 5.34×106 | 11.0 | 12.2 |
| EfficientVit | 76.0 | 74.5 | 79.7 | 14.6 | 7.39×106 | 15.7 | 11.4 |
| CD-YOLO | 81.2 | 76.4 | 84.0 | 15.3 | 7.06×106 | 14.4 | 9.6 |
), ArticleFig(id=1282336256772248562, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Table 5, caption=
Comparison results of different models for carrot seedling detection research
, figureFileSmall=null, figureFileBig=null, tableContent=
| 模型 | P/% | R/% | mAP0.5/% | 计算量/GFLOPs | 模型大小/MB | 单张图片处理时间/ms |
|---|
| SSD | 63.5 | 81.4 | 72.2 | 63.5 | 90.5 | 36.6 |
| Faster R-CNN | 69.1 | 84.5 | 77.7 | 142.6 | 108.1 | 113.3 |
| YOLOv5s | 80.2 | 73.9 | 80.5 | 16.2 | 15.1 | 14.2 |
| YOLOv8s | 79.1 | 74.8 | 81.6 | 49.1 | 22.5 | 9.8 |
| YOLOv11s | 78.2 | 74.9 | 81.6 | 21.5 | 19.2 | 14.3 |
| YOLOv8s-P2 | 79.3 | 74.4 | 81.5 | 55.3 | 24.8 | 10.7 |
| DWG-YOLOv8 | 78.2 | 73.2 | 82.0 | 17.4 | 14.7 | 10.5 |
| HAD-YOLO | 77.9 | 74.3 | 81.1 | 35.4 | 12.5 | 19.3 |
| CD-YOLO | 81.2 | 76.4 | 84.0 | 15.3 | 14.4 | 9.6 |
), ArticleFig(id=1282336256885494772, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=表5, caption=
胡萝卜苗检测研究不同模型对比效果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 模型 | P/% | R/% | mAP0.5/% | 计算量/GFLOPs | 模型大小/MB | 单张图片处理时间/ms |
|---|
| SSD | 63.5 | 81.4 | 72.2 | 63.5 | 90.5 | 36.6 |
| Faster R-CNN | 69.1 | 84.5 | 77.7 | 142.6 | 108.1 | 113.3 |
| YOLOv5s | 80.2 | 73.9 | 80.5 | 16.2 | 15.1 | 14.2 |
| YOLOv8s | 79.1 | 74.8 | 81.6 | 49.1 | 22.5 | 9.8 |
| YOLOv11s | 78.2 | 74.9 | 81.6 | 21.5 | 19.2 | 14.3 |
| YOLOv8s-P2 | 79.3 | 74.4 | 81.5 | 55.3 | 24.8 | 10.7 |
| DWG-YOLOv8 | 78.2 | 73.2 | 82.0 | 17.4 | 14.7 | 10.5 |
| HAD-YOLO | 77.9 | 74.3 | 81.1 | 35.4 | 12.5 | 19.3 |
| CD-YOLO | 81.2 | 76.4 | 84.0 | 15.3 | 14.4 | 9.6 |
), ArticleFig(id=1282336256981963765, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Table6, caption=
Comparative results of YOLOv11s and CD-YOLO performance across different test subsets
, figureFileSmall=null, figureFileBig=null, tableContent=
| 测试子集 | 模型 | 图像数量 | P/% | R/% | mAP0.5/% |
|---|
| 常规子集 | YOLOv11s | 357 | 78.7 | 76.3 | 77.6 |
| CD-YOLO | 357 | 79.8 | 78.1 | 79.4 |
| 遮挡子集 | YOLOv11s | 122 | 75.9 | 71.1 | 75.5 |
| CD-YOLO | 122 | 79.6 | 75.1 | 80.6 |
| 整体测试集 | YOLOv11s | 479 | 78.9 | 74.7 | 76.9 |
| CD-YOLO | 479 | 79.7 | 76.2 | 79.9 |
), ArticleFig(id=1282336257086821366, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=表6, caption=
YOLOv11s与CD-YOLO在不同测试子集上效果对比
, figureFileSmall=null, figureFileBig=null, tableContent=
| 测试子集 | 模型 | 图像数量 | P/% | R/% | mAP0.5/% |
|---|
| 常规子集 | YOLOv11s | 357 | 78.7 | 76.3 | 77.6 |
| CD-YOLO | 357 | 79.8 | 78.1 | 79.4 |
| 遮挡子集 | YOLOv11s | 122 | 75.9 | 71.1 | 75.5 |
| CD-YOLO | 122 | 79.6 | 75.1 | 80.6 |
| 整体测试集 | YOLOv11s | 479 | 78.9 | 74.7 | 76.9 |
| CD-YOLO | 479 | 79.7 | 76.2 | 79.9 |
), ArticleFig(id=1282336257183290359, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Table 7, caption=
Comparison of carrot seedling detection performance between YOLOv11s and CD-YOLO under occlusion conditions
, figureFileSmall=null, figureFileBig=null, tableContent=
| 模型 | 目标总数/个 | 正确识别数/个 | 漏识数/个 | 识别率/% | 漏识率/% |
|---|
| YOLOv11s | 1 652 | 1 337 | 315 | 80.9 | 19.1 |
| CD-YOLO | 1 652 | 1 431 | 221 | 86.6 | 13.4 |
), ArticleFig(id=1282336257250399224, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=表7, caption=
YOLOv11s与CD-YOLO遮挡条件下胡萝卜苗检测效果对比
, figureFileSmall=null, figureFileBig=null, tableContent=
| 模型 | 目标总数/个 | 正确识别数/个 | 漏识数/个 | 识别率/% | 漏识率/% |
|---|
| YOLOv11s | 1 652 | 1 337 | 315 | 80.9 | 19.1 |
| CD-YOLO | 1 652 | 1 431 | 221 | 86.6 | 13.4 |
), ArticleFig(id=1282336257330091001, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Table 8, caption=
Frame rate comparison between YOLOv11s and CD-YOLO models on different devices
, figureFileSmall=null, figureFileBig=null, tableContent=
| 模型 | 工作站 | 边缘算力设备 | TensorRT |
|---|
| YOLOv11s | 89.6 | 10.5 | 29.7 |
| CD-YOLO | 104.2 | 12.9 | 32.5 |
), ArticleFig(id=1282336257422365690, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=表8, caption=
YOLOv11s与CD-YOLO模型在不同设备上检测帧率对比 ( 帧/s)
, figureFileSmall=null, figureFileBig=null, tableContent=
| 模型 | 工作站 | 边缘算力设备 | TensorRT |
|---|
| YOLOv11s | 89.6 | 10.5 | 29.7 |
| CD-YOLO | 104.2 | 12.9 | 32.5 |
), ArticleFig(id=1282336257485280251, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=EN, label=Table 9, caption=
Comparison of carrot seedling detection performance between YOLOv11s and CD-YOLO on edge devices
, figureFileSmall=null, figureFileBig=null, tableContent=
| 模型 | 目标总数/个 | 识别数/个 | 正确识别数/个 | 漏识数/个 | 误识数/个 | 漏识率/% | 误识率/% |
|---|
| YOLOv11s | 492 | 453 | 429 | 63 | 24 | 12.8 | 5.3 |
| CD-YOLO | 492 | 480 | 467 | 25 | 13 | 5.1 | 2.7 |
), ArticleFig(id=1282336257552389116, tenantId=1146029695717560320, journalId=1281212937352253451, articleId=1281692360279048849, language=CN, label=表9, caption=
YOLOv11s与CD-YOLO边缘端上胡萝卜苗检测效果对比
, figureFileSmall=null, figureFileBig=null, tableContent=
| 模型 | 目标总数/个 | 识别数/个 | 正确识别数/个 | 漏识数/个 | 误识数/个 | 漏识率/% | 误识率/% |
|---|
| YOLOv11s | 492 | 453 | 429 | 63 | 24 | 12.8 | 5.3 |
| CD-YOLO | 492 | 480 | 467 | 25 | 13 | 5.1 | 2.7 |
)], attaches=null, journal=Journal(id=1281211802411339782, delFlag=0, nameCn=智慧农业(中英文), nameEn=Smart Agriculture, nameHistory1=null, nameHistory2=null, issn=2096-8094, eissn=2097-485X, cn=10-1681/S, coden=ZNZHD7, periodic=1, language=CN, oaType=null, ccby=null, superviseOffice=null, ownerOffice=null, pubOffice=null, editorOffice=null, officeType=null, aims=null, clcCode=null, officeProv=null, officeCity=null, officeAddr=null, officeZip=null, officeEmail=null, officePhone=null, editDirector=null, officeDirector=null, officeDirectorPhone=null, officeStaffNum=null, officeEmpNum=null, coverPicUrl=3ySu/Wank9ycKptCQ9bxHg==, journalPrice=null, startedYear=null, abbrevIsoEn=Smart Agriculture, journalRemark=null, publicationField=null, createdTime=1783394297461, updatedTime=1784022346804, createdBy=18614031015, updatedBy=13041195026, firstLetterCn=Z, firstLetterEn=Z, subjectCode=Life Sciences, subjectName=null, subjectCodeEn=Life Sciences, subjectNameEn=null, picCn=3ySu/Wank9ycKptCQ9bxHg==, picEn=6aR2ETcq7WHPaEneIXN2aw==, jcr=null, cjcr=null, exts=[JournalExt(id=1283846032387719244, language=CN, name=智慧农业(中英文), nameHistory1=null, nameHistory2=null, managedBy=, sponsoredBy=, publishedBy=, editorOffice=, officeProv=null, officeCity=null, officeAddr=, officeZip=, editDirector=, officeDirector=null, officePhone=null, coverPicUrl=null, journalRemark=, submitArticleUrl=null, websiteUrl=, createdTime=1784022346827, updatedTime=1784022346827, createdBy=13041195026, updatedBy=13041195026, submissionGuidelinesUrl=, submissionAuthorUrl=http://www.smartag.net.cn/Journalx_zhny/authorLogOn.action, submissionEditorUrl=http://www.smartag.net.cn/Journalx_zhny/editorLogOn.action, submissionReviewUrl=http://www.smartag.net.cn/Journalx_zhny/expertLogOn.action, submissionCeEditorUrl=, submissionAeEditorUrl=, option={"copyright":""}), JournalExt(id=1283846032433856589, language=EN, name=Smart Agriculture, nameHistory1=null, nameHistory2=null, managedBy=, sponsoredBy=, publishedBy=, editorOffice=, officeProv=null, officeCity=null, officeAddr=, officeZip=, editDirector=, officeDirector=null, officePhone=null, coverPicUrl=null, journalRemark=, submitArticleUrl=null, websiteUrl=, createdTime=1784022346838, updatedTime=1784022346838, createdBy=13041195026, updatedBy=13041195026, submissionGuidelinesUrl=, submissionAuthorUrl=http://www.smartag.net.cn/Journalx_zhny/authorLogOn.action, submissionEditorUrl=http://www.smartag.net.cn/Journalx_zhny/editorLogOn.action, submissionReviewUrl=http://www.smartag.net.cn/Journalx_zhny/expertLogOn.action, submissionCeEditorUrl=, submissionAeEditorUrl=, option={"copyright":""})], databaseList=null, tenantJournalId=1281212937352253451, websiteList=[Website(id=1281216327134188517, webName=null, webTitle=null, webDomain=null, webCopyrigh=null, webIpcNo=null, seoTitle=null, seoKeywords=null, seoDescription=null, tenantJournalId=null, journalId=1281212937352253451, journalNameCn=null, journalNameEn=null, grayFlag=null, tenantId=1146029695717560320, platformId=null, journalGroupId=null, journalGroupNameCn=null, journalGroupNameEn=null, type=1, domain=https://castjournals.cast.org.cn/joweb/zhny/CN, language=CN, createTime=1783395376237, createBy=18614031015, updateTime=1783395541424, updateBy=18614031015, name=智慧农业(中英文)-中文, tplId=1146099689490845704, title=智慧农业(中英文), delFlag=0, indexPage=/home, props=[WebsiteProps(id=1281217159418319048, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327134188517, code=articleTextType, value=kx, createTime=1783395574669, updateTime=1783395574669, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217159388958917, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327134188517, code=banner, value=null, createTime=1783395574662, updateTime=1783395574662, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217159443484875, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327134188517, code=grayFlag, value=0, createTime=1783395574675, updateTime=1783395574675, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217159355404484, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327134188517, code=logo, value=https://castjournals.cast.org.cn/joweb/zhny/CN/file/pic?fileId=RbfWW55ASXpJGAr1dytAUA==, createTime=1783395574654, updateTime=1783395574654, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217159456067789, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327134188517, code=minRunFlag, value=0, createTime=1783395574678, updateTime=1783395574678, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217159414124743, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327134188517, code=picServerUrl, value=https://castjournals.cast.org.cn/joweb/zhny/CN/file/pic, createTime=1783395574668, updateTime=1783395574668, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217159451873484, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327134188517, code=silenceFlag, value=0, createTime=1783395574677, updateTime=1783395574677, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217159401541830, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327134188517, code=staticResourcePath, value=https://castjournals.cast.org.cn/joweb/cast_kjdb_cn_619/, createTime=1783395574665, updateTime=1783395574665, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217159426707657, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327134188517, code=themeColor, value=null, createTime=1783395574671, updateTime=1783395574671, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217159435096266, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327134188517, code=themeStyle, value=null, createTime=1783395574673, updateTime=1783395574673, creator=18614031015, updator=18614031015)]), Website(id=1281216327880774635, webName=null, webTitle=null, webDomain=null, webCopyrigh=null, webIpcNo=null, seoTitle=null, seoKeywords=null, seoDescription=null, tenantJournalId=null, journalId=1281212937352253451, journalNameCn=null, journalNameEn=null, grayFlag=null, tenantId=1146029695717560320, platformId=null, journalGroupId=null, journalGroupNameCn=null, journalGroupNameEn=null, type=1, domain=https://castjournals.cast.org.cn/joweb/zhny/EN, language=EN, createTime=1783395376415, createBy=18614031015, updateTime=1783395537123, updateBy=18614031015, name=智慧农业(中英文)-英文, tplId=1146101810881728533, title=Smart Agriculture, delFlag=0, indexPage=/home, props=[WebsiteProps(id=1281217117114568888, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327880774635, code=articleTextType, value=kx, createTime=1783395564583, updateTime=1783395564583, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217117089403061, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327880774635, code=banner, value=null, createTime=1783395564577, updateTime=1783395564577, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217117135540411, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327880774635, code=grayFlag, value=0, createTime=1783395564588, updateTime=1783395564588, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217117064237236, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327880774635, code=logo, value=https://castjournals.cast.org.cn/joweb/zhny/EN/file/pic?fileId=RbfWW55ASXpJGAr1dytAUA==, createTime=1783395564571, updateTime=1783395564571, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217117148123325, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327880774635, code=minRunFlag, value=0, createTime=1783395564591, updateTime=1783395564591, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217117106180279, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327880774635, code=picServerUrl, value=https://castjournals.cast.org.cn/joweb/zhny/EN/file/pic, createTime=1783395564581, updateTime=1783395564581, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217117139734716, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327880774635, code=silenceFlag, value=0, createTime=1783395564589, updateTime=1783395564589, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217117097791670, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327880774635, code=staticResourcePath, value=https://castjournals.cast.org.cn/joweb/cast_kjdb_en_623/, createTime=1783395564579, updateTime=1783395564579, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217117122957497, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327880774635, code=themeColor, value=null, createTime=1783395564585, updateTime=1783395564585, creator=18614031015, updator=18614031015), WebsiteProps(id=1281217117127151802, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1281216327880774635, code=themeStyle, value=null, createTime=1783395564586, updateTime=1783395564586, creator=18614031015, updator=18614031015)])], journalTitle=智慧农业(中英文), weixinUrl=null, journalUrl=https://www.smartag.net.cn/, iacademicId=null, status=1, seqNo=null, journalTitleEn=Smart Agriculture, journalPhotoCn=3ySu/Wank9ycKptCQ9bxHg==, journalPhotoEn=6aR2ETcq7WHPaEneIXN2aw==, journalFirstLetter=Z, journalRecommend=null, journalNew=null, journalCollection=null, jcrJf=null, cjcrJf=null, jcrJfStr=null, cjcrJfStr=null, submissionFirstDecision=null, sciSubjectClassification=null, casSubjectClassification=null, citeScore=null, totalCitationFrequency=null, icpCode=null, psCode=null, advertisingLicenseCode=null, copyrightInformation=null, country=null, option=, provinceCode=null, provinceName=null, collectFlag=false, interPubPlatform=, interPubPlatformUrl=null), detailUrlCn=https://castjournals.cast.org.cn/joweb/zhny/CN/10.12133/j.smartag.SA202511008, detailUrlEn=https://castjournals.cast.org.cn/joweb/zhny/EN/10.12133/j.smartag.SA202511008, pdfUrlCn=https://castjournals.cast.org.cn/joweb/zhny/CN/PDF/10.12133/j.smartag.SA202511008, pdfUrlEn=https://castjournals.cast.org.cn/joweb/zhny/EN/PDF/10.12133/j.smartag.SA202511008, aliStartDate=0, aliEndDate=0, collectionFlag=false, citedCount=null, citedUrl=null, previewStatus=0, delFlag=0, hasFullText=1, orderTime=1774800000000, fullTextJson=null, articleText=null, reference=null)