Papers › Subquadratic Kronecker Regression with Applications to Tensor Decomposition

Subquadratic Kronecker Regression with Applications to Tensor Decomposition

11 Sep 2022arXiv:2209.04876archive 2025-07-28

Matthew Fahrbach, Thomas Fu, Mehrdad Ghadiri

Kronecker regression is a highly-structured least squares problem min_𝐱 ‖𝐊𝐱 - 𝐛 ‖₂², where the design matrix 𝐊 = 𝐀⁽¹⁾ ⊗⋯⊗𝐀⁽ᴺ⁾ is a Kronecker product of factor matrices. This regression problem arises in each step of the widely-used alternating least squares (ALS) algorithm for computing the Tucker decomposition of a tensor. We present the first subquadratic-time algorithm for solving Kronecker regression to a (1+ε)-approximation that avoids the exponential term O(ε⁻ᴺ) in the running time. Our techniques combine leverage score sampling and iterative methods. By extending our approach to block-design matrices where one block is a Kronecker product, we also achieve subquadratic-time algorithms for (1) Kronecker ridge regression and (2) updating the factor matrices of a Tucker decomposition in ALS, which is not a pure Kronecker regression problem, thereby improving the running time of all steps of Tucker ALS. We demonstrate the speed and accuracy of this Kronecker regression algorithm on synthetic data and real-world image tensors.

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

Code

Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.

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

fahrbach/subquadratic-kronecker-regression officialmentioned in paperMIT 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

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 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.

17unverified

Licence: 0 of the 17 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 fahrbach/subquadratic-kronecker-regression. “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.

ComputeLossTerms fahrbach/subquadratic-kronecker-regression/tucker_als.py official repository unverified MIT (permissive) · 82c781f4547b2669 · report
compute_ridge_leverage_scores fahrbach/subquadratic-kronecker-regression/tucker_als.py official repository unverified MIT (permissive) · 32d613ea9e77d51b · report
create_regression_experiment_01 fahrbach/subquadratic-kronecker-regression/kronecker_regression_main.py official repository unverified MIT (permissive) · c14379352ef2082f · report
get_eigs fahrbach/subquadratic-kronecker-regression/upper_bound_experiment.py official repository unverified MIT (permissive) · eb116619cfd8e34a · report
get_output_filename_prefix fahrbach/subquadratic-kronecker-regression/tensor_data_handler.py official repository unverified MIT (permissive) · 2cd73c0cc8f82e5b · report
get_ridge_leverage_score_matrix fahrbach/subquadratic-kronecker-regression/upper_bound_experiment.py official repository unverified MIT (permissive) · f295c618bf061a18 · report
kron_mat_mult fahrbach/subquadratic-kronecker-regression/tucker_als.py official repository unverified MIT (permissive) · 6320a3bc98e8aa3b · report
kronecker_product fahrbach/subquadratic-kronecker-regression/kronecker_regression_main.py official repository unverified MIT (permissive) · 2bbf21749cd13578 · report
loss_function fahrbach/subquadratic-kronecker-regression/kronecker_regression_main.py official repository unverified MIT (permissive) · 565559f51bbf56ac · report
random_gaussian_design_matrix_min_betas fahrbach/subquadratic-kronecker-regression/upper_bound_experiment.py official repository unverified MIT (permissive) · 67c61c9c639a565c · report
read_and_parse_log_file fahrbach/subquadratic-kronecker-regression/get_mean_runtime.py official repository unverified MIT (permissive) · 4b52a8280877e3e3 · report
read_hooi_rre fahrbach/subquadratic-kronecker-regression/extract_tensor_decomposition_output.py official repository unverified MIT (permissive) · 5df2e021bfb18192 · report
read_hooi_time fahrbach/subquadratic-kronecker-regression/extract_tensor_decomposition_output.py official repository unverified MIT (permissive) · 162e2d122a391a5f · report
read_rre fahrbach/subquadratic-kronecker-regression/extract_tensor_decomposition_output.py official repository unverified MIT (permissive) · df933c150238639d · report
solve_least_squares fahrbach/subquadratic-kronecker-regression/all_tucker_main.py official repository unverified MIT (permissive) · 87cf5dc0462ab0d3 · report
tensor_index_to_vec_index fahrbach/subquadratic-kronecker-regression/all_tucker_main.py official repository unverified MIT (permissive) · 502528d393a1debc · report
vec_index_to_tensor_index fahrbach/subquadratic-kronecker-regression/all_tucker_main.py official repository unverified MIT (permissive) · ea2d967d838577d7 · report

Tasks

Tensor Decompositionregression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALSSPEEDTuckER

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