English

Efficient Enumeration of Markov Equivalent DAGs

Artificial Intelligence 2023-12-19 v2 Data Structures and Algorithms Machine Learning

Abstract

Enumerating the directed acyclic graphs (DAGs) of a Markov equivalence class (MEC) is an important primitive in causal analysis. The central resource from the perspective of computational complexity is the delay, that is, the time an algorithm that lists all members of the class requires between two consecutive outputs. Commonly used algorithms for this task utilize the rules proposed by Meek (1995) or the transformational characterization by Chickering (1995), both resulting in superlinear delay. In this paper, we present the first linear-time delay algorithm. On the theoretical side, we show that our algorithm can be generalized to enumerate DAGs represented by models that incorporate background knowledge, such as MPDAGs; on the practical side, we provide an efficient implementation and evaluate it in a series of experiments. Complementary to the linear-time delay algorithm, we also provide intriguing insights into Markov equivalence itself: All members of an MEC can be enumerated such that two successive DAGs have structural Hamming distance at most three.

Keywords

Cite

@article{arxiv.2301.12212,
  title  = {Efficient Enumeration of Markov Equivalent DAGs},
  author = {Marcel Wienöbst and Malte Luttermann and Max Bannach and Maciej Liśkiewicz},
  journal= {arXiv preprint arXiv:2301.12212},
  year   = {2023}
}

Comments

Extended version of paper accepted to the Proceedings of the 37th AAAI Conference on Artificial Intelligence (AAAI-2023). [v2] includes minor fixes

R2 v1 2026-06-28T08:24:43.963Z