paper-with-me

홈 › Papers

On the Number of Conditional Independence Tests in Constraint-based Causal Discovery

2026-03-23 · Marc Franquesa Monés, Jiaqi Zhang, Caroline Uhler arxiv

Learning causal relations from observational data is a fundamental problem with wide-ranging applications across many fields. Constraint-based methods infer the underlying causal structure by performing conditional independence tests. However, existing algorithms such as the prominent PC algorithm need to perform a large number of independence tests, which in the worst case is exponential in the maximum degree of the causal graph. Despite extensive research, it remains unclear if there exist algorithms with better complexity without additional assumptions. Here, we establish an algorithm that achieves a better complexity of $p^{\mathcal{O}(s)}$ tests, where $p$ is the number of nodes in the graph and $s$ denotes the maximum undirected clique size of the underlying essential graph. Complementing this result, we prove that any constraint-based algorithm must perform at least $2^{Ω(s)}$ conditional independence tests, establishing that our proposed algorithm achieves exponent-optimality up to a logarithmic factor in terms of the number of conditional independence tests needed. Finally, we validate our theoretical findings through simulations, on semi-synthetic gene-expression data, and real-world data, demonstrating the efficiency of our algorithm compared to existing methods in terms of number of conditional independence tests needed.

📄 PDF Abstract BibTeX arXiv:2603.21844

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Causal Discovery with Fewer Conditional Independence Tests

2024-06-03 · Kirankumar Shiragur, JiaQi Zhang, Caroline Uhler

Many questions in science center around the fundamental problem of understanding causal relationships. However, most constraint-based causal discovery algorithms, including the well-celebrated PC algorithm, often incur a…

Causal Discovery

Characterization and Learning of Causal Graphs with Small Conditioning Sets

2023-01-22 · NeurIPS 2023 11

Constraint-based causal discovery algorithms learn part of the causal graph structure by systematically testing conditional independences observed in the data. These algorithms, such as the PC algorithm and its variants,…

Causal Discovery

Fast Flow Matching based Conditional Independence Tests for Causal Discovery

2026-02-09 · Shunyu Zhao, Yanfeng Yang, Shuai Li, Kenji Fukumizu arxiv

Constraint-based causal discovery methods require a large number of conditional independence (CI) tests, which severely limits their practical applicability due to high computational complexity. Therefore, it is crucial …

Computational Efficiency

Improving the Efficiency of the PC Algorithm by Using Model-Based Conditional Independence Tests

2022-11-12 · Erica Cai, Andrew Mcgregor, David Jensen

Learning causal structure is useful in many areas of artificial intelligence, including planning, robotics, and explanation. Constraint-based structure learning algorithms such as PC use conditional independence (CI) tes…

Approximate Kernel-based Conditional Independence Tests for Fast Non-Parametric Causal Discovery

2017-02-13 · Eric V. Strobl, Kun Zhang, Shyam Visweswaran

Constraint-based causal discovery (CCD) algorithms require fast and accurate conditional independence (CI) testing. The Kernel Conditional Independence Test (KCIT) is currently one of the most popular CI tests in the non…

Causal Discovery