paper-with-me

Papers

Sublinear Variational Optimization of Gaussian Mixture Models with Millions to Billions of Parameters

2025-01-21 · Sebastian Salwig, Till Kahlke, Florian Hirschberger, Dennis Forster, Jörg Lücke

Gaussian Mixture Models (GMMs) range among the most frequently used machine learning models. However, training large, general GMMs becomes computationally prohibitive for datasets with many data points $N$ of high-dimensionality $D$. For GMMs with arbitrary covariances, we here derive a highly efficient variational approximation, which is integrated with mixtures of factor analyzers (MFAs). For GMMs with $C$ components, our proposed algorithm significantly reduces runtime complexity per iteration from $\mathcal{O}(NCD^2)$ to a complexity scaling linearly with $D$ and remaining constant w.r.t. $C$. Numerical validation of this theoretical complexity reduction then shows the following: the distance evaluations required for the entire GMM optimization process scale sublinearly with $NC$. On large-scale benchmarks, this sublinearity results in speed-ups of an order-of-magnitude compared to the state-of-the-art. As a proof of concept, we train GMMs with over 10 billion parameters on about 100 million images, and observe training times of approximately nine hours on a single state-of-the-art CPU.

📄 PDF Abstract BibTeX arXiv:2501.12299

Code (0)

등록된 구현이 없습니다.

Tasks

CPU

Similar Papers 제목 키워드 기반

Large Scale Clustering with Variational EM for Gaussian Mixture Models

2018-10-01 · Florian Hirschberger, Dennis Forster, Jörg Lücke

This paper represents a preliminary (pre-reviewing) version of a sublinear variational algorithm for isotropic Gaussian mixture models (GMMs). Further developments of the algorithm for GMMs with diagonal covariance matri…

BenchmarkingClusteringQuantization

Can clustering scale sublinearly with its clusters? A variational EM acceleration of GMMs and $k$-means

2017-11-09 · Dennis Forster, Jörg Lücke

One iteration of standard $k$-means (i.e., Lloyd's algorithm) or standard EM for Gaussian mixture models (GMMs) scales linearly with the number of clusters $C$, data points $N$, and data dimensionality $D$. In this study…

Clustering

Robust scalable initialization for Bayesian variational inference with multi-modal Laplace approximations

2023-07-12 · Wyatt Bridgman, Reese Jones, Mohammad Khalil

For predictive modeling relying on Bayesian inversion, fully independent, or ``mean-field'', Gaussian distributions are often used as approximate probability density functions in variational inference since the number of…

Variational Inference

Natural Gradient Variational Inference with Gaussian Mixture Models

2021-11-15 · Farzaneh Mahdisoltani

Bayesian methods estimate a measure of uncertainty by using the posterior distribution. One source of difficulty in these methods is the computation of the normalizing constant. Calculating exact posterior is generally i…

Variational Inference

Toward Global Convergence of Gradient EM for Over-Parameterized Gaussian Mixture Models

2024-06-29 · Weihang Xu, Maryam Fazel, Simon S. Du

We study the gradient Expectation-Maximization (EM) algorithm for Gaussian Mixture Models (GMM) in the over-parameterized setting, where a general GMM with $n>1$ components learns from data that are generated by a single…