LGMay 2, 2025

Robust Root Cause Diagnosis using In-Distribution Interventions

arXiv:2505.00930v13 citationsh-index: 8Has CodeICLR
Originality Incremental advance
AI Analysis

This addresses a pressing issue for cloud services and industrial operations by providing a more reliable root cause diagnosis method, though it appears incremental as it builds on existing SCM-based approaches.

The paper tackles the problem of diagnosing root causes of anomalies in complex systems by proposing In-Distribution Interventions (IDI), an algorithm that uses interventional estimates from fitted Structural Causal Models to improve reliability over counterfactual methods, achieving more accurate and robust identification of true root causes compared to nine state-of-the-art baselines.

Diagnosing the root cause of an anomaly in a complex interconnected system is a pressing problem in today's cloud services and industrial operations. We propose In-Distribution Interventions (IDI), a novel algorithm that predicts root cause as nodes that meet two criteria: 1) **Anomaly:** root cause nodes should take on anomalous values; 2) **Fix:** had the root cause nodes assumed usual values, the target node would not have been anomalous. Prior methods of assessing the fix condition rely on counterfactuals inferred from a Structural Causal Model (SCM) trained on historical data. But since anomalies are rare and fall outside the training distribution, the fitted SCMs yield unreliable counterfactual estimates. IDI overcomes this by relying on interventional estimates obtained by solely probing the fitted SCM at in-distribution inputs. We present a theoretical analysis comparing and bounding the errors in assessing the fix condition using interventional and counterfactual estimates. We then conduct experiments by systematically varying the SCM's complexity to demonstrate the cases where IDI's interventional approach outperforms the counterfactual approach and vice versa. Experiments on both synthetic and PetShop RCD benchmark datasets demonstrate that \our\ consistently identifies true root causes more accurately and robustly than nine existing state-of-the-art RCD baselines. Code is released at https://github.com/nlokeshiisc/IDI_release.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes