Deep Fourier-embedded Network for RGB and Thermal Salient Object Detection
Pengfei Lyu, Xiaosheng Yu, Pak-Hei Yeung, Chengdong Wu, Jagath C. Rajapakse
TL;DR
RGB-T salient object detection faces challenges from variable lighting and high-resolution bimodal fusion, where Transformer-based approaches incur large memory costs. FreqSal introduces a purely FFT-based architecture that fuses RGB and thermal information in the frequency domain through MPA, clarifies edges with FEB, and decodes with high-frequency–oriented FRCAB, guided by CFL. The approach yields state-of-the-art results across ten RGB-T benchmarks and generalizes to RGB-D-T and RGB-D SOD while supporting high input resolutions up to $512^2$. This work demonstrates the strong potential of Fourier-domain learning for dense prediction tasks and provides a scalable alternative to transformer-heavy methods.
Abstract
The rapid development of deep learning has significantly improved salient object detection (SOD) combining both RGB and thermal (RGB-T) images. However, existing Transformer-based RGB-T SOD models with quadratic complexity are memory-intensive, limiting their application in high-resolution bimodal feature fusion. To overcome this limitation, we propose a purely Fourier Transform-based model, namely Deep Fourier-embedded Network (FreqSal), for accurate RGB-T SOD. Specifically, we leverage the efficiency of Fast Fourier Transform with linear complexity to design three key components: (1) To fuse RGB and thermal modalities, we propose Modal-coordinated Perception Attention, which aligns and enhances bimodal Fourier representation in multiple dimensions; (2) To clarify object edges and suppress noise, we design Frequency-decomposed Edge-aware Block, which deeply decomposes and filters Fourier components of low-level features; (3) To accurately decode features, we propose Fourier Residual Channel Attention Block, which prioritizes high-frequency information while aligning channel-wise global relationships. Additionally, even when converged, existing deep learning-based SOD models' predictions still exhibit frequency gaps relative to ground-truth. To address this problem, we propose Co-focus Frequency Loss, which dynamically weights hard frequencies during edge frequency reconstruction by cross-referencing bimodal edge information in the Fourier domain. Extensive experiments on ten bimodal SOD benchmark datasets demonstrate that FreqSal outperforms twenty-nine existing state-of-the-art bimodal SOD models. Comprehensive ablation studies further validate the value and effectiveness of our newly proposed components. The code is available at https://github.com/JoshuaLPF/FreqSal.
