Anytime Learning of Sum-Product and Sum-Product-Max Networks

Abstract

Prominent algorithms for learning sum-product networks (SPN) and sum-product-max networks (SPMN) focus on learning models from data that deliver good modeling performance without regard to the size of the learned network. Consequently, the learned networks can get very large, which negatively impacts inference time. In this paper, we introduce anytime algorithms for learning SPNs and SPMNs. These algorithms generate intermediate but provably valid models whose performance progressively improves as more time and computational resources are allocated to the learning. They flexibly trade off good model performance with reduced learning time, offering the benefit that SPNs and SPMNs of small sizes (but with reduced likelihoods) can be learned quickly. We comprehensively evaluate the anytime algorithms on two testbeds and demonstrate that the network performance improves with time and reflects the expected performance profile of an anytime algorithm. We expect these anytime algorithms to become the default learning techniques for SPNs and SPMNs given their clear benefit over classical batch learning techniques.

Cite

Text

Pawar and Doshi. "Anytime Learning of Sum-Product and Sum-Product-Max Networks." Proceedings of The 11th International Conference on Probabilistic Graphical Models, 2022.

Markdown

[Pawar and Doshi. "Anytime Learning of Sum-Product and Sum-Product-Max Networks." Proceedings of The 11th International Conference on Probabilistic Graphical Models, 2022.](https://mlanthology.org/pgm/2022/pawar2022pgm-anytime/)

BibTeX

@inproceedings{pawar2022pgm-anytime,
  title     = {{Anytime Learning of Sum-Product and Sum-Product-Max Networks}},
  author    = {Pawar, Swaraj and Doshi, Prashant},
  booktitle = {Proceedings of The 11th International Conference on Probabilistic Graphical Models},
  year      = {2022},
  pages     = {49-60},
  volume    = {186},
  url       = {https://mlanthology.org/pgm/2022/pawar2022pgm-anytime/}
}