Papers › Deep Learning as Neural Low-Degree Filtering: A Spectral Theory of Hierarchical...

Deep Learning as Neural Low-Degree Filtering: A Spectral Theory of Hierarchical Feature Learning

13 May 2026arXiv:2605.13612added by Syntology

Yatin Dandi, Matteo Vilucchio, Luca Arnaboldi, Hugo Tabanelli, Florent Krzakala

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

Understanding how deep neural networks learn useful internal representations from data remains a central open problem in the theory of deep learning. We introduce Neural Low-Degree Filtering (Neural LoFi), a stylized limit of gradient-based training in which hierarchical feature learning becomes an explicit iterative spectral procedure. In this limit, the dynamics at each layer decouple: given the current representation, the next layer selects directions with maximal accessible low-degree correlation to the label. This yields a tractable surrogate mechanism for deep learning, together with a natural kernel-space interpretation. Neural LoFi provides a mathematically explicit framework for studying multi-layer feature learning beyond the lazy regime. It predicts how representations are selected layer by layer, explains how emergence of concepts arises with given sample complexity,and gives a concrete mechanism by which depth progressively constructs new features from old ones through low-degree compositionality. We complement the theory with mechanistic experiments on fully connected and convolutional architectures, showing that Neural LoFi improves over lazy random-feature baselines, recovers meaningful structured filters, and predicts representations aligned with early gradient-descent feature discovery with real datasets.

PaperPDFCode Syntology ran

In Syntology 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="2605.13612")

Code

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

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

IdePHICS/Neural-LoFi-Theory 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

28 samples harvested; 13 ran; 1 honoured the contract we drafted; 15 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.

1ran · honoured contract
7ran · our draft was wrong
1ran · fixture could not drive it
4ran
15unverified

Licence: 0 of the 28 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 IdePHICS/Neural-LoFi-Theory. “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.

Layer1Bundle IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · f291cc0a78d4f14d · report
_apply_kernel_rowchunked IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran MIT (permissive) · ae7d449cab9539b0 · report
_auto_rescale_deeper_sigma_w IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 3af1fbc4d2f6eecf · report
_auto_rescale_layer0_sigma_w IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 76571e6b89ddae55 · report
_clone_kernel_with IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran MIT (permissive) · 52e2a0c7a89e4e87 · report
_default_row_chunk IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran MIT (permissive) · 628e5981751b957f · report
_spectral_signed_eig_torch IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · f814af31232595bd · report
fit_kernel_ridge_readout IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 73ce9a754463e7b3 · report
fit_ridge_readout IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 16e67820c82e25e2 · report
kernel_ridge_cv IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 9ef10cea5b965794 · report
kernel_ridge_predict IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 4c6392e379269052 · report
resolve_device IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 7b9102bca59770de · report
spectral_signed_eig IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 4b216cc0308244a6 · report
BaseTrainer IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · 5241b31e984ec04a · report
BaseTrainerConfig IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · cb72484b17ea17c1 · report
KernelBase IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · 50148c048d683985 · report
KernelLayerSpec IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · 85c4e6fdc39549be · report
KernelRidgeFit IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · b975765a6f74dcb3 · report
KernelSpectralConfig IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · 28bf2993b506610d · report
KernelSpectralModel IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · e9275d5f3b5744dc · report
KernelSpectralTrainer IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · f83aff06220e7ce4 · report
LayerState IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · fa5c0c85feb2e9c6 · report
_auto_rescale_kernel_for_state IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · c0cfd4039b3a2284 · report
_deep_nngp_layer_entry IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · 30d9ebb15553889b · report
_eigen_layer_entry IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · 2cd6d1d2eb874db4 · report
deep_nngp_kernel IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · 8b0b440460d50d9f · report
generalised_signed_eig IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · 1e80caeb31121eb9 · report
get_kernel IdePHICS/Neural-LoFi-Theory/src/train_hierarchically/training/kernel_spectral.py found in paper text by Syntology unverified MIT (permissive) · caa7a67cf08fadf5 · report

Results from the paper

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