MLITLGSTFeb 20, 2020

Learning Gaussian Graphical Models via Multiplicative Weights

arXiv:2002.08663v23 citations
AI Analysis

This work addresses graphical model selection for Gaussian models, an incremental adaptation from prior work on Ising models.

The paper adapts a multiplicative weights algorithm from the Ising model to Gaussian graphical models, achieving a sample complexity similar to existing methods with a runtime of O(mp^2) and online implementation capability.

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 $O(mp^2)$ in the case of $m$ samples and $p$ nodes, and can trivially be implemented in an online manner.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes