用可变形令牌融合提升无人机多模态目标检测精度
UAVD-Mamba: Deformable Token Fusion Vision Mamba for Multimodal UAV Detection
- 引入可变形令牌模块,自适应捕捉复杂形状目标
- 在DroneVehicle数据集上mAP达91.2%,比基线高3.6%
- 适合小目标、遮挡严重的无人机检测场景
无人机目标检测广泛应用于交通管理、农业和应急救援等领域。然而,其面临遮挡、小目标尺寸和不规则形状等挑战,亟需高效鲁棒的多模态检测方法。Mamba在多模态图像融合中展现出潜力。本文提出UAVD-Mamba框架,基于Mamba架构设计可变形令牌Mamba块(DTMB),通过融合可变形卷积与普通卷积的自适应补丁生成可变形令牌,增强几何适应性。为优化多模态特征互补性,分别设计RGB与红外模态的独立DTMB,输出经融合Mamba块进行特征融合。为提升多尺度检测能力,尤其针对小目标,在不同层级堆叠四个DTMB生成多尺度特征表示,并输入检测颈模块(DNM)。DNM借鉴YOLOv11结构,改进SPPF和C3K2模块以更好处理多尺度特征。此外,在DTMB前引入跨增强空间注意力,融合后加入跨通道注意力,提取更具判别性的特征。在DroneVehicle数据集上的实验表明,本方法较基线OAFA方法在mAP指标上提升3.6%。代码将开源于https://github.com/GreatPlum-hnu/UAVD-Mamba.git。
原文摘要 · Abstract (English)
Unmanned Aerial Vehicle (UAV) object detection has been widely used in traffic management, agriculture, emergency rescue, etc. However, it faces significant challenges, including occlusions, small object sizes, and irregular shapes. These challenges highlight the necessity for a robust and efficient multimodal UAV object detection method. Mamba has demonstrated considerable potential in multimodal image fusion. Leveraging this, we propose UAVD-Mamba, a multimodal UAV object detection framework based on Mamba architectures. To improve geometric adaptability, we propose the Deformable Token Mamba Block (DTMB) to generate deformable tokens by incorporating adaptive patches from deformable convolutions alongside normal patches from normal convolutions, which serve as the inputs to the Mamba Block. To optimize the multimodal feature complementarity, we design two separate DTMBs for the RGB and infrared (IR) modalities, with the outputs from both DTMBs integrated into the Mamba Block for feature extraction and into the Fusion Mamba Block for feature fusion. Additionally, to improve multiscale object detection, especially for small objects, we stack four DTMBs at different scales to produce multiscale feature representations, which are then sent to the Detection Neck for Mamba (DNM). The DNM module, inspired by the YOLO series, includes modifications to the SPPF and C3K2 of YOLOv11 to better handle the multiscale features. In particular, we employ cross-enhanced spatial attention before the DTMB and cross-channel attention after the Fusion Mamba Block to extract more discriminative features. Experimental results on the DroneVehicle dataset show that our method outperforms the baseline OAFA method by 3.6% in the mAP metric. Codes will be released at https://github.com/GreatPlum-hnu/UAVD-Mamba.git.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。