paper-with-me

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 interpretability. Since the problem of learning the best polytree is NP-hard, we study which restrictions make it more tractable by considering for example in-degree bounds, properties of score functions measuring the quality of a polytree, and approximation algorithms. We devise an algorithm that finds the optimal polytree in time $O((2+ε)^n)$ for arbitrarily small $ε> 0$ and any constant in-degree bound $k$, improving over the fastest previously known algorithm of time complexity $O(3^n)$. We further give polynomial-time algorithms for finding a polytree whose score is within a factor of $k$ from the optimal one for arbitrary scores and a factor of $2$ for additive ones. Many of the results are complemented by (nearly) tight lower bounds for either the time complexity or the approximation factors.

📄 PDF Abstract BibTeX arXiv:2605.03622

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Linear Polytree Structural Equation Models

2021-07-22 · Xingmei Lou, Yu Hu, XiaoDong Li

We are interested in the problem of learning the directed acyclic graph (DAG) when data are generated from a linear structural equation model (SEM) and the causal structure can be characterized by a polytree. Under the G…

Optimal estimation of Gaussian (poly)trees

2024-02-09 · Yuhao Wang, Ming Gao, Wai Ming Tai, Bryon Aragam 외

We develop optimal algorithms for learning undirected Gaussian trees and directed Gaussian polytrees from data. We consider both problems of distribution learning (i.e. in KL distance) and structure learning (i.e. exact …

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…

Efficient Computation of Counterfactual Bounds

2023-07-17 · Marco Zaffalon, Alessandro Antonucci, Rafael Cabañas, David Huber 외

We assume to be given structural equations over discrete variables inducing a directed acyclic graph, namely, a structural causal model, together with data about its internal nodes. The question we want to answer is how …

Causal Inferencecounterfactual

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 observ…