Finding Dots: Segmentation as Popping Out Regions from Boundaries

Abstract

Many applications need to segment out all small round regions in an image. This task of finding dots can be viewed as a region segmentation problem where the dots form one region and the areas between dots form the other. We formulate it as a graph cuts problem with two types of grouping cues: short-range attraction based on feature similarity and long-range repulsion based on feature dissimilarity. The feature we use is a pixel-centric relational representation that encodes local convexity: Pixels inside the dots and outside the dots become sinks and sources of the feature vector. Normalized cuts on both attraction and repulsion pop out all the dots in a single binary segmentation. Our experiments show that our method is more accurate and robust than state-of-art segmentation algorithms on four categories of microscopic images. It can also detect textons in natural scene images with the same set of parameters.

Cite

Text

Bernardis and Yu. "Finding Dots: Segmentation as Popping Out Regions from Boundaries." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5540210

Markdown

[Bernardis and Yu. "Finding Dots: Segmentation as Popping Out Regions from Boundaries." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/bernardis2010cvpr-finding/) doi:10.1109/CVPR.2010.5540210

BibTeX

@inproceedings{bernardis2010cvpr-finding,
  title     = {{Finding Dots: Segmentation as Popping Out Regions from Boundaries}},
  author    = {Bernardis, Elena and Yu, Stella X.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {199-206},
  doi       = {10.1109/CVPR.2010.5540210},
  url       = {https://mlanthology.org/cvpr/2010/bernardis2010cvpr-finding/}
}