paper-with-me

Papers

On the Parameterized Complexity of Polytree Learning

2021-05-20 · Niels Grüttemeier, Christian Komusiewicz, Nils Morawietz

A Bayesian network is a directed acyclic graph that represents statistical dependencies between variables of a joint probability distribution. A fundamental task in data science is to learn a Bayesian network from observed data. \textsc{Polytree Learning} is the problem of learning an optimal Bayesian network that fulfills the additional property that its underlying undirected graph is a forest. In this work, we revisit the complexity of \textsc{Polytree Learning}. We show that \textsc{Polytree Learning} can be solved in $3^n \cdot |I|^{\mathcal{O}(1)}$ time where $n$ is the number of variables and $|I|$ is the total instance size. Moreover, we consider the influence of the number of variables $d$ that might receive a nonempty parent set in the final DAG on the complexity of \textsc{Polytree Learning}. We show that \textsc{Polytree Learning} has no $f(d)\cdot |I|^{\mathcal{O}(1)}$-time algorithm, unlike Bayesian network learning which can be solved in $2^d \cdot |I|^{\mathcal{O}(1)}$ time. We show that, in contrast, if $d$ and the maximum parent set size are bounded, then we can obtain efficient algorithms.

📄 PDF Abstract BibTeX arXiv:2105.09675

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exact and Approximate Algorithms for Polytree Learning

2026-05-05 · Juha Harviainen, Frank Sommer, Manuel Sorge arxiv

Polytrees are a subclass of Bayesian networks that seek to capture the conditional dependencies between a set of $n$ variables as a directed forest and are motivated by their more efficient inference and improved interpr…

Learning bounded-degree polytrees with known skeleton

2023-10-10 · Davin Choo, Joy Qiping Yang, Arnab Bhattacharyya, Clément L. Canonne

We establish finite-sample guarantees for efficient proper learning of bounded-degree polytrees, a rich class of high-dimensional probability distributions and a subclass of Bayesian networks, a widely-studied type of gr…

Discrete Bayesian Networks: The Exact Posterior Marginal Distributions

2014-11-23 · Do Le Paul Minh

In a Bayesian network, we wish to evaluate the marginal probability of a query variable, which may be conditioned on the observed values of some evidence variables. Here we first present our "border algorithm," which con…

The Complexity of Bayesian Network Learning: Revisiting the Superstructure

2021-12-01 · NeurIPS 2021 12 · Robert Ganian, Viktoriia Korchemna

We investigate the parameterized complexity of Bayesian Network Structure Learning (BNSL), a classical problem that has received significant attention in empirical but also purely theoretical studies. We follow up on pre…

The Complexity of Bayesian Network Learning: Revisiting the Superstructure

2026-02-10 · Robert Ganian, Viktoriia Korchemna arxiv

We investigate the parameterized complexity of Bayesian Network Structure Learning (BNSL), a classical problem that has received significant attention in empirical but also purely theoretical studies. We follow up on pre…