Papers
Topics
Authors
Recent
Search
2000 character limit reached

Cross-Model Attribution Divergence

Updated 5 July 2026
  • Cross-model attribution divergence is defined as the difference between attribution vectors computed by the same explainer on two models, elucidating changes in feature importance.
  • It leverages methods like occlusion, SHAP, and spectral analysis to compare attribution shifts and assess the impact of model updates.
  • Empirical studies show it effectively distinguishes benign tweaks from substantive updates using metrics such as DCE, BAC, and JSD.

Searching arXiv for the cited papers to ground the article in current preprints. Cross-model attribution divergence denotes a family of methods that compare the feature-attribution structure of two models, or two versions of a model, in order to characterize how their decision logic differs. In the formulation introduced by "Delta-Audit: Explaining What Changes When Models Change" (Hemmat et al., 27 Aug 2025), if AA and BB are supervised classifiers and EE is any feature-attribution explainer returning per-feature scores ϕf(x)Rd\phi_f(x)\in\mathbb R^d for input xRdx\in\mathbb R^d, then the divergence is represented locally by Δϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x). In this view, positive coordinates indicate features that became more important from AA to BB, and negative coordinates indicate features whose importance dropped. Related work extends the same comparative logic to heterogeneous model pairs, including XGBoost versus a LLM on clinical tabular prediction (Dasula et al., 17 Jun 2026), and to generative-model provenance, where divergence is measured through spectral routing behavior in diffusion denoisers rather than tabular feature scores (Meshram et al., 26 Jun 2026). Taken together, these studies establish cross-model attribution divergence as an audit paradigm for model updates, epistemic uncertainty diagnosis, and source attribution.

1. Formal definition and conceptual scope

The core object is a difference between attribution vectors computed under a common explanatory protocol. For models AA and BB, and an explainer BB0, Delta-Attribution defines

BB1

This converts any single-model local explainer into a comparative instrument that answers “What changed in the decision logic when we swapped BB2 for BB3?” rather than “Why did BB4 make its decision on BB5?” (Hemmat et al., 27 Aug 2025). The construction is explicitly model-agnostic: traditional local explainers such as SHAP, Integrated Gradients, and occlusion/clamping can be repurposed by computing BB6 and BB7 with the same explainer and then differencing them.

Within this framework, the semantic interpretation is local and directional. If BB8, feature BB9 became more important for input EE0 in the transition from EE1 to EE2; if EE3, its importance decreased (Hemmat et al., 27 Aug 2025). This local difference map can then be aggregated across a test set to quantify whether a model update is merely cosmetic or reflects a substantive reallocation of reliance.

A second instantiation appears in clinical tabular prediction, where the compared objects are not two versions of the same architecture but XGBoost and Qwen 2.5 7B Instruct. There, cross-model attribution divergence is operationalized through an Attribution Disagreement Score (ADS) derived from rank disagreement between SHAP attributions for XGBoost and self-reported top-EE4 feature attributions for the LLM (Dasula et al., 17 Jun 2026). A third instantiation generalizes the comparative idea beyond feature-importance vectors: Spectral Denoising Signatures (SDS) compare candidate diffusion models through how their denoisers redistribute energy across spatial frequency bands, and KL divergence between ring-wise coupling distributions is used to quantify cross-model attribution divergence in spectral routing behavior (Meshram et al., 26 Jun 2026).

This suggests that cross-model attribution divergence is best understood not as a single metric but as a comparative explanatory template. Its specific form depends on the attribution object being compared: per-feature tabular scores, ranked explanatory lists, or spectral coupling distributions.

2. Delta-Attribution as update auditing

In the update-audit setting, the objective is to explain what changes when models change. The paper introduces Delta-Attribution as a lightweight audit mechanism for model updates involving new hyperparameters, kernels, depths, solvers, or data (Hemmat et al., 27 Aug 2025). The empirical study covers 45 settings consisting of five classical families—Logistic Regression, SVC, Random Forests, Gradient Boosting, and EE5NN—across three datasets, with three A/B pairs per family.

The method is instantiated via fast occlusion/clamping in standardized feature space, with a class-anchored margin and baseline averaging. The comparison uses the same baseline(s) and the same anchored class EE6 for both models, ensuring a clean comparison (Hemmat et al., 27 Aug 2025). This shared explanatory protocol is essential: without it, observed differences could reflect explainer inconsistency rather than model divergence.

The practical significance of the method lies in its ability to separate benign from behaviorally meaningful changes. “Cosmetic” tweaks, such as SVC \texttt{gamma=scale} versus \texttt{auto} or changes in EE7NN search procedure, yield rank-overlap@10EE8 and DCEEE9, indicating no meaningful reliance shift (Hemmat et al., 27 Aug 2025). By contrast, inductive-bias changes, including SVC polyϕf(x)Rd\phi_f(x)\in\mathbb R^d0rbf on Breast Cancer and a Random Forest feature-rule swap on Digits, produce large, behaviour-aligned deltas, with BAC values near ϕf(x)Rd\phi_f(x)\in\mathbb R^d1 and nonzero DCE (Hemmat et al., 27 Aug 2025).

The paper’s conclusion frames this as an audit complement to accuracy: cross-model attribution divergence distinguishes benign parameter tweaks from structurally meaningful updates, flags risky reliance redistributions such as high magnitude with low BAC, and provides actionable thresholds for continuous integration of model updates (Hemmat et al., 27 Aug 2025). A plausible implication is that deployment decisions should not be based solely on aggregate performance deltas when model reliance may have shifted materially.

3. Metrics for quantifying divergence

The Delta-Attribution Quality Suite evaluates ϕf(x)Rd\phi_f(x)\in\mathbb R^d2 along four axes: magnitude/sparsity, agreement/shift, behavioural alignment, and robustness (Hemmat et al., 27 Aug 2025). Let ϕf(x)Rd\phi_f(x)\in\mathbb R^d3 and define the normalized divergence vector

ϕf(x)Rd\phi_f(x)\in\mathbb R^d4

skipping samples with ϕf(x)Rd\phi_f(x)\in\mathbb R^d5.

For magnitude and sparsity, the suite includes ϕf(x)Rd\phi_f(x)\in\mathbb R^d6-magnitude,

ϕf(x)Rd\phi_f(x)\in\mathbb R^d7

Top-ϕf(x)Rd\phi_f(x)\in\mathbb R^d8 concentration with ϕf(x)Rd\phi_f(x)\in\mathbb R^d9,

xRdx\in\mathbb R^d0

and entropy,

xRdx\in\mathbb R^d1

These distinguish large but concentrated shifts from large but diffuse ones (Hemmat et al., 27 Aug 2025).

For agreement and distributional shift, two measures are central. Rank-overlap@10 is the Jaccard overlap of the top-10 features by xRdx\in\mathbb R^d2 and xRdx\in\mathbb R^d3,

xRdx\in\mathbb R^d4

Jensen–Shannon divergence is computed between the normalized absolute-attribution distributions

xRdx\in\mathbb R^d5

with

xRdx\in\mathbb R^d6

A high JSD indicates true redistribution of attribution mass rather than simple global rescaling (Hemmat et al., 27 Aug 2025).

For behavioural alignment, the framework defines xRdx\in\mathbb R^d7 as the reference class and xRdx\in\mathbb R^d8 as the change in model score on that class. Delta Conservation Error (DCE) measures how closely additive attribution differences sum to the actual score change,

xRdx\in\mathbb R^d9

Because occlusion is not path-additive, DCE need not vanish; small DCE indicates faithful additive reasoning (Hemmat et al., 27 Aug 2025). Behaviour–Attribution Coupling (BAC) is the Pearson correlation between Δϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x)0 and Δϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x)1 across the test set. COΔϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x)2F measures how much of Δϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x)3’s mass falls on the top Δϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x)4 features globally important for model Δϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x)5, separately for samples where Δϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x)6 fixes an error and where Δϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x)7 regresses (Hemmat et al., 27 Aug 2025).

In the clinical LLM study, a distinct divergence metric is used. Attribution vectors are converted into ranked top-Δϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x)8 lists, and Kendall’s Δϕ(x)=ϕB(x)ϕA(x)\Delta\phi(x)=\phi_B(x)-\phi_A(x)9 between the XGBoost and LLM rankings is transformed into ADS:

AA0

ADS ranges from AA1 for perfect agreement to AA2 for perfect anti-correlation, with AA3 denoting zero correlation (Dasula et al., 17 Jun 2026). Secondary metrics are Jaccard overlap, top-1 match rate, and directional agreement on shared features.

In the diffusion-model setting, divergence is measured at the level of spectral coupling distributions. After constructing row-normalized coupling matrices AA4, KL divergence between ring-wise distributions,

AA5

quantifies per-ring spectral divergence; summed or averaged over AA6, it measures cross-model attribution divergence in spectral routing behavior (Meshram et al., 26 Jun 2026).

4. Algorithmic instantiations

The update-audit instantiation in Delta-Audit follows a five-step pipeline (Hemmat et al., 27 Aug 2025). First, a shared StandardScaler is trained on model AA7’s training data and applied to both AA8 and AA9, placing inputs in a common standardized space. Second, for each test sample BB0, the reference class is anchored as BB1, and the scalar score BB2 is defined as the margin or log-odds of class BB3. Third, two baselines, BB4 and BB5, are computed from the training set in standardized space and averaged:

BB6

Fourth, fast occlusion/clamping computes per-feature attributions for each model by replacing coordinate BB7 with BB8 and evaluating

BB9

This requires AA0 forward passes per sample per model. Fifth, AA1 is computed and scored with the Quality Suite (Hemmat et al., 27 Aug 2025).

The clinical tabular setting uses a heterogeneous attribution pipeline. For XGBoost, TreeSHAP computes exact Shapley values AA2, yielding AA3 (Dasula et al., 17 Jun 2026). For the LLM, the model is prompted to return its top-AA4 features and associated importance scores in JSON; these are embedded into a AA5-dimensional vector by zero-padding unlisted features, producing AA6 (Dasula et al., 17 Jun 2026). The vectors are then converted into top-AA7 rankings for Kendall-AA8 computation and ADS evaluation.

The diffusion-model provenance setting is algorithmically different because the attribution object is the denoiser’s spectral response. SDS perturbs latent variables with band-limited Fourier noise, injects the perturbation at a chosen timestep, computes the denoiser residual

AA9

and measures how residual energy is redistributed across spatial-frequency rings (Meshram et al., 26 Jun 2026). Repeating the procedure over scales, timesteps, source rings, and random draws yields a tensor

BB0

which is flattened into a signature vector BB1. A model prototype is then the centroid

BB2

Attribution reduces to comparing a query signature to stored prototypes with cosine distance, BB3 distance, Mahalanobis distance, or a linear classifier (Meshram et al., 26 Jun 2026).

These three instantiations share a common structure: compute model-specific explanatory objects under a controlled protocol, convert them into a comparable representation, and quantify divergence with metrics that distinguish simple scaling changes from substantive shifts in reliance or routing.

5. Empirical patterns across domains

The most explicit empirical taxonomy appears in Delta-Audit. Across 45 A/B pairs, cross-model attribution divergence cleanly separates three regimes (Hemmat et al., 27 Aug 2025). Cosmetic tweaks produce tiny BB4, approximately BB5–BB6, with RankOverlap@10 approximately BB7, DCE approximately BB8, and BAC approximately BB9 or undefined. Inductive-bias shifts produce large BB00, for example BB01–BB02, high BAC of approximately BB03–BB04, moderate DCE of BB05–BB06, and JSD up to approximately BB07. BB08NN parameter changes yield large but diffuse BB09 of approximately BB10–BB11, low BAC of approximately BB12–BB13, and moderate DCE of BB14–BB15, flagging reliance shifts not tightly coupled to outcome changes (Hemmat et al., 27 Aug 2025).

Representative quantitative results illustrate these cases. For breast_cancer–svc–pair3 (polyBB16rbf), BAC is approximately BB17, DCE approximately BB18, and JSD approximately BB19. For digits–rf–pair3 (max_feat:BB20), BAC is approximately BB21 and DCE approximately BB22. For breast_cancer–gb–pair3 (depth BB23), JSD is approximately BB24, the largest reported redistribution. For wine–rf–pair2, Mag is approximately BB25, BAC approximately BB26, DCE approximately BB27, and RankOverlap@10 approximately BB28 (Hemmat et al., 27 Aug 2025).

In the clinical LLM setting, the results are organized around four findings (Dasula et al., 17 Jun 2026). The first is confidence invariance: zero-shot LLM confidence is approximately BB29 whether accuracy is BB30 or BB31, and few-shot LLM confidence is approximately BB32 whether accuracy is BB33 or BB34; verbalized confidence carries zero information, with AUROC approximately BB35. The second is an inverse difficulty effect: when XGBoost confidence exceeds BB36, XGBoost accuracy is BB37 while the few-shot LLM is BB38, but when XGBoost confidence lies in BB39, XGBoost and LLM accuracies are BB40 and BB41, respectively (Dasula et al., 17 Jun 2026).

The third clinical finding is super-additive attribution alignment. On a 300-example test subset, zero-shot yields accuracy BB42 and ADS BB43; zero-shot plus SHAP injection yields BB44 and BB45; few-shot yields BB46 and BB47; few-shot plus SHAP yields BB48 and BB49 (Dasula et al., 17 Jun 2026). The combined reduction in ADS, BB50, exceeds the sum of the individual reductions from zero-shot to zero-shot plus SHAP and from zero-shot to few-shot, and the accuracy gain from zero-shot to few-shot plus SHAP is likewise described as super-additive (Dasula et al., 17 Jun 2026). The fourth finding concerns calibration: a patient-level classifier built from ADS, Jaccard, directional agreement, top-1 match, XGB confidence, LLM confidence, and the absolute confidence gap produces markedly better reliability estimates than raw verbalized confidence, with the best calibrator reducing expected calibration error from BB51 to BB52 (Dasula et al., 17 Jun 2026).

In the diffusion setting, SDS achieves approximately BB53 accuracy across eight diverse diffusion models and BB54 under cross-domain prompt shift (Meshram et al., 26 Jun 2026). In the closed-set attribution experiment with 50 prototypes per model and 500 test images per model, LinearSVC on raw signatures yields BB55 on SD-Prompts and BB56 on MS-COCO, while zero-training argmin with cosine distance yields BB57 and BB58 (Meshram et al., 26 Jun 2026). On five models sharing the same VAE, reconstruction-based non-invasive baselines collapse to BB59–BB60, whereas SDS maintains approximately BB61 across all eight models (Meshram et al., 26 Jun 2026).

A recurrent interpretive distinction is between divergence that is behaviorally aligned and divergence that is merely large. In Delta-Audit, high magnitude accompanied by high BAC indicates that attribution shifts track actual score changes, whereas high magnitude with low BAC flags reliance shifts that are not tightly coupled to outcome changes (Hemmat et al., 27 Aug 2025). This does not by itself prove risk, but the paper explicitly treats such cases as requiring deeper investigation or regularization. A plausible implication is that cross-model attribution divergence can function as a triage signal in model-governance workflows.

A second issue concerns faithfulness. The clinical study uses self-reported LLM attributions obtained from JSON-formatted top-BB62 feature lists (Dasula et al., 17 Jun 2026). The paper identifies this as a limitation, noting that such attributions raise faithfulness questions. The practical argument is therefore narrower than in the update-audit setting: high ADS is used diagnostically as a proxy for epistemic unreliability, and the observed reductions in ADS under few-shot prompting and SHAP injection are interpreted together with improved accuracy and calibration rather than as stand-alone evidence of causal reasoning (Dasula et al., 17 Jun 2026).

A third issue is comparability across architectures and modalities. The diffusion-model work demonstrates that the same comparative principle can be transferred from tabular feature attributions to spectral coupling signatures in denoiser Jacobians (Meshram et al., 26 Jun 2026). This suggests that “attribution” in cross-model divergence need not be restricted to feature-importance vectors, provided the compared objects have a stable interpretive role as model-specific explanatory signatures. At the same time, the SDS setting imposes stronger access assumptions: it requires forward-pass access to the exact denoiser weights and assumes a closed set in which the queried model appears in the registry (Meshram et al., 26 Jun 2026).

The three papers also delineate distinct operational limits. Delta-Audit is framed for supervised classifiers and model updates (Hemmat et al., 27 Aug 2025). The clinical study is limited to a single LLM, a single AKI task on MIMIC-IV with BB63, and non-exhaustive prompt strategies (Dasula et al., 17 Jun 2026). SDS does not address open-set attribution, black-box APIs, or tamper detection for post-generation edits (Meshram et al., 26 Jun 2026). These are not contradictions so much as boundary conditions on where current formulations of cross-model attribution divergence are well specified.

7. Research directions and broader significance

Several future directions are stated explicitly. In the clinical setting, proposed lines of work include RL-based confidence internalization using the calibrator’s predicted probability of correctness as a reward, multi-task calibration across structured prediction tasks, benchmarking ADS against semantic-entropy, token-entropy, and conformal prediction, and clinician-in-the-loop validation of SHAP injections and calibrator outputs (Dasula et al., 17 Jun 2026). These proposals frame cross-model attribution divergence not only as a diagnostic but also as a supervisory signal for improving epistemic calibration.

In the diffusion setting, extensions include open-set detection via outlier thresholds or one-class classifiers on signature space, adaptation to other generative families such as GANs and autoregressive models, fine-grained analysis of fine-tuning, quantization, or distillation artifacts, and adversarial defenses against attempts to evict or mimic spectral fingerprints (Meshram et al., 26 Jun 2026). This suggests an emerging role for attribution divergence in provenance verification and intellectual-property enforcement, especially where output-space evidence is unreliable.

In the update-audit setting, the main significance lies in integrating explanatory comparison into continuous model evaluation. Delta-Attribution is presented as a lightweight update audit that complements accuracy by distinguishing benign changes from behaviorally meaningful or risky reliance shifts (Hemmat et al., 27 Aug 2025). The broader implication is methodological: when models are updated, compared, or combined, explanatory divergence can provide an additional axis of evaluation that is orthogonal to standard predictive metrics.

Cross-model attribution divergence therefore occupies an intermediate position between explainability, uncertainty quantification, and model forensics. In tabular supervised learning, it exposes what changed between model versions; in hybrid clinical systems, it diagnoses where an LLM “doesn’t know what it doesn’t know”; and in diffusion provenance, it identifies source models through intrinsic denoising behavior (Hemmat et al., 27 Aug 2025, Dasula et al., 17 Jun 2026, Meshram et al., 26 Jun 2026). Across these domains, the unifying premise is that differences in explanatory structure can reveal model distinctions that accuracy, confidence, or output inspection alone may leave opaque.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Cross-Model Attribution Divergence.