CVApr 10, 2019

Instance Segmentation of Biological Images Using Harmonic Embeddings

arXiv:1904.05257v242 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses instance segmentation for domain specialists in biology, offering an incremental improvement tailored to the specific challenges of biological data.

The paper tackles instance segmentation in biological images, where objects like cells are densely packed and have low appearance variation, by introducing a method using harmonic embeddings to describe each instance with sine waves. It outperforms previous embedding-based methods on biological datasets, achieving state-of-the-art on the CVPPP benchmark with improved computational efficiency.

We present a new instance segmentation approach tailored to biological images, where instances may correspond to individual cells, organisms or plant parts. Unlike instance segmentation for user photographs or road scenes, in biological data object instances may be particularly densely packed, the appearance variation may be particularly low, the processing power may be restricted, while, on the other hand, the variability of sizes of individual instances may be limited. The proposed approach successfully addresses these peculiarities. Our approach describes each object instance using an expectation of a limited number of sine waves with frequencies and phases adjusted to particular object sizes and densities. At train time, a fully-convolutional network is learned to predict the object embeddings at each pixel using a simple pixelwise regression loss, while at test time the instances are recovered using clustering in the embedding space. In the experiments, we show that our approach outperforms previous embedding-based instance segmentation approaches on a number of biological datasets, achieving state-of-the-art on a popular CVPPP benchmark. This excellent performance is combined with computational efficiency that is needed for deployment to domain specialists. The source code of the approach is available at https://github.com/kulikovv/harmonic

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