Efficient Fourier Filtering Network with Contrastive Learning for AAV-based Unaligned Bimodal Salient Object Detection
Pengfei Lyu, Pak-Hei Yeung, Xiaosheng Yu, Xiufei Cheng, Chengdong Wu, Jagath C. Rajapakse
TL;DR
The paper tackles the challenge of real-time, accurate BSOD on autonomous aerial vehicles when RGB and thermal modalities are unaligned. It introduces AlignSal, a lightweight framework that combines an FFT-based encoder with two novel modules: SCAL for semantic-level cross-modal alignment via a contrastive loss, and SAF for pixel-level fusion through FFT-based global filtering. Empirical results across the AAV RGB-T 2400 dataset and other bimodal benchmarks show that AlignSal achieves real-time performance while surpassing many state-of-the-art models in accuracy, with substantial reductions in parameters and computational cost compared to the leading MROS system. The ablation studies confirm the critical roles of SCAL and SAF, and the generalization tests demonstrate robustness across weakly aligned, aligned, and remote sensing datasets, underscoring AlignSal’s practicality for real-world AAV deployment.
Abstract
Autonomous aerial vehicle (AAV)-based bi-modal salient object detection (BSOD) aims to segment salient objects in a scene utilizing complementary cues in unaligned RGB and thermal image pairs. However, the high computational expense of existing AAV-based BSOD models limits their applicability to real-world AAV devices. To address this problem, we propose an efficient Fourier filter network with contrastive learning that achieves both real-time and accurate performance. Specifically, we first design a semantic contrastive alignment loss to align the two modalities at the semantic level, which facilitates mutual refinement in a parameter-free way. Second, inspired by the fast Fourier transform that obtains global relevance in linear complexity, we propose synchronized alignment fusion, which aligns and fuses bi-modal features in the channel and spatial dimensions by a hierarchical filtering mechanism. Our proposed model, AlignSal, reduces the number of parameters by 70.0%, decreases the floating point operations by 49.4%, and increases the inference speed by 152.5% compared to the cutting-edge BSOD model (i.e., MROS). Extensive experiments on the AAV RGB-T 2400 and seven bi-modal dense prediction datasets demonstrate that AlignSal achieves both real-time inference speed and better performance and generalizability compared to nineteen state-of-the-art models across most evaluation metrics. In addition, our ablation studies further verify AlignSal's potential in boosting the performance of existing aligned BSOD models on AAV-based unaligned data. The code is available at: https://github.com/JoshuaLPF/AlignSal.
