Method of moments for Gaussian mixtures: Implementation and benchmarks
Haley Colgate Kottler, Julia Lindberg, Jose Israel Rodriguez

TL;DR
This paper evaluates the method of moments for high-dimensional Gaussian mixture models, providing practical implementation and benchmarks to improve parameter recovery in various applications.
Contribution
It offers a practical Julia implementation of the method of moments for Gaussian mixtures and benchmarks its performance in high dimensions.
Findings
Method of moments effectively recovers parameters in high-dimensional Gaussian mixtures.
The Julia package GMMParameterEstimation facilitates practical application.
Benchmarks demonstrate the method's efficiency and accuracy in various scenarios.
Abstract
Gaussian mixture models are universal approximators in the sense that any smooth density can be approximated arbitrarily well with a Gaussian mixture model with enough components. Due to their broad expressive power, Gaussian mixture models appear in many applications. As a result, algebraic parameter recovery for Gaussian mixture models from data is a valuable contribution to multiple fields. Our work documents performance of the method of moments for high dimensional Gaussian mixtures. We outline the method of moments, and selections of moments and their corresponding polynomials that work well for parameter recovery in practice. Our main contribution puts these ideas into practice with an implementation as a julia package, GMMParameterEstimation, as well as computational benchmarks.
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 Methods and Mixture Models
