Table of Contents
Fetching ...

Score-based Integrated Gradient for Root Cause Explanations of Outliers

Phuoc Nguyen, Truyen Tran, Sunil Gupta, Svetha Venkatesh

TL;DR

This paper tackles root-cause explanations for outliers in high-dimensional causal networks by introducing SIREN, a score-based integrated gradient framework. SIREN estimates conditional score functions and performs diffusion-based path integration to attribute leaf-outlier scores to upstream latent noises, accommodating nonlinear and heteroscedastic causal models. The approach satisfies key Shapley axioms (dummy, efficiency, linearity) and derives an asymmetry property from the causal structure, enabling principled, uncertainty-aware attributions without requiring access to training data at inference. Empirical results on synthetic random graphs and real cloud service and supply chain datasets show that SIREN achieves superior attribution accuracy and computational efficiency compared with state-of-the-art baselines.

Abstract

Identifying the root causes of outliers is a fundamental problem in causal inference and anomaly detection. Traditional approaches based on heuristics or counterfactual reasoning often struggle under uncertainty and high-dimensional dependencies. We introduce SIREN, a novel and scalable method that attributes the root causes of outliers by estimating the score functions of the data likelihood. Attribution is computed via integrated gradients that accumulate score contributions along paths from the outlier toward the normal data distribution. Our method satisfies three of the four classic Shapley value axioms - dummy, efficiency, and linearity - as well as an asymmetry axiom derived from the underlying causal structure. Unlike prior work, SIREN operates directly on the score function, enabling tractable and uncertainty-aware root cause attribution in nonlinear, high-dimensional, and heteroscedastic causal models. Extensive experiments on synthetic random graphs and real-world cloud service and supply chain datasets show that SIREN outperforms state-of-the-art baselines in both attribution accuracy and computational efficiency.

Score-based Integrated Gradient for Root Cause Explanations of Outliers

TL;DR

This paper tackles root-cause explanations for outliers in high-dimensional causal networks by introducing SIREN, a score-based integrated gradient framework. SIREN estimates conditional score functions and performs diffusion-based path integration to attribute leaf-outlier scores to upstream latent noises, accommodating nonlinear and heteroscedastic causal models. The approach satisfies key Shapley axioms (dummy, efficiency, linearity) and derives an asymmetry property from the causal structure, enabling principled, uncertainty-aware attributions without requiring access to training data at inference. Empirical results on synthetic random graphs and real cloud service and supply chain datasets show that SIREN achieves superior attribution accuracy and computational efficiency compared with state-of-the-art baselines.

Abstract

Identifying the root causes of outliers is a fundamental problem in causal inference and anomaly detection. Traditional approaches based on heuristics or counterfactual reasoning often struggle under uncertainty and high-dimensional dependencies. We introduce SIREN, a novel and scalable method that attributes the root causes of outliers by estimating the score functions of the data likelihood. Attribution is computed via integrated gradients that accumulate score contributions along paths from the outlier toward the normal data distribution. Our method satisfies three of the four classic Shapley value axioms - dummy, efficiency, and linearity - as well as an asymmetry axiom derived from the underlying causal structure. Unlike prior work, SIREN operates directly on the score function, enabling tractable and uncertainty-aware root cause attribution in nonlinear, high-dimensional, and heteroscedastic causal models. Extensive experiments on synthetic random graphs and real-world cloud service and supply chain datasets show that SIREN outperforms state-of-the-art baselines in both attribution accuracy and computational efficiency.
Paper Structure (22 sections, 1 theorem, 32 equations, 3 figures, 4 tables, 1 algorithm)

This paper contains 22 sections, 1 theorem, 32 equations, 3 figures, 4 tables, 1 algorithm.

Key Result

Theorem 1

Properties of the score-based outlier attribution. The score-based outlier attribution in Definition def:Score-based-Outlier-Attribution. satisfies the efficiency, linearity, dummy, and asymmetry axioms for the outlier attribution problem.

Figures (3)

  • Figure 1: Outlier measure difference between a target outlier $x$ and a reference point $x'$ as the difference in tail probabilities. For score-based outlier attribution, the expected contribution is the triangle area which is approximately the difference in tail probability $p(X\ge x')-p(X\ge x)$.
  • Figure 2: NDCG@$k$ ranking across different $k$ values.
  • Figure 3: NDCG@$k$ with varying the number of $k$.

Theorems & Definitions (5)

  • Definition 1
  • Definition 2
  • Definition 3
  • Theorem 1
  • proof