The faithfulness score is a quantitative metric that evaluates an explanation's accuracy by measuring the correlation between attributed feature importance and the actual change in model output when those features are perturbed. It answers a critical question: does the explanation reflect the model's true reasoning process, or is it a plausible-looking fabrication?
Glossary
Faithfulness Score

What is Faithfulness Score?
A quantitative metric that evaluates the accuracy of an explanation by measuring how well the attributed importance scores correlate with the actual change in model output when the corresponding features are perturbed or removed.
Computation typically involves iteratively removing or masking the most important features according to an attribution map and measuring the resulting drop in prediction probability. A high faithfulness score indicates that features identified as important genuinely drive the model's decision, while a low score exposes an interpretability illusion—an explanation that appears convincing but misrepresents the model's internal logic.
Core Characteristics of Faithfulness Metrics
Faithfulness scores provide a rigorous, quantitative framework for auditing the trustworthiness of AI explanations by measuring how accurately an attribution map reflects the model's true decision-making process.
Comprehensiveness & Sufficiency
Two complementary metrics that decompose faithfulness into distinct, measurable properties of an explanation.
- Comprehensiveness: Quantifies how much the model's prediction changes when the most important features are removed. A high comprehensiveness score indicates the explanation captured all features the model relied on.
- Sufficiency: Measures if the most important features alone are enough to sustain the original prediction. A low sufficiency score confirms the model needs more than just the highlighted region.
- These metrics are foundational in toolkits like Quantus and provide a standardized benchmark for comparing attribution methods.
Correlation with Ground Truth
In synthetic or semi-synthetic settings, faithfulness can be measured by comparing an explanation to a known, ground-truth signal that was intentionally embedded in the data.
- Synthetic Lesion Injection: A known artifact is digitally inserted into a medical scan; a faithful explanation must exclusively highlight that region.
- Grid Pointing Game: A dataset is constructed where the class label is determined by a specific, known pixel location.
- Rank Correlation: Metrics like Kendall's Tau or Spearman's Rho measure the statistical correlation between the rank order of attribution scores and the true feature importance.
Sensitivity & Robustness Checks
A faithful explanation must be sensitive to meaningful changes in the model or input while remaining robust to irrelevant perturbations.
- Input Invariance: Adding imperceptible noise to the input should not drastically alter the explanation if the model's prediction remains unchanged.
- Model Parameter Randomization: Progressively randomizing a model's weights from the top layer down must cause the explanation to degrade. If the saliency map stays visually similar, it is unfaithful and merely an edge detector.
- Max-Sensitivity: Measures the maximum change in an explanation given a small, constrained input perturbation, bounded by Lipschitz continuity.
Ablation & Causal Metrics
Moving beyond correlation to causation, these metrics test if the highlighted features are the cause of the model's decision.
- Causal Faithfulness: Intervenes on the model's internal activations by surgically removing the effect of specific neurons or attention heads identified by the explanation.
- Ablation Gap: Measures the difference in model output when removing features based on the explanation versus removing a random set of equal size. A large gap indicates high faithfulness.
- Necessity vs. Sufficiency: Distinguishes features that are required for the prediction (necessity) from those that can independently trigger it (sufficiency).
Faithfulness vs. Plausibility
A critical distinction in explainable AI: faithfulness is an objective property of the explanation's fidelity to the model's internal mechanics, while plausibility is a subjective measure of how convincing the explanation appears to a human.
- The Interpretability Illusion: A smooth, anatomically plausible saliency map can be completely unfaithful, creating a false sense of security in clinical settings.
- Human-Grounded Evaluation: Plausibility is measured via clinician surveys; faithfulness is measured via perturbation and ablation.
- Regulatory Relevance: Bodies like the FDA prioritize faithfulness over plausibility for SaMD audit trails, as it verifies the model's true reasoning, not just a post-hoc rationalization.
Frequently Asked Questions
A deep dive into the quantitative metric used to validate whether an AI explanation truly reflects the model's internal reasoning process, a critical requirement for regulatory compliance in medical imaging diagnostics.
A Faithfulness Score is a quantitative metric that evaluates the accuracy of a feature attribution explanation by measuring the correlation between the attributed importance scores and the actual change in model output when the corresponding input features are perturbed or removed. Formally, it assesses whether the pixels or regions highlighted as 'important' by a saliency map are genuinely causal to the model's prediction. The core principle is perturbation-based evaluation: if an explanation claims a set of pixels is critical, deleting or altering those pixels must cause a proportionally significant drop in the model's confidence for the predicted class. A perfectly faithful explanation would show a monotonic decrease in the target class probability as features are removed in descending order of attributed importance. This metric is foundational for regulatory explainability in medical imaging, as it distinguishes between a plausible-looking heatmap and a genuine representation of the model's decision logic.
Faithfulness vs. Other XAI Evaluation Criteria
A comparison of faithfulness against other key quantitative metrics used to evaluate the quality of post-hoc explanations in medical imaging AI.
| Evaluation Criterion | Faithfulness | Robustness | Complexity |
|---|---|---|---|
Core Question | Does the explanation reflect the model's true reasoning? | Is the explanation stable under minor input perturbations? | How concise and human-interpretable is the explanation? |
Primary Measurement | Correlation between feature importance and model output change upon perturbation | Max-sensitivity or local Lipschitz continuity of the explanation function | Entropy, sparsity, or effective number of non-zero features |
Key Metric Example | Pearson Correlation Coefficient (PCC) | Local Lipschitz Estimate | Gini Index or Shannon Entropy |
Sensitivity to Model Internals | |||
Sensitivity to Input Noise | |||
Detects Interpretability Illusion | |||
Relevance to Regulatory Audit | Critical for verifying diagnostic logic | Important for ensuring consistent outputs | Useful for clinician cognitive load assessment |
Toolkit Support (Quantus) |
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Core concepts and methods used to evaluate and ensure the trustworthiness of AI explanations in medical imaging.
Interpretability Illusion
The false sense of security arising from a plausible-looking but unfaithful explanation. A saliency map may appear to highlight a tumor convincingly, yet the model's decision could be driven by a spurious correlation with a scanner artifact. This illusion is a critical safety risk in high-stakes medical diagnosis, where an unfaithful explanation can mislead a clinician into trusting an incorrect prediction.
Adversarial Robustness
The property of a model to maintain prediction accuracy under adversarial perturbation. In the context of explainability, an attribution attack can subtly modify an input image so the model's diagnosis remains unchanged, but the generated saliency map is completely altered. A robust model and explanation pair is essential to prevent malicious actors from hiding diagnostic logic.
Trust Calibration
The process of aligning a clinician's subjective trust in an AI tool with the tool's objective performance. A high faithfulness score is a prerequisite for proper calibration. Without it:
- Over-reliance: Clinician accepts an incorrect diagnosis based on a misleading but confident-looking heatmap.
- Under-reliance: Clinician dismisses a correct diagnosis due to a noisy or counter-intuitive explanation.
Causal Attribution
An explanation method that seeks to identify the input features that are the actual causes of a model's decision, not just correlated with it. Unlike standard feature attribution, it uses interventions and structural causal models. In medical imaging, this can distinguish whether a model diagnoses pneumonia based on lung opacity (causal) or a chest tube (spurious correlation).
Regulatory Explainability
The specific transparency requirements mandated by bodies like the FDA for Software as a Medical Device (SaMD). A documented faithfulness score is becoming a critical part of a SaMD Audit Trail. It provides quantitative evidence that the model's reasoning is stable and can be audited, directly supporting pre-market approval and post-market surveillance.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us