Info-YOLO:一种新的遥感目标检测多尺度特征增强体系结构

IF 2.3 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE
Expert Systems Pub Date : 2026-04-04 DOI:10.1111/exsy.70255
Ying Wang, Yuelin Gao, Yanxiang Zhao
{"title":"Info-YOLO:一种新的遥感目标检测多尺度特征增强体系结构","authors":"Ying Wang,&nbsp;Yuelin Gao,&nbsp;Yanxiang Zhao","doi":"10.1111/exsy.70255","DOIUrl":null,"url":null,"abstract":"<div>\n \n <p>The detection of dense, small objects in remote sensing imagery is significantly challenged by high altitude, complex backgrounds and ultra-high resolution, which often leads to false positives and false negatives, notably in scenes with dense and small objects. To address the aforementioned challenges, this paper proposes Info-YOLO, a novel algorithm designed to reliably identify small and densely packed targets against complex backgrounds. Our initial step is to propose an Efficient Channel Attention mechanism and apply it to C2f and SPPF in the backbone network, called Feature Enhancement and Extraction Module (FEEM) and ECA-enhanced Spatial Pyramid Pooling Fast (ECSPPF). FEEM enhances the multiscale feature extraction capability, and ECSPPF alleviates information loss associated with multistep pooling. In addition, to alleviate the problem of inaccurate detection caused by overlapping objects, we employ an improved Bidirectional Feature Pyramid Network (BiFPN) for its superior feature fusion ability, replacing the conventional Path Aggregation Network (PANet) and achieving more effective integration of multiscale features with superior performance. Furthermore, to further boost the detection accuracy for small targets, a Swin Transformer block is inserted at the transition point linking the network's neck and the prediction head. Our model achieves a new state-of-the-art mAP of 95.3% on the same dataset, surpassing all contemporary methods. To facilitate reproducibility and further research, the source code is publicly available at: https://github.com/linyuesummer/Info-YOLO-paper-code.</p>\n </div>","PeriodicalId":51053,"journal":{"name":"Expert Systems","volume":"43 5","pages":""},"PeriodicalIF":2.3000,"publicationDate":"2026-04-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Info-YOLO: A Novel Multiscale Feature Enhancement Architecture for Remote Sensing Object Detection\",\"authors\":\"Ying Wang,&nbsp;Yuelin Gao,&nbsp;Yanxiang Zhao\",\"doi\":\"10.1111/exsy.70255\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div>\\n \\n <p>The detection of dense, small objects in remote sensing imagery is significantly challenged by high altitude, complex backgrounds and ultra-high resolution, which often leads to false positives and false negatives, notably in scenes with dense and small objects. To address the aforementioned challenges, this paper proposes Info-YOLO, a novel algorithm designed to reliably identify small and densely packed targets against complex backgrounds. Our initial step is to propose an Efficient Channel Attention mechanism and apply it to C2f and SPPF in the backbone network, called Feature Enhancement and Extraction Module (FEEM) and ECA-enhanced Spatial Pyramid Pooling Fast (ECSPPF). FEEM enhances the multiscale feature extraction capability, and ECSPPF alleviates information loss associated with multistep pooling. In addition, to alleviate the problem of inaccurate detection caused by overlapping objects, we employ an improved Bidirectional Feature Pyramid Network (BiFPN) for its superior feature fusion ability, replacing the conventional Path Aggregation Network (PANet) and achieving more effective integration of multiscale features with superior performance. Furthermore, to further boost the detection accuracy for small targets, a Swin Transformer block is inserted at the transition point linking the network's neck and the prediction head. Our model achieves a new state-of-the-art mAP of 95.3% on the same dataset, surpassing all contemporary methods. To facilitate reproducibility and further research, the source code is publicly available at: https://github.com/linyuesummer/Info-YOLO-paper-code.</p>\\n </div>\",\"PeriodicalId\":51053,\"journal\":{\"name\":\"Expert Systems\",\"volume\":\"43 5\",\"pages\":\"\"},\"PeriodicalIF\":2.3000,\"publicationDate\":\"2026-04-04\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Expert Systems\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://onlinelibrary.wiley.com/doi/10.1111/exsy.70255\",\"RegionNum\":4,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q2\",\"JCRName\":\"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Expert Systems","FirstCategoryId":"94","ListUrlMain":"https://onlinelibrary.wiley.com/doi/10.1111/exsy.70255","RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q2","JCRName":"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE","Score":null,"Total":0}
引用次数: 0

摘要

高海拔、复杂背景和超高分辨率对遥感图像中密集小物体的检测提出了重大挑战,这往往会导致假阳性和假阴性,特别是在密集小物体的场景中。为了解决上述问题,本文提出了一种新的Info-YOLO算法,该算法旨在在复杂背景下可靠地识别小而密集的目标。我们的第一步是提出一种有效的通道注意机制,并将其应用于骨干网络中的C2f和SPPF,称为特征增强和提取模块(FEEM)和eca增强的空间金字塔池快速(ECSPPF)。FEEM增强了多尺度特征提取能力,ECSPPF减轻了多步池化带来的信息丢失。此外,为了缓解目标重叠导致的检测不准确的问题,我们采用了改进的双向特征金字塔网络(BiFPN),该网络具有优越的特征融合能力,取代了传统的路径聚合网络(PANet),实现了多尺度特征更有效的融合,并具有优越的性能。此外,为了进一步提高对小目标的检测精度,在连接网络颈部和预测头部的过渡点插入了一个Swin Transformer块。我们的模型在相同的数据集上实现了95.3%的新的最先进的mAP,超过了所有当代方法。为了便于再现性和进一步的研究,源代码可以在:https://github.com/linyuesummer/Info-YOLO-paper-code上公开获得。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Info-YOLO: A Novel Multiscale Feature Enhancement Architecture for Remote Sensing Object Detection

The detection of dense, small objects in remote sensing imagery is significantly challenged by high altitude, complex backgrounds and ultra-high resolution, which often leads to false positives and false negatives, notably in scenes with dense and small objects. To address the aforementioned challenges, this paper proposes Info-YOLO, a novel algorithm designed to reliably identify small and densely packed targets against complex backgrounds. Our initial step is to propose an Efficient Channel Attention mechanism and apply it to C2f and SPPF in the backbone network, called Feature Enhancement and Extraction Module (FEEM) and ECA-enhanced Spatial Pyramid Pooling Fast (ECSPPF). FEEM enhances the multiscale feature extraction capability, and ECSPPF alleviates information loss associated with multistep pooling. In addition, to alleviate the problem of inaccurate detection caused by overlapping objects, we employ an improved Bidirectional Feature Pyramid Network (BiFPN) for its superior feature fusion ability, replacing the conventional Path Aggregation Network (PANet) and achieving more effective integration of multiscale features with superior performance. Furthermore, to further boost the detection accuracy for small targets, a Swin Transformer block is inserted at the transition point linking the network's neck and the prediction head. Our model achieves a new state-of-the-art mAP of 95.3% on the same dataset, surpassing all contemporary methods. To facilitate reproducibility and further research, the source code is publicly available at: https://github.com/linyuesummer/Info-YOLO-paper-code.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Expert Systems
Expert Systems 工程技术-计算机:理论方法
CiteScore
7.40
自引率
6.10%
发文量
266
审稿时长
24 months
期刊介绍: Expert Systems: The Journal of Knowledge Engineering publishes papers dealing with all aspects of knowledge engineering, including individual methods and techniques in knowledge acquisition and representation, and their application in the construction of systems – including expert systems – based thereon. Detailed scientific evaluation is an essential part of any paper. As well as traditional application areas, such as Software and Requirements Engineering, Human-Computer Interaction, and Artificial Intelligence, we are aiming at the new and growing markets for these technologies, such as Business, Economy, Market Research, and Medical and Health Care. The shift towards this new focus will be marked by a series of special issues covering hot and emergent topics.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信
小红书