Image Fusion Transformer

Vibashan VS,Jeya Maria Jose Valanarasu,Poojan Oza,Vishal M. Patel
DOI: https://doi.org/10.48550/arXiv.2107.09011
2022-12-05
Abstract:In image fusion, images obtained from different sensors are fused to generate a single image with enhanced information. In recent years, state-of-the-art methods have adopted Convolution Neural Networks (CNNs) to encode meaningful features for image fusion. Specifically, CNN-based methods perform image fusion by fusing local features. However, they do not consider long-range dependencies that are present in the image. Transformer-based models are designed to overcome this by modeling the long-range dependencies with the help of self-attention mechanism. This motivates us to propose a novel Image Fusion Transformer (IFT) where we develop a transformer-based multi-scale fusion strategy that attends to both local and long-range information (or global context). The proposed method follows a two-stage training approach. In the first stage, we train an auto-encoder to extract deep features at multiple scales. In the second stage, multi-scale features are fused using a Spatio-Transformer (ST) fusion strategy. The ST fusion blocks are comprised of a CNN and a transformer branch which capture local and long-range features, respectively. Extensive experiments on multiple benchmark datasets show that the proposed method performs better than many competitive fusion algorithms. Furthermore, we show the effectiveness of the proposed ST fusion strategy with an ablation analysis. The source code is available at: <a class="link-external link-https" href="https://github.com/Vibashan/Image-Fusion-Transformer" rel="external noopener nofollow">this https URL</a>.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper aims to address key issues in image fusion, particularly how to generate a single image that contains enhanced information. Specifically: 1. **Fusing Local and Long-Range Dependencies**: - Current convolutional neural network (CNN)-based methods mainly focus on the fusion of local features but overlook the long-range dependencies present in images. - To overcome this limitation, the authors propose a new Image Fusion Transformer (IFT) that combines local information and long-range dependencies. 2. **Improving Fusion Quality**: - By introducing a new Spatio-Transformer (ST) fusion strategy, this method captures both local features and global contextual information at multiple scales. - Experimental results on various benchmark datasets show that this method outperforms existing image fusion algorithms. 3. **Validating Effectiveness**: - Extensive experiments on multiple benchmark datasets demonstrate the effectiveness of the proposed method, and ablation studies are conducted to prove the importance of extracting both local and long-range information. In summary, the main goal of this paper is to improve the quality of image fusion by combining local features and long-range dependencies.