Search papers, labs, and topics across Lattice.
Fusion-CAM is introduced, a novel XAI framework that fuses gradient-based (Grad-CAM) and region-based (Score-CAM) Class Activation Map methods to generate more robust visual explanations of CNN decisions. It denoises gradient-based maps, combines them with region-based maps using contribution weights, and employs an adaptive similarity-based pixel-level fusion to dynamically adjust fusion strength based on agreement between the two paradigms. Experiments on standard benchmarks demonstrate that Fusion-CAM outperforms existing CAM variants in both qualitative visualization and quantitative evaluation.
Achieve more robust and informative visual explanations for CNNs by adaptively fusing gradient-based and region-based CAM methods, outperforming existing approaches on standard benchmarks.
Interpreting the decision-making process of deep convolutional neural networks remains a central challenge in achieving trustworthy and transparent artificial intelligence. Explainable AI (XAI) techniques, particularly Class Activation Map (CAM) methods, are widely adopted to visualize the input regions influencing model predictions. Gradient-based approaches (e.g. Grad-CAM) provide highly discriminative, fine-grained details by computing gradients of class activations but often yield noisy and incomplete maps that emphasize only the most salient regions rather than the complete objects. Region-based approaches (e.g. Score-CAM) aggregate information over larger areas, capturing broader object coverage at the cost of over-smoothing and reduced sensitivity to subtle features. We introduce Fusion-CAM, a novel framework that bridges this explanatory gap by unifying both paradigms through a dedicated fusion mechanism to produce robust and highly discriminative visual explanations. Our method first denoises gradient-based maps, yielding cleaner and more focused activations. It then combines the refined gradient map with region-based maps using contribution weights to enhance class coverage. Finally, we propose an adaptive similarity-based pixel-level fusion that evaluates the agreement between both paradigms and dynamically adjusts the fusion strength. This adaptive mechanism reinforces consistent activations while softly blending conflicting regions, resulting in richer, context-aware, and input-adaptive visual explanations. Extensive experiments on standard benchmarks show that Fusion-CAM consistently outperforms existing CAM variants in both qualitative visualization and quantitative evaluation, providing a robust and flexible tool for interpreting deep neural networks.