YOLO-G3CF:用于多模态目标检测的高斯对比跨通道融合

Abdelbadie Belmouhcine;Minh-Tan Pham;Sébastien Lefèvre
{"title":"YOLO-G3CF:用于多模态目标检测的高斯对比跨通道融合","authors":"Abdelbadie Belmouhcine;Minh-Tan Pham;Sébastien Lefèvre","doi":"10.1109/LGRS.2025.3564181","DOIUrl":null,"url":null,"abstract":"Object detection is a crucial task in both computer vision and remote sensing. The performance of object detectors can vary across different modalities depending on lighting and weather conditions. To address these challenges, we propose a fusion module based on contrastive learning and Gaussian cross-channel attention, called Gaussian contrastive cross-channel fusion (G3CF). We integrate this module into a dual-you only look once (YOLO) architecture, forming YOLO-G3CF. The contrastive loss enforces similarity between the features sent to the detection head from both modality branches, as they should lead to the same detections. The Gaussian attention mechanism enables the model to fuse features in a higher dimensional space, enhancing discriminative power. Extensive experiments on VEDAI, GeoImageNet, VTUAV-det, and FLIR demonstrate that G3CF improves detection performance, achieving a mAP increase of up to 6.64% over the best single-modality baselines and outperforming prior multimodal fusion methods. Regarding model complexity, our fusion method operates at a late stage, increasing the computational cost of single-modality YOLO by approximately 150% in terms of giga floating-point operations per second (GFLOP). For instance, YOLOv8 requires 52.84 GFLOPs, whereas YOLOv8-G3CF, due to its dual architecture and three G3CF modules, increases this to 131.22 GFLOPs. However, a single G3CF module requires only ~15 GFLOPs. Despite this overhead, our approach remains computationally less expensive than transformer-based models, e.g., ICAFusion requires 284.80 GFLOPs. Moreover, the proposed method still operates in real-time, achieving ~19 FPS on an NVIDIA RTX 2080. The code is available at <uri>https://github.com/abelmouhcine/YOLO-G3CF</uri>.","PeriodicalId":91017,"journal":{"name":"IEEE geoscience and remote sensing letters : a publication of the IEEE Geoscience and Remote Sensing Society","volume":"22 ","pages":"1-5"},"PeriodicalIF":0.0000,"publicationDate":"2025-04-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"YOLO-G3CF: Gaussian Contrastive Cross-Channel Fusion for Multimodal Object Detection\",\"authors\":\"Abdelbadie Belmouhcine;Minh-Tan Pham;Sébastien Lefèvre\",\"doi\":\"10.1109/LGRS.2025.3564181\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Object detection is a crucial task in both computer vision and remote sensing. The performance of object detectors can vary across different modalities depending on lighting and weather conditions. To address these challenges, we propose a fusion module based on contrastive learning and Gaussian cross-channel attention, called Gaussian contrastive cross-channel fusion (G3CF). We integrate this module into a dual-you only look once (YOLO) architecture, forming YOLO-G3CF. The contrastive loss enforces similarity between the features sent to the detection head from both modality branches, as they should lead to the same detections. The Gaussian attention mechanism enables the model to fuse features in a higher dimensional space, enhancing discriminative power. Extensive experiments on VEDAI, GeoImageNet, VTUAV-det, and FLIR demonstrate that G3CF improves detection performance, achieving a mAP increase of up to 6.64% over the best single-modality baselines and outperforming prior multimodal fusion methods. Regarding model complexity, our fusion method operates at a late stage, increasing the computational cost of single-modality YOLO by approximately 150% in terms of giga floating-point operations per second (GFLOP). For instance, YOLOv8 requires 52.84 GFLOPs, whereas YOLOv8-G3CF, due to its dual architecture and three G3CF modules, increases this to 131.22 GFLOPs. However, a single G3CF module requires only ~15 GFLOPs. Despite this overhead, our approach remains computationally less expensive than transformer-based models, e.g., ICAFusion requires 284.80 GFLOPs. Moreover, the proposed method still operates in real-time, achieving ~19 FPS on an NVIDIA RTX 2080. The code is available at <uri>https://github.com/abelmouhcine/YOLO-G3CF</uri>.\",\"PeriodicalId\":91017,\"journal\":{\"name\":\"IEEE geoscience and remote sensing letters : a publication of the IEEE Geoscience and Remote Sensing Society\",\"volume\":\"22 \",\"pages\":\"1-5\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2025-04-24\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"IEEE geoscience and remote sensing letters : a publication of the IEEE Geoscience and Remote Sensing Society\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://ieeexplore.ieee.org/document/10975811/\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"IEEE geoscience and remote sensing letters : a publication of the IEEE Geoscience and Remote Sensing Society","FirstCategoryId":"1085","ListUrlMain":"https://ieeexplore.ieee.org/document/10975811/","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

摘要

目标检测是计算机视觉和遥感领域的一项重要任务。物体探测器的性能可以根据光照和天气条件在不同的模式下变化。为了解决这些问题,我们提出了一种基于对比学习和高斯跨通道注意的融合模块,称为高斯对比跨通道融合(G3CF)。我们将该模块集成到双看一次(YOLO)架构中,形成YOLO- g3cf。对比损失强化了从两个模态分支发送到检测头的特征之间的相似性,因为它们应该导致相同的检测。高斯注意机制使模型能够融合高维空间的特征,增强了判别能力。在VEDAI、GeoImageNet、VTUAV-det和FLIR上的大量实验表明,G3CF提高了检测性能,mAP比最佳单模态基线提高了6.64%,优于先前的多模态融合方法。在模型复杂性方面,我们的融合方法在后期运行,以每秒千兆浮点运算(GFLOP)计算,将单模态YOLO的计算成本提高了约150%。例如,YOLOv8需要52.84 GFLOPs,而YOLOv8-G3CF由于其双体系结构和三个G3CF模块,将其增加到131.22 GFLOPs。然而,单个G3CF模块只需要~15个gflop。尽管有这些开销,我们的方法仍然比基于变压器的模型计算成本更低,例如,ICAFusion需要284.80 GFLOPs。此外,该方法仍然是实时运行的,在NVIDIA RTX 2080上实现了~19 FPS。代码可在https://github.com/abelmouhcine/YOLO-G3CF上获得。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
YOLO-G3CF: Gaussian Contrastive Cross-Channel Fusion for Multimodal Object Detection
Object detection is a crucial task in both computer vision and remote sensing. The performance of object detectors can vary across different modalities depending on lighting and weather conditions. To address these challenges, we propose a fusion module based on contrastive learning and Gaussian cross-channel attention, called Gaussian contrastive cross-channel fusion (G3CF). We integrate this module into a dual-you only look once (YOLO) architecture, forming YOLO-G3CF. The contrastive loss enforces similarity between the features sent to the detection head from both modality branches, as they should lead to the same detections. The Gaussian attention mechanism enables the model to fuse features in a higher dimensional space, enhancing discriminative power. Extensive experiments on VEDAI, GeoImageNet, VTUAV-det, and FLIR demonstrate that G3CF improves detection performance, achieving a mAP increase of up to 6.64% over the best single-modality baselines and outperforming prior multimodal fusion methods. Regarding model complexity, our fusion method operates at a late stage, increasing the computational cost of single-modality YOLO by approximately 150% in terms of giga floating-point operations per second (GFLOP). For instance, YOLOv8 requires 52.84 GFLOPs, whereas YOLOv8-G3CF, due to its dual architecture and three G3CF modules, increases this to 131.22 GFLOPs. However, a single G3CF module requires only ~15 GFLOPs. Despite this overhead, our approach remains computationally less expensive than transformer-based models, e.g., ICAFusion requires 284.80 GFLOPs. Moreover, the proposed method still operates in real-time, achieving ~19 FPS on an NVIDIA RTX 2080. The code is available at https://github.com/abelmouhcine/YOLO-G3CF.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
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学术官方微信