Paper deep dive
Position: Explanation Stability Is a Property of the Model Method Pair, Not the Model
Kabilan Elangovan, Daniel Ting
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 94%
Last extracted: 7/21/2026, 3:50:20 AM
Summary
This position paper argues that explanation stability is an emergent property of the interaction between a model architecture and an attribution method, rather than an intrinsic property of the model alone. Through controlled experiments on chest X-ray classification using DenseNet201, ResNet50V2, and InceptionV3, the authors demonstrate that stability rankings reverse when switching between LayerCAM and Grad-CAM++, despite equivalent predictive performance. The findings suggest that single-method evaluation is scientifically invalid for general stability claims and advocate for cross-method validation in regulatory and clinical contexts.
Entities (9)
Relation Signals (6)
explanation stability â ispropertyof â Model-Method Pair
confidence 98% · explanation stability is an emergent property of the model method pair rather than an intrinsic characteristic of the model alone
Single-Method Evaluation â isinsufficientfor â General Stability Claims
confidence 96% · claims about explanation stability are scientifically invalid without cross method validation
InceptionV3 â exhibitshighstabilitywith â LayerCAM
confidence 95% · LayerCAM ranked InceptionV3 as the most stable model, with an IoU of 0.777
DenseNet201 â exhibitshighstabilitywith â Grad-CAM
confidence 95% · GradCAM++ favored DenseNet201
InceptionV3 â exhibitsmethoddependentinstability â Grad-CAM
confidence 93% · GradCAM++ favored DenseNet201 and reduced InceptionV3 stability score by 17.3%
DenseNet201 â demonstratescrossmethodrobustness â True
confidence 90% · DenseNet maintains 1.3% cross-method consistency
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:This position paper argues that claims about explanation stability are scientifically invalid without cross method validation. Just as statistical significance requires the test statistic to be specified, stability should either be evaluated across multiple attribution paradigms or explicitly scoped to the computational objective of a single method. In controlled chest X ray experiments, DenseNet201, ResNet50V2, and InceptionV3 achieved AUC values above 99%, yet their stability rankings reversed across attribution methods. LayerCAM ranked InceptionV3 as the most stable model, with an IoU of 0.777, whereas GradCAM++ favored DenseNet201 and reduced InceptionV3 stability score by 17.3%. These findings demonstrate that explanation stability is an emergent property of the model method pair rather than an intrinsic characteristic of the model alone. We therefore argue that explanation based claims should be validated across multiple attribution methods and that regulatory submissions should explicitly specify the attribution operators used to avoid creating illusory safety assurances.
Tags
Links
- Source: https://arxiv.org/abs/2607.16652v1
- Canonical: https://arxiv.org/abs/2607.16652v1
Trouble viewing inline? Open PDF directly â
Full Text
69,031 characters extracted from source content.
Expand or collapse full text
Position: Explanation Stability Is a Property of the ModelâMethod Pair, Not the Model Kabilan Elangovan Daniel Ting Abstract This position paper argues that explanation stability claims are scientifically invalid without cross-method validation. Just as statistical significance requires specifying the test statistic, stability must be validated across multiple attribution paradigms or explicitly scoped to a single methodâs computational objective. In controlled chest X-ray experiments, DenseNet201, ResNet50V2, and InceptionV3 achieve >>99% AUC but exhibit reversed stability rankings across attribution methods. LayerCAM ranks InceptionV3 highest (IoU 0.777), while Grad-CAM++ favors DenseNet201, reducing InceptionV3âs score by 17.3%. These findings establish that explanation stability is an emergent property of the modelâmethod pair, not an intrinsic model trait. We argue that explanation-based claims should be validated across multiple attribution methods and urge that regulatory submissions explicitly specify attribution operators to avoid illusory safety assurances. Explainable AI, Evaluation Methodology, Multi-Method Validation, Medical Imaging, Attribution Stability 1 Introduction: Why Stability Must Be Scoped to the Attribution Method Position Statement: Claims of explanation stability cannot be scientifically justified without explicitly scoping the evaluation to the attribution method under considerationâjust as claims of statistical significance require specification of the test statistic. We do not argue that explanations must agree across methods; rather, analyses based on a single attribution method cannot support claims of general stability beyond that methodâs specific computational objective and inductive biases (Krishna et al., 2024; Han et al., 2022). Transfer learning dominates contemporary medical image classification pipelines (Raghu et al., 2019; Kolesnikov et al., 2020), yet the stability of visual explanations across transfer learning and fine-tuning is rarely examined. Consider a convolutional model that correctly classifies COVID-19 pneumonia and highlights bilateral ground-glass opacities according to Grad-CAM (Selvaraju et al., 2017). After task-specific fine-tuning, classification performance remains unchanged, but the resulting attribution maps emphasize different image regions. Both predictions are correct, yet the apparent evidential basis of the decisionâas measured by the attribution methodâhas shifted. Such sensitivity of attribution maps to parameterization and optimization has been widely observed even in the absence of accuracy degradation (Adebayo et al., 2018; Ghorbani et al., 2019; Kindermans et al., 2019). This raises a fundamental question: does this instability reflect a genuine change in the modelâs internal representations, or variability induced by the attribution method itself? Without cross-method validation, attribution-based stability analyses risk conflating method-specific behavior with model behavior. 1.1 Why Current Practice Fails Current XAI evaluation practice is limited by a recurring pattern: explanation methods are evaluated in isolation, stability or faithfulness is reported under a single technique, and these findings are implicitly generalized to explanation quality more broadly. Such generalization is methodologically unjustified, as empirical evidence consistently demonstrates substantial disagreement and context dependence across attribution methods. Explanation disagreement is pervasive. A large practitioner study reports that 84% of users encounter conflicting explanations for identical model predictions, with no standardized framework to resolve such disagreements (Krishna et al., 2024). Common methods such as LIME, KernelSHAP, and Integrated Gradients often yield contradictory attributions, leaving practitioners to rely on ad hoc heuristics. Relative method rankings are unstable. Using a relative attribution ranking framework, Duan et al. show that the performance ordering of eight attribution methods varies markedly across architectures, datasets, and evaluation settings (Duan et al., 2024). Rankings derived under restricted conditions fail to generalize to heterogeneous scenarios, undermining claims of method-level consistency. Large-scale empirical validation confirms pervasive instability. The LATEC benchmark (Klein et al., 2024)âevaluating 17 methods across 20 metrics in 7,560 combinationsâdemonstrates that conflicting metrics produce unreliable rankings, reinforcing that no single method-metric pair provides universal ground truth. No universal ground truth exists for explanation correctness. The Quantus toolkit demonstrates that evaluation outcomes are highly sensitive to metric choice and parameterization across more than 35 commonly used measures, precluding a single definitive notion of explanation quality (Hedström et al., 2023b). Clinical benchmarks expose a persistent gap. In chest X-ray interpretation, all evaluated saliency methodsâincluding Grad-CAMâperform substantially worse than radiologists at localizing clinically relevant findings, with gaps varying across pathologies (Saporta et al., 2022). These limitations reflect fundamental differences in the mathematical objectives of attribution methods rather than mere measurement noise. Gradient-based approaches encode distinct notions of importance, from local pixel sensitivity to globally aggregated relevance, which are not mathematically equivalent (Ancona et al., 2018). Consequently, agreement across methods should not be assumed, and stability claims must be explicitly scoped to the attribution technique employed. 1.2 Why This Matters for Medical AI Medical AI deployment faces increasing regulatory scrutiny (FDA and Health Canada and MHRA, 2021; FDA, 2025), with substantial variability in explainability across FDA-cleared systems (McNamara et al., 2024). Method-dependent stability complicates regulatory evaluation of explanation reliability. Clinical studies further underscore the implications of this ambiguity: clinicians often find technically sophisticated explanations, such as Shapley-based attributions, misaligned with clinical reasoning and decision-making needs (Bienefeld et al., 2023), while prior work cautions that inconsistent or poorly contextualized explanations may mislead clinical judgment rather than support it (Babic et al., 2021; Ghassemi et al., 2021). 1.3 Our Position and Contributions We argue that the field cannot justify general explanation stability claims from single-method evaluation. Our position rests on three pillars: 1. Empirical demonstration of method-dependency: Through controlled experiments quantifying semantic driftâvisual evidence transformation during transfer learning and fine-tuningâwe show that LayerCAM and Grad-CAM++ produce systematically contradictory stability rankings across DenseNet201, ResNet50V2, and InceptionV3 despite equivalent predictive performance. 2. True-positive filtering for unconfounded analysis: By restricting analysis to samples correctly classified in both training phases, we isolate explanation evolution independent of prediction quality changes, eliminating the confound that instability reflects error correction. 3. Architectural mechanism analysis: We show that dense connectivity promotes cross-method stability (DenseNet), multi-scale pathways induce layer-dependent stability (InceptionV3), and residual shortcuts enable method-sensitive reorganization (ResNet). 2 Background: The Attribution Method Problem 2.1 Gradient-Based Attribution Fundamentals Grad-CAM (Selvaraju et al., 2017) uses global average pooling of gradients, weighting entire feature maps uniformly. Grad-CAM++ (Chattopadhay et al., 2018) incorporates higher-order gradients for multi-instance localization through adaptive weighting. LayerCAM (Jiang et al., 2021) applies pixel-wise gradients preserving fine-grained spatial detail. These are not interchangeableâthey solve fundamentally different mathematical objectives (Ancona et al., 2018). 2.2 The Sanity Check Crisis Adebayo et al.âs seminal work (Adebayo et al., 2018) revealed that some attribution methods (Guided Backpropagation) function as edge detectors independent of model parameters or training data. Methods failing architecture-dependent sanity checks produce explanations unrelated to learned representations. Critically, passing sanity checks under one method doesnât guarantee validity under another. 2.3 The Disagreement Problem Krishna et al. (Krishna et al., 2024) quantified practitioner-encountered disagreements: LIME, KernelSHAP, and Integrated Gradients frequently contradict across four real-world datasets. The ROAR benchmark (Hooker et al., 2019) showed many popular methods produce importance estimates no better than random, with performance rankings varying by dataset. Recent work establishes theoretical limits: no single attribution method can universally approximate model behavior faithfully (Han et al., 2022). A no-free-lunch theorem for explanations implies that method choice inevitably introduces bias. 2.4 Medical Imaging Evaluation Gaps Saporta et al. (Saporta et al., 2022) created the first human benchmark for chest X-ray saliency, revealing all seven tested methods (including Grad-CAM) performed significantly worse than radiologists. Arun et al. (Arun et al., 2021) demonstrated that InceptionV3 saliency maps showed higher utility than DenseNet-121, with XRAI achieving highest repeatability on InceptionV3 but different performance on DenseNet-121. Reproducibility across architectures was consistently low. 2.5 Aggregation-Based Solutions Aggregation frameworks (Pirie et al., 2023; Schwarzschild et al., 2023; Kazmierczak et al., 2025) address disagreement by weighting attributions across explainers or training for consensus. These approaches treat method-dependency as a problem to resolve rather than characterize. Our position differs: we argue practitioners need to identify which architectures exhibit method-robust stability before deployment, not aggregate disagreeing methods post-hoc. 2.6 Gap Addressed No prior work systematically quantifies explanation stability across architectures and attribution methods during fine-tuning with true-positive filtering. We reveal method-dependent stability rankings that challenge single-method evaluation, establishing cross-method validation as necessary for trustworthy clinical deployment. 3 Evidence: Semantic Drift Reveals Method-Dependent Stability 3.1 Experimental Design We conduct controlled five-class chest X-ray classification (Normal, Pneumonia, Tuberculosis, COVID-19, Lung Opacity) on 3,354 test samples with severe class imbalance (4.2â35.8%). Three ImageNet-pretrained architecturesâDenseNet201 (18.3M parameters), ResNet50V2 (23.6M), and InceptionV3 (21.8M)âare trained in two phases: transfer learning (epochs 1â10, frozen backbone) and fine-tuning (epochs 11â20, unfrozen layers). We compare epoch 8 (transfer-learning plateau, AUC 0.971â0.974) with epoch 19 (fine-tuning convergence, AUC â„ 0.991) to maximize semantic drift contrast. Attribution Methods: LayerCAM (pixel-wise gradients) and Grad-CAM++ (higher-order adaptive weighting) are applied to penultimate convolutional layers. Maps are normalized to [0,1] and thresholded at Ï=0.2Ï=0.2. Explanation changes are quantified using four complementary metrics: overlap IoU (primary), spatial displacement, pattern correlation, and concentration change. True-Positive Filtering: To isolate explanation evolution from classification effects, sample (xi,yi)(x_i,y_i) is included only if correctly classified by all three architectures in both training phases. This eliminates confounding from accuracy changes, ensuring measured drift reflects genuine explanation evolution rather than prediction corrections. Of 3,354 test samples, 2,430 (72.5%) satisfy this criterion. Results are weighted by inverse class frequency (tuberculosis: 0.528; lung opacity: 0.062) to correct for imbalance. Full details in Appendix A. 3.2 Semantic Drift Metrics Four complementary reference-free metrics quantify explanation transformation: Spatial Displacement measures center-of-mass movement: Îspatial=âCoMâ(A~TL)âCoMâ(A~FT)â2h2+w2 _spatial= ||CoM( A_TL)-CoM( A_FT)||_2 h^2+w^2 (1) Overlap IoU (primary metric) quantifies evidential consistency: IoU=|MTLâ©MFT||MTLâȘMFT|IoU= |M_TLâ© M_FT||M_TLâȘ M_FT| (2) where M=â[A~>Ï]M=1[ A>Ï] are binary masks. Pattern Correlation captures continuous similarity via Pearson coefficient. Concentration Change quantifies attention sharpening via Shannon entropy difference. Inverse frequency weighting ensures tuberculosis (4.2%, weight 0.528) contributes proportionally to lung opacity (35.8%, weight 0.062): ÎÂŻweighted=âc=1Kw~câ 1NcââiâcÎâ(xi) _weighted= _c=1^K w_c· 1N_c _i _c (x_i) (3) 3.3 Results: Method-Dependent Rankings Table 1: Test performance at Epoch 19 (fine-tuned). All architectures achieve >>99% AUC with comparable accuracy and F1 scores, demonstrating equivalent predictive capability despite divergent explanation stability. Architecture AUC Accuracy F1-Score DenseNet201 0.995 0.936 0.935 ResNet50V2 0.998 0.973 0.959 InceptionV3 0.998 0.973 0.964 Table 2 and Figure 1 reveal the core finding: attribution method choice determines apparent architecture stability. Figure 1: Method-dependent stability rankings reveal complete architectural reversal. Left (LayerCAM): InceptionV3 (IoU=0.777) outperforms DenseNet201 (0.699) and ResNet50V2 (0.519). Right (Grad-CAM++): DenseNet201 (0.690) now leads InceptionV3 (0.643) and ResNet50V2 (0.383). InceptionV3 exhibits 17.3% method-dependent degradation; DenseNet maintains 1.3% cross-method consistency. Spatial displacement increases substantially under Grad-CAM++ for InceptionV3 (+51%) and ResNet (+37%), while DenseNet remains stable (+4%), demonstrating orthogonality between spatial and structural consistency. Table 2: Method-dependent semantic drift metrics (weighted, N=2430N=2430 true-positive test images). InceptionV3 dominates LayerCAM (0.777 IoU, bold) but DenseNet achieves cross-method robustness (1.3% change vs InceptionV3âs 17.3% degradation). ResNet exhibits universal instability (26.2% collapse). Standard deviations indicate substantial inter-sample variability; concentration patterns diverge between methods. Method Architecture Spatial Disp Overlap IoU Pattern Corr Conc Change LayerCAM DenseNet201 0.096 ± 0.074 0.699 ± 0.171 0.368 ± 0.337 â-0.050 ± 0.136 ResNet50V2 0.101 ± 0.062 0.519 ± 0.154 0.403 ± 0.285 â-0.136 ± 0.130 InceptionV3 0.090 ± 0.058 0.777 ± 0.128 0.220 ± 0.465 â-0.024 ± 0.077 Grad-CAM++ DenseNet201 0.100 ± 0.073 0.690 ± 0.169 0.345 ± 0.350 â-0.049 ± 0.172 ResNet50V2 0.138 ± 0.085 0.383 ± 0.174 0.506 ± 0.246 â-0.516 ± 0.516 InceptionV3 0.136 ± 0.073 0.643 ± 0.172 0.386 ± 0.423 ++0.275 ± 0.303 LayerCAM findings: InceptionV3 (IoU=0.777 ± 0.128) demonstrates superior stability, outperforming DenseNet201 (0.699 ± 0.171) by 11.2% and ResNet50V2 (0.519 ± 0.154) by 49.7%. Grad-CAM++ reveals ranking reversal: DenseNet201 (0.690 ± 0.169) now leads InceptionV3 (0.643 ± 0.172), while ResNet50V2 (0.383 ± 0.174) exhibits catastrophic 26.2% degradation from LayerCAM. DenseNet as method-agnostic: Only DenseNet demonstrates cross-method robustness (0.699â0.690, 1.3% variation). This stability indicates dense connectivity promotes coherent explanation evolution regardless of gradient paradigm. InceptionV3âs hidden fragility: 17.3% performance degradation reveals multi-scale processing produces stable pixel-wise patterns (LayerCAM) but volatile scale-pathway interactions (Grad-CAM++). High single-method performance masks method-dependent vulnerability. ResNetâs universal failure: Poor performance across both methods (0.519â0.383) plus extreme concentration (â0.516-0.516) suggests residual shortcuts enable dramatic reorganization without structural coherence. Spatial-structural orthogonality: Spatial displacement remains low under LayerCAM (0.090â0.101) but increases dramatically for ResNet (0.138, +37%) and InceptionV3 (0.136, +51%) under Grad-CAM++, while DenseNet maintains stability (0.100, +4%). Models preserve anatomical localization ("where") while reorganizing evidential structure ("how"). Statistical validation (Appendix Table 4) confirms all architecture comparisons achieve p<0.001p<0.001 significance, with InceptionV3âs cross-method difference showing Cohenâs d=1.47d=1.47 (large effect). 3.4 Per-Class Analysis Reinforces Method-Dependency Appendix Tables 7 and 8 summarize pathology-specific explanation stability across attribution methods. For InceptionV3 on normal cases, overlap IoU decreases from 0.806 under LayerCAM to 0.622 under Grad-CAM++, corresponding to a 22.8% reduction. A more pronounced decline is observed for COVID-19, where IoU drops from 0.720 to 0.404 (43.9% reduction). Similar method-dependent shifts are observed across other pathologies, including pneumonia (0.774 to 0.606; 21.7%), opacity (0.767 to 0.725; 5.5%), and tuberculosis (0.775 to 0.688; 11.2%). These results demonstrate that per-pathology explanation stability rankings are highly sensitive to attribution method choice, even when model architecture and training protocol are held constant. 4 Why This Invalidates Current Practice 4.1 Single-Method Evaluation Cannot Support General Stability Claims Our findings demonstrate that explanation stability is an interaction between architecture and attribution method, not an intrinsic model property. Researchers evaluating stability under LayerCAM would conclude that InceptionV3 equals or exceeds DenseNet201 (IoU 0.777 vs 0.699). Those using Grad-CAM++ would conclude that DenseNet201 substantially outperforms InceptionV3 (0.690 vs 0.643). Both conclusions cannot simultaneously be correct about the modelsâ general stabilityâyet both are valid within their respective computational frameworks. This discrepancy is not a measurement precision issueâit reflects fundamentally different computational objectives. Pixel-wise gradient aggregation (LayerCAM) emphasizes localized feature importance, while globally pooled higher-order gradients (Grad-CAM++) capture scale-pathway interactions (Ancona et al., 2018). InceptionV3âs parallel convolutional pathways can update semi-independently during fine-tuning, yielding stable local activations but volatile cross-scale integration. The Meta-Rank findings (Duan et al., 2024) generalize this phenomenon: across multiple attribution methods and architectures, evaluation rankings systematically diverge under heterogeneous criteria. Our contribution extends this insight temporallyâstability rankings reverse even after predictive performance convergesâdemonstrating that single-method assessments cannot support claims of general explanation stability. 4.2 Implications for Medical AI Deployment Regulatory ambiguity: Recent FDA guidance requires explainability proportional to clinical risk (FDA, 2025), yet provides no framework for resolving attribution-method disagreement. If two FDA-cleared devices differ only in explanation method, they may produce contradictory clinical rationales despite identical predictions. How should clinicians interpret such divergence? Architecture selection is underspecified: Current practice selects architectures primarily via cross-validation accuracy. Our results show that equivalent predictive performance (>>99% AUC, Table 1) masks fundamental differences in explanation behavior. DenseNet201 exhibits strong cross-method robustness (0.699 â 0.690 IoU; 1.3% change), whereas InceptionV3 shows pronounced method dependency (0.777 â 0.643; 17.3% degradation)âa clinically meaningful distinction invisible to accuracy-only evaluation. Benchmark gaming: Attribution-method choice can be selectively exploited to demonstrate apparent stability. Reporting LayerCAM results for InceptionV3 (IoU = 0.777) while omitting Grad-CAM++ results (IoU = 0.643) creates unjustified confidence in explanation robustness. This risk is not hypotheticalâone in three XAI studies rely exclusively on anecdotal evaluation (Nauta et al., 2023), providing ample opportunity for selective reporting. 4.3 Architectural Mechanisms DenseNet201 exhibits greater cross-method consistency potentially because dense connectivityâwhere each layer receives inputs from all preceding layersâencourages broader feature reuse and progressive refinement, producing representations that appear more stable across both first-order and higher-order gradient formulations (Huang et al., 2017). InceptionV3 demonstrates stronger method-dependency, plausibly due to its parallel multi-scale pathways (Szegedy et al., 2016), where different attribution operators may emphasize distinct within-pathway versus cross-pathway interactions during fine-tuning. ResNet50V2 shows comparatively unstable behavior across methods, potentially reflecting the flexibility introduced by residual identity mappings, which permit localized feature redistribution during optimization (He et al., 2016; Li et al., 2018). While these interpretations remain hypothesis-generating rather than definitive mechanistic explanations, they suggest that architectural inductive biases may influence the degree of cross-method explanation stability, even when predictive performance is comparable. 5 Alternative Views We address three credible alternative positions challenging the need for cross-method validation in XAI evaluation. 5.1 Alternative View 1: Stability Under a Single Well-Chosen Method Suffices Position: If practitioners select the attribution method most appropriate for a given architecture and clinical task, single-method evaluation provides sufficient stability guarantees. Our response: This position assumes (a) principled criteria exist for matching methods to architectures, and (b) method-specific stability implies general trustworthiness. Our evidence contradicts both. No consensus framework exists for methodâarchitecture matching; practitioners rely on ad hoc heuristics (Krishna et al., 2024), and Grad-CAMâs dominance in medical imaging reflects historical convention rather than validated architectural suitability. More critically, method-specific stability does not imply robustness. InceptionV3 exhibits high LayerCAM stability (IoU = 0.777) yet degrades substantially under Grad-CAM++ (IoU = 0.643), indicating explanation behavior contingent on computational implementation rather than intrinsic model properties. Recent FDA work on explainability evaluation (Lago et al., 2025) identifies consistencyâstability to input perturbationsâas a prerequisite for trust, but evaluates consistency within a single attribution method. Our results extend this logic: a model stable to input noise but unstable to attribution method choice exhibits the same fragility these frameworks aim to detect. Emerging regulatory guidance (FDA, 2025) emphasizes robustness and transparency across settingsâmethod-contingent stability fails this requirement. Thus, single-method stability cannot support general trustworthiness claims without explicit scoping to that methodâs computational objective. 5.2 Alternative View 2: Explanation Instability Is Acceptable If Predictive Performance Remains Stable Position: For deployment, predictive accuracy is sufficient. If fine-tuning maintains >>99% AUC (Table 1), explanation evolution is clinically irrelevant. Our response: This view treats explainability as a debugging aid rather than a deployment requirement. In contrast, FDA guidance (FDA, 2025), medical AI position papers (Ghassemi et al., 2021; Babic et al., 2021), and clinician surveys (Bienefeld et al., 2023) identify trustworthy explanations as a prerequisite for clinical adoption. Unstable explanations undermine clinician trust even when predictions remain correct. Highlighting different anatomical regions for the same pathologyâacross training phases or attribution methodsâsignals inconsistency in model reasoning. The Saporta et al. benchmark (Saporta et al., 2022) already demonstrates that attribution methods underperform human explanations; additional method dependence further erodes confidence. Importantly, our true-positive-filtered analysis shows instability arises despite maintained correctness. This reflects reorganization of internal representations rather than error correction (Raghu et al., 2019). When multiple evidential pathways yield equivalent accuracy, interpretability-critical deployment should favor architectures with stable explanatory pathways. Predictive performance alone therefore cannot justify claims of explanation stability; both dimensions require independent validation. 5.3 Alternative View 3: Attribution Methods Measure Different ConstructsâDisagreement Is Expected and Informative Position: Different attribution methods formalize distinct notions of explanation. Disagreement is expected and provides complementary insights into model behavior (Ancona et al., 2018). Our response: We agree in partâbut this strengthens our position. If methods capture fundamentally different constructs, then single-method evaluation cannot claim general explanation stability, and multi-method validation becomes essential to characterize behavior comprehensively. Recent frameworks attempt to address this through aggregation: AGREE (Pirie et al., 2023) weights attributions by explainer confidence, PASTA (Kazmierczak et al., 2025) aligns explanations with human preferences, and PEAR (Schwarzschild et al., 2023) trains for explainer consensus. However, these solutions presume that consensus is always desirable and achievable. For clinical deployment, however, complementary views must yield actionable guidance. If LayerCAM suggests InceptionV3 is stable while Grad-CAM++ suggests instability, aggregation produces a composite scoreâbut which conclusion should govern deployment? Our contribution is orthogonal: rather than aggregating disagreeing methods post-hoc, we identify which architectures exhibit method-robust stability before deployment. DenseNet201âs 1.3% cross-method variation versus InceptionV3âs 17.3% degradation represents an architectural design principle for explanation-critical systems. For clinical deployment, however, complementary views must yield actionable guidance. If LayerCAM suggests InceptionV3 is stable while Grad-CAM++ suggests instability, which conclusion should govern deployment? Absent a meta-framework for resolving such conflicts which current practice lacks method diversity produces ambiguity rather than insight. Our position follows directly: multi-method evaluation is necessary because methods measure different constructs. Claiming âexplanation stabilityâ without specifying attribution method is analogous to claiming âstatistical significanceâ without specifying the test. 6 Call to Action We propose four concrete actions to address the method-dependency crisis: 6.1 Action 1: Mandatory Cross-Method Validation in XAI Research Who: ICML, NeurIPS, ICLR, medical imaging venues (MICCAI, Medical Image Analysis, Radiology: AI) What: Require XAI papers evaluating explanation stability, faithfulness, or trustworthiness to report results under at least two attribution methods with different mathematical foundations (e.g., pixel-wise vs. globally-pooled gradients). Papers claiming architecture-specific advantages must demonstrate cross-method robustness. How: Update review guidelines to explicitly assess multi-method validation. Meta-review templates should include: "Does the paper evaluate explanations under multiple attribution paradigms? If not, do the claims appropriately caveat method-dependency?" Existing frameworks already support systematic evaluation: OpenXAI (Agarwal et al., 2022) provides quantitative benchmarks for comparing explanation methods; Quantus (Hedström et al., 2023b) consolidates 30+ evaluation metrics across multiple assessment dimensions; and MetaQuantus (Hedström et al., 2023a) explicitly addresses disagreement among evaluation metrics. The infrastructure existsâpolicy must mandate its use. 6.2 Action 2: Regulatory Frameworks Must Fix Attribution Methods Before Certification Who: FDA, European Medicines Agency (EMA), health technology assessment bodies What: Medical AI devices claiming explainability should specify the attribution method in regulatory submissions. Post-market surveillance should monitor whether deployed methods match certified methods. Method changes require re-validation. Why: Current FDA clearances show notable variability in explainability (McNamara et al., 2024) without standardization. If a device achieves clearance using Grad-CAM but hospitals deploy LayerCAM (or manufacturers switch methods post-clearance), clinicians receive explanations not validated by regulators. Precedent: FDAâs algorithm locking requirements for SaMD extend naturally to attribution methods. The 2025 AI/ML guidance (FDA, 2025) on lifecycle management supports attribution method specification in change control plans. FDA evaluation framework development: Recent work by FDA-affiliated researchers (Lago et al., 2025) proposes a structured framework for evaluating explainability features across four dimensions: consistency (stability of explanations under input perturbations), plausibility (alignment with ground truth where available), fidelity (alignment with underlying model mechanisms), and usefulness (impact on clinician performance). This framework directly addresses a recognized evaluation gap in explainable AI by moving beyond single-metric assessments toward multi-dimensional characterization of explanation behavior in clinically relevant settings. Notably, the consistency criterion operationalizes robustness by assessing whether explanations remain stable under realistic input variations, a concern closely related to attribution method dependence. From a regulatory science perspective, extending such multi-dimensional evaluation to explicitly account for attribution method variability would be a logical progression, as changes in attribution methodology introduce behavioral variation that is not observable under single-method evaluation alone. 6.3 Action 3: Architecture Selection Should Prioritize Method-Robust Stability Who: Medical AI developers, hospital IT procurement teams What: When multiple architectures achieve equivalent predictive performance, prioritize those demonstrating superior cross-method explanation stability. Architecture selection should explicitly incorporate robustness to attribution-method choice, not accuracy alone. Evidence-based recommendation: Our results identify DenseNet201 as method-robust (LayerCAM IoU = 0.699; Grad-CAM++ IoU = 0.690; 1.3% difference), whereas InceptionV3 exhibits pronounced method dependence (0.777 vs. 0.643; 17.3% degradation). Despite equivalent predictive performance (AUC >> 0.99), these architectures differ substantially in explanation reliability. For explanation-critical deployment, DenseNet201âs consistent behavior across attribution frameworks represents a clinically meaningful advantage invisible to accuracy-based selection. Design principle: For explanation-critical medical AI, architectures enforcing global feature integration may provide more method-robust explanations than those relying on parallel processing or residual bypassing, even when predictive performance is equivalent. 6.4 Action 4: XAI Benchmark Standards Should Penalize Method-Sensitive Rankings Who: Benchmark developers (OpenXAI (Agarwal et al., 2022), medical imaging benchmarks) What: Establish "method-robustness" as a first-class evaluation dimension. Benchmark leaderboards should report not only per-method performance but also cross-method consistency. Penalize models achieving high performance under one method but poor performance under others. Implementation: Compute cross-method variance for each model: Ïmethod2â(M)=1||ââaâ(SM,aâSÂŻM)2Ï^2_method(M)= 1|A| _a (S_M,a- S_M)^2 (4) where SM,aS_M,a is model Mâs stability score under attribution method a, and A is the set of methods. Models with high Ïmethod2Ï^2_method demonstrate fragile, method-contingent behavior. Existing infrastructure supports implementation. LATEC (Klein et al., 2024) and PASTA (Kazmierczak et al., 2025) provide infrastructure requiring minimal extension to report cross-method variance alongside per-method performance. These frameworks require minimal extension to report cross-method variance as a first-class evaluation dimension. Precedent: Adversarial robustness benchmarks (RobustBench) already penalize models optimized for clean accuracy but fragile to perturbations. Method-robustness extends this principle: explanations should be robust to computational implementation details. 7 Scope and Extensions Our analysis evaluates two gradient-based attribution methods. Extending this framework to perturbation-based (Lundberg and Lee, 2017), path-based (Sundararajan et al., 2017), and attention-based approaches would further assess whether method-dependency persists across fundamentally different explanation paradigms, though theoretical no-free-lunch results (Han et al., 2022) suggest such variability is unlikely to be fully eliminated. We evaluate three CNN architectures; future work should investigate whether similar ranking reversals emerge in Vision Transformers (Raghu et al., 2021) and foundation models, where attention mechanisms may alter cross-method stability dynamics. Our work characterizes method-dependency in the context of architecture selection, but future studies should examine whether method-robust architectures also support more reliable explanation aggregation (Pirie et al., 2023), or whether architectural and aggregation-based approaches address complementary aspects of explanation variability. Importantly, our metrics quantify explanation consistency rather than clinical correctness. Integrating expert radiologist annotations (Saporta et al., 2022) would strengthen assessment of human-aligned validity. While our experiments focus on medical imaging, the broader argument applies to safety-critical machine learning domains where explanation trustworthiness influences deployment decisions. 8 Conclusion Claims of general explanation stability cannot be scientifically justified without cross-method validation. Through controlled experiments quantifying semantic drift from transfer learning to fine-tuning, we demonstrate that apparent architecture stability depends critically on attribution method choice. LayerCAM suggests DenseNet â InceptionV3 >> ResNet, whereas Grad-CAM++ reveals DenseNet >> InceptionV3 >> ResNet, with InceptionV3 exhibiting 17.3% cross-method degradation. This method-dependency persists despite equivalent predictive performance (>>99% AUC), establishing explanation stability and classification accuracy as orthogonal dimensions. DenseNet201 demonstrates the greatest cross-method consistency (1.3% variation), suggesting that dense connectivity may promote more coherent explanation evolution across attribution operators. Our position challenges current evaluation practice: researchers cannot claim âexplanation stabilityâ as a general model property without either (a) validating findings across attribution methods with distinct computational foundations, or (b) explicitly constraining conclusions to the specific explanation operator used. Similar to statistical inference requiring specification of the underlying test, explanation-based claims require explicit conditioning on the attribution paradigm used for evaluation. We advocate for cross-method validation as a necessary consideration in XAI evaluation, particularly in safety-critical settings where explanation reliability may influence deployment decisions. We further encourage regulatory and benchmark frameworks to explicitly report attribution methods, evaluate sensitivity to explanation operators, and prioritize architectures exhibiting more method-robust explanation behavior. Existing tooling infrastructure already enables such analyses (Agarwal et al., 2022; Hedström et al., 2023b). With 84% of practitioners reporting explanation disagreement (Krishna et al., 2024) and prior work demonstrating the risks of misleading explanations in clinical contexts (Babic et al., 2021; Ghassemi et al., 2021), method-dependency represents not merely an interpretability limitation, but a validity concern for explanation-based evaluation. More broadly, our findings suggest that explanation-based evaluation requires the same methodological rigor expected of predictive evaluation, where conclusions must remain interpretable under clearly specified evaluation conditions rather than under a single computational perspective. Our position provides an empirical and conceptual foundation for more scientifically grounded XAI evaluation in safety-critical machine learning. References J. Adebayo, J. Gilmer, M. Muelly, I. Goodfellow, M. Hardt, and B. Kim (2018) Sanity checks for saliency maps. In Advances in Neural Information Processing Systems (NeurIPS), Vol. 31, p. 9505â9515. Cited by: §1, §2.2. C. Agarwal, E. Saxena, S. Krishna, M. Pawelczyk, N. Johnson, I. Puri, M. Zitnik, and H. Lakkaraju (2022) OpenXAI: towards a transparent evaluation of model explanations. ArXiv abs/2206.11104. External Links: Link Cited by: §6.1, §6.4, §8. M. Ancona, E. Ceolini, C. Ăztireli, and M. Gross (2018) Towards better understanding of gradient-based attribution methods for deep neural networks. In International Conference on Learning Representations (ICLR), Cited by: §F.1, §1.1, §2.1, §4.1, §5.3. N. Arun, N. Gaw, P. Singh, K. Tyagi, A. Khosla, S. Viswanath, P. S. Shah, and A. Madabhushi (2021) Assessing the trustworthiness of saliency maps for localizing abnormalities in medical imaging. Radiology: Artificial Intelligence 3 (6), p. e200267. Cited by: §2.4. B. Babic, S. Gerke, T. Evgeniou, and I. G. Cohen (2021) Beware explanations from ai in health care. Science 373 (6552), p. 284â286. Cited by: §1.2, §5.2, §8. N. Bienefeld, J. M. Boss, R. LĂŒthy, D. Brodbeck, J. Azzati, M. Blaser, J. Willms, and E. Keller (2023) Solving the explainable ai conundrum by bridging cliniciansâ needs and developersâ goals. npj Digital Medicine 6 (1), p. 94. Cited by: §F.2, §1.2, §5.2. A. Chattopadhay, A. Sarkar, P. Howlader, and V. N. Balasubramanian (2018) Grad-cam++: generalized gradient-based visual explanations for deep convolutional networks. In 2018 IEEE Winter Conference on Applications of Computer Vision (WACV), p. 839â847. Cited by: §2.1. J. Duan, H. Li, H. Zhang, H. Jiang, M. Xue, L. Sun, M. Song, and J. Song (2024) On the evaluation consistency of attribution-based explanations. External Links: 2407.19471, Link Cited by: §1.1, §4.1. FDA and Health Canada and MHRA (2021) Good machine learning practice for medical device development: guiding principles. Technical report U.S. Food and Drug Administration. Note: Available at: https://w.fda.gov/medical-devices/software-medical-device-samd/good-machine-learning-practice-medical-device-development-guiding-principles Cited by: §1.2. FDA (2025) Marketing submission recommendations for a predetermined change control plan for artificial intelligence/machine learning (ai/ml)-enabled device software functions. Technical report U.S. Food and Drug Administration. Note: Final Guidance (Draft issued April 2023). Available at: https://w.fda.gov/regulatory-information/search-fda-guidance-documents/marketing-submission-recommendations-predetermined-change-control-plan-artificial-intelligence Cited by: §1.2, §4.2, §5.1, §5.2, §6.2. M. Ghassemi, L. Oakden-Rayner, and A. L. Beam (2021) The false hope of current approaches to explainable artificial intelligence in health care. The Lancet Digital Health 3 (11), p. e745âe750. Cited by: §1.2, §5.2, §8. A. Ghorbani, A. Abid, and J. Zou (2019) Interpretation of neural networks is fragile. In Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 33, p. 3681â3688. Cited by: §1. T. Han, S. Srinivas, and H. Lakkaraju (2022) Which explanation should i choose? a function approximation perspective to characterizing post hoc explanations. In Advances in Neural Information Processing Systems (NeurIPS), Vol. 35, p. 22121â22132. Note: arXiv:2206.01254 Cited by: §1, §2.3, §7. K. He, X. Zhang, S. Ren, and J. Sun (2016) Identity mappings in deep residual networks. In European Conference on Computer Vision (ECCV), p. 630â645. Cited by: §4.3. A. Hedström, P. Bommer, K. K. WickstrĂžm, W. Samek, S. Lapuschkin, and M. M.-C. Höhne (2023a) The meta-evaluation problem in explainable AI: identifying reliable estimators with MetaQuantus. Transactions on Machine Learning Research. Note: Featured Certification External Links: Link Cited by: §6.1. A. Hedström, L. Weber, D. Krakowczyk, D. Bareeva, F. Motzkus, W. Samek, S. Lapuschkin, and M. M. MĂŒller (2023b) Quantus: an explainable ai toolkit for responsible evaluation of neural network explanations and beyond. Journal of Machine Learning Research 24 (34), p. 1â11. Cited by: §1.1, §6.1, §8. S. Hooker, D. Erhan, P. Kindermans, and B. Kim (2019) A benchmark for interpretability methods in deep neural networks. In Advances in Neural Information Processing Systems (NeurIPS), Vol. 32, p. 9737â9748. Cited by: §2.3. G. Huang, Z. Liu, L. Van Der Maaten, and K. Q. Weinberger (2017) Densely connected convolutional networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), p. 4700â4708. Cited by: §4.3. B. Hutchinson, V. Prabhakaran, E. Denton, K. Webster, Y. Zhong, S. Denuyl, and M. Mitchell (2022) Evaluation gaps in machine learning practice. In Proceedings of the 2022 ACM Conference on Fairness, Accountability, and Transparency, p. 1859â1876. Cited by: §F.3. P. Jiang, C. Zhang, Q. Hou, M. Cheng, and Y. Wei (2021) LayerCAM: exploring hierarchical class activation maps for localization. IEEE Transactions on Image Processing 30, p. 5875â5888. Cited by: §2.1. R. Kazmierczak, S. Azzolin, E. Berthier, A. Hedström, P. Delhomme, D. Filliat, N. Bousquet, G. Frehse, M. Mancini, B. Caramiaux, A. Passerini, and G. Franchi (2025) Benchmarking xai explanations with human-aligned evaluations. External Links: 2411.02470, Link Cited by: §2.5, §5.3, §6.4. P. Kindermans, S. Hooker, J. Adebayo, M. Alber, K. T. SchĂŒt, S. DĂ€hne, D. Erhan, and B. Kim (2019) The (un)reliability of saliency methods. In Explainable AI: Interpreting, Explaining and Visualizing Deep Learning, p. 267â280. Cited by: §1. L. Klein, C. T. LĂŒth, U. Schlegel, T. J. Bungert, M. El-Assady, and P. F. JĂ€ger (2024) Navigating the maze of explainable ai: a systematic approach to evaluating methods and metrics. In Advances in Neural Information Processing Systems (NeurIPS), Datasets and Benchmarks Track, Vol. 37. Note: 326,790 saliency maps across 7,560 combinations Cited by: §1.1, §6.4. A. Kolesnikov, L. Beyer, X. Zhai, J. Puigcerver, J. Yung, S. Gelly, and N. Houlsby (2020) Big transfer (bit): general visual representation learning. In European Conference on Computer Vision (ECCV), p. 491â507. Cited by: §1. S. Krishna, T. Han, A. Gu, J. Pombra, S. Jabbari, S. Wu, and H. Lakkaraju (2024) The disagreement problem in explainable machine learning: a practitionerâs perspective. Transactions on Machine Learning Research. Note: arXiv:2202.01602 [cs.LG] (2022); TMLR publication (2024) Cited by: §1.1, §1, §2.3, §5.1, §8. M. A. Lago, G. Zamzmi, B. Eich, and J. G. Delfino (2025) Evaluating explainability: a framework for systematic assessment and reporting of explainable ai features. External Links: 2506.13917, Link Cited by: §5.1, §6.2. H. Li, Z. Xu, G. Taylor, C. Studer, and T. Goldstein (2018) Visualizing the loss landscape of neural nets. In Advances in Neural Information Processing Systems (NeurIPS), Vol. 31, p. 6389â6399. Cited by: §4.3. S. M. Lundberg and S. Lee (2017) A unified approach to interpreting model predictions. In Advances in Neural Information Processing Systems (NeurIPS), Vol. 30, p. 4765â4774. Cited by: §7. S. L. McNamara, P. H. Yi, and W. Lotter (2024) The clinician-ai interface: intended use and explainability in fda-cleared ai devices for medical image interpretation. npj Digital Medicine 7 (1), p. 80. Cited by: §F.2, §1.2, §6.2. M. Nauta, J. Trienes, S. Pathak, E. Nguyen, M. Peters, Y. Schmitt, J. Schlötterer, M. van Keulen, and C. Seifert (2023) From anecdotal evidence to quantitative evaluation methods: a systematic review on evaluating explainable ai. ACM Computing Surveys 55 (13s), p. 1â42. Cited by: §F.3, §4.2. C. Pirie, N. Wiratunga, and A. Wijekoon (2023) AGREE: a feature attribution aggregation framework to address explainer disagreements with alignment metrics. In XCBR Workshop on Case-Based Reasoning for the Explanation of Intelligent Systems at ICCBR, Vol. 3438. Cited by: §2.5, §5.3, §7. M. Raghu, T. Unterthiner, S. Kornblith, C. Zhang, and A. Dosovitskiy (2021) Do vision transformers see like convolutional neural networks?. In Advances in Neural Information Processing Systems (NeurIPS), Vol. 34, p. 12116â12128. Cited by: §7. M. Raghu, C. Zhang, J. Kleinberg, and S. Bengio (2019) Transfusion: understanding transfer learning for medical imaging. In Advances in Neural Information Processing Systems (NeurIPS), Vol. 32, p. 3342â3352. Cited by: §1, §5.2. A. Saporta, X. Gui, A. Agrawal, A. Pareek, S. Q. Truong, C. D. Nguyen, V. Ngo, J. Seekins, F. G. Blankenberg, A. Y. Ng, M. P. Lungren, and P. Rajpurkar (2022) Benchmarking saliency methods for chest x-ray interpretation. Nature Machine Intelligence 4 (10), p. 867â878. Cited by: §1.1, §2.4, §5.2, §7. A. Schwarzschild, M. Cembalest, K. Rao, K. Hines, and J. Dickerson (2023) Reckoning with the disagreement problem: explanation consensus as a training objective. In Proceedings of the 2023 AAAI/ACM Conference on AI, Ethics, and Society, p. 887â898. Cited by: §2.5, §5.3. R. R. Selvaraju, M. Cogswell, A. Das, R. Vedantam, D. Parikh, and D. Batra (2017) Grad-cam: visual explanations from deep networks via gradient-based localization. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), p. 618â626. Cited by: §1, §2.1. M. Sundararajan, A. Taly, and Q. Yan (2017) Axiomatic attribution for deep networks. In International Conference on Machine Learning (ICML), p. 3319â3328. Cited by: §7. C. Szegedy, V. Vanhoucke, S. Ioffe, J. Shlens, and Z. Wojna (2016) Rethinking the inception architecture for computer vision. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), p. 2818â2826. Cited by: §4.3. Appendix A Complete Experimental Protocol A.1 Dataset Composition and Preprocessing Table 3: Dataset composition and inverse frequency weights ensuring proportional class contributions despite severe imbalance. Five-class chest X-ray classification with 11,733 training, 1,675 validation, and 3,354 test samples. Class Test Samples % Weight Normal 317 9.5 0.235 Pneumonia 855 25.5 0.087 Tuberculosis 141 4.2 0.528 COVID-19 839 25.0 0.089 Lung Opacity 1202 35.8 0.062 Total 3354 100.0 1.000 All images were resized to 224Ă224 pixels and normalized using ImageNet statistics (mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]). No data augmentation was applied during evaluation to ensure reproducible attribution analysis. A.2 Architecture Specifications DenseNet201: Dense Convolutional Network with 201 layers (18.3M parameters). Each layer receives feature maps from all preceding layers, promoting global feature integration. Pretrained on ImageNet with final classification layer replaced for 5-class output. ResNet50V2: Residual Network V2 with 50 layers (23.6M parameters). Uses pre-activation residual blocks with identity shortcuts enabling gradient flow across layers. Pretrained on ImageNet with modified classification head. InceptionV3: Inception architecture with multi-scale parallel convolutional pathways (21.8M parameters). Processes features at multiple receptive field sizes simultaneously. Pretrained on ImageNet with adapted output layer. A.3 Two-Phase Training Protocol Phase 1: Transfer Learning (Epochs 1â10) âą Freeze all convolutional backbone layers âą Train only classification head (final dense layer) âą Optimizer: Adam with learning rate η=10â4η=10^-4 âą Label smoothing: α=0.1α=0.1 to prevent overconfidence âą Batch size: 32 âą Loss: Categorical cross-entropy with inverse frequency class weights Phase 2: Fine-Tuning (Epochs 11â20) âą Unfreeze all layers for end-to-end training âą Reduce learning rate: η=10â5η=10^-5 for stable convergence âą Freeze batch normalization layers to preserve pretrained statistics âą Maintain Adam optimizer with same weight decay âą Continue inverse frequency weighting A.4 Epoch Selection Rationale Figure 2: Epoch selection justification showing AUC progression across all 20 training epochs for three architectures. Epoch 8 (green circles) marks transfer learning plateau where validation AUC stabilizes at 0.969â0.996 across architectures, with DenseNet201 and ResNet50V2 showing minimal improvement thereafter (Î <<0.004 over next two epochs). Epoch 19 (red squares) represents fine-tuning convergence where all models achieve 0.999+ validation AUC with marginal gains (<<0.001). Gray vertical dashed line at epoch 10 indicates phase transition from transfer learning (Epochs 1â9) to fine-tuning (Epochs 10â20). This selection maximizes semantic drift contrast by comparing stable pre-fine-tuning representations against converged post-fine-tuning representations, while avoiding early training instability and late-stage overfitting. We checkpointed models at every epoch and computed validation/test AUC at each checkpoint (Figure 2). Epoch 8 was selected as it represents the transfer learning performance plateauâvalidation AUC stabilized at 0.969â0.996 across all architectures with minimal subsequent improvement (Î << 0.004 over the next two epochs). Epoch 19 was selected as the fine-tuning ceiling where all models achieved 0.999+ validation AUC with marginal gains (<< 0.001). This selection maximizes semantic drift contrast by comparing stable pre-fine-tuning representations against converged post-fine-tuning representations while avoiding early training instability (Epochs 1â3) and potential late-stage overfitting (Epoch 20). A.5 Attribution Method Implementation LayerCAM: Applies element-wise gradients âycâAiâjk â y^câ A^k_ij to activation maps, preserving fine-grained spatial detail. Normalized saliency maps computed via ReLU activation and min-max normalization to [0,1]. Grad-CAM++: Uses weighted combination of gradients with adaptive importance weights: αiâjkâc=â2ycâ(Aiâjk)22ââ2ycâ(Aiâjk)2+âa,bAaâbkââ3ycâ(Aiâjk)3α^kc_ij= â^2y^câ(A^k_ij)^22 â^2y^câ(A^k_ij)^2+ _a,bA^k_ab â^3y^câ(A^k_ij)^3 (5) Both methods were applied to the penultimate convolutional layers (conv5_block32_concat for DenseNet201, conv5_block3_out for ResNet50V2, and mixed10 for InceptionV3). Maps were thresholded at Ï=0.2Ï=0.2 to isolate salient regions. A.6 True-Positive Filtering Criterion Sample (xi,yi)(x_i,y_i) included in analysis if and only if: argmaxâ(fDenseTLâ(xi))=argmaxâ(fDenseFTâ(xi))=yiargmax(f_Dense^TL(x_i))=argmax(f_Dense^FT(x_i))=y_i (6) ANDargmaxâ(fResNetTLâ(xi))=argmaxâ(fResNetFTâ(xi))=yiAND (f_ResNet^TL(x_i))=argmax(f_ResNet^FT(x_i))=y_i (7) ANDargmaxâ(fIncepTLâ(xi))=argmaxâ(fIncepFTâ(xi))=yiAND (f_Incep^TL(x_i))=argmax(f_Incep^FT(x_i))=y_i (8) This eliminates 924 samples (27.5%) where prediction changed between phases or where architectures disagreed, ensuring semantic drift measurements reflect explanation evolution rather than classification accuracy changes. A.7 Semantic Drift Metric Definitions Spatial Displacement: Euclidean distance between attribution centroids, normalized by diagonal: Îspatial=âCoMâ(A~TL)âCoMâ(A~FT)â2h2+w2 _spatial= ||CoM( A_TL)-CoM( A_FT)||_2 h^2+w^2 (9) where CoMâ(A~)=(âiâ A~iâiA~i,âjâ A~jâjA~j)CoM( A)= ( _ii· A_i _i A_i, _jj· A_j _j A_j ). Overlap IoU (Primary Metric): Intersection-over-union of thresholded attribution masks: IoU=|MTLâ©MFT||MTLâȘMFT|,M=â[A~>Ï]IoU= |M_TLâ© M_FT||M_TLâȘ M_FT|, M=1[ A>Ï] (10) Pattern Correlation: Pearson correlation coefficient between continuous attribution maps: Ï=covâ(A~TL,A~FT)ÏA~TLâ ÏA~FTÏ= cov( A_TL, A_FT) _ A_TL· _ A_FT (11) Concentration Change: Shannon entropy difference quantifying attention sharpening/diffusion: Îconc=Hâ(A~TL)âHâ(A~FT),Hâ(A~)=ââipiâlog2âĄpi _conc=H( A_TL)-H( A_FT), H( A)=- _ip_i _2p_i (12) where pi=A~i/âjA~jp_i= A_i/ _j A_j is the normalized attribution distribution. A.8 Inverse Frequency Weighting Class-weighted metric aggregation ensures tuberculosis (4.2%, weight 0.528) contributes proportionally to lung opacity (35.8%, weight 0.062): ÎÂŻweighted=âc=1Kw~câ 1NcââiâcÎâ(xi) _weighted= _c=1^K w_c· 1N_c _i _c (x_i) (13) where w~c=wc/âj=1Kwj w_c=w_c/ _j=1^Kw_j are normalized inverse frequency weights, wc=1/fcw_c=1/f_c, and fcf_c is the class frequency. Appendix B Statistical Validation We performed paired t-tests to validate that observed drift differences are statistically significant (N=2430N=2430 true-positive test samples). Table 4 presents comprehensive pairwise comparisons with effect sizes. Table 4: Statistical significance of semantic drift differences (paired t-tests, N=2430N=2430). All comparisons reach p<0.001p<0.001 significance. Effect sizes quantify practical significance. Comparison Metric Î p-value Cohenâs d LayerCAM: Architecture Comparisons DenseNet vs ResNet Overlap IoU +0.186+0.186 <0.001ââŁâ<0.001^*** 1.041.04 Inception vs ResNet Overlap IoU +0.205+0.205 <0.001ââŁâ<0.001^*** 1.121.12 DenseNet vs Inception Overlap IoU â0.019-0.019 <0.001ââŁâ<0.001^*** â0.10-0.10 Grad-CAM++: Architecture Comparisons DenseNet vs ResNet Overlap IoU +0.336+0.336 <0.001ââŁâ<0.001^*** 1.561.56 DenseNet vs Inception Overlap IoU +0.127+0.127 <0.001ââŁâ<0.001^*** 0.460.46 Inception vs ResNet Overlap IoU +0.209+0.209 <0.001ââŁâ<0.001^*** 0.770.77 Cross-Method Comparisons DenseNet: Layer vs Grad Overlap IoU +0.015+0.015 <0.001ââŁâ<0.001^*** 0.310.31 ResNet: Layer vs Grad Overlap IoU +0.165+0.165 <0.001ââŁâ<0.001^*** 0.900.90 Inception: Layer vs Grad Overlap IoU +0.161+0.161 <0.001ââŁâ<0.001^*** 0.730.73 Effect size interpretation: |d|<0.2|d|<0.2 negligible; 0.2â€|d|<0.50.2â€|d|<0.5 small; 0.5â€|d|<0.80.5â€|d|<0.8 medium; |d|â„0.8|d|â„ 0.8 large. Key findings: (1) LayerCAM shows minimal architectural differentiation: InceptionV3 achieves small but significant advantage over DenseNet (Î =â0.019-0.019, d=â0.10d=-0.10, negligible effect). Both substantially outperform ResNet (large effects: d=1.04d=1.04, 1.121.12). (2) Grad-CAM++ reveals clear three-tier ranking: DenseNet superiority over InceptionV3 strengthens to medium effect (d=0.46d=0.46), while both dominate ResNet (d=1.56d=1.56, 0.770.77). (3) Cross-method stability quantifies robustness: DenseNet exhibits small effect (d=0.31d=0.31, 2.0% IoU change); InceptionV3 shows large instability (d=0.73d=0.73, 21.2% degradation); ResNet exhibits severe collapse (d=0.90d=0.90, 29.5% degradation). (4) Effect size progression: Cross-method Cohenâs d valuesâDenseNet (0.31) << InceptionV3 (0.73) << ResNet (0.90)âdirectly quantify method-sensitivity, validating our central thesis. Appendix C Cross-Method Stability Variance Analysis Table 5 quantifies method-dependency by computing cross-method stability variance and effect sizes, directly supporting the claim that explanation stability is fundamentally method-contingent. Table 5: Cross-Method Stability Variance. DenseNet201âs minimal variance (0.000019, d=0.31) establishes method-robustness; InceptionV3âs substantial variance (0.004521, d=0.73) reveals method-dependency; ResNet50V2 shows universal instability across both methods. Architecture Layer Grad++ Î Ï2Ï^2 d DenseNet201 0.699 0.690 +0.009 0.000019 0.31 InceptionV3 0.777 0.643 +0.134 0.004521 0.73 ResNet50V2 0.519 0.383 +0.136 0.004620 0.90 Mean 0.665 0.572 +0.093 0.003053 0.65 The cross-method variance Ïmethod2â(M)=12â[(SM,LayerâSÂŻM)2+(SM,GradâSÂŻM)2]Ï^2_method(M)= 12[(S_M,Layer- S_M)^2+(S_M,Grad- S_M)^2] quantifies explanation fragility, where SM,aS_M,a is architecture Mâs IoU under method a, and SÂŻM S_M is mean stability across methods. DenseNet201âs robustness: Ï2=0.000019Ï^2=0.000019 indicates near-identical performance (0.699 vs 0.690), with Cohenâs d=0.31d=0.31 (small-medium effect). Dense connectivity promotes coherent explanation evolution regardless of gradient paradigm. The minimal 1.3% IoU change demonstrates method-agnostic stability. InceptionV3âs method-dependency: Ï2=0.004521Ï^2=0.004521 (238Ă larger than DenseNet), with d=0.73d=0.73 (medium-large effect). The 17.3% IoU reduction reveals volatile scale-pathway interactionsâmethod-contingent behavior that creates false confidence when evaluated under a single attribution technique. ResNet50V2âs universal instability: Ï2=0.004620Ï^2=0.004620 (243Ă larger than DenseNet), with d=0.90d=0.90 (large effect). Poor absolute stability under both methods (0.519, 0.383) combined with 26.2% cross-method degradation indicates universal instability rather than method-dependency. C.1 Clinical Deployment and Benchmark Implications Clinical scenario: A hospital deploys InceptionV3 after LayerCAM validation (IoU=0.777, âhighly stableâ). Post-deployment, radiologists access explanations via Grad-CAM++ due to computational constraints (IoU=0.643, âmoderate instabilityâ). Predictions remain accurate (>99%>99\% AUC preserved), but explanation behavior has fundamentally changedânot due to model updates or data drift, but purely from computational implementation details. This 21.2% stability degradation occurs silently, without triggering conventional model monitoring alerts. Benchmark problem: Current XAI benchmarks report per-method performance without cross-method variance, enabling: (1) Cherry-pickingâresearchers publish only favorable method results; (2) Method-optimized architecturesâmodels tuned for specific attribution techniques appear superior despite deployment instability. Proposed scoring modification: Scoreâ(M)=αâ SÂŻMâÎČâ Ïmethod2â(M)Score(M)=α· S_M-ÎČ·Ï^2_method(M) (14) where SÂŻM S_M rewards mean stability and Ïmethod2Ï^2_method penalizes method-dependency. For safety-critical deployment, ÎČâ„αÎČâ„α prioritizes robustness. Under equal weighting (α=ÎČ=1.0α=ÎČ=1.0): DenseNet (0.736), InceptionV3 (0.675), ResNet (0.468). This reveals InceptionV3âs 2.6% LayerCAM superiority is outweighed by its 112Ă larger cross-method variance. Appendix D Extended Performance Analysis Table 6 demonstrates equivalent predictive capability across architectures by epoch 19 despite divergent explanation stability, validating that classification accuracy and explanation trustworthiness are orthogonal dimensions. Table 6: Classification performance across training phases. Macro-averaged metrics across 5 classes on test set (n=3,354). At Epoch 8 (transfer learning), architectures show divergent performance; at Epoch 19 (fine-tuning), all converge to equivalent high performance (AUC>>0.998, F1>>0.94). Phase Architecture AUC PRE REC F1 Epoch 8 (TL) DenseNet201 0.995 0.945 0.927 0.935 ResNet50V2 0.993 0.928 0.902 0.911 InceptionV3 0.969 0.746 0.840 0.767 Epoch 19 (FT) DenseNet201 0.995 0.920 0.969 0.941 ResNet50V2 0.998 0.947 0.973 0.959 InceptionV3 0.998 0.956 0.975 0.965 Analysis: Fine-tuning drives all architectures to converged high performance (AUC>>0.998, F1>>0.94), but with divergent improvement trajectoriesâInceptionV3 shows substantial gains (F1 +19.8%), while DenseNet201 and ResNet50V2 exhibit modest improvements from already-strong baselines. Critically, this predictive convergence masks divergent explanation behaviorsâDenseNet maintains cross-method stability (1.9% IoU difference), while ResNet (27.9% reduction) and InceptionV3 (21.1% reduction) exhibit severe instability. This dissociation validates multi-dimensional evaluation combining predictive metrics, explanation stability, and cross-method validation. Appendix E Comprehensive Per-Class Analysis Tables 7 and 8 provide per-class semantic drift metrics. All values weighted by inverse class frequency (tuberculosis: weight 0.528; lung opacity: weight 0.062). Abbreviations: Disp = Displacement; Corr = Correlation; Î = Concentration change. Table 7: LayerCAM per-class metrics. Bold = best IoU per class. InceptionV3 achieves highest IoU in 4/5 classes; ResNet50V2 shows lower IoU but higher pattern correlation in several classes. Class Architecture Disp IoU Corr Î Normal DenseNet201 .047 .833 .336 +.056 ResNet50V2 .103 .531 .512 â-.147 InceptionV3 .078 .806 .106 â-.035 Pneumonia DenseNet201 .091 .711 .372 â-.007 ResNet50V2 .066 .515 .387 â-.199 InceptionV3 .086 .774 .231 â-.030 Tuberculosis DenseNet201 .124 .617 .335 â-.097 ResNet50V2 .110 .492 .311 â-.114 InceptionV3 .094 .775 .236 â-.018 COVID-19 DenseNet201 .056 .825 .531 â-.032 ResNet50V2 .089 .609 .553 â-.145 InceptionV3 .103 .720 .267 â-.025 Lung Opacity DenseNet201 .102 .695 .527 â-.131 ResNet50V2 .083 .575 .580 â-.186 InceptionV3 .085 .767 .422 â-.033 Table 8: Grad-CAM++ per-class metrics. Bold = best IoU per class. DenseNet201 achieves best stability in 3/5 classes (Normal, COVID-19, Pneumonia). InceptionV3 shows high variability (0.404â0.725); ResNet50V2 exhibits uniformly poor stability (0.351â0.457). Class Architecture Disp IoU Corr Î Normal DenseNet201 .058 .816 .270 +.061 ResNet50V2 .138 .379 .579 â-.495 InceptionV3 .120 .622 .362 +.289 Pneumonia DenseNet201 .103 .677 .378 +.019 ResNet50V2 .105 .457 .509 â-.072 InceptionV3 .143 .606 .417 +.352 Tuberculosis DenseNet201 .124 .615 .326 â-.101 ResNet50V2 .143 .376 .495 â-.640 InceptionV3 .131 .688 .382 +.216 COVID-19 DenseNet201 .058 .818 .519 â-.018 ResNet50V2 .138 .379 .415 â-.363 InceptionV3 .211 .404 .339 +.635 Lung Opacity DenseNet201 .102 .691 .499 â-.158 ResNet50V2 .144 .351 .444 â-.383 InceptionV3 .112 .725 .531 +.095 Appendix F Extended Literature Support F.1 Theoretical Foundations No-Free-Lunch for Explanations: Recent work establishes no single attribution method can universally approximate model behavior faithfully, providing formal grounding for our findings. This impossibility result explains why LayerCAM and Grad-CAM++ produce different stability rankingsâthey optimize fundamentally different objectives. Mathematical Differences: Ancona et al. (Ancona et al., 2018) prove gradient-based methods solve different optimization objectives (pixel-wise vs. globally-pooled importance). Architectures can excel at one dimension while failing at another. F.2 Medical AI Deployment Evidence FDA Analysis: McNamara et al. (McNamara et al., 2024) analyzed 140 FDA clearances for 104 AI-CAD products, finding only 37% provided explanations with inconsistent method specificationâenabling method-dependency to persist clinically. Clinician Mismatch: Bienefeld et al. (Bienefeld et al., 2023) document clinicians seek clinical plausibility while developers seek model interpretability. Method-dependent explanations compound this problem. F.3 Evaluation Critiques Fragmented Practices: Nauta et al. (Nauta et al., 2023) reviewed 606 XAI papers (2016â2022): 45% evaluate with anecdotal evidence only; 1-in-5 conduct user studies; 62% of âquantitativeâ papers use single methods. Benchmark Validity: Hutchinson et al. (Hutchinson et al., 2022) identify systematic gaps prioritizing accuracy over interpretability/robustness. Eriksson et al. (2025) conclude AI benchmarks âfailed to answer medical expert needsâ by optimizing misaligned metrics. Appendix G Qualitative Attribution Visualizations This section presents attribution visualizations for each architecture, comparing LayerCAM (top) and Grad-CAM++ (bottom) on the same page. Each panel shows: original X-ray, Epoch 9 attribution (TL), Epoch 9 overlay, Epoch 18 attribution (FT), Epoch 18 overlay, and drift intensity map. All samples are true-positive-filtered. Drift indicators: Very High (â„ 0.75), High (0.65â0.75), Moderate (0.50â0.65), Low (<<0.50). Figure 3: DenseNet201 cross-method comparison: LayerCAM (top) vs Grad-CAM++ (bottom). LayerCAM (IoU: 0.442â0.945): Exceptional stability with dense connectivity producing coherent explanation refinement. Normal fields achieve highest stability (0.945), COVID-19 maintains strong consistency (0.834), while Pneumonia represents the most dynamic adaptation (0.442). Grad-CAM++ (IoU: 0.467â0.946): Preserved cross-method stability with only 2.3% mean IoU difference. Normal maintains near-perfect consistency (0.946); COVID-19 shows minimal deviation (0.805). Pneumonia exhibits comparable moderate stability (0.467) across both methods. Key finding: Dense connectivity architecture promotes coherent explanation evolution across both pixel-wise (LayerCAM) and higher-order (Grad-CAM++) gradient paradigms, with <<5% inter-method variation establishing DenseNet as uniquely method-agnostic for clinical deployment where attribution technique may vary. Figure 4: ResNet50V2 cross-method comparison: LayerCAM (top) vs Grad-CAM++ (bottom). LayerCAM (IoU: 0.393â0.630): Moderate instability with residual shortcuts enabling localized but unstable feature reconfiguration. Normal fields achieve highest relative stability (0.630), while Pneumonia collapses to lowest consistency (0.393). COVID-19 and Lung Opacity show mid-range performance (0.524, 0.595). Grad-CAM++ (IoU: 0.142â0.477): Severe universal instability with 44.2% mean degradation from LayerCAM. Normal fields catastrophically collapse to 0.142 despite apparent simplicity; COVID-19 deteriorates to 0.219. Pneumonia maintains relative stability (0.477) but remains clinically inadequate. Drift maps reveal pervasive red-orange regions indicating severe spatial reorganization across all pathologies. Key finding: Identity shortcuts fundamentally destabilize higher-order gradient flowâResNet exhibits universal explanation instability across both fine-grained (LayerCAM) and aggregated (Grad-CAM++) attribution methods, categorically disqualifying it for explanation-critical medical AI applications where consistency is paramount. Figure 5: InceptionV3 cross-method comparison: LayerCAM (top) vs Grad-CAM++ (bottom). LayerCAM (IoU: 0.730â0.949): Excellent stability surpassing DenseNet in peak performance. COVID-19 achieves exceptional consistency (0.949); Lung Opacity maintains outstanding stability (0.905). Multi-scale pathway coherence produces uniformly high performance across all pathologies (minimum 0.730). Grad-CAM++ (IoU: 0.071â0.880): Dramatic method-dependent collapse with 37.8% mean reduction despite selective preservation. COVID-19 catastrophically plummets from 0.949 to 0.071 (92.5% single-pathology collapse)âthe largest documented failure. Lung Opacity paradoxically maintains high stability (0.880, only 2.8% reduction), revealing pathology-specific robustness. Normal fields degrade substantially (0.817â 0.549). Key finding: Multi-scale inception pathways produce exceptionally stable fine-grained activations captured by LayerCAM, but volatile cross-scale gradient aggregation revealed by Grad-CAM++ creates unpredictable method dependence. The COVID-19 catastrophic failure demonstrates that attribution method choice fundamentally alters clinical interpretation, disqualifying InceptionV3 for deployment scenarios where explanation methodology must remain flexible or uncertain.