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

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

30 Oct 2023arXiv:2310.19214archive 2025-07-28

Tetiana Parshakova, Trevor Hastie, Eric Darve, Stephen Boyd

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.19214")

Code

Syntology Ran 10 of 18 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cvxgrp/mlr_fitting officialmentioned in paperpytorchApache-2.0 report
cvxgrp/multilevel_factor_model mentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 10 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran
8unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from cvxgrp/mlr_fitting. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

block_diag_lk_t cvxgrp/mlr_fitting/mlrfit/mlr_symm_hpar_matmul.py official repository ran Apache-2.0 (permissive) · 9fe3e7947e1e8bbc · report
dct_matrix cvxgrp/mlr_fitting/mlrfit/example_matrices.py official repository ran fingerprinted Apache-2.0 (permissive) · c9abc485229b62f1 · report
dgt_matrix cvxgrp/mlr_fitting/mlrfit/example_matrices.py official repository ran Apache-2.0 (permissive) · 0d91e922e5c6680c · report
frob_low_rank cvxgrp/mlr_fitting/mlrfit/low_rank.py official repository ran Apache-2.0 (permissive) · a20a441fac22eb19 · report
frob_low_rank_psd cvxgrp/mlr_fitting/mlrfit/low_rank.py official repository ran Apache-2.0 (permissive) · 346476c10c7a3c2b · report
full_htree_to_hpart cvxgrp/mlr_fitting/mlrfit/utils.py official repository ran Apache-2.0 (permissive) · 30b99a32209ad6f9 · report
get_device cvxgrp/mlr_fitting/mlrfit/utils.py official repository ran Apache-2.0 (permissive) · cf77baca5261aefd · report
mult_blockdiag_refined_BCt cvxgrp/mlr_fitting/mlrfit/mlr_symm_hpar_matmul.py official repository ran Apache-2.0 (permissive) · ef521c44c1904120 · report
mult_blockdiag_refined_CtB cvxgrp/mlr_fitting/mlrfit/mlr_symm_hpar_matmul.py official repository ran Apache-2.0 (permissive) · 5aad5be17baa3de7 · report
rel_diff cvxgrp/mlr_fitting/mlrfit/utils.py official repository ran fingerprinted Apache-2.0 (permissive) · d802ffab8d362ad7 · report
build_hodlr cvxgrp/mlr_fitting/mlrfit/hodlr_methods.py official repository unverified Apache-2.0 (permissive) · 8d90975cb8bbc3e0 · report
build_hodlr_contiguous cvxgrp/mlr_fitting/mlrfit/hodlr_methods.py official repository unverified Apache-2.0 (permissive) · 74da1b8799c39cd6 · report
diag_sparseBCt cvxgrp/mlr_fitting/mlrfit/psd_factorised.py official repository unverified Apache-2.0 (permissive) · 02428dc40faf1617 · report
frob_loss cvxgrp/mlr_fitting/mlrfit/psd_factorised.py official repository unverified Apache-2.0 (permissive) · 843bb2fea0375328 · report
hpart_from_gsubind cvxgrp/mlr_fitting/mlrfit/hpartitioning.py official repository unverified Apache-2.0 (permissive) · 91c9204b0e796760 · report
low_rank_approx_tol cvxgrp/mlr_fitting/mlrfit/hodlr_methods.py official repository unverified Apache-2.0 (permissive) · 27adefd8135a0868 · report
svds_using_factoring cvxgrp/mlr_fitting/mlrfit/low_rank.py official repository unverified Apache-2.0 (permissive) · f9d7aa2aa047b4dc · report
update_single_block_delta_psd_jit cvxgrp/mlr_fitting/mlrfit/fit.py official repository unverified Apache-2.0 (permissive) · 119d622ae564a485 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections