基于可旋转边界框的遥感图像目标检测

W. Zhuang, Xiaona Tang, Guangyu Yang, Guangming Yuan, Haoyuan Yu
{"title":"基于可旋转边界框的遥感图像目标检测","authors":"W. Zhuang, Xiaona Tang, Guangyu Yang, Guangming Yuan, Haoyuan Yu","doi":"10.1109/dsins54396.2021.9670625","DOIUrl":null,"url":null,"abstract":"Remote sensing image object detection is widely used in military investigations, disaster relief and urban traffic management. However, unlike ordinary images, remote sensing images are acquired from aerial photography, resulting in a variety of directions where targets are arranged. This situation leads to the poor detection accuracy of general object detection algorithms on remote sensing images. To address the problem that existing object detection algorithms have difficulty in detecting targets in remote sensing images with high accuracy, an improved YOLOv5 algorithm (Rotate-YOLOv5) was proposed for detecting arbitrary-oriented object in remote sensing images. Firstly, YOLOv5m was chosen as the baseline to build the network model, four types of movable targets were selected from the public dataset DOTA: plane, small vehicle, large vehicle and ship. And the dataset images were cropped to a size of 1024×1024 and preprocessed with mosaic data enhancements. And the anchor box size was determined by the adaptive anchor box filtering method. The long-edge definition method based on circular smoothing labels was used to achieve the rotation of the bounding box. The effect of angular periodicity on training was addressed by converting the regression problem into a classification problem. Finally, the CIoU loss was used as the loss function of the bounding box to improve the detection accuracy on the basis of ensuring the detection speed. The results show that the proposed algorithm achieves an improvement of 13.4% in mean average precision over YOLOv5. This algorithm can improve the accuracy of remote sensing image object detection.","PeriodicalId":243724,"journal":{"name":"2021 International Conference on Digital Society and Intelligent Systems (DSInS)","volume":"45 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2021-12-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"1","resultStr":"{\"title\":\"Remote sensing image object detection based on rotatable bounding box\",\"authors\":\"W. Zhuang, Xiaona Tang, Guangyu Yang, Guangming Yuan, Haoyuan Yu\",\"doi\":\"10.1109/dsins54396.2021.9670625\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Remote sensing image object detection is widely used in military investigations, disaster relief and urban traffic management. However, unlike ordinary images, remote sensing images are acquired from aerial photography, resulting in a variety of directions where targets are arranged. This situation leads to the poor detection accuracy of general object detection algorithms on remote sensing images. To address the problem that existing object detection algorithms have difficulty in detecting targets in remote sensing images with high accuracy, an improved YOLOv5 algorithm (Rotate-YOLOv5) was proposed for detecting arbitrary-oriented object in remote sensing images. Firstly, YOLOv5m was chosen as the baseline to build the network model, four types of movable targets were selected from the public dataset DOTA: plane, small vehicle, large vehicle and ship. And the dataset images were cropped to a size of 1024×1024 and preprocessed with mosaic data enhancements. And the anchor box size was determined by the adaptive anchor box filtering method. The long-edge definition method based on circular smoothing labels was used to achieve the rotation of the bounding box. The effect of angular periodicity on training was addressed by converting the regression problem into a classification problem. Finally, the CIoU loss was used as the loss function of the bounding box to improve the detection accuracy on the basis of ensuring the detection speed. The results show that the proposed algorithm achieves an improvement of 13.4% in mean average precision over YOLOv5. This algorithm can improve the accuracy of remote sensing image object detection.\",\"PeriodicalId\":243724,\"journal\":{\"name\":\"2021 International Conference on Digital Society and Intelligent Systems (DSInS)\",\"volume\":\"45 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2021-12-03\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"1\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2021 International Conference on Digital Society and Intelligent Systems (DSInS)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/dsins54396.2021.9670625\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2021 International Conference on Digital Society and Intelligent Systems (DSInS)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/dsins54396.2021.9670625","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 1

摘要

遥感图像目标检测广泛应用于军事调查、灾害救援和城市交通管理等领域。然而,与普通图像不同的是,遥感图像是通过航空摄影获取的,因此目标的排列方向多种多样。这种情况导致了一般的目标检测算法在遥感图像上的检测精度较差。针对现有目标检测算法难以对遥感图像中目标进行高精度检测的问题,提出了一种改进的YOLOv5算法(Rotate-YOLOv5),用于遥感图像中任意方向目标的检测。首先,以YOLOv5m为基线建立网络模型,从公开数据集DOTA中选取飞机、小型车辆、大型车辆和船舶4类可移动目标。数据集图像被裁剪为1024×1024大小,并使用马赛克数据增强进行预处理。采用自适应锚盒滤波方法确定锚盒大小。采用基于圆形平滑标签的长边定义方法实现边界框的旋转。通过将回归问题转化为分类问题,解决了角周期性对训练的影响。最后,利用CIoU损失作为边界盒的损失函数,在保证检测速度的基础上提高检测精度。结果表明,该算法的平均精度比YOLOv5提高了13.4%。该算法可以提高遥感图像目标检测的精度。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Remote sensing image object detection based on rotatable bounding box
Remote sensing image object detection is widely used in military investigations, disaster relief and urban traffic management. However, unlike ordinary images, remote sensing images are acquired from aerial photography, resulting in a variety of directions where targets are arranged. This situation leads to the poor detection accuracy of general object detection algorithms on remote sensing images. To address the problem that existing object detection algorithms have difficulty in detecting targets in remote sensing images with high accuracy, an improved YOLOv5 algorithm (Rotate-YOLOv5) was proposed for detecting arbitrary-oriented object in remote sensing images. Firstly, YOLOv5m was chosen as the baseline to build the network model, four types of movable targets were selected from the public dataset DOTA: plane, small vehicle, large vehicle and ship. And the dataset images were cropped to a size of 1024×1024 and preprocessed with mosaic data enhancements. And the anchor box size was determined by the adaptive anchor box filtering method. The long-edge definition method based on circular smoothing labels was used to achieve the rotation of the bounding box. The effect of angular periodicity on training was addressed by converting the regression problem into a classification problem. Finally, the CIoU loss was used as the loss function of the bounding box to improve the detection accuracy on the basis of ensuring the detection speed. The results show that the proposed algorithm achieves an improvement of 13.4% in mean average precision over YOLOv5. This algorithm can improve the accuracy of remote sensing image object detection.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
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学术文献互助群
群 号:481959085
Book学术官方微信