Papers › Rank 2r iterative least squares: efficient recovery of ill-conditioned low rank...

Rank 2r iterative least squares: efficient recovery of ill-conditioned low rank matrices from few entries

5 Feb 2020arXiv:2002.01849links table onlyarchive 2025-07-28

Jonathan Bauch, Boaz Nadler, Pini Zilber

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

We present a new, simple and computationally efficient iterative method for low rank matrix completion. Our method is inspired by the class of factorization-type iterative algorithms, but substantially differs from them in the way the problem is cast. Precisely, given a target rank r, instead of optimizing on the manifold of rank r matrices, we allow our interim estimated matrix to have a specific over-parametrized rank 2r structure. Our algorithm, denoted R2RILS for rank 2r iterative least squares, has low memory requirements, and at each iteration it solves a computationally cheap sparse least-squares problem. We motivate our algorithm by its theoretical analysis for the simplified case of a rank-1 matrix. Empirically, R2RILS is able to recover ill conditioned low rank matrices from very few observations -- near the information limit, and it is stable to additive noise.

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

Code

Syntology Ran 13 of 17 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 11 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: community (archive-listed): 16 samples from 2 repositories, 13 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Jonathan-WIS/R2RILS mentioned on GitHub report
ckuemmerle/MatrixIRLS mentioned on GitHubMIT report
pizilber/R2RILS mentioned on GitHub 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; 13 ran; 0 honoured the contract we drafted; 4 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.

11ran · our draft was wrong
2ran · fixture could not drive it
4unverified

Licence: 9 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 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

R2RILS pizilber/R2RILS/python/R2RILS.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 80e507546315137e · report
R2RILS pizilber/R2RILS/python/R2RILS.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 1775d19981a5e7b2 · report
convert_x_representation Jonathan-WIS/R2RILS/R2RILS.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · e3e6c0540759e59d · report
convert_x_representation pizilber/R2RILS/python/R2RILS.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 8d7396d75265c764 · report
generate_b Jonathan-WIS/R2RILS/R2RILS.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 5102efed429ab43d · report
generate_b pizilber/R2RILS/python/R2RILS.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 62db7009596fa65b · report
generate_sparse_matrix_entries Jonathan-WIS/R2RILS/R2RILS.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 4f3e147ef92f1b69 · report
generate_sparse_matrix_entries pizilber/R2RILS/python/R2RILS.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 4443e54c29d5e15c · report
get_U_V_from_solution Jonathan-WIS/R2RILS/R2RILS.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · c28bbec6cba5d9f1 · report
get_U_V_from_solution pizilber/R2RILS/python/R2RILS.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 93d49a28a7a2ce6b · report
get_estimated_value Jonathan-WIS/R2RILS/R2RILS.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 28e412f479e74d36 · report
get_estimated_value pizilber/R2RILS/python/R2RILS.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 65155b12b518c443 · report
rescale_A Jonathan-WIS/R2RILS/R2RILS.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · c1c23aba8b0205b8 · report
R2RILS Jonathan-WIS/R2RILS/R2RILS.py community (archive-listed) unverified no licence file found · pointer only · e52770e146de77b5 · report
generate_sparse_A Jonathan-WIS/R2RILS/R2RILS.py community (archive-listed) unverified no licence file found · pointer only · 039992f6e270eeb2 · report
generate_sparse_A pizilber/R2RILS/python/R2RILS.py community (archive-listed) unverified MIT (permissive) · 701768db30408b31 · report
R2RILS identical code first harvested elsewhere unverified licence of this copy not recorded · 4ec5a35b892b0ca7 · 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