Papers › The Loss Does Not See the Basis, but Adam Does

The Loss Does Not See the Basis, but Adam Does

5 Aug 2026arXiv:2608.05136added by Syntology

Devender Singh

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Gradient descent on a factored model W = UV^⊤ is implicitly biased toward low-rank solutions, while Adam, starting from the same small initialization, is not. We trace the difference to the gauge symmetry of the loss, its invariance under (U, V) ↦(UQ, VQ). Gradient flow's low-rank mechanism is available to an optimizer only if that optimizer is gauge-equivariant, a condition necessary for the transfer but not sufficient for low-rank recovery. Gradient descent, momentum, "shared-scalar" Adam, Muon, and Shampoo satisfy it. Adam, RMSProp, and the other coordinate-wise methods do not. A structure theorem characterizes the memoryless equivariant rules as exactly the Gram-determined left preconditioners, and a transfer theorem carries gradient flow's pathwise properties to common-scalar flows. We then sort nine update rules on underdetermined matrix sensing by recovery error against the planted ground truth. A one-parameter family from coordinate-wise to shared-scalar preconditioning restores the bias monotonically, isolating anisotropy as the cause. A "spectral schedule" reconciles two opposing reports about Muon: equal-rate updates recover exactly low-rank targets but lose their edge as the spectral tail grows. In transformers, Adam separates two gauge-equivalent initializations at the first step, where the equivariant optimizers stay at float precision, and ends with the per-head invariants W_Q^⊤ W_K 56% apart in relative Frobenius distance, a gap no per-head rotation can close. On two hyperspectral datasets at matched training loss, gradient descent cuts held-out error by 43-44% at the lowest sampling density, and at lower effective rank. Basis choice is therefore not a tuning detail but a decision about which interpolant the optimizer selects.

PaperPDFCode 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="2608.05136")

Code

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

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

idevender/loss-basis-adam found in paper text by Syntology report

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

15 samples harvested; 11 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
4unverified

Licence: 0 of the 15 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 idevender/loss-basis-adam. “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.

erank idevender/loss-basis-adam/experiments/nuclear_norm_reference.py found in paper text by Syntology ran fingerprinted MIT (permissive) · a5cb7387beaf99b6 · report
line idevender/loss-basis-adam/experiments/flowadam_upgrade.py found in paper text by Syntology ran MIT (permissive) · 107d537993a1e9b0 · report
make_data idevender/loss-basis-adam/experiments/attention_gauge.py found in paper text by Syntology ran MIT (permissive) · 5a1a092da791517e · report
make_split idevender/loss-basis-adam/experiments/hyperspectral_completion.py found in paper text by Syntology ran MIT (permissive) · 6f9d681605414575 · report
matrix_pow idevender/loss-basis-adam/experiments/muon_shampoo_bias_probe.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 2e845dcd0812deb8 · report
newton_schulz idevender/loss-basis-adam/experiments/attention_gauge.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 0a1ab8ac6e763723 · report
newton_schulz idevender/loss-basis-adam/experiments/muon_shampoo_bias_probe.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 6efa8b22af763cc1 · report
show idevender/loss-basis-adam/experiments/attention_gauge_multiseed.py found in paper text by Syntology ran MIT (permissive) · fc60bf0c32f8e050 · report
show idevender/loss-basis-adam/experiments/flowadam_upgrade_rms.py found in paper text by Syntology ran MIT (permissive) · 98475bbe62dca29c · report
spectral_tail idevender/loss-basis-adam/experiments/hyperspectral_completion.py found in paper text by Syntology ran MIT (permissive) · aa8a5771d4f07d8c · report
svt idevender/loss-basis-adam/experiments/nuclear_norm_reference.py found in paper text by Syntology ran fingerprinted MIT (permissive) · c7ece5855b79cf60 · report
apply_gauge idevender/loss-basis-adam/experiments/attention_gauge.py found in paper text by Syntology unverified MIT (permissive) · 1130d7f679023bab · report
balancedness idevender/loss-basis-adam/experiments/equivariance_balance_probe.py found in paper text by Syntology unverified MIT (permissive) · 437f0803447ebcf8 · report
load_matrix idevender/loss-basis-adam/experiments/hyperspectral_completion.py found in paper text by Syntology unverified MIT (permissive) · 1d5f6523ce69e50b · report
loss_of idevender/loss-basis-adam/experiments/equivariance_balance_probe.py found in paper text by Syntology unverified MIT (permissive) · 7b3b5ccb9a9e47e7 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.05136, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

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