Papers › A Spectral Theory of Neural Prediction and Alignment

A Spectral Theory of Neural Prediction and Alignment

22 Sep 2023NeurIPS 2023 11arXiv:2309.12821archive 2025-07-28

Abdulkadir Canatar, Jenelle Feather, Albert Wakhloo, SueYeon Chung

The representations of neural networks are often compared to those of biological systems by performing regression between the neural network responses and those measured from biological systems. Many different state-of-the-art deep neural networks yield similar neural predictions, but it remains unclear how to differentiate among models that perform equally well at predicting neural responses. To gain insight into this, we use a recent theoretical framework that relates the generalization error from regression to the spectral properties of the model and the target. We apply this theory to the case of regression between model activations and neural responses and decompose the neural prediction error in terms of the model eigenspectra, alignment of model eigenvectors and neural responses, and the training set size. Using this decomposition, we introduce geometrical measures to interpret the neural prediction error. We test a large number of deep neural networks that predict visual cortical activity and show that there are multiple types of geometries that result in low neural prediction error as measured via regression. The work demonstrates that carefully decomposing representational metrics can provide interpretability of how models are capturing neural activity and points the way towards improved models of neural activity.

PaperPDFConference PDFCodeCode 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="2309.12821")

Code

Syntology Ran 11 of 23 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 9 ran with no contract checked.

By repository: official repository: 23 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.

chung-neuroai-lab/snap officialmentioned in paperjaxMIT 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

23 samples harvested; 11 ran; 0 honoured the contract we drafted; 12 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
9ran
12unverified

Licence: 0 of the 23 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 chung-neuroai-lab/snap. “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.

RandProj chung-neuroai-lab/snap/snap/experiment.py official repository ran MIT (permissive) · 0f53bb05dcc3ac89 · report
compute_spectrum chung-neuroai-lab/snap/snap/metrics.py official repository ran MIT (permissive) · f45875100b267e93 · report
conv1x1 chung-neuroai-lab/snap/snap/simclr/resnet.py official repository ran · our draft was wrong MIT (permissive) · 2a80220dabcb742a · report
conv3x3 chung-neuroai-lab/snap/snap/simclr/resnet.py official repository ran · our draft was wrong MIT (permissive) · 600ff2c45e0de056 · report
cum_power chung-neuroai-lab/snap/snap/metrics.py official repository ran fingerprinted MIT (permissive) · 56a83123fdf3d256 · report
cum_powers chung-neuroai-lab/snap/snap/metrics.py official repository ran MIT (permissive) · 5f0d54cb00af6cd5 · report
eff_dimension chung-neuroai-lab/snap/snap/data_utils.py official repository ran fingerprinted MIT (permissive) · 69f71980d14d9de9 · report
get_layer chung-neuroai-lab/snap/snap/wrapper.py official repository ran MIT (permissive) · c20bc9cdcba0af77 · report
get_ordered_data chung-neuroai-lab/snap/snap/brainscore_data.py official repository ran MIT (permissive) · ebc2d642cae20518 · report
hook_activation chung-neuroai-lab/snap/snap/wrapper.py official repository ran MIT (permissive) · b0d00a3fa442b471 · report
register_hooks chung-neuroai-lab/snap/snap/wrapper.py official repository ran MIT (permissive) · 649878832bb1a252 · report
create_dataframe chung-neuroai-lab/snap/snap/data_utils.py official repository unverified MIT (permissive) · e652e23866d73a36 · report
delta_fn chung-neuroai-lab/snap/snap/regression_utils.py official repository unverified MIT (permissive) · 0aa12a82a511f48c · report
denom_fn chung-neuroai-lab/snap/snap/regression_utils.py official repository unverified MIT (permissive) · ac5a8731ed281eb1 · report
gamma_fn chung-neuroai-lab/snap/snap/regression_utils.py official repository unverified MIT (permissive) · d3e40c689beaa139 · report
gather_data chung-neuroai-lab/snap/snap/data_utils.py official repository unverified MIT (permissive) · c2068b98116a48e2 · report
get_cornet chung-neuroai-lab/snap/snap/models.py official repository unverified MIT (permissive) · 13d33f35a9dbbb42 · report
get_dataloader chung-neuroai-lab/snap/snap/brainscore_data.py official repository unverified MIT (permissive) · 5a712347e9252f8a · report
get_model chung-neuroai-lab/snap/snap/models.py official repository unverified MIT (permissive) · 0e12ee504ac7da14 · report
get_neural_data chung-neuroai-lab/snap/snap/brainscore_data.py official repository unverified MIT (permissive) · 2a1807fbaf2ca5f8 · report
get_processed_data_figs chung-neuroai-lab/snap/snap/figure_utils.py official repository unverified MIT (permissive) · 5f098124b498099d · report
get_vonenet chung-neuroai-lab/snap/snap/models.py official repository unverified MIT (permissive) · 21a3d11e2b746e08 · report
plot_region_contours chung-neuroai-lab/snap/snap/figure_utils.py official repository unverified MIT (permissive) · 789b3423123e6dcb · report

Tasks

Predictionregression

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