MLLGIVSTSep 16, 2020

PCA Reduced Gaussian Mixture Models with Applications in Superresolution

arXiv:2009.07520v323 citations
AI Analysis

This work addresses computational efficiency for high-dimensional data in material science, but it is incremental as it builds on existing superresolution methods.

The paper tackles the challenge of handling large, high-dimensional datasets by proposing PCA-GMM, a Gaussian Mixture Model with dimensionality reduction via PCA, and applies it to superresolution of material images, showing moderate impact on results.

Despite the rapid development of computational hardware, the treatment of large and high dimensional data sets is still a challenging problem. This paper provides a twofold contribution to the topic. First, we propose a Gaussian Mixture Model in conjunction with a reduction of the dimensionality of the data in each component of the model by principal component analysis, called PCA-GMM. To learn the (low dimensional) parameters of the mixture model we propose an EM algorithm whose M-step requires the solution of constrained optimization problems. Fortunately, these constrained problems do not depend on the usually large number of samples and can be solved efficiently by an (inertial) proximal alternating linearized minimization algorithm. Second, we apply our PCA-GMM for the superresolution of 2D and 3D material images based on the approach of Sandeep and Jacob. Numerical results confirm the moderate influence of the dimensionality reduction on the overall superresolution result.

Code Implementations1 repo
Foundations

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

Your Notes