DSAILGOct 6, 2023

A Fixed-Parameter Tractable Algorithm for Counting Markov Equivalence Classes with the same Skeleton

arXiv:2310.04218v51 citationsh-index: 1
Originality Incremental advance
AI Analysis

This provides a theoretical advance for researchers in causal discovery and graphical models, offering a solution to a specific combinatorial counting problem that was previously not known to be polynomial-time solvable, though it is incremental as it relies on parameterized complexity.

The paper tackles the problem of counting Markov equivalence classes (MECs) with a given skeleton, a long-standing open question in causal inference, by developing a fixed-parameter tractable algorithm with parameters treewidth and maximum degree, achieving efficient computation for graphs with bounded treewidth and degree.

Causal DAGs (also known as Bayesian networks) are a popular tool for encoding conditional dependencies between random variables. In a causal DAG, the random variables are modeled as vertices in the DAG, and it is stipulated that every random variable is independent of its ancestors conditioned on its parents. It is possible, however, for two different causal DAGs on the same set of random variables to encode exactly the same set of conditional dependencies. Such causal DAGs are said to be Markov equivalent, and equivalence classes of Markov equivalent DAGs are known as Markov Equivalent Classes (MECs). Beautiful combinatorial characterizations of MECs have been developed in the past few decades, and it is known, in particular that all DAGs in the same MEC must have the same "skeleton" (underlying undirected graph) and v-structures (induced subgraph of the form $a\rightarrow b \leftarrow c$). These combinatorial characterizations also suggest several natural algorithmic questions. One of these is: given an undirected graph $G$ as input, how many distinct Markov equivalence classes have the skeleton $G$? Much work has been devoted in the last few years to this and other closely related problems. However, to the best of our knowledge, a polynomial time algorithm for the problem remains unknown. In this paper, we make progress towards this goal by giving a fixed parameter tractable algorithm for the above problem, with the parameters being the treewidth and the maximum degree of the input graph $G$. The main technical ingredient in our work is a construction we refer to as shadow, which lets us create a "local description" of long-range constraints imposed by the combinatorial characterizations of MECs.

Foundations

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

Your Notes