paper-with-me

홈 › Papers

Toward Falsifying Causal Graphs Using a Permutation-Based Test

2023-05-16 · Elias Eulig, Atalanti A. Mastakouri, Patrick Blöbaum, Michaela Hardt, Dominik Janzing

Understanding causal relationships among the variables of a system is paramount to explain and control its behavior. For many real-world systems, however, the true causal graph is not readily available and one must resort to predictions made by algorithms or domain experts. Therefore, metrics that quantitatively assess the goodness of a causal graph provide helpful checks before using it in downstream tasks. Existing metrics provide an $\textit{absolute}$ number of inconsistencies between the graph and the observed data, and without a baseline, practitioners are left to answer the hard question of how many such inconsistencies are acceptable or expected. Here, we propose a novel consistency metric by constructing a baseline through node permutations. By comparing the number of inconsistencies with those on the baseline, we derive an interpretable metric that captures whether the graph is significantly better than random. Evaluating on both simulated and real data sets from various domains, including biology and cloud monitoring, we demonstrate that the true graph is not falsified by our metric, whereas the wrong graphs given by a hypothetical user are likely to be falsified.

📄 PDF Abstract BibTeX arXiv:2305.09565

Code (1)

eeulig/dag-falsification 공식 구현

Similar Papers 제목 키워드 기반

Falsifying Causal Graphs With Outlier Events

2026-07-13 · William Roy Orchard, Philipp M. Faller, Dominik Janzing arxiv

True causal relationships are rarely known, and inferring causal graphs from data is hard. A fundamental challenge is how to assess whether a given causal graph is good in the absence of a ground truth. We propose falsif…

Self-Compatibility: Evaluating Causal Discovery without Ground Truth

2023-07-18 · Philipp M. Faller, Leena Chennuru Vankadara, Atalanti A. Mastakouri, Francesco Locatello 외

As causal ground truth is incredibly rare, causal discovery algorithms are commonly only evaluated on simulated data. This is concerning, given that simulations reflect preconceptions about generating processes regarding…

Causal DiscoveryModel Selection

Formalizing and falsifying causal pathways of rare events

2026-05-29 · Anahita Haghighat, Dominik Janzing arxiv

Building on recent formalizations of root cause analysis for rare events (``outliers'') in structural equation models, we propose a formal definition of a causal pathway and discuss its testable implications. We identify…

Greedy Relaxations of the Sparsest Permutation Algorithm

2022-06-11 · Wai-Yin Lam, Bryan Andrews, Joseph Ramsey

There has been an increasing interest in methods that exploit permutation reasoning to search for directed acyclic causal models, including the "Ordering Search" of Teyssier and Kohler and GSP of Solus, Wang and Uhler. W…

Efficient Permutation Discovery in Causal DAGs

2020-11-06 · Chandler Squires, Joshua Amaniampong, Caroline Uhler

The problem of learning a directed acyclic graph (DAG) up to Markov equivalence is equivalent to the problem of finding a permutation of the variables that induces the sparsest graph. Without additional assumptions, this…