A Fast Incremental Gaussian Mixture Model
Rafael Pinto, Paulo Engel

TL;DR
This paper introduces a faster, more scalable incremental Gaussian Mixture Model algorithm that reduces computational complexity from cubic to quadratic in data dimensions, enabling high-dimensional data processing.
Contribution
The authors derive formulas to work directly with precision matrices, significantly improving the scalability of incremental Gaussian mixture models for high-dimensional data.
Findings
Reduced complexity from O(NKD^3) to O(NKD^2)
Demonstrated effectiveness on high-dimensional classification datasets
Achieved faster incremental learning in high-dimensional spaces
Abstract
This work builds upon previous efforts in online incremental learning, namely the Incremental Gaussian Mixture Network (IGMN). The IGMN is capable of learning from data streams in a single-pass by improving its model after analyzing each data point and discarding it thereafter. Nevertheless, it suffers from the scalability point-of-view, due to its asymptotic time complexity of for data points, Gaussian components and dimensions, rendering it inadequate for high-dimensional data. In this paper, we manage to reduce this complexity to by deriving formulas for working directly with precision matrices instead of covariance matrices. The final result is a much faster and scalable algorithm which can be applied to high dimensional tasks. This is confirmed by applying the modified algorithm to high-dimensional…
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.
