paper-with-me

홈 › Papers

HyperSPNs: Compact and Expressive Probabilistic Circuits

2021-12-02 · NeurIPS 2021 12 · Andy Shih, Dorsa Sadigh, Stefano Ermon

Probabilistic circuits (PCs) are a family of generative models which allows for the computation of exact likelihoods and marginals of its probability distributions. PCs are both expressive and tractable, and serve as popular choices for discrete density estimation tasks. However, large PCs are susceptible to overfitting, and only a few regularization strategies (e.g., dropout, weight-decay) have been explored. We propose HyperSPNs: a new paradigm of generating the mixture weights of large PCs using a small-scale neural network. Our framework can be viewed as a soft weight-sharing strategy, which combines the greater expressiveness of large models with the better generalization and memory-footprint properties of small models. We show the merits of our regularization strategy on two state-of-the-art PC families introduced in recent literature -- RAT-SPNs and EiNETs -- and demonstrate generalization improvements in both models on a suite of density estimation benchmarks in both discrete and continuous domains.

📄 PDF Abstract BibTeX arXiv:2112.00914

Code (1)

andyshih12/hyperspn 공식 구현 pytorch

Tasks

Density Estimation

Methods 이 논문이 사용한 방법론

pc 설명 없음

Similar Papers 제목 키워드 기반

On the Expressive Power of Tree-Structured Probabilistic Circuits

2024-10-07 · Lang Yin, Han Zhao

Probabilistic circuits (PCs) have emerged as a powerful framework to compactly represent probability distributions for efficient and exact probabilistic inference. It has been shown that PCs with a general directed acycl…

Probabilistic Neural Circuits

2024-03-10 · Pedro Zuidberg Dos Martires

Probabilistic circuits (PCs) have gained prominence in recent years as a versatile framework for discussing probabilistic models that support tractable queries and are yet expressive enough to model complex probability d…

Sum of Squares Circuits

2024-08-21 · Lorenzo Loconte, Stefan Mengel, Antonio Vergari

Designing expressive generative models that support exact and efficient inference is a core question in probabilistic ML. Probabilistic circuits (PCs) offer a framework where this tractability-vs-expressiveness trade-off…

On the Relationship Between Monotone and Squared Probabilistic Circuits

2024-08-01 · Benjie Wang, Guy Van Den Broeck

Probabilistic circuits are a unifying representation of functions as computation graphs of weighted sums and products. Their primary application is in probabilistic modeling, where circuits with non-negative weights (mon…

Pseudo-dimension of quantum circuits

2020-02-04 · Matthias C. Caro, Ishaun Datta

We characterize the expressive power of quantum circuits with the pseudo-dimension, a measure of complexity for probabilistic concept classes. We prove pseudo-dimension bounds on the output probability distributions of q…