MLLGMSOCOct 30, 2023

Factor Fitting, Rank Allocation, and Partitioning in Multilevel Low Rank Matrices

Stanford
arXiv:2310.19214v23 citationsh-index: 6Has Code
Originality Synthesis-oriented
AI Analysis

This work provides incremental improvements for efficiently representing large-scale matrices in computational applications.

The authors tackled the problem of fitting matrices with multilevel low rank (MLR) structure by addressing factor fitting, rank allocation, and hierarchical partitioning, resulting in an open-source implementation of their methods.

We consider multilevel low rank (MLR) matrices, defined as a row and column permutation of a sum of matrices, each one a block diagonal refinement of the previous one, with all blocks low rank given in factored form. MLR matrices extend low rank matrices but share many of their properties, such as the total storage required and complexity of matrix-vector multiplication. We address three problems that arise in fitting a given matrix by an MLR matrix in the Frobenius norm. The first problem is factor fitting, where we adjust the factors of the MLR matrix. The second is rank allocation, where we choose the ranks of the blocks in each level, subject to the total rank having a given value, which preserves the total storage needed for the MLR matrix. The final problem is to choose the hierarchical partition of rows and columns, along with the ranks and factors. This paper is accompanied by an open source package that implements the proposed methods.

Code Implementations2 repos
Foundations

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

Your Notes