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.
