用快速傅里叶变换实现高效跨模态图像显著目标检测
Deep Fourier-embedded Network for RGB and Thermal Salient Object Detection
- 基于快速傅里叶变换设计三类模块,实现线性复杂度的双模特征融合
- 在10个基准数据集上超越29个现有模型,尤其在高分辨率下表现优异
- 适合需要实时处理高分辨率红外-可见光图像的工程应用
深度学习的快速发展显著提升了融合可见光与红外(RGB-T)图像的显著目标检测(SOD)性能。然而,现有基于Transformer的RGB-T SOD模型因二次复杂度导致内存占用大,限制了其在高分辨率双模特征融合中的应用。为此,我们提出一种纯傅里叶变换架构——深度傅里叶嵌入网络(FreqSal),利用快速傅里叶变换的线性复杂度设计三个核心组件:(1) 模态协同感知注意力,多维度对齐并增强双模傅里叶表示;(2) 频率分解边缘感知块,深度分解并滤除低层特征的傅里叶分量以强化边缘、抑制噪声;(3) 傅里叶残差通道注意力块,在保持通道全局关系的同时优先关注高频信息。此外,现有深度学习模型即使收敛,预测结果仍存在与真实标签的频率偏差。为此,我们提出协同聚焦频率损失(Co-focus Frequency Loss),通过在傅里叶域交叉参考双模边缘信息,动态加权重建过程中的困难频率。在10个双模SOD基准数据集上的大量实验表明,FreqSal优于29个现有先进模型。全面的消融实验进一步验证了所提组件的有效性。代码已开源:https://github.com/JoshuaLPF/FreqSal。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。