paper-with-me

홈 › Papers

Tractable Querying and Learning in Hybrid Domains via Sum-Product Networks

2018-07-14 · Andreas Bueff, Stefanie Speichert, Vaishak Belle

Probabilistic representations, such as Bayesian and Markov networks, are fundamental to much of statistical machine learning. Thus, learning probabilistic representations directly from data is a deep challenge, the main computational bottleneck being inference that is intractable. Tractable learning is a powerful new paradigm that attempts to learn distributions that support efficient probabilistic querying. By leveraging local structure, representations such as sum-product networks (SPNs) can capture high tree-width models with many hidden layers, essentially a deep architecture, while still admitting a range of probabilistic queries to be computable in time polynomial in the network size. The leaf nodes in SPNs, from which more intricate mixtures are formed, are tractable univariate distributions, and so the literature has focused on Bernoulli and Gaussian random variables. This is clearly a restriction for handling mixed discrete-continuous data, especially if the continuous features are generated from non-parametric and non-Gaussian distribution families. In this work, we present a framework that systematically integrates SPN structure learning with weighted model integration, a recently introduced computational abstraction for performing inference in hybrid domains, by means of piecewise polynomial approximations of density functions of arbitrary shape. Our framework is instantiated by exploiting the notion of propositional abstractions, thus minimally interfering with the SPN structure learning module, and supports a powerful query interface for conditioning on interval constraints. Our empirical results show that our approach is effective, and allows a study of the trade off between the granularity of the learned model and its predictive power.

📄 PDF Abstract BibTeX arXiv:1807.05464

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sum-Product Networks for Hybrid Domains

2017-10-09 · Alejandro Molina, Antonio Vergari, Nicola Di Mauro, Sriraam Natarajan 외

While all kinds of mixed data -from personal data, over panel and scientific data, to public and commercial data- are collected and stored, building probabilistic graphical models for these hybrid domains becomes more di…

Predictive Querying for Autoregressive Neural Sequence Models

2022-10-12 · Alex Boyd, Sam Showalter, Stephan Mandt, Padhraic Smyth

In reasoning about sequential events it is natural to pose probabilistic queries such as "when will event A occur next" or "what is the probability of A occurring before B", with applications in areas such as user modeli…

Language ModelingLanguage Modelling

Learning Credal Sum-Product Networks

2019-01-17 · AKBC 2020 6 · Amelie Levray, Vaishak Belle

Probabilistic representations, such as Bayesian and Markov networks, are fundamental to much of statistical machine learning. Thus, learning probabilistic representations directly from data is a deep challenge, the main …

Conditional Sum-Product Networks: Imposing Structure on Deep Probabilistic Architectures

2019-05-21 · Xiaoting Shao, Alejandro Molina, Antonio Vergari, Karl Stelzner 외

Probabilistic graphical models are a central tool in AI; however, they are generally not as expressive as deep neural models, and inference is notoriously hard and slow. In contrast, deep probabilistic models such as sum…

image-classificationImage Classification

Exchangeability-Aware Sum-Product Networks

2021-10-11 · Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

Sum-Product Networks (SPNs) are expressive probabilistic models that provide exact, tractable inference. They achieve this efficiency by making use of local independence. On the other hand, mixtures of exchangeable varia…