MLLGMSCOSep 18, 2024

Fitting Multilevel Factor Models

arXiv:2409.12067v42 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This work provides an incremental improvement for researchers and practitioners needing efficient statistical modeling of hierarchical data structures.

The authors tackled the computational challenge of fitting multilevel factor models by developing a fast expectation-maximization algorithm with linear time and storage complexities per iteration, achieved through novel matrix inversion techniques and an open-source implementation.

We examine a special case of the multilevel factor model, with covariance given by multilevel low rank (MLR) matrix~\cite{parshakova2023factor}. We develop a novel, fast implementation of the expectation-maximization algorithm, tailored for multilevel factor models, to maximize the likelihood of the observed data. This method accommodates any hierarchical structure and maintains linear time and storage complexities per iteration. This is achieved through a new efficient technique for computing the inverse of the positive definite MLR matrix. We show that the inverse of positive definite MLR matrix is also an MLR matrix with the same sparsity in factors, and we use the recursive Sherman-Morrison-Woodbury matrix identity to obtain the factors of the inverse. Additionally, we present an algorithm that computes the Cholesky factorization of an expanded matrix with linear time and space complexities, yielding the covariance matrix as its Schur complement. This paper is accompanied by an open-source package that implements the proposed methods.

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