Learning Gaussian Graphical Models via Multiplicative Weights
Anamay Chaturvedi, Jonathan Scarlett

TL;DR
This paper adapts a multiplicative weights algorithm from the Ising model to Gaussian graphical models, achieving efficient sample complexity and runtime, and enabling online implementation for structure learning.
Contribution
It introduces a novel adaptation of a multiplicative weights algorithm for Gaussian models, expanding the toolkit for graphical model selection.
Findings
Achieves a sample complexity similar to existing methods.
Runtime is $O(mp^2)$, scalable for large datasets.
Algorithm can be implemented in an online manner.
Abstract
Graphical model selection in Markov random fields is a fundamental problem in statistics and machine learning. Two particularly prominent models, the Ising model and Gaussian model, have largely developed in parallel using different (though often related) techniques, and several practical algorithms with rigorous sample complexity bounds have been established for each. In this paper, we adapt a recently proposed algorithm of Klivans and Meka (FOCS, 2017), based on the method of multiplicative weight updates, from the Ising model to the Gaussian model, via non-trivial modifications to both the algorithm and its analysis. The algorithm enjoys a sample complexity bound that is qualitatively similar to others in the literature, has a low runtime in the case of samples and nodes, and can trivially be implemented in an online manner.
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 · Bayesian Methods and Mixture Models · Machine Learning and Data Classification
