Papers › Retrospective for the Dynamic Sensorium Competition for predicting large-scale mouse...

Retrospective for the Dynamic Sensorium Competition for predicting large-scale mouse primary visual cortex activity from videos

12 Jul 2024arXiv:2407.09100archive 2025-07-28

Polina Turishcheva, Paul G. Fahey, Michaela Vystrčilová, Laura Hansel, Rachel Froebe, Kayla Ponder, Yongrong Qiu, Konstantin F. Willeke, Mohammad Bashiri, Ruslan Baikulov, Yu Zhu, Lei Ma, Shan Yu, Tiejun Huang, Bryan M. Li, Wolf De Wulf, Nina Kudryashova, Matthias H. Hennig, Nathalie L. Rochefort, Arno Onken, Eric Wang, Zhiwei Ding, Andreas S. Tolias, Fabian H. Sinz, Alexander S Ecker

Understanding how biological visual systems process information is challenging because of the nonlinear relationship between visual input and neuronal responses. Artificial neural networks allow computational neuroscientists to create predictive models that connect biological and machine vision. Machine learning has benefited tremendously from benchmarks that compare different model on the same task under standardized conditions. However, there was no standardized benchmark to identify state-of-the-art dynamic models of the mouse visual system. To address this gap, we established the Sensorium 2023 Benchmark Competition with dynamic input, featuring a new large-scale dataset from the primary visual cortex of ten mice. This dataset includes responses from 78,853 neurons to 2 hours of dynamic stimuli per neuron, together with the behavioral measurements such as running speed, pupil dilation, and eye movements. The competition ranked models in two tracks based on predictive performance for neuronal responses on a held-out test set: one focusing on predicting in-domain natural stimuli and another on out-of-distribution (OOD) stimuli to assess model generalization. As part of the NeurIPS 2023 competition track, we received more than 160 model submissions from 22 teams. Several new architectures for predictive models were proposed, and the winning teams improved the previous state-of-the-art model by 50%. Access to the dataset as well as the benchmarking infrastructure will remain online at www.sensorium-competition.net.

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

Code

Syntology Ran 17 of 21 code samples harvested from 4 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 16 ran with no contract checked.

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

ecker-lab/sensorium_2023 officialmentioned on GitHubpytorch report
bryanlimy/ViV1T officialpytorchMIT 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

21 samples harvested; 17 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.

1ran · fixture could not drive it
16ran
4unverified

Licence: 11 of the 21 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 4 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.

check_output bryanlimy/ViV1T/src/viv1t/utils/utils.py official repository ran MIT (permissive) · cf761ce0ca742b66 · report
correlation bryanlimy/ViV1T/src/viv1t/metrics.py official repository ran MIT (permissive) · 3bbc3729e03c6d6c · report
get_device bryanlimy/ViV1T/src/viv1t/utils/utils.py official repository ran MIT (permissive) · b98b672b95d88ebe · report
get_dims_for_loader_dict ecker-lab/sensorium_2023/sensorium/models/utility.py official repository ran no licence file found · pointer only · aaf130cf62109aaa · report
get_io_dims ecker-lab/sensorium_2023/sensorium/models/utility.py official repository ran no licence file found · pointer only · 4d1711af341a89b8 · report
get_output_shape bryanlimy/ViV1T/src/viv1t/model/critic.py official repository ran MIT (permissive) · 2387de91debc2c22 · report
poisson_loss bryanlimy/ViV1T/src/viv1t/metrics.py official repository ran MIT (permissive) · 8185ec50f5bd1985 · report
prepare_grid ecker-lab/sensorium_2023/sensorium/models/utility.py official repository ran no licence file found · pointer only · 4a3eb40ef4963538 · report
register bryanlimy/ViV1T/src/viv1t/criterions.py official repository ran MIT (permissive) · 3c702d811d125a17 · report
sse bryanlimy/ViV1T/src/viv1t/metrics.py official repository ran MIT (permissive) · 657ce70f94e81f45 · report
get_model_info bryanlimy/ViV1T/src/viv1t/model/model.py official repository unverified MIT (permissive) · 9448aaf59e5342b1 · report
support_bf16 bryanlimy/ViV1T/src/viv1t/utils/utils.py official repository unverified MIT (permissive) · e07554b34923da1b · report
check_hyperparam_for_layers zhuyu-cs/Dynamic-VFM/models/conv3d_core.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · f6b87b79a83d122c · report
drop_path lRomul/sensorium/src/models/dwiseneuro.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 971ae8d2d8313e30 · report
get_dims_for_loader_dict zhuyu-cs/Dynamic-VFM/models/utility.py found in paper text by Syntology ran no licence file found · pointer only · 325390bf74ae81ee · report
get_io_dims zhuyu-cs/Dynamic-VFM/models/utility.py found in paper text by Syntology ran no licence file found · pointer only · d3f6c644aed06d3f · report
get_module_output zhuyu-cs/Dynamic-VFM/models/make_model_adaptive.py found in paper text by Syntology ran no licence file found · pointer only · 7486444a4b765a39 · report
prepare_grid zhuyu-cs/Dynamic-VFM/models/utility.py found in paper text by Syntology ran no licence file found · pointer only · 3dfa8cee58b9b8ad · report
shifted_window_attention_3d zhuyu-cs/Dynamic-VFM/models/swin_core.py found in paper text by Syntology ran no licence file found · pointer only · 4f1b2ed2a3391b71 · report
make_video_model_adaptive zhuyu-cs/Dynamic-VFM/models/make_model_adaptive.py found in paper text by Syntology unverified no licence file found · pointer only · 8b8ce82c52c4e78c · report
make_video_model_mean zhuyu-cs/Dynamic-VFM/models/make_model_mean.py found in paper text by Syntology unverified no licence file found · pointer only · a244a5150de05c50 · report

Tasks

BenchmarkingPupil Dilation

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