Papers › BIOMEDICA: An Open Biomedical Image-Caption Archive, Dataset, and Vision-Language...

BIOMEDICA: An Open Biomedical Image-Caption Archive, Dataset, and Vision-Language Models Derived from Scientific Literature

13 Jan 2025CVPR 2025 1arXiv:2501.07171archive 2025-07-28

Alejandro Lozano, Min Woo Sun, James Burgess, Liangyu Chen, Jeffrey J Nirschl, Jeffrey Gu, Ivan Lopez, Josiah Aklilu, Austin Wolfgang Katzer, Collin Chiu, Anita Rau, Xiaohan Wang, Yuhui Zhang, Alfred Seunghoon Song, Robert Tibshirani, Serena Yeung-Levy

The development of vision-language models (VLMs) is driven by large-scale and diverse multimodal datasets. However, progress toward generalist biomedical VLMs is limited by the lack of annotated, publicly accessible datasets across biology and medicine. Existing efforts are restricted to narrow domains, missing the full diversity of biomedical knowledge encoded in scientific literature. To address this gap, we introduce BIOMEDICA, a scalable, open-source framework to extract, annotate, and serialize the entirety of the PubMed Central Open Access subset into an easy-to-use, publicly accessible dataset. Our framework produces a comprehensive archive with over 24 million unique image-text pairs from over 6 million articles. Metadata and expert-guided annotations are also provided. We demonstrate the utility and accessibility of our resource by releasing BMCA-CLIP, a suite of CLIP-style models continuously pre-trained on the BIOMEDICA dataset via streaming, eliminating the need to download 27 TB of data locally. On average, our models achieve state-of-the-art performance across 40 tasks - spanning pathology, radiology, ophthalmology, dermatology, surgery, molecular biology, parasitology, and cell biology - excelling in zero-shot classification with a 6.56% average improvement (as high as 29.8% and 17.5% in dermatology and ophthalmology, respectively), and stronger image-text retrieval, all while using 10x less compute. To foster reproducibility and collaboration, we release our codebase and dataset for the broader research community.

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

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

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

ale9806/open_clip_with_biomedica officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
minwoosun/biomedica-etl officialmentioned in papermentioned on GitHubpytorchMIT 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

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

20unverified

Licence: 0 of the 20 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 minwoosun/biomedica-etl. “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.

aggregate_publications_from_json minwoosun/biomedica-etl/src/pmc_oa/data_loaders/loader_utils.py official repository unverified MIT (permissive) · ff59295bb51c26d9 · report
collect_tar_files minwoosun/biomedica-etl/src/pmc_oa/data_loaders/wd_loader.py official repository unverified MIT (permissive) · bcffe5ae51595c56 · report
collect_tar_files_from_labels minwoosun/biomedica-etl/src/pmc_oa/data_loaders/wd_loader.py official repository unverified MIT (permissive) · bbb9d8b536ae3d83 · report
compare_csv_row_counts minwoosun/biomedica-etl/src/pmc_oa/download_batch.py official repository unverified MIT (permissive) · cb97752db69a8eba · report
create_log_file_path minwoosun/biomedica-etl/src/pmc_oa/build_json.py official repository unverified MIT (permissive) · d83d88e5f98e49d5 · report
download_media minwoosun/biomedica-etl/src/pmc_oa/download.py official repository unverified MIT (permissive) · 7a342b3fd8f33439 · report
extract_features_from_dataloader minwoosun/biomedica-etl/src/pmc_oa/feature_extractors/extract_features.py official repository unverified MIT (permissive) · ac1c2471664def4c · report
extract_image_caption_pairs minwoosun/biomedica-etl/src/pmc_oa/data_loaders/loader_utils.py official repository unverified MIT (permissive) · e0bc84a5913a68cd · report
filter_no_caption_or_no_image minwoosun/biomedica-etl/src/pmc_oa/data_loaders/wd_loader.py official repository unverified MIT (permissive) · 38a36c2da131f507 · report
get_image_identifier minwoosun/biomedica-etl/src/pmc_oa/caption.py official repository unverified MIT (permissive) · 42b8eab2675d547e · report
get_image_paths minwoosun/biomedica-etl/src/pmc_oa/caption.py official repository unverified MIT (permissive) · 7a900ce20281ac4b · report
get_kmeans minwoosun/biomedica-etl/src/pmc_oa/label_utils/models.py official repository unverified MIT (permissive) · 544ccd5b57784198 · report
get_main_batch_index minwoosun/biomedica-etl/src/pmc_oa/download_batch.py official repository unverified MIT (permissive) · 2e665f86d4a45067 · report
get_next_index minwoosun/biomedica-etl/src/pmc_oa/build_json.py official repository unverified MIT (permissive) · 180bb7762557abf2 · report
get_pca minwoosun/biomedica-etl/src/pmc_oa/label_utils/models.py official repository unverified MIT (permissive) · b1a84bc8eee5b294 · report
load_and_concatenate_subset minwoosun/biomedica-etl/src/pmc_oa/data_loaders/dino_features_loader.py official repository unverified MIT (permissive) · f2f23afd2de6f9dc · report
load_and_concatenate_subsets minwoosun/biomedica-etl/src/pmc_oa/data_loaders/dino_features_loader.py official repository unverified MIT (permissive) · ae69a8e47ba31b5d · report
load_and_process_media_filelist_csv minwoosun/biomedica-etl/src/pmc_oa/download.py official repository unverified MIT (permissive) · cca1e5f8e9f7b0e0 · report
read_json_file minwoosun/biomedica-etl/src/pmc_oa/data_loaders/loader_utils.py official repository unverified MIT (permissive) · 97c7f58efcfba433 · report
reconnect_ftp minwoosun/biomedica-etl/src/pmc_oa/download.py official repository unverified MIT (permissive) · 1a9cc446f390c491 · report

Tasks

ArticlesImage-text RetrievalText RetrievalZero-Shot Learning

1 archive task tag without a task page not shown.

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