Boundary-Aware Instance Segmentation in Microscopy Imaging
About
Accurate delineation of individual cells in microscopy videos is essential for studying cellular dynamics, yet separating touching or overlapping instances remains a persistent challenge. Although foundation-model for segmentation such as SAM have broadened the accessibility of image segmentation, they still struggle to separate nearby cell instances in dense microscopy scenes without extensive prompting. We propose a prompt-free, boundary-aware instance segmentation framework that predicts signed distance functions (SDFs) instead of binary masks, enabling smooth and geometry-consistent modeling of cell contours. A learned sigmoid mapping converts SDFs into probability maps, yielding sharp boundary localization and robust separation of adjacent instances. Training is guided by a unified Modified Hausdorff Distance (MHD) loss that integrates region- and boundary-based terms. Evaluations on both public and private high-throughput microscopy datasets demonstrate improved boundary accuracy and instance-level performance compared to recent SAM-based and foundation-model approaches. Source code is available at: https://github.com/ThomasMendelson/BAISeg.git
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Cell Segmentation | Fluo-N2DH-SIM+ (test) | SEG78.8 | 13 | |
| Instance Segmentation | MCF7 (test) | SEG Score79.8 | 6 | |
| Instance Segmentation | Fluo-N2DH-GOWT1 (test) | SEG94.4 | 6 | |
| Instance Segmentation | Fluo-C2DL-MSC (test) | SEG Score77.5 | 6 | |
| Instance Segmentation | Fluo-N2DH-HeLa (test) | Segmentation Score89.2 | 6 |