Image fusion
What Is Image Fusion?
Image fusion is a digital image processing technique that combines information from two or more source images into a single composite image that is more informative or better suited to a downstream task than any individual source alone. The source images may come from different sensor types, different spectral bands, different acquisition times, or different spatial resolutions. The fused output retains the complementary content of each input while suppressing redundant or conflicting information. Image fusion draws on signal processing, statistical estimation, and, increasingly, deep learning, and it is a core area within the IEEE Geoscience and Remote Sensing Society's Image Analysis and Data Fusion technical committee.
The motivating principle is that no single sensor captures a scene completely. A panchromatic satellite image offers high spatial resolution but no spectral discrimination; a multispectral image offers spectral richness at coarser resolution. A CT scan shows bone structure clearly; an MRI scan resolves soft tissue. Fusing these complementary modalities produces images that support analyses that neither source could enable on its own.
Pixel-Level and Transform-Domain Fusion
Pixel-level fusion operates directly on intensity values. Simple weighted averaging blends two coaligned images by assigning each source a weight at every pixel location, often derived from local contrast or saliency measures. Pyramid and wavelet transform methods decompose each source image into a multiresolution representation, apply a fusion rule at each frequency band independently, typically selecting the maximum coefficient or computing a weighted average, and then reconstruct the fused image from the modified coefficients. These classical methods are efficient and interpretable, and they remain standard baselines against which newer approaches are benchmarked. A broad survey of image fusion techniques across spatial, transform, and learning-based approaches traces the progression from early averaging schemes through sparse representation and deep architectures.
Multi-Modal and Multi-Source Fusion
Multi-modal fusion combines images from sensors whose physical measurement principles differ: infrared and visible-light cameras, PET and MRI scanners, or radar and optical satellites. The challenge is that the two modalities may have different intensity ranges, noise characteristics, and spatial registrations, so a registration step that aligns the images geometrically typically precedes fusion. Feature-level fusion addresses this by extracting modality-independent features, such as edges, textures, or learned embeddings, before combining them, rather than merging raw intensities. Decision-level fusion goes further, fusing the outputs of separate classifiers or detectors trained on each modality rather than merging the images themselves. Research on multimodal sensor fusion in latent representation spaces demonstrates that embedding each modality into a shared feature space before fusion can outperform pixel-level methods when modalities differ strongly in appearance.
Deep Learning Approaches
Convolutional neural networks and transformer architectures have become prominent fusion tools because they can learn task-specific fusion rules from data rather than relying on hand-crafted criteria. Encoder-decoder networks trained end-to-end on registered source pairs learn to extract and combine features across scales simultaneously. Generative adversarial approaches frame fusion as an image synthesis problem, training a network to produce outputs that are indistinguishable from idealized fused images. These methods require large paired training sets and careful regularization to prevent one modality from dominating the output.
Applications
Image fusion has applications in a wide range of fields, including:
- Remote sensing and satellite image analysis, combining panchromatic and multispectral data
- Medical imaging, fusing CT, MRI, and PET scans for diagnosis and surgical planning
- Autonomous vehicles and robotics, integrating visible and infrared camera feeds
- Military and surveillance systems using multi-band sensor arrays
- Surveillance and security, merging low-light and thermal imaging