Saliency Heatmap Mask Optimization for Detailed XAI Explanations

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing explainable artificial intelligence (XAI) techniques for image classification, such as gradient-based and perturbation-based methods, struggle with generating saliency heatmaps that are either noisy, require hyperparameter adjustments, or lack sufficient detail.

Innovation Solution

A classifier engine optimizes a mask using gradient descent to generate saliency heatmaps by maximizing a target class prediction while minimizing the number of pixels, employing a loss function that combines class prediction and pixel contribution, without requiring superpixel selection or hyperparameter adjustments.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If perturbation-based XAI techniques are used to generate saliency heatmaps, then explainability is improved, but the heatmaps become noisy and lack sufficient detail

Engineering Contradiction:
ImproveexplainabilityVSAvoidheatmap detail
Core Design Contradiction:
Loss of informationVSMeasurement precision

Solution Approach 1:

The patent introduces an intermediary optimization process that bridges perturbation-based explainability and gradient-based precision. By formulating heatmap generation as an optimization problem with a custom loss function, the method mediates between the interpretability of perturbation approaches and the detail of gradient approaches, achieving both goals simultaneously.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent changes the parameters of the heatmap generation process by optimizing pixel contributions through gradient descent. Instead of using fixed perturbation schemes, the method dynamically adjusts pixel importance weights to maximize information retention while maintaining explainability, thereby improving both heatmap quality and detail.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If gradient-based techniques are used to generate saliency heatmaps, then heatmap detail is improved, but hyperparameter adjustments and superpixel selection are required

Engineering Contradiction:
Improveheatmap detailVSAvoidhyperparameter adjustment
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent implements self-service by allowing the optimization process to automatically determine the optimal mask without requiring manual hyperparameter tuning or superpixel selection. The system serves itself by using the loss function gradient to automatically adjust pixel contributions, eliminating the need for external configuration and reducing complexity.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent extracts the essential function of heatmap generation from complex hyperparameter-dependent processes. By formulating the problem as direct pixel-level optimization, it removes the unnecessary layers of superpixel selection and hyperparameter adjustment, keeping only the core functionality that produces detailed heatmaps.

Inventive Principle:
Principle #2Taking out (Extraction)

3Reliability

If the number of pixels contributing to classification is minimized, then classification confidence is improved, but the heatmap may lose relevant features

Engineering Contradiction:
Improveclassification confidenceVSAvoidrelevant features
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The patent implements feedback through the optimization loop where the loss function continuously evaluates whether minimizing pixels maintains classification confidence. The gradient descent process provides feedback on which pixels can be reduced without hurting performance, ensuring that relevant features are preserved while achieving minimal pixel contribution for high confidence classifications.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12494036B2Detailed perturbative heatmap explanations
Publication Date: 2025.12.09 DELL PROD LP
  • US12494036B2 patent drawing
  • US12494036B2 patent drawing
  • US12494036B2 patent drawing

AI summary

Saliency heatmap generation is disclosed. A mask that corresponds to an image is iteratively passed through a model. At each iteration, the output mask is optimized via gradient descent to gradually turn off one or more pixels. The output mask is iteratively passed in order to minimize contributions of pixels and to maximize a class prediction. After generating a final output mask, a saliency heatmap is generated.