🤖 AI Summary
To address insufficient feature fusion and high-frequency information loss in RGB-infrared cross-modal object detection, this paper proposes WaveMamba—a novel framework that pioneers the integration of discrete wavelet transform (DWT) into multimodal fusion. DWT decomposes features into low-frequency (structural) and high-frequency (textural/edge) components, enabling dedicated processing: a low-frequency Mamba fusion module and a gated attention mechanism facilitate deep cross-modal interaction, while an absolute maximum selection strategy enhances high-frequency representation. Finally, inverse DWT (IDWT) reconstructs the detection head to minimize information degradation. Evaluated on four benchmark datasets, WaveMamba achieves a 4.5% average mAP improvement over state-of-the-art methods, demonstrating superior robustness and effectiveness in complex scenarios.
📝 Abstract
Leveraging the complementary characteristics of visible (RGB) and infrared (IR) imagery offers significant potential for improving object detection. In this paper, we propose WaveMamba, a cross-modality fusion method that efficiently integrates the unique and complementary frequency features of RGB and IR decomposed by Discrete Wavelet Transform (DWT). An improved detection head incorporating the Inverse Discrete Wavelet Transform (IDWT) is also proposed to reduce information loss and produce the final detection results. The core of our approach is the introduction of WaveMamba Fusion Block (WMFB), which facilitates comprehensive fusion across low-/high-frequency sub-bands. Within WMFB, the Low-frequency Mamba Fusion Block (LMFB), built upon the Mamba framework, first performs initial low-frequency feature fusion with channel swapping, followed by deep fusion with an advanced gated attention mechanism for enhanced integration. High-frequency features are enhanced using a strategy that applies an ``absolute maximum" fusion approach. These advancements lead to significant performance gains, with our method surpassing state-of-the-art approaches and achieving average mAP improvements of 4.5% on four benchmarks.