Papers › BioBench: A Blueprint to Move Beyond ImageNet for Scientific ML Benchmarks

BioBench: A Blueprint to Move Beyond ImageNet for Scientific ML Benchmarks

20 Nov 2025NeurIPSarXiv:2511.16315added by Syntology

Samuel Stevens

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

ImageNet-1K linear-probe transfer accuracy remains the default proxy for visual representation quality, yet it no longer predicts performance on scientific imagery. Across 46 modern vision model checkpoints, ImageNet top-1 accuracy explains only 34% of variance on ecology tasks and mis-ranks 30% of models above 75% accuracy. We present BioBench, an open ecology vision benchmark that captures what ImageNet misses. BioBench unifies 9 publicly released, application-driven tasks, 4 taxonomic kingdoms, and 6 acquisition modalities (drone RGB, web video, micrographs, in-situ and specimen photos, camera-trap frames), totaling 3.1M images. A single Python API downloads data, fits lightweight classifiers to frozen backbones, and reports class-balanced macro-F1 (plus domain metrics for FishNet and FungiCLEF); ViT-L models evaluate in 6 hours on an A6000 GPU. BioBench provides new signal for computer vision in ecology and a template recipe for building reliable AI-for-science benchmarks in any domain. Code and predictions are available at https://github.com/samuelstevens/biobench and results at https://samuelstevens.me/biobench.

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

Code

Syntology Ran 1 of 16 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · fixture could not drive it.

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

samuelstevens/biobench found in paper text by SyntologyMIT 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

16 samples harvested; 1 ran; 0 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 · fixture could not drive it
15unverified

Licence: 0 of the 16 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 samuelstevens/biobench. “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.

drop_path samuelstevens/biobench/src/biobench/webssl.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · c157f5b112b3a392 · report
balanced_random_sample samuelstevens/biobench/src/biobench/helpers.py found in paper text by Syntology unverified MIT (permissive) · bda0c621c4a69c1b · report
download_hf_file samuelstevens/biobench/src/biobench/aimv2.py found in paper text by Syntology unverified MIT (permissive) · 0dd1a862030ecb57 · report
fs_safe samuelstevens/biobench/src/biobench/helpers.py found in paper text by Syntology unverified MIT (permissive) · e1494d8acf4fc5cb · report
get_1d_sincos_pos_embed samuelstevens/biobench/src/biobench/vjepa.py found in paper text by Syntology unverified MIT (permissive) · 696676d0f1d34353 · report
get_2d_sincos_pos_embed samuelstevens/biobench/src/biobench/vjepa.py found in paper text by Syntology unverified MIT (permissive) · a4c366543709f6a4 · report
get_3d_sincos_pos_embed samuelstevens/biobench/src/biobench/vjepa.py found in paper text by Syntology unverified MIT (permissive) · 40c848b8db7f92c8 · report
l2_normalize samuelstevens/biobench/src/biobench/simpleshot.py found in paper text by Syntology unverified MIT (permissive) · 9b406434505fd5ad · report
load samuelstevens/biobench/src/biobench/dinov3.py found in paper text by Syntology unverified MIT (permissive) · f997c2b9a29a65da · report
make_2tuple samuelstevens/biobench/src/biobench/dinov3.py found in paper text by Syntology unverified MIT (permissive) · cae40f615b71bf50 · report
min_mahalanobis_sq samuelstevens/biobench/src/biobench/openset.py found in paper text by Syntology unverified MIT (permissive) · 339f8883a7d190c8 · report
min_mahalanobis_sq_batched samuelstevens/biobench/src/biobench/openset.py found in paper text by Syntology unverified MIT (permissive) · d84ea73e3c07cb37 · report
named_apply samuelstevens/biobench/src/biobench/webssl.py found in paper text by Syntology unverified MIT (permissive) · 4f780e4405d9962a · report
normalize_model_ckpt samuelstevens/biobench/src/biobench/registry.py found in paper text by Syntology unverified MIT (permissive) · d2dfa9216b7671ca · report
rope_fn samuelstevens/biobench/src/biobench/dinov3.py found in paper text by Syntology unverified MIT (permissive) · 0a9f5a92100fdb46 · report
write_hparam_sweep_plot samuelstevens/biobench/src/biobench/helpers.py found in paper text by Syntology unverified MIT (permissive) · bc2f80ea95f6c58c · report

Results from the paper

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