Next Article in Journal
Fault Diagnosis Method for Rotating Machinery Based on Threshold-Free Recurrence Distance Visualization Convolutional Neural Network
Next Article in Special Issue
Dynamic Low-Rank Modulation and Frequency-Domain Collaboration for Scene-Adaptive Image Fusion Network
Previous Article in Journal
A Review of Zero Trust Architecture: Principles, Applications, and Implementation Challenges in Communication, Navigation, and Surveillance (CNS) Systems
Previous Article in Special Issue
RGB-D Mirror Segmentation with Reliability-Guided Residual Correction
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Dual-Branch Lightweight Network for Multimodal Image Fusion with Mamba and INN

by
Nan Li
1,2,
Hongxin Li
1,2 and
Lin Tian
1,2,*
1
Xinjiang Laboratory of Phase Transitions and Microstructures in Condensed Matter Physics, Yili Normal University, Yining 835000, China
2
School of Electronic Engineering, Yili Normal University, Yining 835000, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(12), 3814; https://doi.org/10.3390/s26123814
Submission received: 11 May 2026 / Revised: 7 June 2026 / Accepted: 12 June 2026 / Published: 15 June 2026

Abstract

Multimodal image fusion aims to integrate complementary information from heterogeneous imaging modalities into a single informative image. However, many deep learning-based fusion methods rely on complex feature extractors, leading to high computational cost and limited suitability for real-time deployment on resource-constrained devices. To address this issue, this paper proposes a lightweight Mamba-INN dual-branch network for efficient multimodal image fusion. The proposed model decouples global structure modeling from local detail preservation. A simplified Mamba-inspired branch is designed to capture long-range contextual dependencies, while a lightweight invertible neural network branch preserves high-frequency textures and edge information through information-preserving transformations. The lightweight INN branch preserves high-frequency texture and edge information during the forward feature transformation process through reversible feature partitioning, coupled transformations, and exponential scale modulation, thereby reducing the loss of detail caused by feature compression. Compact shallow feature refinement, module reuse, low-dimensional channel design, and a streamlined decoder are further introduced to reduce redundant computation. Experiments on infrared-visible and medical image fusion benchmarks, including MSRS, TNO, RoadScene, MRI-CT, MRI-PET, and MRI-SPECT datasets, demonstrate that the proposed method achieves competitive fusion quality with low model complexity. The proposed method achieves performance comparable to or better than that of methods such as CDDFuse, U2Fusion, CNN and SDNet on metrics including MI, VIF, Qabf, and SSIM for infrared-visible and medical image fusion tasks, while containing only 0.24 million parameters and requiring 24.04 GFLOPs of computational power at an input resolution of 256 × 256. Compared to CDDFuse, our method significantly reduces model complexity, enhancing the potential for lightweight deployment while maintaining fusion quality.

1. Introduction

Multimodal image fusion aims to integrate complementary information from images acquired by different sensors or imaging mechanisms into a single informative representation. By combining modality-specific advantages, the fused image can provide richer semantic information, clearer structural details, and improved visual perception. Owing to these advantages, multimodal image fusion has been widely applied in infrared-visible image fusion, medical image fusion, remote sensing image fusion, and perception tasks in unmanned systems [1,2,3,4]. In particular, infrared-visible image fusion can simultaneously preserve salient thermal targets from infrared images and texture-rich background details from visible images, thereby improving target recognition and scene understanding in complex environments [1,5,6]. Similarly, medical image fusion integrates complementary structural and functional information from different imaging modalities, such as MRI, CT, PET, and SPECT, providing a more comprehensive visual basis for clinical diagnosis [7,8].
In recent years, deep learning has significantly promoted the development of multimodal image fusion. Representative methods include the autoencoder-based DenseFuse [2], the decomposition-based DIDFuse [3], the unified unsupervised fusion framework U2Fusion [4], the real-time squeeze-and-decomposition network SDNet [9], the detection-oriented TarDAL [5], and the correlation-driven dual-branch feature decomposition network CDDFuse [1]. These methods have achieved promising performance in information preservation, target enhancement, and texture restoration. Nevertheless, as network architectures become increasingly complex, many existing methods still suffer from excessive model parameters and high computational costs. Moreover, insufficient coordination between global contextual modeling and local detail extraction may lead to structural inconsistency, texture loss, or limited fusion quality. These limitations restrict the deployment of existing fusion models on embedded devices, mobile terminals, and real-time perception systems.
Although existing deep fusion methods achieve satisfactory results in object enhancement, texture preservation, and structural restoration, their practical application remains limited by two key issues. First, many methods rely on deep CNNs, Transformers, or complex feature decomposition modules, resulting in high parameter counts, FLOPs, and inference latency, which makes them difficult to deploy on embedded platforms and mobile devices. Second, some methods fail to adequately balance global structural modeling with local detail preservation, often resulting in issues such as insufficient object salience, blurred edge textures, or poor structural consistency. Therefore, the central research question addressed in this paper is how to simultaneously achieve global semantic modeling and local high-frequency information preservation with low computational overhead.
Recently, FusionMamba [10] introduced Mamba into multimodal image fusion via a dynamic feature enhancement mechanism, demonstrating the effectiveness of state-space models in fusion tasks; Spatial-Frequency Enhanced Mamba [11] further enhanced multimodal feature representations in both the spatial and frequency domains, improving fusion quality; DLiteNet [12], meanwhile, demonstrated the potential of compact networks in cross-modal remote sensing tasks through a dual-branch lightweight architecture. However, the aforementioned methods either focus on Mamba feature enhancement or are primarily tailored to specific remote sensing scenarios, and have not yet fully addressed the challenge of achieving a balanced trade-off between global structural modeling, local detail preservation, and model complexity in multi-type fusion tasks.
Transformers have been widely introduced into low-level vision and image fusion tasks due to their strong capability in modeling long-range dependencies [13,14,15]. For instance, Restormer achieves excellent performance in image restoration by efficiently modeling channel-wise self-attention [15], while Swin Transformer and SwinFusion demonstrate the effectiveness of window-based attention mechanisms in visual representation and image fusion tasks [13,16]. However, the computational complexity of self-attention generally increases substantially with image resolution, which poses challenges for high-resolution image fusion and lightweight deployment. Recently, state-space models, especially Mamba, have attracted increasing attention because of their ability to model long-range dependencies with near-linear computational complexity through selective state updates [17,18,19]. Therefore, introducing Mamba-inspired modeling into image fusion is a promising direction for enhancing global structural representation while maintaining computational efficiency.
In addition to global modeling, local detail preservation is also essential for high-quality multimodal image fusion. Invertible neural networks (INNs), which are characterized by reversible mappings and information-preserving properties, have been applied to image restoration, image rescaling, image hiding, and multimodal image fusion [20,21,22,23]. In CDDFuse, INNs are employed to extract high-frequency detail features, effectively alleviating detail degradation during feature transformation and reconstruction [1]. However, INNs are generally more suitable for modeling local textures and edge information, while their ability to capture global structures and long-range dependencies remains limited. Therefore, a collaborative design that combines the global modeling capability of Mamba-inspired modules with the detail-preserving ability of INNs provides a feasible solution for lightweight and high-quality multimodal image fusion.
The fundamental premise of this paper is that by assigning the modeling of long-range dependencies to the lightweight Mamba branch and the preservation of high-frequency details to the reversible INN branch, while reducing redundant parameters through module reuse, the model can maintain or enhance the information retention, structural consistency, and texture clarity of the fused images while significantly reducing complexity.
Unlike CDDFuse, which employs Lite Transformer for basic feature modeling, this paper uses a simplified Mamba module to replace the attention-based global modeling unit, thereby capturing long-range contextual dependencies with lower computational complexity. Meanwhile, the INN branch leverages the properties of reversible mappings to preserve local texture, edges, and fine-grained structural information, thereby forming a complementary dual-branch mechanism where “Mamba handles global structure and INN handles local details.”
Motivated by the above observations, this paper proposes a lightweight Mamba-INN dual-branch network for multimodal image fusion, building upon the dual-branch feature decomposition paradigm of CDDFuse. Unlike CDDFuse, which adopts a Lite Transformer to extract base features and an INN to extract detail features [1], the proposed method introduces a simplified Mamba-inspired branch for global base feature modeling and a lightweight INN branch for local detail extraction. Through this decoupled design, the proposed network effectively coordinates global structural representation and high-frequency detail preservation. Furthermore, module reuse, low-dimensional channel design, and a compact decoding structure are incorporated to further reduce model parameters and computational complexity while maintaining competitive fusion quality.
Our main contributions are fourfold:
  • To address the high computational complexity of existing methods, we propose a lightweight Mamba-INN dual-branch architecture.
  • To address the lack of coordination between global and local information, we design a Mamba global branch and an INN detail branch.
  • To address parameter redundancy during the fusion stage, we introduce module reuse and a compact decoder.
  • We validate performance and efficiency through multi-dataset, complexity, ablation, and cross-task testing.

2. Related Work

Existing fusion methods generally involve a trade-off between fusion quality and computational efficiency: complex models typically achieve better representation of texture and structure, but come with higher parameter counts, greater GPU memory usage, and longer inference latency; lightweight models, while easier to deploy, may sacrifice detail preservation and global consistency. Therefore, constructing a fusion network that combines global modeling capabilities, local detail preservation, and low computational complexity remains a key challenge.

2.1. Deep Learning-Based Multimodal Image Fusion

Due to their strong ability to represent nonlinear features, deep learning methods have become a major research focus in multimodal image fusion. Early deep fusion methods typically employed an encoder-fusion-decoder architecture, in which source images are first mapped to a latent feature space, then integrated using specific fusion strategies, and finally reconstructed into a fused image. DenseFuse [2] employs an autoencoder architecture to extract features from infrared and visible-light images, demonstrating the effectiveness of deep feature representations in fusion tasks. While this method features a relatively simple structure and a stable training process, its feature extraction capabilities are limited, and it still struggles to preserve fine-grained textures and salient objects in complex scenes.
DIDFuse [3] employs an image decomposition approach to partition the source image into different frequency components, thereby enhancing the interpretability of the fusion process and facilitating the separate processing of structural and detail information. However, decomposition strategies typically introduce additional computational steps, and their performance is susceptible to variations in decomposition quality. U2Fusion [4] proposes a unified unsupervised fusion framework that is applicable to various image fusion tasks and demonstrates good task generalization capabilities. However, because its design prioritizes generality, it does not sufficiently exploit specific complementary relationships between different modalities, which may limit its performance in preserving complex structures or high-frequency details.
SDNet [9] improves fusion efficiency through structural compression and decomposition, embodying a lightweight design philosophy tailored for real-time applications. Its advantages lie in fast inference speeds and strong deployment potential; however, due to the compression of the network’s expressive power, it may fall short in preserving textural details and reconstructing complex structures. TarDAL [5] incorporates object detection information into the fusion process, making the fusion results more beneficial for downstream perception tasks and enhancing the saliency of infrared objects. However, such task-driven methods typically rely on additional task constraints or supervisory signals, entail high training complexity, and may face limitations when generalized to other fusion scenarios. RFNet and ReCoNet further consider the relationship between registration and fusion, improving robustness in complex scenes or under non-strict registration conditions; however, joint modeling also increases the complexity of the network architecture and computational workflow [6,24].
In recent years, dual-branch and feature decomposition-based methods have garnered attention. CDDFuse [1] effectively enhances the retention of complementary multimodal information by modeling fundamental features and detailed features separately through a correlation-driven dual-branch feature decomposition network. The advantage of this method lies in its ability to effectively distinguish between global structural information and local textural information, providing valuable design insights for subsequent dual-branch fusion networks. However, CDDFuse still relies on relatively complex feature modeling modules, and the number of parameters and computational load remain significant, posing challenges for deployment on resource-constrained devices.
Overall, deep learning-based fusion methods have significantly improved the quality of fused images, but performance gains often depend on more complex network architectures. While complex models offer stronger feature representation capabilities, they impose a heavy computational burden; lightweight models, though more efficient, may sacrifice detail preservation and structural consistency. Therefore, designing a fusion network that maintains sufficient feature representation while reducing computational complexity is a prerequisite for practical deployment.

2.2. Transformer and Mamba-Based Global Modeling

Long-range dependency modeling is essential for image fusion because multimodal images often contain complementary information distributed across different spatial regions. Transformers, which rely on self-attention mechanisms, have shown strong capability in capturing global contextual relationships and have been widely used in image restoration, recognition, and fusion tasks [13,16]. Restormer designs an efficient Transformer architecture for high-resolution image restoration and improves the balance between local and global feature modeling through channel-wise self-attention [15]. Swin Transformer reduces the computational burden of standard self-attention by using shifted window attention, and SwinFusion further demonstrates the effectiveness of window-based attention in general image fusion tasks [13,16]. These studies indicate that attention-based models can effectively enhance structural consistency and contextual representation in fused images.
However, the computational cost of attention mechanisms remains a major limitation, especially when dealing with high-resolution images. Even with window partitioning or channel-wise attention, Transformer-based methods may still introduce considerable memory consumption and computational overhead. This limits their practicality in real-time image fusion and lightweight deployment scenarios. Recently, state-space models have provided a new perspective for efficient sequence modeling. Mamba, based on selective state-space modeling, can capture long-range dependencies with near-linear computational complexity [17]. Subsequent studies, such as Vision Mamba and VMamba, have extended state-space modeling to visual tasks and verified its potential for efficient visual representation learning [18,19]. Compared with conventional self-attention, Mamba-style modeling offers a more lightweight alternative for global feature extraction. This makes it particularly attractive for multimodal image fusion, where both global structural consistency and computational efficiency are required.
In summary, both Transformer and Mamba can enhance global structural modeling capabilities, but they have different limitations in terms of computational efficiency and detail preservation. While the Transformer excels at global modeling, it incurs significant computational overhead; conversely, Mamba offers higher modeling efficiency but lacks the ability to preserve local details. Therefore, combining Mamba’s efficient global modeling capabilities with a local detail preservation module represents a viable approach to achieving high-quality, lightweight fusion.

2.3. Invertible Neural Networks for Local Detail Preservation

In addition to global structural modeling, preserving local details such as edges, textures, and fine anatomical boundaries is equally important for multimodal image fusion. Invertible neural networks originated from normalizing flow-based models and are characterized by reversible transformations between inputs and outputs [20,21]. Because of their information-preserving nature, INNs have been widely explored in image rescaling, image hiding, super-resolution, restoration, and image fusion tasks [22,23,25]. Unlike conventional feed-forward networks, INNs can reduce information loss during feature transformation, which is particularly beneficial for fusion tasks that require the simultaneous preservation of source-modality information.
In the field of multimodal image fusion, CDDFuse introduces INNs to extract high-frequency detail features, thereby alleviating texture degradation and edge loss during the fusion process [1]. This demonstrates that reversible structures are effective in maintaining local information fidelity. Nevertheless, INNs are mainly advantageous in modeling local textures and detailed spatial variations, while their ability to represent global contextual relationships is relatively limited. For fusion scenarios involving complex scenes, large-scale structures, or long-range dependencies, relying solely on INN-based feature extraction may be insufficient. Therefore, combining INNs with a global modeling module provides a more balanced solution: the global branch captures structural dependencies, while the INN branch preserves fine-grained details.
Based on the above analysis, INNs are better suited to serve as modules for preserving local details, working in tandem with branches that possess global modeling capabilities. The global branch is responsible for capturing long-range dependencies and overall structural information, while the INN branch is used to preserve texture, edges, and high-frequency details. The complementary nature of these two approaches allows for a better balance between structural consistency and detail fidelity.

2.4. Lightweight Design for Efficient Image Fusion

Lightweight design is crucial for the practical deployment of multimodal image fusion models. In real-world applications such as unmanned systems, edge perception, mobile medical diagnosis, and remote sensing platforms, fusion algorithms are often expected to operate under limited computational resources and strict latency constraints. Existing lightweight methods usually reduce model complexity by decreasing network depth, reducing channel dimensions, adopting depthwise separable convolutions, simplifying fusion modules, or designing compact encoder–decoder structures [9,26]. These strategies can effectively reduce the number of parameters and FLOPs, making image fusion models more suitable for resource-constrained environments.
However, excessive compression may weaken the feature representation capability of the network. In image fusion tasks, insufficient representation often leads to problems such as blurred edges, weakened target saliency, loss of texture details, or structural distortion. With this in mind, combining the simplified Mamba module with the lightweight INN module is a promising approach. The Mamba branch can capture global contextual dependencies with lower computational complexity, while the INN branch can preserve local high-frequency texture and edge information through reversible transformations. At the same time, through module reuse, low-dimensional channel design, and compact decoders, redundant computations and parameter scales can be further reduced, thereby achieving a better balance between fusion quality and computational efficiency.
In summary, existing multimodal image fusion methods primarily face the following three challenges. First, many deep learning methods rely on complex encoders, feature decomposition modules, or attention mechanisms to improve fusion quality, but this often results in high parameter counts and computational overhead, limiting their deployment in resource-constrained scenarios. Second, global modeling methods such as Transformers and Mamba can effectively capture long-range dependencies, but Transformers have high computational complexity, while using Mamba alone may struggle to fully preserve local high-frequency details. Third, INN-based methods possess good information retention capabilities and are suitable for modeling local textures and edge details, but their ability to express global structures is relatively limited.
Therefore, high-quality and efficient multimodal image fusion requires a complementary modeling framework rather than a single feature extraction mechanism. Specifically, a fusion network should possess both efficient global structural modeling capabilities and local detail preservation capabilities, while minimizing redundant parameters and unnecessary computational overhead. Motivated by this, we propose a lightweight Mamba-INN dual-branch multimodal image fusion network. Specifically, the Mamba branch is used to efficiently capture global structure and long-range contextual dependencies, while the INN branch preserves local texture, edges, and high-frequency details through reversible transformations. Additionally, this paper further introduces module reuse, low-dimensional channel design, and a compact decoder to reduce model complexity. Through these designs, the proposed method aims to achieve a better balance among fusion quality, structural consistency, detail preservation, and computational efficiency.

3. Methodology

This section presents the proposed lightweight dual-branch feature fusion framework for multimodal image fusion. The method is designed to address the limitations of existing fusion networks, including excessive parameter scale, high computational complexity, and limited deployability on resource-constrained devices. Following the principle of lightweight modeling, the proposed framework combines the efficient global modeling capability of a simplified Mamba-inspired module with the detail-preserving property of a lightweight invertible neural network (INN). In this way, the network can achieve complementary feature representation while maintaining low computational overhead.

3.1. Overview

The overall architecture of the proposed lightweight decoupled image fusion network is illustrated in Figure 1. The network follows the general encoder–fusion–decoder paradigm, while its internal components are carefully redesigned to improve computational efficiency and enhance the complementarity between global and local features.
The FS-Patch embedding shown in Figure 1 refers to the Fast Shallow-Space Patch Embedding module, which maps a single-channel source image to a compact feature space without altering the resolution of the input space. This module enhances local continuity between adjacent pixels through 3 × 3 overlapping convolutions, providing shared shallow-level features for the subsequent Mamba and INN branches, thereby avoiding the additional computational overhead associated with redundant encoding in the dual-branch architecture.
Given a pair of registered source images I 1 and I 2 , the network first obtains shallow feature representations through a lightweight shared encoding module. The extracted shallow features are then fed into two parallel branches. Specifically, the simplified Mamba branch is responsible for modeling low-frequency global base features, while the lightweight INN branch focuses on extracting high-frequency local detail features. After that, the base and detail features are fused by the corresponding fusion modules. Finally, the decoder reconstructs the fused representation into the output image.

3.2. Encoder

The encoder serves as the primary module for feature extraction, and its design directly affects both the representation quality and the lightweight property of the entire network. Instead of using a deep multi-stage encoder with heavy feature transformations, this paper adopts a compact encoder consisting of overlapping patch embedding, shallow feature refinement, and dual-branch lightweight feature extraction. By introducing module simplification, feature sharing, and compact channel design, the encoder reduces redundant computation while retaining sufficient feature representation ability.

3.2.1. Lightweight Patch Embedding Module

To project the input image into a high-dimensional feature space with low computational cost, a lightweight overlapping patch embedding module is employed. Unlike conventional embedding modules that rely on multiple convolutional layers, this module uses a single convolutional layer to perform feature embedding, thereby reducing parameter redundancy at the initial feature extraction stage. The mathematical expression for the lightweight overlapping block embedding module is:
F e m b e d = P ( I ) = W p × I
where P ( ) denotes the block embedding operation; W p C o u t × C i n × 3 × 3 represents the weights of the embedding module’s convolutional kernels; C i n denotes the number of channels in the input image; C o u t denotes the dimension of the embedded feature channels; F e m b e d B × C o u t × H × W denotes the embedded feature map.
As shown in Figure 2, the proposed shallow feature extraction block differs from conventional Transformer structures. Instead of using computationally expensive self-attention, it adopts a lightweight combination of layer normalization, 3 × 3 depthwise convolution, and 1 × 1 pointwise convolution. This structure decouples spatial feature extraction and channel interaction, allowing the network to refine shallow features with limited parameter overhead. Residual connections are further introduced to stabilize feature propagation and maintain representation robustness.
This module employs a single-layer 3 × 3 convolutional kernel for feature embedding. By setting the stride to 1 and padding to 1, it ensures the output feature map dimensions match the input image, thereby avoiding computational overhead from subsequent interpolation operations. Additionally, an unbiased design is adopted to further reduce the number of parameters. Its mathematical expression is:
X e m b e d = C 3 × 3 ( X i n ; s = 1 , p = 1 , b = F a l s e )
where C k × k ( ; s , p , b ) denotes the k × k convolution operation, s is the stride, p is the padding and b indicates whether a bias term is included.

3.2.2. Shallow Feature Extraction Module

After patch embedding, a shallow feature extraction module is introduced to refine the embedded features. This module consists of four stacked simplified Transformer blocks. Each block follows a compact structure composed of layer normalization, depthwise convolution, pointwise convolution, nonlinear activation, and residual connection. Compared with standard Transformer blocks, this design removes the self-attention operation and therefore substantially reduces computational complexity.
For a single simplified Transformer block, the core forward propagation logic is as follows: First, the input features are normalized using LayerNorm [15,26] to even out the feature distribution; next, a 3 × 3 depthwise convolution is used to extract local spatial features, which reduces the number of parameters by a factor of 1 / C out compared to standard convolution; then, the GELU activation function is introduced to add nonlinearity to the features [27]; next, a 1 × 1 pointwise convolution is applied to adjust the feature channel dimensions, thereby enabling cross-channel feature interaction; finally, a residual connection is applied to the input features to prevent the vanishing gradient problem in deep networks and ensure effective propagation of deep-layer features. The mathematical expression for the simplified Transformer block is:
F r e f i n e = T ( F e m b e d ) = F e m b e d + P 1 × 1 G D 3 × 3 N ( F e m b e d )
where T ( ) denotes a simplified Transformer block operation, N ( ) denotes the normalization operation in an adaptive layer, D 3 × 3 ( ) denotes a 3 × 3 depthwise convolution operation, G ( ) denotes the GELU activation function, P 1 × 1 ( ) denotes a 1 × 1 pointwise convolution operation, and F r e f i n e denotes the enhanced shallow-layer refined features.
The final term in Equation (3), which is added to the input features, corresponds to the residual connection shown in Figure 2. This residual path allows shallow embedding features to be directly passed to the output, thereby mitigating the issues of gradient vanishing and detail loss that may arise from stacking multiple layers of lightweight blocks.
The shallow feature extraction module consists of four stacked simplified Transformer blocks, and its overall mathematical expression is:
F s h a l l o w = T 4 ° T 3 ° T 2 ° T 1 ( F e m b e d )
where T i ( ) denotes the i-th simplified Transformer block, and F s h a l l o w B × C o u t × H × W represents the final shallow refined features, which serve as the shared input for the subsequent dual-branch feature extraction module.

3.2.3. Dual-Branch Lightweight Feature Extraction

To achieve the separation and extraction of fundamental and fine-grained features, a dual-branch lightweight feature extraction architecture is designed. It comprises a fundamental feature branch based on a simplified Mamba [17,19] block and a fine-grained feature branch based on a streamlined reversible module. Both branches share shallow refined features F s h a l l o w , thereby avoiding computational overhead caused by redundant feature extraction.
As illustrated in Figure 3, the simplified Mamba block and the detail INN node form the two core units of the dual-branch module. The simplified Mamba block adopts a lightweight gated structure based on layer normalization and linear projection. A one-dimensional depthwise convolution and a sigmoid gating mechanism are incorporated to model global contextual relationships and long-range dependencies with limited parameter cost. SiLU is adopted in the Mamba branch because its smooth gating characteristics are better suited for combination with sigmoid gating and one-dimensional deep convolutions to selectively modulate long-range contextual information; meanwhile, GELU is used in the shallow Transformer blocks primarily to enhance the nonlinear representation of local convolutional features. The exponential scaling term in the INN node is used to construct a reversible affine coupling transformation, enabling one set of features to adaptively scale another set. This enhances local texture responses while maintaining the reversibility of the transformation. In contrast, the detail INN node is constructed using reversible residual transformations. Through feature splitting, interaction, and adaptive modulation, the INN branch enhances local detail responses and preserves high-frequency information such as textures, edges, and fine structures. The simplified Mamba branch can be formulated as:
F m a m b a = M ( F s h a l l o w ) = F s h a l l o w + W o u t g 1 S D 1 D N ( F s h a l l o w ) + ( 1 g 1 ) g 2
where M ( ) represents a simplified Mamba block operation, W o u t C × C represents linear projection weights, represents matrix multiplication, represents element-wise multiplication, g 1 , g 2 B × L × C represents the gated vector generated by the linear layer, D 1 D ( ) represents a one-dimensional depth-separable convolution operation, S ( ) represents the SiLU activation function, and represents the features processed by the Mamba block.
The detail branch is designed to capture high-frequency local information. It is built upon a lightweight INN architecture and consists of three stacked detail node modules. Owing to the reversible mapping property of INNs, the branch can preserve feature information during transformation and reduce the risk of detail loss. This property is particularly suitable for lightweight fusion networks, where excessive feature compression may otherwise weaken texture and edge representation [25]. Because INNs feature bidirectional reversible mappings and computable Jacobians, their feature transformation process can theoretically reduce the information loss caused by irreversible compression. Therefore, using INNs for the detail branch in image fusion helps preserve edge, texture, and local structural information.
The overall forward propagation process in the detail feature extraction branch is as follows: First, the refined shallow-layer feature F s h a l l o w is split along the channel dimension into two sub-features, z 1 and z 2 ; then, these two sub-features are fed into a stacked detail node module for reversible interactive enhancement; finally, the enhanced sub-features are concatenated to obtain the final local detail feature F d e t a i l . The initial feature splitting operation is defined as:
z 1 , z 2 = Split ( F s h a l l o w ) , z 1 B × C / 2 × H × W , z 2 B × C / 2 × H × W
For a single detail node module, the core reversible transformation process is as follows: first, the two sub-features z 1 and z 2 are concatenated and then blended via a 1 × 1 convolution to enhance the correlation between sub-features; next, the blended feature is re-segmented to obtain new sub-features z ^ 1 and z ^ 2 ; then, a nonlinear transformation based on an inverted residual block is applied to achieve interactive enhancement between the two sub-features; Finally, the enhanced sub-features z 1 and z 2 are output. The mathematical expression is:
z ^ 1 , z ^ 2 = Split C 1 × 1 Concat ( z 1 , z 2 ) z 2 = z ^ 2 + Θ ϕ ( z ^ 1 ) z 1 = z ^ 1 exp Θ ρ ( z 2 ) + Θ η ( z 2 )
where Concat ( ) is a feature concatenation operation along the channel dimension, C 1 × 1 ( ) is a 1 × 1 convolutional blending operation, Θ ϕ ( ) , Θ ρ ( ) , Θ η ( ) are nonlinear transformation operations based on simplified backpropagation blocks, and exp ( ) is an exponential operation used to perform adaptive scaling of features.

3.3. Fusion Layer

The core objective of the feature fusion layer is to achieve effective complementarity and deep integration between global base features F b a s e and local detail features F d e t a i l , while avoiding the parameter redundancy and computational overhead associated with traditional fusion methods. To this end, the proposed method designs two corresponding fusion components: a base feature fusion layer and a detail feature fusion layer. These two components process global and local features separately, allowing the network to preserve their respective characteristics during fusion.
The basic feature fusion layer takes the global basic features F b a s e as input and employs a simplified Mamba block as its core fusion unit, directly reusing the modular architecture of the encoder’s basic feature branch without the need for additional module design. Leveraging Mamba’s selective sequence modeling capabilities, this layer further refines the global basic features, enhances their global contextual relevance, and achieves adaptive fusion of global structural information.
The detail feature fusion layer takes local detail features F d e t a i l as input, employs a simplified INN as its core fusion unit, and directly reuses the modular structure of the encoder’s detail feature branch. Through the reversible transformations of the INN, this layer achieves precise fusion of local detail features, preserving the image’s complete local texture and edge information while preventing the loss of detail caused by over-fusion.
To further reduce the model scale, a module reuse strategy is introduced into the fusion stage, as shown in Figure 4. Instead of designing additional parameter-heavy fusion blocks, the proposed fusion layer reuses the Mamba-inspired and INN-based structures already employed in the encoder. This strategy effectively controls the parameter count and contributes to the extremely compact model size of 0.24 million parameters. More importantly, the reuse strategy allows global context modeling and local detail enhancement to remain consistent between feature extraction and feature fusion.
To analyze the response characteristics of the proposed dual-branch architecture, this paper visualizes the infrared base features, visible detail features, and fused pre-decoded features, as shown in Figure 5. Although these feature maps are generated from an untrained network, they still reveal a preliminary division of labor between the two branches. The base features extracted from the infrared branch exhibit stronger responses in salient target regions, while the activation in large background areas remains relatively weak. This suggests that the base branch tends to emphasize infrared targets and low-frequency object information. In contrast, the detail features extracted from the visible branch show stronger responses around textures, edges, and structured background regions, indicating that the detail branch is more sensitive to high-frequency visual information.
The fused pre-decoded features preserve both target-related responses and texture-related responses. This observation indicates that the proposed dual-branch framework can establish complementary representations of infrared saliency and visible texture information in the feature space. Even before sufficient training, the network already shows a certain tendency toward target enhancement and detail preservation, which supports the structural rationality of combining a Mamba-inspired global branch with an INN-based local branch.
To further analyze the feature representation capabilities of the proposed dual-branch architecture in fusion tasks, this paper visualizes the intermediate feature responses of the trained model, as shown in Figure 6. In the figure, (a) and (b) represent the infrared image and the visible light image, respectively; (c) and (d) are the grayscale and heatmaps of the feature responses from the Mamba branch; (e) and (f) are the grayscale and heatmaps of the feature responses from the INN branch; (g) and (h) are the grayscale and heatmaps of the fused feature responses; and (i) is the final fused image.
Figure 6c,d show that the Mamba branch exhibits strong responses to human targets, building outlines, and the main structural elements of the scene, indicating that it tends to focus more on global structure and salient information. Figure 6e,f show that the INN branch’s responses are primarily concentrated in local regions such as tree branches, roof edges, windows, and wall boundaries, indicating that it places greater emphasis on texture, edges, and detail representation. As shown in Figure 6g,h, the fused feature responses simultaneously preserve information regarding salient targets, structural elements, and local textures, demonstrating that the two branches provide complementary representations. The final output in Figure 6i further demonstrates that the proposed method can enhance infrared salient objects while preserving visible light background details, thereby validating the rationality and effectiveness of the Mamba-INN dual-branch design.
It should be noted that Figure 5 and Figure 6 are primarily used to qualitatively explain the mechanism of feature division in the two-branch architecture, rather than as independent quantitative evaluation metrics. Quantitative performance is still evaluated collectively using EN (Entropy), SD (Standard Deviation), SF (Spatial Frequency), MI (Mutual Information), SCD (Sum of Correlations of Differences), VIF (Visual Information Fidelity), Qabf, and SSIM (Structural Similarity Index), as described in Section 4.

3.4. Decoder

The core function of the decoder is to reconstruct a high-quality fused image from the preliminary fused features F f u s e [28]. To achieve a lightweight design for the decoder, this paper abandons the complex multi-stage upsampling, feature enhancement and skip-connection modules found in traditional decoders. Instead, it adopts a single-stage refinement architecture with a bias-free design, which significantly reduces the parameter overhead and computational complexity on the decoding side while ensuring reconstruction quality. The decoder primarily consists of three components: a 1 × 1 convolutional dimension-reduction module, a simplified Transformer block refinement module, and a linear projection output module. The core design philosophy is to achieve an efficient mapping from the high-dimensional fused feature space to the low-dimensional image space by minimizing computational effort.
The decoder employs a bias-free design in all convolutional modules, further reducing the number of model parameters; the single-stage refinement structure ensures fast inference speeds for the decoder, aligning with the goal of a lightweight design for the entire network.

3.5. Training Objective

This paper employs an unsupervised training approach that does not require real fused images as supervision labels. The training process is divided into two stages: the first stage involves image self-reconstruction training, and the second stage involves image fusion training. Through these two stages, the model first learns stable feature extraction and reconstruction capabilities, and then further optimizes cross-modal fusion performance.
In the first stage, only the encoder and decoder are trained. Given a visible-light image I v i s and an infrared image I i r , the encoder extracts both basic and detailed features from the two modalities, and the decoder then reconstructs I ^ v i s and I ^ i r . The loss function for this stage primarily consists of reconstruction loss, gradient loss, and feature decoupling loss:
L s t a g e 1 = L r e c + λ 1 L g r a d + λ 2 L d e c o m p
where the reconstruction loss L r e c is used to ensure pixel-level and structural consistency between the reconstructed image and the input image, and is composed of both the MSE loss and the SSIM loss:
L r e c = L m s e ( I v i s , I ^ v i s ) + 5 L s s i m ( I v i s , I ^ v i s ) + L m s e ( I i r , I ^ i r ) + 5 L s s i m ( I i r , I ^ i r )
Gradient loss L g r a d is used to ensure that the reconstructed image preserves the edge and texture information present in the source image. It is defined as:
L g r a d = I v i s I ^ v i s 1
In addition, to establish a clearer functional division between basic features and detailed features, this paper introduces a feature decoupling loss:
L d e c o m p = cc ( F v i s D , F i r D ) 2 1.01 + cc ( F v i s B , F i r B )
where F v i s B and F i r B represent the basic features of the visible-light image and the infrared image, respectively; F v i s D and F i r D represent the detailed features of the two modalities, respectively; and cc ( ) represents the correlation metric function. This loss function encourages the basic branch to learn structural information shared by both modalities, while enabling the detail branch to better preserve modality-specific texture and edge information.
In the second stage, the encoder, decoder, and both the base feature fusion layer and the detail feature fusion layer are trained together. The base features and detail features from the two modalities are fed into their respective fusion layers to produce fused base features and fused detail features, which are then used by the decoder to generate the fused image I f . The total loss function for this stage is:
L s t a g e 2 = L f u s i o n + λ 2 L d e c o m p
where L f u s i o n represents the fusion loss, which is used to ensure that the fused image retains both the salient object information from the infrared image and the textural details from the visible-light image; L d e c o m p is used to maintain the complementary decomposition relationship between the basic features and the detailed features.
Based on the training code settings, the total number of training epochs in this paper is 120, with the first 40 epochs constituting the self-reconstruction training phase and the remaining 80 epochs constituting the fusion training phase. The loss weight is set to λ 1 = 5 , λ 2 = 2 . The model is trained using the Adam optimizer with an initial learning rate of 1 × 10−4 and a batch size of 2. The learning rate is halved every 20 epochs, and gradient clipping is enabled to improve training stability.

3.6. Evaluation Protocol

To comprehensively evaluate the performance of the proposed method in multimodal image fusion tasks, this paper conducts a quantitative assessment based on information retention, detail representation, structural consistency, visual fidelity, and perceptual quality. Specifically, this paper employs EN, SD, SF, MI, SCD, VIF, Qabf, SSIM, and NIQE as evaluation metrics [29,30,31,32].
EN is used to measure the amount of information contained in the fused image; a higher value indicates that the fused image retains more information. SD reflects the degree of dispersion in the image’s grayscale distribution; a higher value typically indicates stronger image contrast. SF is used to evaluate the degree of spatial variation in the image; a higher value indicates that the image contains more edge and texture details. MI (Mutual Information) is used to measure the amount of information inherited by the fused image from the source images; a higher value indicates that the source image information is more fully preserved. SCD is used to evaluate the ability of the fused image to preserve both the differences and complementary information from the source image; a higher value indicates that the fused image better retains the complementary features of the source image. VIF is used to measure the degree to which visual information is preserved in the fused image; a higher value indicates higher visual information fidelity. Qabf is used to evaluate the ability to transfer edge information from the source image to the fused image; a higher value indicates better preservation of edges and textures. SSIM is used to measure the structural consistency between the fused image and the source image; a higher value indicates more complete preservation of structural information. In addition to the traditional fusion evaluation metrics mentioned above, this paper further introduces NIQE as a perceptual quality evaluation metric. NIQE (Natural Image Quality Evaluator) is a reference-free image quality evaluation metric used to measure the natural statistical characteristics and perceived quality of an image; a smaller value indicates better image quality.
In summary, EN, SD, SF, MI, SCD, VIF, Qabf, and SSIM are all positive metrics, meaning that higher values indicate better fusion performance; NIQE is a negative metric, meaning that lower values indicate better perceived quality.

4. Experiments

In this section, the effectiveness of the proposed lightweight Mamba-INN dual-branch fusion network is evaluated on both infrared-visible image fusion and medical image fusion tasks. The experiments are designed from four perspectives: quantitative comparison, qualitative visual evaluation, lightweight performance analysis, and ablation study. Through these evaluations, we examine not only the fusion quality of the proposed method but also its computational efficiency and deployment potential. To ensure fairness, other comparison models, such as CDDFuse, were retrained using the same training set, input resolution, number of training iterations, and hardware environment as our proposed model. All complexity and speed metrics were recalculated for the same input size.

4.1. Experimental Set-Up

The model was trained on an NVIDIA RTX 3060 GPU. To comprehensively evaluate the generalization ability of the proposed method, experiments were conducted on both infrared-visible and medical multimodal image fusion datasets. For infrared-visible image fusion, the MSRS [33], TNO [34], and RoadScene [35] datasets were adopted. Among them, MSRS was used for training and testing, while TNO and RoadScene were mainly used to assess the cross-scene generalization performance of the model [1,33,35,36]. For medical image fusion, three representative modality combinations were selected from the Harvard Medical School database, including MRI-CT, MRI-PET, and MRI-SPECT image pairs [7].

4.2. Comparative Models

To comprehensively evaluate the fusion performance of the proposed method, this paper selects several classical and state-of-the-art methods for comparison, including DenseFuse [2], DIDFuse [3], U2Fusion [4], SDNet [9], RFNet [6], TarDAL [5], DeFusion [37], ReCoNet [21], CoCoNet [38], and CDDFuse [1].

4.2.1. Quantitative Comparison

In the task of infrared-visible light image fusion, this paper quantitatively evaluates the proposed method on the MSRS, TNO, and RoadScene datasets and compares it with methods such as DIDFuse, U2Fusion, SDNet, TarDAL, DeFusion, ReCoNet, and CDDFuse.
As shown in Table 1, the proposed method achieves competitive performance across all three infrared-visible datasets. On the MSRS dataset, our method obtains strong results in terms of MI, SF, VIF, and Qabf, suggesting that it can effectively integrate salient infrared targets with texture details from visible images. Compared with CDDFuse, the proposed method does not rank first on every single metric, but it maintains comparable fusion quality with a much smaller model size and lower computational cost. This demonstrates that the proposed architecture achieves a favorable balance between fusion performance and model complexity.
On the TNO dataset, our method also demonstrates strong generalization capabilities. This dataset contains a large number of nighttime, low-light, and complex background scenes, which place high demands on target enhancement and detail preservation. Experimental results show that our method maintains stable performance on metrics such as MI, SF, VIF, and Qabf, indicating that the Mamba-INN dual-branch architecture effectively balances global structural modeling and local detail preservation.
To further illustrate the overall performance on the TNO dataset, a radar chart of the main evaluation metrics is presented in Figure 7. Each axis on the radar chart represents a normalized evaluation metric; the larger the area enclosed by the lines, the more balanced the method’s overall performance across multiple metrics. The proposed method covers a relatively large area across multiple metrics and performs particularly well in MI, SF, VIF, and Qabf. This indicates that the method achieves a balanced fusion result in terms of information preservation, detail representation, and edge structure maintenance. Although CDDFuse still has advantages in certain metrics such as EN and SD, the proposed method achieves comparable or better performance on several key perceptual and structural metrics with much lower computational complexity.
On the RoadScene dataset, our method continues to show stable quantitative performance. RoadScene contains complex traffic scenes with roads, vehicles, pedestrians, buildings, and varying illumination conditions. These characteristics require the fusion model to preserve background structures while enhancing salient infrared targets. The results show that the proposed method maintains a good level of information content and image clarity, while avoiding obvious structural distortion. Compared with traditional or lightweight methods, the proposed method achieves stronger performance in information retention and detail representation.
A comprehensive analysis of results across three IR-visible light datasets reveals that our method does not achieve the best performance on every individual metric, but rather strikes a more balanced outcome between fusion performance and model complexity. Compared to CDDFuse, our method significantly reduces the number of parameters and FLOPs by simplifying the Mamba global branch, streamlining the INN detail branch, and compressing the decoding structure, while maintaining competitive fusion quality. Therefore, our method is more suitable for IR-Vis fusion scenarios with resource constraints or high real-time requirements.
To further evaluate cross-modal adaptability, experiments were conducted on MRI-CT, MRI-PET, and MRI-SPECT fusion tasks. Medical image fusion requires preserving anatomical structures and tissue boundaries while integrating functional information. MRI provides soft-tissue details, CT highlights bone structures, and PET/SPECT reflects metabolic or perfusion responses. Thus, effective fusion should balance structural detail preservation with functional information integration.
To distinguish cross-task generalization from task-specific adaptation, two experimental settings were adopted. “Ours” denotes the model trained on the infrared-visible fusion task and directly tested on medical image fusion datasets, which evaluates the transferability of the proposed architecture. “Ours*” denotes the model retrained on medical image datasets, which evaluates its adaptability to medical modality distributions. Similarly, CDDFuse* represents the retrained version of CDDFuse on medical image fusion datasets. This setting provides a clearer comparison between inherent architectural generalization and task-specific optimization.
As shown in Table 2, the proposed method achieves stable quantitative results across MRI-CT, MRI-PET, and MRI-SPECT fusion tasks. For MRI-CT fusion, our method effectively combines soft-tissue information from MRI with high-density structural information from CT, producing fused images with clear contours and comprehensive anatomical representation. For MRI-PET and MRI-SPECT fusion, the model introduces significant functional responses from PET or SPECT while preserving the structural details of MRI. These results suggest that the proposed Mamba-INN dual-branch architecture can balance structural preservation and functional information integration.
The comparison between Ours and Ours* further shows that retraining on medical datasets can improve the model’s adaptation to medical modality distributions. Nevertheless, even without medical-specific retraining, the directly transferred model still achieves competitive performance, which indicates that the proposed dual-branch modeling strategy has a certain degree of cross-modal transferability. The Mamba-inspired branch contributes to large-scale structural dependency modeling, while the lightweight INN branch helps retain local edges and fine details. Their complementary roles allow the model to adapt to different types of multimodal image fusion tasks.
To further validate the generalization ability of the proposed model on unseen datasets, we conducted a zero-shot evaluation on the official LLVIP [39] test set. No additional training or fine-tuning was performed on the model during the evaluation. The results are shown in Table 3. As can be seen from the table, although our model was not trained on the LLVIP dataset, its fusion performance still demonstrates good stability. For the EN metric, Ours achieved a score of 7.35, only slightly lower than CDDFuse’s 7.44; while it is slightly lower than CDDFuse on the SD metric, it achieves 0.68 and 0.91 on structural and edge preservation metrics such as Qabf and SSIM, respectively, demonstrating an advantage in preserving detail and structural information. This indicates that the proposed Mamba-INN dual-branch architecture can maintain relatively stable fusion quality when faced with unseen infrared-visible light datasets, demonstrating a certain degree of cross-dataset generalization capability.
To further evaluate the naturalness of the fused images, we employed the NIQE metric for testing. Table 4 lists the NIQE test results for different methods across four datasets, comparing CDDFuse with our proposed method (Ours). The experimental results show that our method achieves NIQE values comparable to those of CDDFuse on most datasets, indicating that it delivers stable and competitive performance in preserving image naturalness.
In summary, the proposed method demonstrates good stability and adaptability in medical image fusion. Although it does not obtain the best result on every individual metric, it maintains competitive fusion quality with a significantly smaller number of parameters and lower computational cost than CDDFuse and CDDFuse*. These results indicate that the proposed lightweight architecture is not only effective for infrared-visible fusion but also has potential for medical multimodal fusion scenarios where computational efficiency and inference speed are important.

4.2.2. Qualitative Comparison

To provide a more intuitive evaluation of visual fusion quality, qualitative comparisons were conducted for both infrared-visible and medical image fusion tasks. Compared with quantitative metrics, visual comparison can better reflect target saliency, texture preservation, structural clarity, contrast balance, and artifact suppression in fused images.
For the infrared-visible fusion task on the TNO dataset, the visual results are shown in Figure 8. The columns in the figure correspond to the source image and the results of different fusion methods, respectively, and are used to compare the saliency of infrared targets and the ability to preserve visible-light textures. Some images in the comparison were obtained from CoCoNet [38]. It can be observed that different methods show different fusion tendencies. Some methods enhance infrared targets effectively but weaken visible background textures and edge structures. Other methods preserve part of the visible details but fail to sufficiently highlight salient infrared targets, resulting in weak contrast between targets and background. In contrast, the proposed method enhances infrared targets while retaining texture and structural information from visible images. In low-light or complex-background regions, road surfaces, building boundaries, and object contours are clearly preserved, and no obvious brightness imbalance or over-smoothing can be observed.
A closer inspection of the locally enlarged regions further confirms the advantage of the proposed method. Traditional fusion methods tend to produce blurred edges, discontinuous textures, or insufficient local contrast in detail-rich regions. CDDFuse achieves strong visual quality, but its network structure is relatively complex. The proposed method obtains comparable visual results with a much more compact architecture. This benefit mainly comes from the cooperative design of the lightweight Mamba-inspired branch and the INN detail branch. The Mamba-inspired branch helps maintain large-scale structural consistency, while the INN branch reduces the loss of high-frequency textures and edges during fusion.
To further analyze how information from the two source modalities is inherited in the fused image, residual maps between the fused image and the infrared and visible images are presented in Figure 9. The top row shows the infrared image, the visible light image, and the fused image; the bottom row shows the residual maps between the fused image and the infrared image, and between the fused image and the visible light image, respectively. The residual map between the fused image and the infrared image mainly highlights background structures and texture regions, indicating that visible-light details are effectively introduced into the fused result. Meanwhile, the residual map between the fused image and the visible image is mainly concentrated around foreground target contours and their surrounding regions, suggesting that infrared thermal targets are successfully enhanced. These residual distributions provide additional evidence that the proposed method can achieve complementary fusion between infrared saliency and visible texture information.
For medical image fusion, the visual comparisons are shown in Figure 10. MRI images primarily show anatomical structures and tissue boundaries, while PET images primarily provide information on functional metabolism. Different methods present obvious differences in anatomical structure preservation and functional information integration. Some methods enhance high-response regions from functional modalities but tend to weaken MRI structural details or blur tissue boundaries. Other methods preserve MRI structures but fail to adequately represent PET or SPECT functional responses. In contrast, the proposed method preserves anatomical structures and tissue boundaries from MRI while incorporating complementary information from CT, PET, or SPECT. The resulting fused images exhibit clearer structural contours and more complete functional representation.
For MRI-CT fusion, the proposed method simultaneously retains MRI soft-tissue structures and CT high-density bone boundaries, improving the structural clarity and stability of the fused images. For MRI-PET and MRI-SPECT fusion, the proposed method highlights functional response regions while preserving MRI anatomical details, avoiding excessive smoothing of functional information or masking of structural information. These visual results indicate that the proposed method is suitable not only for target-texture fusion in infrared-visible scenarios but also for structure-function fusion in medical multimodal imaging.
Overall, the qualitative results show that the proposed method achieves stable and balanced visual performance. Compared with traditional or lightweight fusion methods, it better preserves edges, textures, and structural information. Compared with more complex models such as CDDFuse, it achieves comparable visual quality with significantly fewer parameters and lower computational complexity. This further confirms the effectiveness of the proposed lightweight Mamba-INN dual-branch architecture.

4.3. Lightweight Performance Comparison

To evaluate the lightweight advantage of the proposed model, the number of parameters and FLOPs were compared with those of mainstream image fusion methods. The results are reported in Table 5. The parameter and FLOP values of some comparison methods were obtained from CoCoNet [38].
As shown in Table 5, the proposed model contains only 0.24 M parameters and requires 24.04 GFLOPs. Both values are substantially lower than those of U2Fusion, DenseFuse, SwinFusion, FMamba-S, FMamba-L, CDDFuse, and other comparison methods. Compared with CDDFuse, a representative state-of-the-art dual-branch fusion model, our method reduces the parameter count by approximately 79.8% and the computational complexity by approximately 79.5%. This means that the proposed model achieves an overall complexity reduction of nearly 80% while maintaining competitive fusion quality.
To further analyze the relationship between model complexity and fusion performance, Figure 11 provides a comprehensive comparison of the number of parameters, VIF, and MI metrics across different methods. The horizontal axis represents the number of model parameters; the further to the left, the lighter the model. The vertical axis represents VIF; higher values indicate better visual information fidelity. The size of the bubbles represents MI; larger bubbles indicate that more mutual information has been preserved. Our method achieves high VIF values and large MI bubbles even with a low number of parameters, indicating that it maintains good information retention and fusion quality while significantly reducing model complexity.
It is worth noting that, compared with CDDFuse, the proposed method achieves a comparable or higher VIF value with far fewer parameters while maintaining a high MI level. This demonstrates that the proposed lightweight dual-branch framework can effectively reduce model scale without significantly compromising fusion quality. The performance-complexity comparison confirms that the proposed method has strong practical potential for deployment on computationally constrained platforms.
The lightweight advantage mainly comes from three aspects. First, the simplified Mamba-inspired branch reduces the computational burden of global modeling. Second, the streamlined INN branch preserves local details with limited parameter overhead. Third, the compact encoder–decoder structure, module reuse strategy, and low-dimensional channel design jointly reduce redundant computation in the feature extraction, fusion, and reconstruction stages. These designs allow the model to achieve both low complexity and high fusion performance, making it suitable for real-time image fusion on embedded devices, mobile terminals, and other resource-limited platforms.

4.4. Computational Efficiency and Scalability

To further assess the computational efficiency of the proposed model, this section analyzes its parameter count, FLOPs, inference latency, and frame rate under different input resolutions. The comparison in Table 5 has already shown that the proposed method has significantly fewer parameters and lower computational complexity than most mainstream fusion methods. In particular, compared with CDDFuse, the proposed method reduces both parameters and FLOPs by about 80%, which verifies the effectiveness of the simplified Mamba branch, lightweight INN branch, and module reuse strategy.
In addition to fixed-resolution complexity comparison, cross-resolution efficiency tests were conducted to evaluate the scalability of the proposed model. Four input sizes were used: 128 × 128, 256 × 256, 512 × 512, and 1024 × 1024. The parameter count, FLOPs, inference latency, and FPS were recorded for each resolution. All tests were conducted on an NVIDIA GeForce RTX 3060 Laptop GPU with a batch size of 1. To obtain stable latency measurements, each input size was tested after 30 warm-up runs, followed by 100 formal inference runs. The final results were averaged. FLOPs were measured using the THOP tool, with two single-channel images as model input.
As shown in Table 6, the parameter count remains constant at 0.24 M as the input resolution increases. This demonstrates that the model size is independent of spatial resolution and confirms the structural compactness of the proposed network. FLOPs increase steadily with input size. When the input resolution increases from 128 × 128 to 256 × 256, the number of pixels increases by four times, and the FLOPs rise from 6.01 G to 24.04 G. When the resolution further increases to 512 × 512 and 1024 × 1024, the FLOPs reach 96.16 G and 384.63 G, respectively. This trend is consistent with the increase in spatial resolution, indicating that the computational growth of the proposed model is stable and predictable.
In terms of inference speed, the proposed method achieves an average latency of 23.00 ms at 128 × 128 resolution, corresponding to 43.48 FPS. This indicates that the model can meet high real-time requirements under small input sizes. At the commonly used 256 × 256 resolution, the latency is 94.74 ms, and the frame rate reaches 10.56 FPS, which still reflects reasonable inference efficiency on a laptop-class GPU. When the input size increases to 512 × 512 and 1024 × 1024, the latency rises to 381.35 ms and 1540.04 ms, while the FPS decreases to 2.62 and 0.65, respectively. Although high-resolution inputs still introduce considerable computational pressure, the model does not show abnormal complexity growth.
To further address deployment requirements in resource-constrained scenarios, this paper builds upon existing resolution scalability experiments by adding CPU-only constrained inference tests. Unlike the multi-resolution inference experiments in Table 6, which were conducted using an NVIDIA GeForce RTX 3060 Laptop GPU, this experiment is performed entirely in a CPU environment without GPU acceleration to more closely simulate inference conditions under computational resource constraints. During testing, the input resolution was fixed at 256 × 256, the batch size was set to 1, and the number of CPU threads was set to 1, 2, 4, and 8, respectively, to analyze the model’s inference latency, frame rate, model storage size, and additional memory usage under different computational resource configurations. It should be noted that this experiment is not equivalent to deployment testing on real embedded hardware platforms; its purpose is to provide a reproducible analysis of CPU-constrained inference, thereby further validating the deployment potential of the proposed lightweight model.
Table 7 presents the results of the CPU-only constrained inference tests. As shown, the storage size of the proposed model is only 0.9925 MB, indicating that the model has a small storage footprint and is suitable for model loading and deployment in resource-constrained scenarios. Under single-threaded CPU conditions, the model’s average inference latency was 2605.30 ms, with a frame rate of 0.3838 FPS; when the number of CPU threads was increased to 2, the inference latency decreased to 1575.28 ms, and the frame rate improved to 0.6348 FPS; when the number of threads was further increased to 4, the inference latency decreased to 862.23 ms, and the frame rate increased to 1.1598 FPS; under 8-thread conditions, the model achieved the best inference efficiency under the experimental setup, with the average inference latency further reduced to 497.23 ms and the frame rate increased to 2.0111 FPS. Compared to the single-threaded configuration, inference latency under the 8-thread condition was reduced by approximately 80.9%, indicating that the model can effectively leverage multi-threaded CPU computing resources.
Furthermore, in terms of additional memory usage, the memory overhead under different thread configurations remained within a manageable range, at 345.30 MB, 247.92 MB, 266.86 MB, and 372.38 MB, respectively. Although the inference speed under CPU-only conditions remains lower than that on GPU platforms, these experimental results demonstrate that the method proposed in this paper possesses stable CPU inference capabilities and good multithreading scalability while maintaining a compact model size. Therefore, combined with the analysis in Table 5 and Table 6 regarding the number of parameters, FLOPs, and inference efficiency at different resolutions, this further demonstrates that the lightweight Mamba-INN dual-branch network proposed in this paper has certain application potential in resource-constrained deployment scenarios.
Overall, the proposed method exhibits good real-time potential for small- and medium-resolution inputs and maintains stable computational scalability at higher resolutions. It should be noted that inference latency depends on multiple factors, including hardware platform, deep learning framework, operator optimization, and implementation details. Therefore, the latency results reported here are mainly used to analyze the computational trend of the model under different input scales rather than to provide hardware-independent speed conclusions. Nevertheless, the results confirm that the proposed Mamba-INN dual-branch framework provides a compact and efficient model basis for real-time or near-real-time multimodal image fusion.
Furthermore, a Pareto front analysis was conducted on the MRI-PET dataset to evaluate the relationship between model complexity and fusion performance, as shown in Figure 12. The horizontal axis represents the number of model parameters and is plotted on a logarithmic scale; the vertical axis represents the overall performance score, which is calculated based on multiple normalized fusion metrics. The green dashed line indicates the Pareto front; methods located on this front achieve an optimal trade-off between the number of parameters and performance. Our method lies on the Pareto front and achieves a high overall score with a small number of parameters, demonstrating its advantages in terms of model efficiency and performance stability for medical image fusion tasks.
Since the magnitude and distribution ranges of the aforementioned six metrics vary greatly (e.g., SF is typically greater than 20, while Qbaf is less than 1), simply summing them lacks scientific justification. Therefore, we propose a method for calculating a normalized Comprehensive Performance Score. First, we use Min-Max Normalization to map the i-th metric m i , j of the j-th method to the interval [0, 1]:
m ^ i , j = m i , j m i n ( m i ) m a x ( m i ) m i n ( m i )
where m i , j represents the raw score of the i-th method on the j-th evaluation metric, m ^ i , j represents the normalized score, and m represents the number of evaluation metrics. S i represents the overall evaluation score for method i. For metrics where higher values are better, positive normalization is applied.
Next, we calculate the average of the normalized metrics and map them linearly to a standard 100-point scale ranging from 60 to 100 to enhance the clarity of the visualization. The final composite S j for the j-th method is calculated as follows (where N = 6 is the total number of selected metrics):
S j = 60 + 40 × 1 N i = 1 N m ^ i , j
As illustrated in Figure 12, the horizontal axis represents the number of parameters on a logarithmic scale, while the vertical axis denotes the comprehensive performance score. The proposed method lies on the Pareto frontier and forms a favorable boundary in terms of both efficiency and performance. Specifically, it achieves the highest composite score of 99.5 while using only 0.24 M parameters, making it the lightest model among the compared methods. In contrast, CDDFuse obtains the second-highest score of 95.2 but requires 1.19 M parameters, nearly five times that of the proposed model. This result further confirms that the proposed decoupled Mamba-INN architecture can achieve strong fusion performance with a substantially reduced model size.
To provide a clearer numerical comparison corresponding to the Pareto analysis, Table 8 reports the parameter counts and comprehensive performance scores of different methods on the MRI-PET dataset. The comprehensive score is calculated based on six normalized evaluation metrics, including SF, MI, SCD, VIF, Qabf, and SSIM. This table allows a direct comparison between fusion performance and model complexity, thereby further illustrating the efficiency advantage of the proposed method.

4.5. Ablation Studies

To validate the effectiveness of each key module, we conducted ablation experiments on the infrared-visible light image fusion task, with the results shown in Table 8. In this table, “heavy baseline” refers to the baseline model without any lightweight design; “w/o Mamba,” “w/o INN,” and “w/o module reuse” denote the removal of the Mamba branch, the INN branch, and the module reuse strategy, respectively; and “Full module” refers to the complete model proposed in this paper.
As shown in Table 9, the heavy baseline has the highest model complexity, with 1.19 M parameters and 116.85 G FLOPs, but its fusion performance is not optimal. In contrast, the Full module contains only 0.24 M parameters and 24.04 G FLOPs, representing reductions of approximately 79.83% and 79.43% compared to the heavy baseline, respectively. It achieves the best results on Qabf while maintaining competitive performance on MI and VIF, indicating that our method can maintain stable fusion quality while significantly reducing complexity.
Specifically, the w/o Mamba variant achieves the highest MI value, but its Qabf is lower than that of the Full module, indicating that the model’s ability to model global structure and maintain edge consistency declines without the Mamba branch. The w/o INN variant achieves the highest SF, but its Qabf remains lower than that of the Full module, suggesting that higher spatial frequency does not necessarily correspond to better edge information propagation, and that the INN branch plays a positive role in preserving details and textures. For the w/o module reuse variant, both the number of parameters and FLOPs are higher than those of the Full module, and the VIF drops to 0.76, indicating that the module reuse strategy can effectively reduce redundant computations while maintaining consistency in the feature extraction and fusion processes.
In summary, the Mamba branch, INN branch, and module reuse strategy play crucial roles in global structure modeling, local detail preservation, and model lightweighting, respectively. The full model achieved optimal Qabf and stable overall performance with the lowest number of parameters and computational cost, validating the effectiveness of the proposed lightweight Mamba-INN dual-branch architecture.

5. Conclusions

To address the critical challenge of balancing performance and computational efficiency in lightweight image fusion tasks, this paper proposes a lightweight dual-branch feature fusion network based on simplified Mamba blocks and lightweight reversible modules. Centered on lightweight design, this network reconfigures the encoding and decoding framework and introduces a decoupled dual-branch feature extraction architecture. The base branch efficiently captures global structural information using simplified Mamba blocks, while the detail branch relies on a lightweight INN to achieve lossless extraction of high-frequency details. By combining a module reuse strategy to perform feature fusion and image reconstruction, the network ensures the effectiveness of feature extraction and fusion while strictly controlling the number of model parameters and computational complexity. Experimental results on the TNO and RoadScene infrared-visible light fusion datasets, as well as the MRI-CT, MRI-PET, and MRI-SPECT multimodal medical image fusion datasets, demonstrate that the proposed method outperforms mainstream methods such as U2F and CDDFuse in core metrics including information retention and detail representation. Furthermore, the model has only 0.24 million parameters and computational cost of 24.04 GFLOPs, achieving an approximately 80% reduction in complexity compared to CDDFuse. Ablation experiments further validated the rationality and effectiveness of each core module and their combinations. The method proposed in this paper successfully achieves a balance between performance and computational efficiency in lightweight image fusion, providing an effective solution for multimodal image fusion in real-time processing scenarios such as edge devices and mobile terminals. Future research could focus on optimizing multi-scale feature interaction mechanisms, expanding multimodal fusion scenarios, and model quantization and deployment to enhance the model’s representational capabilities and engineering practicality.

Author Contributions

Conceptualization, N.L., L.T. and H.L.; methodology, N.L. and H.L.; software, N.L.; validation, N.L.; formal analysis, N.L.; investigation, H.L. and L.T.; resources, L.T.; data curation, N.L.; writing, N.L. and L.T.; visualization, N.L.; supervision, L.T.; project administration, L.T.; funding acquisition, L.T. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the University-Level Key Project of Yili Normal University (Grant No. 22XKZZ22).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The datasets used in this study are all publicly available. This manuscript encompasses all data that were produced or examined throughout the course of this study. Accompanying scripts and computational methods integral to the data’s creation will be made available in due course.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
IVFInfrared-visible image fusion
MIFMedical image fusion
IRInfrared image
VISVisible image
MRIMagnetic resonance imaging
CTComputed tomography
PETPositron emission tomography
INNInvertible neural network
SSMState space model
FLOPsFloating-point operations
FPSFrames per second
ENEntropy
SDStandard deviation
SFSpatial frequency
MIMutual information
SCDSum of correlations of differences
VIFVisual information fidelity
SSIMStructural similarity index measure
DWConvDepthwise convolution
PWConvPointwise convolution

References

  1. Zhao, Z.; Bai, H.; Zhang, J.; Zhang, Y.; Xu, S.; Lin, Z.; Timofte, R.; Van Gool, L. Cddfuse: Correlation-driven dual-branch feature decomposition for multi-modality image fusion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2023; pp. 5906–5916. [Google Scholar]
  2. Li, H.; Wu, X.J. DenseFuse: A fusion approach to infrared and visible images. IEEE Trans. Image Process. 2018, 28, 2614–2623. [Google Scholar] [CrossRef] [Scilit]
  3. Zhao, Z.; Xu, S.; Zhang, C.; Liu, J.; Li, P.; Zhang, J. DIDFuse: Deep image decomposition for infrared and visible image fusion. arXiv 2020, arXiv:2003.09210. [Google Scholar]
  4. Xu, H.; Ma, J.; Jiang, J.; Guo, X.; Ling, H. U2Fusion: A unified unsupervised image fusion network. IEEE Trans. Pattern Anal. Mach. Intell. 2020, 44, 502–518. [Google Scholar] [CrossRef] [Scilit]
  5. Liu, J.; Fan, X.; Huang, Z.; Wu, G.; Liu, R.; Zhong, W.; Luo, Z. Target-aware dual adversarial learning and a multi-scenario multi-modality benchmark to fuse infrared and visible for object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2022; pp. 5802–5811. [Google Scholar]
  6. Xu, H.; Ma, J.; Yuan, J.; Le, Z.; Liu, W. Rfnet: Unsupervised network for mutually reinforcing multi-modal image registration and fusion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2022; pp. 19679–19688. [Google Scholar]
  7. Harvard Medical Website. Available online: http://www.med.harvard.edu/AANLIB/home.html (accessed on 25 December 2025).
  8. James, A.P.; Dasarathy, B.V. Medical image fusion: A survey of the state of the art. Inf. Fusion 2014, 19, 4–19. [Google Scholar] [CrossRef] [Scilit]
  9. Zhang, H.; Ma, J. SDNet: A versatile squeeze-and-decomposition network for real-time image fusion. Int. J. Comput. Vis. 2021, 129, 2761–2785. [Google Scholar] [CrossRef] [Scilit]
  10. Xie, X.; Cui, Y.; Tan, T.; Zheng, X.; Yu, Z. Fusionmamba: Dynamic feature enhancement for multimodal image fusion with mamba. Vis. Intell. 2024, 2, 37. [Google Scholar] [CrossRef] [Scilit]
  11. Sun, H.; Lv, L.; Zhang, P.; Tang, T.; Tian, F.; Sun, W.; Lu, H. Spatial-Frequency Enhanced Mamba for Multi-Modal Image Fusion. IEEE Trans. Image Process. 2025, 34, 7684–7696. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  12. Zhao, Z.; Zhao, B.; Du, R.; Wu, Y.; Chen, J.; Zheng, Y. DLiteNet: A Dual-Branch Lightweight Framework for Efficient and Precise Building Extraction from Visible and SAR Imagery. Remote Sens. 2025, 17, 3939. [Google Scholar] [CrossRef] [Scilit]
  13. Liu, Z.; Lin, Y.; Cao, Y.; Hu, H.; Wei, Y.; Zhang, Z.; Lin, S.; Guo, B. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF International Conference on Computer Vision; IEEE: Piscataway, NJ, USA, 2021; pp. 10012–10022. [Google Scholar]
  14. Ma, J.; Tang, L.; Fan, F.; Huang, J.; Mei, X.; Ma, Y. SwinFusion: Cross-domain long-range learning for general image fusion via swin transformer. IEEE/CAA J. Autom. Sin. 2022, 9, 1200–1217. [Google Scholar] [CrossRef] [Scilit]
  15. Zamir, S.W.; Arora, A.; Khan, S.; Hayat, M.; Khan, F.S.; Yang, M.H. Restormer: Efficient transformer for high-resolution image restoration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2022; pp. 5728–5739. [Google Scholar]
  16. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, Ł.; Polosukhin, I. Attention is all you need. In Proceedings of the Advances in Neural Information Processing Systems 30 (NIPS 2017), Long Beach, CA, USA, 4–9 December 2017; Curran Associates, Inc.: Red Hook, NY, USA, 2017; Volume 30. [Google Scholar]
  17. Gu, A.; Dao, T. Mamba: Linear-time sequence modeling with selective state spaces. arXiv 2023, arXiv:2312.00752. [Google Scholar]
  18. Zhu, L.; Liao, B.; Zhang, Q.; Wang, X.; Liu, W.; Wang, X. Vision mamba: Efficient visual representation learning with bidirectional state space model. arXiv 2024, arXiv:2401.09417. [Google Scholar] [CrossRef] [Scilit]
  19. Liu, Y.; Tian, Y.; Zhao, Y.; Yu, H.; Xie, L.; Wang, Y.; Ye, Q.; Jiao, J.; Liu, Y. Vmamba: Visual state space model. Adv. Neural Inf. Process. Syst. 2024, 37, 103031–103063. [Google Scholar]
  20. Dinh, L.; Krueger, D.; Bengio, Y. Nice: Non-linear independent components estimation. arXiv 2014, arXiv:1410.8516. [Google Scholar]
  21. Dinh, L.; Sohl-Dickstein, J.; Bengio, S. Density estimation using real nvp. arXiv 2016, arXiv:1605.08803. [Google Scholar]
  22. Ardizzone, L.; Kruse, J.; Wirkert, S.; Rahner, D.; Pellegrini, E.W.; Klessen, R.S.; Maier-Hein, L.; Rother, C.; Köthe, U. Analyzing inverse problems with invertible neural networks. arXiv 2018, arXiv:1808.04730. [Google Scholar]
  23. Xiao, M.; Zheng, S.; Liu, C.; Wang, Y.; He, D.; Ke, G.; Bian, J.; Lin, Z.; Liu, T.Y. Invertible image rescaling. In European Conference on Computer Vision; Springer International Publishing: Cham, Switzerland, 2020; pp. 126–144. [Google Scholar]
  24. Huang, Z.; Liu, J.; Fan, X.; Liu, R.; Zhong, W.; Luo, Z. Reconet: Recurrent correction network for fast and efficient multi-modality image fusion. In European Conference on Computer Vision; Springer Nature: Cham, Switzerland, 2022; pp. 539–555. [Google Scholar]
  25. Zhou, M.; Huang, J.; Zhao, F.; Hong, D. Modality-aware feature integration for pan-sharpening. IEEE Trans. Geosci. Remote Sens. 2022, 61, 5400312. [Google Scholar] [CrossRef] [Scilit]
  26. Sandler, M.; Howard, A.; Zhu, M.; Zhmoginov, A.; Chen, L.C. Mobilenetv2: Inverted residuals and linear bottlenecks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2018; pp. 4510–4520. [Google Scholar]
  27. Hendrycks, D.; Gimpel, K. Gaussian error linear units (gelus). arXiv 2016, arXiv:1606.08415. [Google Scholar]
  28. Ba, J.L.; Kiros, J.R.; Hinton, G.E. Layer normalization. arXiv 2016, arXiv:1607.06450. [Google Scholar] [CrossRef] [Scilit]
  29. Ma, J.; Ma, Y.; Li, C. Infrared and visible image fusion methods and applications: A survey. Inf. Fusion 2019, 45, 153–178. [Google Scholar] [CrossRef] [Scilit]
  30. Wang, Z.; Bovik, A.C.; Sheikh, H.R.; Simoncelli, E.P. Image quality assessment: From error visibility to structural similarity. IEEE Trans. Image Process. 2004, 13, 600–612. [Google Scholar] [CrossRef] [Scilit]
  31. Han, Y.; Cai, Y.; Cao, Y.; Xu, X. A new image fusion performance metric based on visual information fidelity. Inf. Fusion 2013, 14, 127–135. [Google Scholar] [CrossRef] [Scilit]
  32. Xydeas, C.S.; Petrovic, V. Objective image fusion performance measure. Electron. Lett. 2000, 36, 308–309. [Google Scholar] [CrossRef] [Scilit]
  33. Tang, L.; Yuan, J.; Zhang, H.; Jiang, X.; Ma, J. PIAFusion: A progressive infrared and visible image fusion network based on illumination aware. Inf. Fusion 2022, 83, 79–92. [Google Scholar] [CrossRef] [Scilit]
  34. Toet, A.; Hogervorst, M.A. Progress in color night vision. Opt. Eng. 2012, 51, 010901. [Google Scholar] [CrossRef] [Scilit]
  35. Xu, H.; Ma, J.; Le, Z.; Jiang, J.; Guo, X. Fusiondn: A unified densely connected network for image fusion. Proc. AAAI Conf. Artif. Intell. 2020, 34, 12484–12491. [Google Scholar] [CrossRef] [Scilit]
  36. Toet, A. TNO Image Fusion Dataset; Figshare: London, UK, 2014. [Google Scholar]
  37. Liang, P.; Jiang, J.; Liu, X.; Ma, J. Fusion from decomposition: A self-supervised decomposition approach for image fusion. In European Conference on Computer Vision; Springer Nature: Cham, Switzerland, 2022; pp. 719–735. [Google Scholar]
  38. Liu, J.; Lin, R.; Wu, G.; Liu, R.; Luo, Z.; Fan, X. CoCoNet: Coupled Contrastive Learning Network with Multi-Level Feature Ensemble for Multi-Modality Image Fusion. Int. J. Comput. Vis. 2024, 132, 1748–1775. [Google Scholar] [CrossRef] [Scilit]
  39. Jia, X.; Zhu, C.; Li, M.; Tang, W.; Zhou, W. LLVIP: A visible-infrared paired dataset for low-light vision. In Proceedings of the IEEE/CVF International Conference on Computer Vision; IEEE: Piscataway, NJ, USA, 2021; pp. 3496–3504. [Google Scholar]
Figure 1. Model framework diagram.
Figure 1. Model framework diagram.
Sensors 26 03814 g001
Figure 2. Simplified Transformer block (shallow feature extraction).
Figure 2. Simplified Transformer block (shallow feature extraction).
Sensors 26 03814 g002
Figure 3. Schematic diagram of the core unit structure in the dual-branch feature extraction module.
Figure 3. Schematic diagram of the core unit structure in the dual-branch feature extraction module.
Sensors 26 03814 g003
Figure 4. Module Reuse Strategy in Fusion Layer (Parameter Control).
Figure 4. Module Reuse Strategy in Fusion Layer (Parameter Control).
Sensors 26 03814 g004
Figure 5. Visualization of the complementary mechanism of dual-branch features.
Figure 5. Visualization of the complementary mechanism of dual-branch features.
Sensors 26 03814 g005
Figure 6. Visualization of branch-wise feature responses generated by the trained model. (a) Infrared source image; (b) Visible source image; (c) Grayscale feature response map of the Mamba branch; (d) Heatmap visualization of the Mamba branch feature responses; (e) Grayscale feature response map of the INN branch; (f) Heatmap visualization of the INN branch feature responses; (g) Grayscale feature response map of the fused features; (h) Heatmap visualization of the fused feature responses; (i) Final fused image.
Figure 6. Visualization of branch-wise feature responses generated by the trained model. (a) Infrared source image; (b) Visible source image; (c) Grayscale feature response map of the Mamba branch; (d) Heatmap visualization of the Mamba branch feature responses; (e) Grayscale feature response map of the INN branch; (f) Heatmap visualization of the INN branch feature responses; (g) Grayscale feature response map of the fused features; (h) Heatmap visualization of the fused feature responses; (i) Final fused image.
Sensors 26 03814 g006
Figure 7. Radar chart comparison of normalized quantitative metrics on the TNO dataset. Each axis denotes one evaluation metric, and a larger enclosed area indicates more balanced overall fusion performance.
Figure 7. Radar chart comparison of normalized quantitative metrics on the TNO dataset. Each axis denotes one evaluation metric, and a larger enclosed area indicates more balanced overall fusion performance.
Sensors 26 03814 g007
Figure 8. Visual comparison between different methods on TNO dataset.
Figure 8. Visual comparison between different methods on TNO dataset.
Sensors 26 03814 g008
Figure 9. Results of feature fusion and residual analysis for representative samples in the TNO dataset.
Figure 9. Results of feature fusion and residual analysis for representative samples in the TNO dataset.
Sensors 26 03814 g009aSensors 26 03814 g009b
Figure 10. Visual comparison for “MRI-PET-16” in MRI-PET MIF.
Figure 10. Visual comparison for “MRI-PET-16” in MRI-PET MIF.
Sensors 26 03814 g010
Figure 11. Comprehensive comparison of different methods in terms of parameter quantity, VIF and MI indicators.
Figure 11. Comprehensive comparison of different methods in terms of parameter quantity, VIF and MI indicators.
Sensors 26 03814 g011
Figure 12. Pareto front analysis of efficiency and performance on an MRI-PET dataset. The composite score is calculated based on six normalized objective metrics. The green dashed line indicates the Pareto frontier, highlighting that our method achieves optimal fusion performance with the fewest parameters. The red star represents our proposedmethod, which achieves the highest comprehensive performance score with the lowest number of parameters, making it the absolute optimal choice among all compared methods.
Figure 12. Pareto front analysis of efficiency and performance on an MRI-PET dataset. The composite score is calculated based on six normalized objective metrics. The green dashed line indicates the Pareto frontier, highlighting that our method achieves optimal fusion performance with the fewest parameters. The red star represents our proposedmethod, which achieves the highest comprehensive performance score with the lowest number of parameters, making it the absolute optimal choice among all compared methods.
Sensors 26 03814 g012
Table 1. Comparison of quantitative infrared-visible fusion (IVF) results. Bold font indicates the best performance; underlined font indicates the second-best performance.
Table 1. Comparison of quantitative infrared-visible fusion (IVF) results. Bold font indicates the best performance; underlined font indicates the second-best performance.
Dataset: MSRS Infrared-Visible Fusion Dataset
ENSDSFMISCDVIFQbafSSIM
U2F5.3725.529.071.401.240.540.420.77
DID4.2731.4910.151.611.110.310.200.24
SDN5.2517.358.671.190.990.500.380.72
DeF6.4637.638.602.161.350.770.540.94
TarD5.2825.225.981.490.710.420.180.47
ReC6.6143.249.772.161.440.710.500.85
CDDFuse6.7047.8112.033.461.681.010.670.99
Ours6.6946.7712.093.431.640.990.700.99
Dataset: TNO Infrared-Visible Fusion Dataset
ENSDSFMISCDVIFQbafSSIM
U2F6.8334.5511.521.371.710.580.440.99
DID6.9745.1212.591.701.710.600.400.81
SDN6.6432.6612.051.521.490.560.441.00
DeF6.9538.418.211.781.640.600.410.96
TarD6.8445.638.681.861.520.530.320.88
ReC7.1044.858.731.781.700.570.390.88
CDDFuse7.1246.0013.152.191.760.770.541.03
Ours7.0342.5513.442.371.630.780.571.00
Dataset: RoadScene Infrared-Visible Fusion Dataset
ENSDSFMISCDVIFQbafSSIM
U2F7.0938.1213.251.871.700.600.510.97
DID7.4351.5814.662.111.700.580.480.86
SDN7.1440.2013.702.211.490.600.510.99
DeF7.2344.4410.222.251.690.630.480.89
TarD7.1747.4410.832.141.550.540.400.88
ReC7.3652.5410.782.181.740.590.430.88
CDDFuse7.4354.6616.362.301.810.690.520.98
Ours7.3048.7715.612.471.680.700.570.95
Table 2. Comparison of Quantitative Results for medical image fusion (MIF). Bold font indicates the best performance; underlined font indicates the second-best performance. CDDFuse* and Ours* represent the results after training on MIF datasets.
Table 2. Comparison of Quantitative Results for medical image fusion (MIF). Bold font indicates the best performance; underlined font indicates the second-best performance. CDDFuse* and Ours* represent the results after training on MIF datasets.
Dataset: MRI-CT Medical Image Fusion
ENSDSFMISCDVIFQbafSSIM
TarD4.7561.1428.381.940.810.320.350.99
RFN5.3052.9533.421.980.580.330.520.49
ReC4.4166.9620.162.031.240.400.421.29
DeF4.6366.3821.562.201.120.470.441.29
CDDFuse4.7388.3833.822.231.740.500.591.33
Ours4.8585.9237.312.321.640.530.641.27
U2F4.8852.9822.542.080.750.370.460.49
SDN5.0260.0729.412.140.970.380.470.51
EMF4.7672.7622.562.341.320.560.491.31
CDDFuse*4.7778.9938.142.601.400.610.681.35
Ours*4.7873.4039.852.340.960.480.641.24
Dataset: MRI-PET Medical Image Fusion
ENSDSFMISCDVIFQbafSSIM
TarD3.8157.6523.651.361.460.570.580.68
RFN4.7750.5729.111.530.960.390.520.42
ReC3.6665.2521.721.511.490.440.511.40
DeF4.1764.6522.351.741.480.580.561.45
CDDFuse4.1581.4928.041.861.810.660.651.48
Ours4.3378.8429.001.981.810.700.701.42
U2F3.7357.0723.271.691.270.400.491.39
SDN3.8361.4031.971.711.400.470.571.46
EMF4.2156.8026.011.821.310.620.671.47
CDDFuse*4.1470.5529.572.021.680.710.711.51
Ours*4.2862.6226.711.991.390.620.691.51
Dataset: MRI-SPECT Medical Image Fusion
ENSDSFMISCDVIFQbafSSIM
TarD3.6653.4618.501.410.900.640.520.36
RFN4.3944.0123.771.600.720.450.580.37
ReC3.2260.0717.401.501.470.460.541.40
DeF3.8156.6515.451.801.270.610.561.46
CDDFuse3.8271.6220.661.891.870.650.681.47
Ours4.0466.8421.152.001.830.720.741.43
U2F3.4752.9719.581.681.280.480.571.41
SDN3.4349.6222.201.691.090.550.661.48
EMF3.7451.9317.141.881.120.710.741.49
CDDFuse*3.8258.1320.872.471.340.970.781.49
Ours*3.9147.7817.122.020.470.670.721.41
Table 3. Quantitative results of zero-shot infrared-visible image fusion evaluation on the official LLVIP test set.
Table 3. Quantitative results of zero-shot infrared-visible image fusion evaluation on the official LLVIP test set.
DatasetMethodENSDSFMISCDVIFQabfSSIM
LLVIPCDDFuse7.4453.2117.122.971.420.850.620.89
Ours7.3549.8217.102.581.420.810.680.91
Table 4. Comparison of NIQE metric (mean ± standard deviation) between CDDFuse and the proposed method on different datasets.
Table 4. Comparison of NIQE metric (mean ± standard deviation) between CDDFuse and the proposed method on different datasets.
DatasetMethodNIQE (Mean ± Standard Deviation)
MSRSCDDFuse2.8630 ± 0.2546
Ours2.9110 ± 0.2892
TNOCDDFuse4.2500 ± 0.7339
Ours3.7038 ± 0.9423
MRI_PETCDDFuse6.6552 ± 0.8956
Ours6.8170 ± 0.7912
MRI_SPETCDDFuse6.0426 ± 0.8599
Ours6.0586 ± 1.0559
Table 5. Comparison of lightweight performance results. Bold font indicates the best performance; underlined font indicates the second-best performance.
Table 5. Comparison of lightweight performance results. Bold font indicates the best performance; underlined font indicates the second-best performance.
MethodParams (M)Flops (G)
U2F0.66366.34
DenseFuse0.93497.96
GANMcC1.861002.56
RFN10.94676.06
SwinFusion0.97471.04
TarD0.3082.37
CoCoNet9.13115.37
FMamba-S0.6145.90
FMamba-L0.6551.18
CDDFuse1.19116.85
Ours0.2424.04
Table 6. Test results on the computational efficiency of the method described in this paper under different input resolutions.
Table 6. Test results on the computational efficiency of the method described in this paper under different input resolutions.
Input SizeParams (M)Flops (G)Latency (ms)FPS
128 × 1280.246.0123.0043.48
256 × 2560.2424.0494.7410.56
512 × 5120.2496.16381.352.62
1024 × 10240.24384.631540.040.65
Table 7. CPU-only constrained inference evaluation of the proposed method.
Table 7. CPU-only constrained inference evaluation of the proposed method.
CPU ThreadsModel Size (MB)Latency (ms)FPSExtra Memory (MB)
10.99252605.300.3843.48
20.99251575.280.6310.56
40.9925862.231.162.62
80.9925497.232.010.65
Table 8. Evaluation of model parameters and composite scores on an MRI-PET dataset. The composite score is calculated based on the normalized results of six key visual and structural metrics. Bold font indicates the best performance; underlined font indicates the second-best performance.
Table 8. Evaluation of model parameters and composite scores on an MRI-PET dataset. The composite score is calculated based on the normalized results of six key visual and structural metrics. Bold font indicates the best performance; underlined font indicates the second-best performance.
MethodParams (M)Score
U2F0.6673.2
DenseFuse0.9381.0
RFN10.9469.4
TarD0.3073.6
CDDFuse1.1995.2
Ours0.2499.5
Table 9. Ablation experiments on the IVF mission. Bold font indicates the best performance; underlined font indicates the second-best performance.
Table 9. Ablation experiments on the IVF mission. Bold font indicates the best performance; underlined font indicates the second-best performance.
ConfigurationSFMIVIFQbafParams (M)Flops (G)
Iheavy baseline13.152.190.770.541.19116.85
IIw/o Mamba13.742.400.780.550.8988.31
IIIw/o INN13.932.350.780.560.5353.45
IVw/o module reuse13.472.360.760.560.3131.62
Full module13.442.370.780.570.2424.04
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, N.; Li, H.; Tian, L. A Dual-Branch Lightweight Network for Multimodal Image Fusion with Mamba and INN. Sensors 2026, 26, 3814. https://doi.org/10.3390/s26123814

AMA Style

Li N, Li H, Tian L. A Dual-Branch Lightweight Network for Multimodal Image Fusion with Mamba and INN. Sensors. 2026; 26(12):3814. https://doi.org/10.3390/s26123814

Chicago/Turabian Style

Li, Nan, Hongxin Li, and Lin Tian. 2026. "A Dual-Branch Lightweight Network for Multimodal Image Fusion with Mamba and INN" Sensors 26, no. 12: 3814. https://doi.org/10.3390/s26123814

APA Style

Li, N., Li, H., & Tian, L. (2026). A Dual-Branch Lightweight Network for Multimodal Image Fusion with Mamba and INN. Sensors, 26(12), 3814. https://doi.org/10.3390/s26123814

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop