Papers › Neural Latents Benchmark '21: Evaluating latent variable models of neural population activity

Neural Latents Benchmark '21: Evaluating latent variable models of neural population activity

9 Sep 2021arXiv:2109.04463archive 2025-07-28

Felix Pei, Joel Ye, David Zoltowski, Anqi Wu, Raeed H. Chowdhury, Hansem Sohn, Joseph E. O'Doherty, Krishna V. Shenoy, Matthew T. Kaufman, Mark Churchland, Mehrdad Jazayeri, Lee E. Miller, Jonathan Pillow, Il Memming Park, Eva L. Dyer, Chethan Pandarinath

Advances in neural recording present increasing opportunities to study neural activity in unprecedented detail. Latent variable models (LVMs) are promising tools for analyzing this rich activity across diverse neural systems and behaviors, as LVMs do not depend on known relationships between the activity and external experimental variables. However, progress with LVMs for neuronal population activity is currently impeded by a lack of standardization, resulting in methods being developed and compared in an ad hoc manner. To coordinate these modeling efforts, we introduce a benchmark suite for latent variable modeling of neural population activity. We curate four datasets of neural spiking activity from cognitive, sensory, and motor areas to promote models that apply to the wide variety of activity seen across these areas. We identify unsupervised evaluation as a common framework for evaluating models across datasets, and apply several baselines that demonstrate benchmark diversity. We release this benchmark through EvalAI. http://neurallatents.github.io

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

Code

Syntology Ran 0 of 24 code samples harvested from 2 repositories linked to this paper; 24 have no recorded run.

By repository: official repository: 9 samples from 1 repository, 0 ran; community (archive-listed): 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

neurallatents/nlb_tools officialmentioned in papermentioned on GitHubMIT report
kabirdabholkar/nlb_tools_fewshot mentioned on GitHubMIT 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

24 samples harvested; 0 ran; 0 honoured the contract we drafted; 24 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.

24unverified

Licence: 0 of the 24 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.

bits_per_spike neurallatents/nlb_tools/nlb_tools/evaluation.py official repository unverified MIT (permissive) · 0d3d3adb1e0b12f1 · report
chop_data neurallatents/nlb_tools/nlb_tools/chop.py official repository unverified MIT (permissive) · 7be81192bfe31963 · report
evaluate neurallatents/nlb_tools/nlb_tools/evaluation.py official repository unverified MIT (permissive) · bd7c0d0bf0c8c24c · report
make_eval_input_tensors neurallatents/nlb_tools/nlb_tools/make_tensors.py official repository unverified MIT (permissive) · eff7a97dd8cb0604 · report
make_eval_target_tensors neurallatents/nlb_tools/nlb_tools/make_tensors.py official repository unverified MIT (permissive) · bcfca1cb80e661c1 · report
make_train_input_tensors neurallatents/nlb_tools/nlb_tools/make_tensors.py official repository unverified MIT (permissive) · 16f126abd979f82f · report
merge_chops neurallatents/nlb_tools/nlb_tools/chop.py official repository unverified MIT (permissive) · 3d8a5bc8cf916fb0 · report
neg_log_likelihood neurallatents/nlb_tools/nlb_tools/evaluation.py official repository unverified MIT (permissive) · dd5f9738be104eaf · report
smooth_column neurallatents/nlb_tools/nlb_tools/nwb_interface.py official repository unverified MIT (permissive) · 67a8701afb5319da · report
bits_per_spike kabirdabholkar/nlb_tools_fewshot/nlb_tools/metrics.py community (archive-listed) unverified MIT (permissive) · e44e57b951a765b2 · report
evaluate kabirdabholkar/nlb_tools_fewshot/nlb_tools/evaluation.py community (archive-listed) unverified MIT (permissive) · 14fc654bea6d290a · report
extract_reallyheldout_by_id kabirdabholkar/nlb_tools_fewshot/nlb_tools/make_fewshot.py community (archive-listed) unverified MIT (permissive) · edfc3fd7ed9643f0 · report
fewshot_from_train kabirdabholkar/nlb_tools_fewshot/nlb_tools/make_fewshot.py community (archive-listed) unverified MIT (permissive) · dd4a6f58dc498993 · report
fit_poisson kabirdabholkar/nlb_tools_fewshot/nlb_tools/sklearn_glm.py community (archive-listed) unverified MIT (permissive) · 2687687849f6dbf2 · report
fit_poisson_parallel kabirdabholkar/nlb_tools_fewshot/nlb_tools/sklearn_glm.py community (archive-listed) unverified MIT (permissive) · 2477a50a3c586b76 · report
generate_unique_prefix kabirdabholkar/nlb_tools_fewshot/nlb_tools/collate_results.py community (archive-listed) unverified MIT (permissive) · 5cc10defe6e4c731 · report
load_result_files kabirdabholkar/nlb_tools_fewshot/nlb_tools/cross_decoding.py community (archive-listed) unverified MIT (permissive) · 861c3e54aa2c4e05 · report
r2_score kabirdabholkar/nlb_tools_fewshot/nlb_tools/metrics.py community (archive-listed) unverified MIT (permissive) · a27593d38113b6a5 · report
read_concat_results kabirdabholkar/nlb_tools_fewshot/nlb_tools/collate_results.py community (archive-listed) unverified MIT (permissive) · 68e6cf9fdc15aae9 · report
regional_bits_per_spike kabirdabholkar/nlb_tools_fewshot/nlb_tools/metrics.py community (archive-listed) unverified MIT (permissive) · b2719609b2d567a8 · report
result_dict_to_pandas kabirdabholkar/nlb_tools_fewshot/nlb_tools/fewshot_utils.py community (archive-listed) unverified MIT (permissive) · de16cf54220b6637 · report
run_model_on_numpy_dummy kabirdabholkar/nlb_tools_fewshot/nlb_tools/load_and_save_latents.py community (archive-listed) unverified MIT (permissive) · 984d705b60df1c36 · report
select_best_cobps kabirdabholkar/nlb_tools_fewshot/nlb_tools/cross_decoding.py community (archive-listed) unverified MIT (permissive) · 9c1716805b975c6e · report
split_into_chunks_of_K kabirdabholkar/nlb_tools_fewshot/nlb_tools/make_fewshot.py community (archive-listed) unverified MIT (permissive) · abd84c9759241332 · report

Tasks

Diversity

Datasets

Introduced by this paper, per the archive.

NLB

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

HOC

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