Single Tensor Cell Segmentation using Scalar Field Representations
Kevin I. Ruiz Vargas, Gabriel G. Galdino, Tsang Ing Ren, Alexandre L. Cunha
TL;DR
This work reframes cell instance segmentation as learning a single continuous scalar field over an image domain, whose segmentation is obtained via watershed. It introduces two physics-inspired representations—diffusion and Poisson fields—trained with a single-tensor network using an $\ell_1$ loss, yielding sharp, boundary-rich maps. The approach eliminates multi-head prediction and complex post-processing, delivering competitive or superior results across diverse datasets with lower computational and memory demands. The combination of field-based representations and watershed provides a robust, efficient pathway for edge-friendly cell segmentation in challenging microscopy data.
Abstract
We investigate image segmentation of cells under the lens of scalar fields. Our goal is to learn a continuous scalar field on image domains such that its segmentation produces robust instances for cells present in images. This field is a function parameterized by the trained network, and its segmentation is realized by the watershed method. The fields we experiment with are solutions to the Poisson partial differential equation and a diffusion mimicking the steady-state solution of the heat equation. These solutions are obtained by minimizing just the field residuals, no regularization is needed, providing a robust regression capable of diminishing the adverse impacts of outliers in the training data and allowing for sharp cell boundaries. A single tensor is all that is needed to train a \unet\ thus simplifying implementation, lowering training and inference times, hence reducing energy consumption, and requiring a small memory footprint, all attractive features in edge computing. We present competitive results on public datasets from the literature and show that our novel, simple yet geometrically insightful approach can achieve excellent cell segmentation results.
