BioBench: A Blueprint to Move Beyond ImageNet for Scientific ML Benchmarks
Samuel Stevens
TL;DR
ImageNet-1K top-1 accuracy no longer reliably predicts performance on scientific imagery, motivating BioBench, a domain-grounded ecology benchmark with 9 tasks, 4 kingdoms, and 6 acquisition modalities (3.1M images). Using a minimal embedding API and linear probes, the study finds $R^2=0.34$ and $\rho=0.55$ overall between ImageNet and BioBench, with frontier models increasingly mis-ranked ($\approx30\%$) above $75\%$ ImageNet, underscoring the mismatch. Only a few generalist models (CLIP, SigLIP, SigLIP2) achieve new BioBench state-of-the-art scores, highlighting limited transfer from general benchmarks to ecological tasks. The work provides a practical, reproducible template for domain-specific benchmarks and demonstrates how application-driven evaluation can better guide AI progress in science.
Abstract
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.
