CVAug 28, 2024

InstanSeg: an embedding-based instance segmentation algorithm optimized for accurate, efficient and portable cell segmentation

arXiv:2408.15954v122 citationsh-index: 6Has Code
Originality Highly original
AI Analysis

This work addresses the need for accurate, efficient, and portable segmentation algorithms for biologists and domain experts handling large, complex bioimage datasets, representing a strong specific gain in the domain.

The paper tackles the problem of cell and nucleus segmentation in microscopy images by introducing InstanSeg, an embedding-based instance segmentation pipeline that significantly improves accuracy and reduces processing time by at least 60% compared to widely used alternatives.

Cell and nucleus segmentation are fundamental tasks for quantitative bioimage analysis. Despite progress in recent years, biologists and other domain experts still require novel algorithms to handle increasingly large and complex real-world datasets. These algorithms must not only achieve state-of-the-art accuracy, but also be optimized for efficiency, portability and user-friendliness. Here, we introduce InstanSeg: a novel embedding-based instance segmentation pipeline designed to identify cells and nuclei in microscopy images. Using six public cell segmentation datasets, we demonstrate that InstanSeg can significantly improve accuracy when compared to the most widely used alternative methods, while reducing the processing time by at least 60%. Furthermore, InstanSeg is designed to be fully serializable as TorchScript and supports GPU acceleration on a range of hardware. We provide an open-source implementation of InstanSeg in Python, in addition to a user-friendly, interactive QuPath extension for inference written in Java. Our code and pre-trained models are available at https://github.com/instanseg/instanseg .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes