Papers › Maestro: Uncovering Low-Rank Structures via Trainable Decomposition

Maestro: Uncovering Low-Rank Structures via Trainable Decomposition

28 Aug 2023arXiv:2308.14929archive 2025-07-28

Samuel Horvath, Stefanos Laskaridis, Shashank Rajput, Hongyi Wang

Deep Neural Networks (DNNs) have been a large driver for AI breakthroughs in recent years. However, these models have been getting increasingly large as they become more accurate and safe. This means that their training becomes increasingly costly and time-consuming and typically yields a single model to fit all targets. Various techniques have been proposed in the literature to mitigate this, including pruning, sparsification, or quantization of model weights and updates. While achieving high compression rates, they often incur significant computational overheads at training or lead to non-negligible accuracy penalty. Alternatively, factorization methods have been leveraged for low-rank compression of DNNs. Similarly, such techniques (e.g., SVD) frequently rely on heavy iterative decompositions of layers and are potentially sub-optimal for non-linear models, such as DNNs. We take a further step in designing efficient low-rank models and propose Maestro, a framework for trainable low-rank layers. Instead of iteratively applying a priori decompositions, the low-rank structure is baked into the training process through LoD, a low-rank ordered decomposition. Not only is this the first time importance ordering via sampling is applied on the decomposed DNN structure, but it also allows selecting ranks at a layer granularity. Our theoretical analysis demonstrates that in special cases LoD recovers the SVD decomposition and PCA. Applied to DNNs, Maestro enables the extraction of lower footprint models that preserve performance. Simultaneously, it enables the graceful trade-off between accuracy-latency for deployment to even more constrained devices without retraining.

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="2308.14929")

Code

Syntology Ran 15 of 18 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · violated contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

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

samuelhorvath/maestro-lod officialmentioned in paperpytorchApache-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; 15 ran; 2 honoured the contract we drafted; 3 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.

2ran · honoured contract
2ran · violated contract
3ran · our draft was wrong
1ran · fixture could not drive it
7ran
3unverified

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 samuelhorvath/maestro-lod. “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.

MaestroConv2d samuelhorvath/maestro-lod/maestro/layers/conv.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 838b3ced47c739f8 · report
bool_string SamuelHorvath/Maestro-LoD/maestro_opts.py official repository ran · violated contract Apache-2.0 (permissive) · 396d2b49a5391613 · report
check_layer samuelhorvath/maestro-lod/maestro/layers/conv.py official repository ran · honoured contract Apache-2.0 (permissive) · a80d13a84b21f1cf · report
create_conv2d_layer SamuelHorvath/Maestro-LoD/maestro/models/lenet.py official repository ran Apache-2.0 (permissive) · 18a414ece7a6c3c2 · report
create_linear_layer SamuelHorvath/Maestro-LoD/maestro/models/utils.py official repository ran Apache-2.0 (permissive) · 33eb693ad533396c · report
create_norm_layer samuelhorvath/maestro-lod/cifar_mnist_main.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 31759f14336427d4 · report
decompose_conv2d SamuelHorvath/Maestro-LoD/maestro/layers/conv.py official repository ran Apache-2.0 (permissive) · 11a9508cc4b6b3fa · report
decompose_linear samuelhorvath/maestro-lod/maestro/layers/linear.py official repository ran · our draft was wrong Apache-2.0 (permissive) · db892158fa6646a4 · report
do_not_decompose_linear samuelhorvath/maestro-lod/maestro/layers/linear.py official repository ran · violated contract Apache-2.0 (permissive) · db6320dbc007c7bd · report
get_submodel_and_name SamuelHorvath/Maestro-LoD/maestro/layers/decomposition.py official repository ran Apache-2.0 (permissive) · 54c0134104fb7718 · report
group_lasso_criterion SamuelHorvath/Maestro-LoD/maestro/layers/utils.py official repository ran Apache-2.0 (permissive) · 88bb5d3e4db2e20f · report
initialise_model samuelhorvath/maestro-lod/cifar_mnist_main.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · fb70500cc298c8d1 · report
maestro_to_full_linear samuelhorvath/maestro-lod/maestro/layers/linear.py official repository ran · our draft was wrong Apache-2.0 (permissive) · c4f3e05b55394eae · report
parse_maestro_opts SamuelHorvath/Maestro-LoD/maestro_opts.py official repository ran Apache-2.0 (permissive) · 4998b554a5d3b133 · report
validate samuelhorvath/maestro-lod/imagenet_main.py official repository ran · honoured contract Apache-2.0 (permissive) · c63928dac29e7a1d · report
create_linear_layer SamuelHorvath/Maestro-LoD/maestro/models/lenet.py official repository unverified Apache-2.0 (permissive) · 752dd8c48fb5d47b · report
do_not_decompose_conv2d SamuelHorvath/Maestro-LoD/maestro/layers/conv.py official repository unverified Apache-2.0 (permissive) · a02b80587a98bf46 · report
maestro_to_full_conv2d SamuelHorvath/Maestro-LoD/maestro/layers/conv.py official repository unverified Apache-2.0 (permissive) · 991b739d35882910 · report

Tasks

Low-rank compressionQuantization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DropoutPCA

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