CVJun 12, 2025

FSATFusion: Frequency-Spatial Attention Transformer for Infrared and Visible Image Fusion

arXiv:2506.10366v17 citationsh-index: 9Has CodeComputer Vision and Image Understanding
Originality Incremental advance
AI Analysis

This work addresses image fusion for applications like object detection, but it is incremental as it builds on existing Transformer and attention mechanisms.

The authors tackled the problem of infrared and visible image fusion by proposing FSATFusion, a network that uses a frequency-spatial attention Transformer to capture global context and reduce information loss, achieving superior fusion quality and efficiency compared to state-of-the-art methods.

The infrared and visible images fusion (IVIF) is receiving increasing attention from both the research community and industry due to its excellent results in downstream applications. Existing deep learning approaches often utilize convolutional neural networks to extract image features. However, the inherently capacity of convolution operations to capture global context can lead to information loss, thereby restricting fusion performance. To address this limitation, we propose an end-to-end fusion network named the Frequency-Spatial Attention Transformer Fusion Network (FSATFusion). The FSATFusion contains a frequency-spatial attention Transformer (FSAT) module designed to effectively capture discriminate features from source images. This FSAT module includes a frequency-spatial attention mechanism (FSAM) capable of extracting significant features from feature maps. Additionally, we propose an improved Transformer module (ITM) to enhance the ability to extract global context information of vanilla Transformer. We conducted both qualitative and quantitative comparative experiments, demonstrating the superior fusion quality and efficiency of FSATFusion compared to other state-of-the-art methods. Furthermore, our network was tested on two additional tasks without any modifications, to verify the excellent generalization capability of FSATFusion. Finally, the object detection experiment demonstrated the superiority of FSATFusion in downstream visual tasks. Our code is available at https://github.com/Lmmh058/FSATFusion.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes