IJCAI 2022poster16 citations

Biological Instance Segmentation with a Superpixel-Guided Graph

Xiaoyu Liu, Wei Huang, Yueyi Zhang, Zhiwei Xiong

Abstract

Recent advanced proposal-free instance segmentation methods have made significant progress in biological images. However, existing methods are vulnerable to local imaging artifacts and similar object appearances, resulting in over-merge and over-segmentation. To reduce these two kinds of errors, we propose a new biological instance segmentation framework based on a superpixel-guided graph, which consists of two stages, i.e., superpixel-guided graph construction and superpixel agglomeration. Specifically, the first stage generates enough superpixels as graph nodes to avoid over-merge, and extracts node and edge features to construct an initialized graph. The second stage agglomerates superpixels into instances based on the relationship of graph nodes predicted by a graph neural network (GNN). To solve over-segmentation and prevent introducing additional over-merge, we specially design two loss functions to supervise the GNN, i.e., a repulsion-attraction (RA) loss to better distinguish the relationship of nodes in the feature space, and a maximin agglomeration score (MAS) loss to pay more attention to crucial edge classification. Extensive experiments on three representative biological datasets demonstrate the superiority of our method over existing state-of-the-art methods. Code is available at https://github.com/liuxy1103/BISSG.

Computer Vision: Biomedical Image AnalysisComputer Vision: Segmentation
BibTeX
@inproceedings{ijcai2022p169,
  title     = {Biological Instance Segmentation with a Superpixel-Guided Graph},
  author    = {Liu, Xiaoyu and Huang, Wei and Zhang, Yueyi and Xiong, Zhiwei},
  booktitle = {Proceedings of the Thirty-First International Joint Conference on
               Artificial Intelligence, {IJCAI-22}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Lud De Raedt},
  pages     = {1209--1215},
  year      = {2022},
  month     = {7},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2022/169},
  url       = {https://doi.org/10.24963/ijcai.2022/169},
}
Biological Instance Segmentation with a Superpixel-Guided Graph · IJCAI 2022