Biological Instance Segmentation with a Superpixel-Guided Graph
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.
Cite
Text
Liu et al. "Biological Instance Segmentation with a Superpixel-Guided Graph." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/169Markdown
[Liu et al. "Biological Instance Segmentation with a Superpixel-Guided Graph." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/liu2022ijcai-biological/) doi:10.24963/IJCAI.2022/169BibTeX
@inproceedings{liu2022ijcai-biological,
title = {{Biological Instance Segmentation with a Superpixel-Guided Graph}},
author = {Liu, Xiaoyu and Huang, Wei and Zhang, Yueyi and Xiong, Zhiwei},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2022},
pages = {1209-1215},
doi = {10.24963/IJCAI.2022/169},
url = {https://mlanthology.org/ijcai/2022/liu2022ijcai-biological/}
}