NimbusImage
  • NimbusImage
  • Quick start
  • Vignettes
  • Installation
  • Citations
  • Documentation
    • Images, datasets, and collections
      • File formats
      • Managing files
    • Viewing your image dataset
    • Analyzing image data with objects, connections, and properties
      • Tools for making objects
      • Tools for connecting objects
      • Measuring object properties
      • Interacting with objects
      • Importing and exporting objects and properties
    • Image processing
    • Snapshots
    • Time lapse mode
Powered by GitBook
On this page
  • How to acknowledge NimbusImage and related software
  • Citations
  • Cellpose
  • StarDist
  • Segment Anything Model (SAM)
  • Piscis
  • Packages
  • Girder
  • Large Image
  • GeoJS
  • DeepTile

Citations

PreviousInstallationNextImages, datasets, and collections

Last updated 8 days ago

NimbusImage depends on countless contributions from scientists and engineers around the world. If you use NimbusImage, we recommend you cite the relevant papers to recognize these efforts. We also hope to publish a paper soon that you can cite for the use of NimbusImage itself.

How to acknowledge NimbusImage and related software

We recommend including text along the following lines in your papers:

We analyzed our image datasets using the NimbusImage platform, which is available here: and hosted here:

We used the Cellpose and Cellpose retrain tools (1-3) to detect cells and the Piscis and Piscis retrain tools (4) to detect mRNA spots. We connected each mRNA spot to the nearest cell using the "Connect to nearest tool" as described in the NimbusImage documentation.

Citations

Cellpose

Cellpose works like magic for cell segmentation and is the product of extensive research and development by Carsen Stringer. They have a series of three papers on the topic, and we generally recommending citing all three. The first one describes the Cellpose algorithm, the second introduces retraining, and the third introduces image restoration and new, highly accurate models. The fourth paper is a preprint for Cellpose-SAM, which combines Cellpose with the Segment Anything Model (SAM) to enable versatile cell segmentation.

Here is the GitHub repository:

Here are the papers: 1. Stringer, C., Wang, T., Michaelos, M., & Pachitariu, M. (2021). Nature methods, 18(1), 100-106. Pachitariu, M. & Stringer, C. (2022). Nature methods, 1-8. Stringer, C. & Pachitariu, M. (2025). Nature Methods. Pachitariu, M., Rariden, M., & Stringer, C. (2025). bioRxiv 2025.04.28.651001.

StarDist

StarDist is a powerful tool for cell and nuclei detection that uses star-convex polygons to accurately segment objects in microscopy images. It is particularly effective for nuclear segmentation and can work in both 2D and 3D.

Here is the GitHub repository:

Here are the papers:

Segment Anything Model (SAM)

The Segment Anything Model (SAM) is a revolutionary promptable segmentation tool developed by Meta Research that can segment almost any object in an image based on simple prompts like points or boxes. NimbusImage incorporates SAM to enable rapid semi-automated segmentation with minimal user input.

Here is the paper:

Piscis

Piscis is a specialized deep learning algorithm developed by Will Niu while in the Raj Lab. It is designed specifically for detecting diffraction-limited spots in fluorescence microscopy images, such as single RNA molecules in FISH experiments. It uses a novel loss function, the SmoothF1 loss, that directly penalizes false positives and false negatives while remaining differentiable for deep learning training.

Here is the paper:

Packages

Girder

Girder is a free and open source web-based data management platform developed by Kitware. It provides a flexible framework for storing, managing, and sharing various types of data, including large scientific and medical images.

Large Image

Large Image is a collection of Python modules developed and maintained by the Data & Analytics group at Kitware for processing large geospatial and medical images. It provides capabilities for tile serving, support for a wide variety of image formats, and efficient methods for accessing regions of large images.

GeoJS

GeoJS is a JavaScript library for visualizing geospatial data in a browser, developed by Kitware and OpenGeoscience. It aims to bridge the gap between GIS, scientific visualization, and information visualization, providing high-performance visualization and interactive data exploration of scientific and geospatial location-aware datasets.

DeepTile

DeepTile is a large image tiling and stitching library developed by the Arjun Raj Laboratory. It provides a standardized workflow for splitting large images into tiles of a specified size, processing tiles using regular Python functions, and stitching the processed tiles. DeepTile is especially useful for scaling Python functions and deep learning algorithms to arbitrarily large input image sizes.

1. Schmidt, U., Weigert, M., Broaddus, C., & Myers, G. (2018). Medical Image Computing and Computer Assisted Intervention (MICCAI), 265-273.

2. Weigert, M., Schmidt, U., Haase, R., Sugawara, K., & Myers, G. (2020). The IEEE Winter Conference on Applications of Computer Vision (WACV).

3. Weigert, M., & Schmidt, U. (2022). The IEEE International Symposium on Biomedical Imaging Challenges (ISBIC).

Here is the GitHub repository:

Kirillov, A., Mintun, E., Ravi, N., Mao, H., Rolland, C., Gustafson, L., Xiao, T., Whitehead, S., Berg, A.C., Lo, W.Y., Dollár, P., & Girshick, R. (2023). arXiv:2304.02643.

Here is the GitHub repository:

Niu, Z., O'Farrell, A., Li, J., Reffsin, S., Jain, N., Dardani, I., Goyal, Y., & Raj, A. (2025). bioRxiv, 2024.01.31.578123.

Here is the GitHub repository:

Here is the GitHub repository:

Here is the GitHub repository:

Here is the GitHub repository:

https://github.com/arjunrajlaboratory/NimbusImage/
https://www.nimbusimage.com/
https://github.com/MouseLand/cellpose
Cellpose: a generalist algorithm for cellular segmentation.
Cellpose 2.0: how to train your own model.
Cellpose3: one-click image restoration for improved segmentation.
Cellpose-SAM: superhuman generalization for cellular segmentation.
https://github.com/stardist/stardist
Cell Detection with Star-Convex Polygons.
Star-convex Polyhedra for 3D Object Detection and Segmentation in Microscopy.
Nuclei Instance Segmentation and Classification in Histopathology Images with Stardist.
https://github.com/facebookresearch/segment-anything
Segment Anything.
https://github.com/zjniu/Piscis
Piscis: a novel loss estimator of the F1 score enables accurate spot detection in fluorescence microscopy images via deep learning.
https://github.com/girder/girder
https://github.com/girder/large_image
https://github.com/OpenGeoscience/geojs
https://github.com/arjunrajlaboratory/DeepTile