CVLGSep 18, 2024

DAF-Net: A Dual-Branch Feature Decomposition Fusion Network with Domain Adaptive for Infrared and Visible Image Fusion

arXiv:2409.11642v17 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of multimodal image fusion for enhanced scene understanding in applications like surveillance or autonomous systems, representing an incremental advance with a novel hybrid method.

The paper tackled the challenge of preserving key features in infrared and visible image fusion by proposing DAF-Net, which uses a dual-branch network with domain adaptation to align feature spaces, resulting in outperforming existing techniques across multiple datasets with significant improvements in visual quality and fusion performance.

Infrared and visible image fusion aims to combine complementary information from both modalities to provide a more comprehensive scene understanding. However, due to the significant differences between the two modalities, preserving key features during the fusion process remains a challenge. To address this issue, we propose a dual-branch feature decomposition fusion network (DAF-Net) with domain adaptive, which introduces Multi-Kernel Maximum Mean Discrepancy (MK-MMD) into the base encoder and designs a hybrid kernel function suitable for infrared and visible image fusion. The base encoder built on the Restormer network captures global structural information while the detail encoder based on Invertible Neural Networks (INN) focuses on extracting detail texture information. By incorporating MK-MMD, the DAF-Net effectively aligns the latent feature spaces of visible and infrared images, thereby improving the quality of the fused images. Experimental results demonstrate that the proposed method outperforms existing techniques across multiple datasets, significantly enhancing both visual quality and fusion performance. The related Python code is available at https://github.com/xujian000/DAF-Net.

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