arXiv:2606.31015cs.CV2026-06

通过稀疏注意力机制提升多光谱目标检测精度

Dual Sparse Aggregation Transformer for Multispectral Object Detection

论文配图:Dual Sparse Aggregation Transformer for Multispectral Object Detection
图 1 · 摘自论文原文
  • 采用空间与通道双稀疏注意力,只保留高相似度跨模态交互
  • 在四个公开数据集上优于现有方法,最高提升4.2% mAP
  • 适合需要高效融合红外与可见光图像的视觉系统研发

基于Transformer的方法在多光谱目标检测中表现优异,因其能建模长距离依赖并捕捉互补信息。然而,以往方法通常使用所有可用令牌进行相似性计算,导致无关区域间冗余信息交互,降低检测性能。为此,本文提出一种新型双稀疏聚合Transformer(DSAFormer),包含双稀疏Transformer(DSFormer)和可学习加权融合块(LAFB)。DSFormer引入三种关键组件:空间稀疏多头交叉注意力(SSMHCA)在空间层面仅保留高查询-键相似度得分,消除无关交互;通道稀疏多头交叉注意力(CSMHCA)在通道层面执行类似稀疏计算,增强特征表示并过滤低匹配项;多尺度特征精炼层(MSFRL)用于聚合层次化特征并抑制冗余信息。为有效融合多模态特征,引入LAFB通过特征重加权聚合模态内与模态间信息。大量实验表明,DSAFormer在四个公开数据集(MFAD、FLIR、M$^3$FD、LLVIP)上均优于当前最优方法,验证了其有效性。代码将开源于https://github.com/WenCongWu/DSAFormer。

原文摘要 · Abstract (English)

Transformer-based approaches have obtained excellent performance in multispectral object detection tasks due to their ability to model long-range dependencies and capture complementary information. However, previous transformer-based multispectral detection methods tend to use all available tokens for similarity calculation, which results in redundant information interaction from irrelevant areas, leading to degraded detection performance. To overcome this challenge, we propose a novel Dual Sparse Aggregation Transformer (DSAFormer) for multispectral object detection, which consists of a Dual Sparse Transformer (DSFormer) and a Learnable Addition Fusion Block (LAFB). Specifically, the DSFormer is designed to exploit and boost cross-modal complementary information, thereby improving detection performance. It incorporates three key components: A Spatial Sparse Multi-Head Cross-Attention (SSMHCA) mechanism selectively captures cross-modal relationships at the spatial level by reserving only the high query-key similarity scores, eliminating irrelevant interactions. A Channel Sparse Multi-Head Cross-Attention (CSMHCA) mechanism performs similar sparse calculations at the channel level to enhance feature representation and filter out low matching query-key. A Multi-Scale Feature Refinement Layer (MSFRL) is developed to aggregate hierarchical features and suppress redundant information. To effectively fuse multimodal features, the LAFB is introduced to aggregate intramodal and intermodal feature information by feature reweighting. Extensive experimental results have demonstrated that our proposed DSAFormer achieves better detection performance against state-of-the-art methods on four public datasets, including the MFAD, FLIR, M$^3$FD, and LLVIP. The source code of our DSAFormer will be released at https://github.com/WenCongWu/DSAFormer.

多光谱检测Transformer稀疏注意力红外可见融合

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。