PAC-learning bounded tree-width Graphical Models
Mukund Narasimhan, Jeff A. Bilmes

TL;DR
This paper presents a polynomial-time PAC-learning algorithm for strongly connected graphical models with bounded treewidth, overcoming NP-completeness issues of previous methods by using approximate conditional independencies and dynamic programming.
Contribution
It introduces a novel approach that efficiently PAC-learns bounded treewidth graphical models by combining submodular optimization with dynamic programming.
Findings
Efficient polynomial-time PAC-learning algorithm for bounded treewidth models.
Requires only polynomial samples of the true distribution.
Overcomes NP-completeness barriers of previous methods.
Abstract
We show that the class of strongly connected graphical models with treewidth at most k can be properly efficiently PAC-learnt with respect to the Kullback-Leibler Divergence. Previous approaches to this problem, such as those of Chow ([1]), and Ho gen ([7]) have shown that this class is PAC-learnable by reducing it to a combinatorial optimization problem. However, for k > 1, this problem is NP-complete ([15]), and so unless P=NP, these approaches will take exponential amounts of time. Our approach differs significantly from these, in that it first attempts to find approximate conditional independencies by solving (polynomially many) submodular optimization problems, and then using a dynamic programming formulation to combine the approximate conditional independence information to derive a graphical model with underlying graph of the tree-width specified. This gives us an efficient…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Graph Theory and Algorithms · Data Management and Algorithms
