This document proposes a modified image fusion approach using guided filters to combine images. It involves:
1. Decomposing the input images into base and detail layers using simple average filtering.
2. Generating guided weight maps for the base and detail layers of each input image using saliency maps and guided filtering.
3. Reconstructing the fused image by weighted summation of the base and detail layers using the guided weight maps.
The proposed method aims to preserve edge information better than other methods by exploiting spatial context with guided filters during the fusion process. It is compared to other methods based on quality assessment results.