Papers › Sven: Singular Value Descent as a Computationally Efficient Natural Gradient Method

Sven: Singular Value Descent as a Computationally Efficient Natural Gradient Method

1 Apr 2026arXiv:2604.01279added by Syntology

Samuel Bright-Thonney, Thomas R. Harvey, Andre Lukas, Jesse Thaler

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

We introduce Sven (Singular Value dEsceNt), a new optimization algorithm for neural networks that exploits the natural decomposition of loss functions into a sum over individual data points, rather than reducing the full loss to a single scalar before computing a parameter update. Sven treats each data point's residual as a separate condition to be satisfied simultaneously, using the Moore-Penrose pseudoinverse of the loss Jacobian to find the minimum-norm parameter update that best satisfies all conditions at once. In practice, this pseudoinverse is approximated via a truncated singular value decomposition, retaining only the k most significant directions and incurring a computational overhead of only a factor of k relative to stochastic gradient descent. This is in comparison to traditional natural gradient methods, which scale as the square of the number of parameters. We show that Sven can be understood as a natural gradient method generalized to the over-parametrized regime, recovering natural gradient descent in the under-parametrized limit. On regression tasks, Sven significantly outperforms standard first-order methods including Adam, converging faster and to a lower final loss, while remaining competitive with LBFGS at a fraction of the wall-time cost. We discuss the primary challenge to scaling, namely memory overhead, and propose mitigation strategies. Beyond standard machine learning benchmarks, we anticipate that Sven will find natural application in scientific computing settings where custom loss functions decompose into several conditions.

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

Code

Syntology Ran 8 of 17 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 3 ran · fixture could not drive it; 3 ran with no contract checked.

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

sambt/sven found in paper text by Syntology report
sambt/sven-experiments 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

17 samples harvested; 8 ran; 0 honoured the contract we drafted; 9 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 · our draft was wrong
3ran · fixture could not drive it
3ran
9unverified

Licence: 17 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. “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.

RowMaskedConv2d sambt/sven/sven/opt/sven.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 5724bb238559dc21 · report
RowMaskedLinear sambt/sven/sven/opt/sven.py found in paper text by Syntology ran · metamorphic tier: invariant no licence file found · pointer only · b382703bfd24c02f · report
_randomized_svd sambt/sven/sven/opt/sven.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · fa28737494a8353a · report
_randomized_svd_v2 sambt/sven/sven/opt/sven.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · dffae37e851577c9 · report
_randomized_svd_v3 sambt/sven/sven/opt/sven.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 239946a773d7274e · report
_truncated_svd_scipy sambt/sven/sven/opt/sven.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 018aa138c5ac66f0 · report
_truncated_svd_torch sambt/sven/sven/opt/sven.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 6d667fc09e1cd6c1 · report
replace_with_row_masked sambt/sven/sven/opt/sven.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 5a7174a7f9387063 · report
Sven sambt/sven/sven/opt/sven.py found in paper text by Syntology unverified no licence file found · pointer only · 41beb5093a5ac071 · report
SvenWrapper sambt/sven/sven/opt/sven.py found in paper text by Syntology unverified no licence file found · pointer only · 7dc65603ac2a0d8f · report
_truncated_svd_lobpcg sambt/sven/sven/opt/sven.py found in paper text by Syntology unverified no licence file found · pointer only · 13c1ee1c8a214a43 · report
average_over_seeds sambt/sven-experiments/analysis/style.py found in paper text by Syntology unverified no licence file found · pointer only · e1db96d412e4e382 · report
listify sambt/sven-experiments/experiments/experiment_code/experiment_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 876b02ceac0670c7 · report
load_results sambt/sven-experiments/analysis/style.py found in paper text by Syntology unverified no licence file found · pointer only · 2bd4ddaa97045954 · report
load_results_jsonl sambt/sven-experiments/analysis/style.py found in paper text by Syntology unverified no licence file found · pointer only · a52ca7d5723804ec · report
pinv sambt/sven/sven/opt/sven.py found in paper text by Syntology unverified no licence file found · pointer only · 2b0d470bce4a05ca · report
process_hparam_config sambt/sven-experiments/experiments/experiment_code/experiment_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 2530fa3758508e6c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.01279, was issued in April 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