bio.rodeo
ModelsOrganizationsLeaderboardAboutSign in
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Imaging foundation models
Imaging

CellSAM

Van Valen Lab

Universal cell segmentation model adapting Meta's SAM to segment mammalian cells, yeast, and bacteria across imaging modalities without retraining.

Released: November 2023

CellSAM is a foundation model for universal cell segmentation developed by the Van Valen Lab at Caltech. It adapts Meta's Segment Anything Model (SAM) for the cellular imaging domain by pairing it with a purpose-built object detector, CellFinder, that automatically generates bounding-box prompts for SAM's mask decoder. The result is a single model capable of segmenting cells across mammalian tissue culture, yeast, and bacteria imaged with fluorescence microscopy, brightfield, phase contrast, and H&E histology — without domain-specific retraining.

The central challenge CellSAM addresses is the fragmentation of the cell segmentation landscape: prior tools were typically tuned for specific cell types or imaging modalities, requiring researchers to train or select a new model for each experimental context. CellSAM was designed to replace this patchwork with a single general-purpose system that generalizes across the diversity of cell biology. First posted as a preprint in November 2023 and subsequently published in Nature Methods in 2025, the work demonstrated that this universal approach could match human expert performance across benchmark datasets spanning five imaging archetypes.

The model's design is notable for how it adapts natural-image foundation model representations to microscopy without full retraining. By freezing SAM's Vision Transformer (ViT) encoder and fine-tuning only the connecting neck layers, CellSAM preserves SAM's broad generalization while acquiring sensitivity to cellular morphology. CellFinder's automated detection step removes the requirement for user-supplied prompts, making the full pipeline end-to-end and suitable for high-throughput analysis.

#Key Features

  • Universal segmentation: A single model handles mammalian cells, yeast, and bacteria across fluorescence, brightfield, phase contrast, and histology imaging without per-domain fine-tuning.
  • Human-level performance: Achieves segmentation quality comparable to expert annotators across benchmark datasets spanning the model's five training archetypes.
  • Zero-shot generalization: Strong out-of-the-box performance on unseen cell types and imaging conditions not represented in training data.
  • Few-shot adaptation: Performance on novel domains can be improved rapidly with a small number of labeled examples, lowering the barrier to deployment in new experimental contexts.
  • Automated prompting via CellFinder: An integrated Anchor DETR-based detector generates bounding-box prompts automatically, enabling fully automated segmentation pipelines without manual user input.
  • Broad workflow integration: Compatible with high-content screening, time-lapse imaging, spatial transcriptomics preprocessing, and pathology workflows through its web server and open-source codebase.

#Technical Details

CellSAM is a two-component architecture. CellFinder, the detection stage, is built on the Anchor DETR framework and shares SAM's ViT backbone for feature extraction. It is trained first to predict bounding boxes around individual cells; once trained, its ViT weights are frozen. SAM then uses these bounding boxes as spatial prompts, with fine-tuning applied only to the neck — the layers connecting SAM's frozen ViT encoder to its mask decoder. This targeted fine-tuning adapts SAM's representations to cellular imaging without sacrificing the cross-modality robustness learned on natural images.

Training data spans five broad imaging archetypes assembled by the Van Valen Lab: histological tissue sections including H&E preparations, mammalian cell culture across fluorescence and transmitted-light modalities, budding and fission yeast, and bacterial cells from diverse species. Benchmark evaluation demonstrated human-level segmentation across these archetypes, with zero-shot performance on held-out conditions and few-shot adaptation capability for domains outside the training distribution. Specific instance segmentation metrics (e.g., mean average precision across IoU thresholds) are reported in the Nature Methods publication.

#Applications

CellSAM is suited for any workflow requiring robust, scalable cell segmentation without per-dataset model development. High-content screening operations benefit from automated segmentation across large image collections and diverse cell lines. Spatial transcriptomics pipelines use CellSAM for cell boundary delineation prior to gene expression assignment. Live-cell and time-lapse experiments can apply the model for consistent segmentation across frames without manual intervention. Microbiologists gain a tool for segmenting bacteria in phase contrast and fluorescence images where dedicated models are scarce. Pathologists and computational pathology researchers can apply CellSAM to instance segmentation of cells in histological sections. The web server at cellsam.deepcell.org provides access without local installation, lowering the barrier for wet-lab researchers unfamiliar with deep learning infrastructure.

#Impact

CellSAM's publication in Nature Methods marks a meaningful step toward consolidating the fragmented cell segmentation tool ecosystem. By demonstrating that a single foundation model can match expert performance across the major archetypes of cellular imaging, the work challenges the established practice of developing and maintaining separate models for each imaging context. The few-shot adaptation capability has practical implications for rare cell types or novel imaging setups where large labeled datasets are unavailable. A key limitation is that CellSAM is designed for instance segmentation of individual cells and is not suited for semantic tissue segmentation tasks lacking discrete cell boundaries; performance may also degrade on imaging conditions far outside the training distribution or in images with dense, heavily overlapping cells where CellFinder detection is challenged. The open-source release on GitHub and the accessible web server have contributed to adoption across both computational and experimental biology communities.

Citation

CellSAM: a foundation model for cell segmentation

Marks, M., et al. (2025) CellSAM: a foundation model for cell segmentation. Nature Methods.

DOI: 10.1038/s41592-025-02879-w

Recent citations

Papers that recently cited this model.

  • ImageGrains 2.0: Improved precision and generalization for grain segmentation

    David Mair, Guillaume Witz, Ariel Henrique do Prado, et al.

    1
  • Celldetective, an AI-enhanced image analysis tool for unraveling dynamic cell interactions

    R. Torro, Beatriz Díaz-Bello, Dalia El Arawi, et al.

    eLife · Jul 2026

    0
  • Standardization, Benchmarking, and Fine-Tuning in Deep Learning-Based Cell Segmentation and Tracking

    Ágoston Richárd Kiss

    Periodica Polytechnica Electrical Engineering and Computer Science · Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • Cell Simulation as Cell Segmentation

    Daniel C. Jones, Anna E. Elz, Azadeh Hadadianpour, et al.

    Nature Methods · May 2025

    44
  • From modality-specific to compositional foundation models for cell biology.

    Mojtaba Bahrami, Till Richter, Niklas A. Schmacke, et al.

    Cell Systems · Feb 2026

    3
  • Cellular neighborhoods in cancer

    Lichun Ma, Barbara Xiong, Meng Liu, et al.

    Nature Cancer · Jan 2026

    3
  • Synthetic data enables human-grade microtubule analysis with foundation models for segmentation

    Mario Koddenbrock, Justus Westerhoff, Dominik Fachet, et al.

    bioRxiv · Jan 2026

    2Influential
  • Supervise Less, See More: Training-free Nuclear Instance Segmentation with Prototype-Guided Prompting

    Wen Zhang, Qin Ren, Wenjing Liu, et al.

    arXiv.org · Nov 2025

    2

Related models

Models with similar goals, methods, or subject matter.

  • Cellpose-SAM

    HHMI Janelia Research Campus

    Generalist cell segmentation model pairing SAM's ViT-L encoder with Cellpose flow fields, outperforming average human annotators on its benchmark.

    Imaging
  • MedSAM

    Bowang Lab / University Health Network / University of Toronto / Vector Institute / Western University / New York University / Yale University

    Promptable foundation model for universal medical image segmentation, fine-tuned from SAM on 1.57M image-mask pairs across 10 imaging modalities.

    Imaging
  • MedicoSAM

    Computational Cell Analytics

    Segment Anything Model finetuned on diverse medical images, giving a reusable promptable checkpoint for interactive and automatic image segmentation.

    Imaging
  • SAM-Med2D

    Shanghai AI Laboratory

    Medical imaging adaptation of the Segment Anything Model, fine-tuned on 4.6M images and 19.7M masks for promptable segmentation across 10 modalities.

    Imaging
  • Medical SAM 2

    University of Oxford / National University of Singapore

    SAM2-based foundation model that segments 2D and 3D medical images by treating volumes and image sets as video object tracking.

    Imaging
  • SABER

    Chan Zuckerberg Initiative

    Cryo-ET segmentation framework adapting SAM2 to vesicles and membrane-bound compartments in tomograms and 2D micrographs, zero-shot or fine-tuned.

    Imaging
  • Root Foundation Model

    University of Copenhagen

    Domain-specific foundation model for zero-shot plant root image segmentation, built on a MobileSAM backbone and trained across nine root datasets.

    Imaging
  • Halo

    Duke University School of Medicine

    Whole-cell segmentation model for spatial transcriptomics that fuses DAPI nuclear images with RNA transcript density to recover true cell boundaries.

    Spatial omics

Citations

Total Citations42
Influential3
References122

GitHub

Stars208
Forks37
Open Issues49
Contributors5
Last Push1mo ago
LanguagePython
LicenseApache-2.0

Fields of citing research

  • Computer Science86%
  • Biology65%
  • Medicine62%
  • Engineering41%
  • Materials Science19%
  • Environmental Science8%
  • Physics5%
  • Geology3%

Share of papers citing this model.

Openness

bio.rodeo opennessClosed · low usability and reproducibility
32Closed
Usability — can I run it?29
Reproducibility — can I retrain it?20
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

cell_biologyfoundation_modelsegmentationvision_modelzero_shot

Resources

GitHub RepositoryResearch PaperOfficial WebsiteDocumentation