English

Boundary-Aware Instance Segmentation in Microscopy Imaging

Computer Vision and Pattern Recognition 2026-03-24 v1

Abstract

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

Keywords

Cite

@article{arxiv.2603.21206,
  title  = {Boundary-Aware Instance Segmentation in Microscopy Imaging},
  author = {Thomas Mendelson and Joshua Francois and Galit Lahav and Tammy Riklin-Raviv},
  journal= {arXiv preprint arXiv:2603.21206},
  year   = {2026}
}

Comments

Accepted for publication in IEEE International Symposium on Biomedical Imaging (ISBI) 2026

R2 v1 2026-07-01T11:32:08.230Z