Segmentation by Grouping Junctions

Abstract

We propose a method for segmenting gray-value images. By segmentation, we mean a map from the set of pixels to a small set of levels such that each connected component of the set of pixels with the same level forms a relatively large and "meaningful" region. The method finds a set of levels with associated gray values by first finding junctions in the image and then seeking a minimum set of threshold values that preserves the junctions. Then it finds a segmentation map that maps each pixel to the level with the closest gray value to the pixel data, within a smoothness constraint. For a convex smoothing penalty, we show the global optimal solution for an energy function that fits the data can be obtained in a polynomial time, by a novel use of the maximum-flow algorithm. Our approach is in contrast to a view in computer vision where segmentation is driven by intensity, gradient, usually not yielding closed boundaries.

Cite

Text

Ishikawa and Geiger. "Segmentation by Grouping Junctions." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1998. doi:10.1109/CVPR.1998.698598

Markdown

[Ishikawa and Geiger. "Segmentation by Grouping Junctions." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1998.](https://mlanthology.org/cvpr/1998/ishikawa1998cvpr-segmentation/) doi:10.1109/CVPR.1998.698598

BibTeX

@inproceedings{ishikawa1998cvpr-segmentation,
  title     = {{Segmentation by Grouping Junctions}},
  author    = {Ishikawa, Hiroshi and Geiger, Davi},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {1998},
  pages     = {125-131},
  doi       = {10.1109/CVPR.1998.698598},
  url       = {https://mlanthology.org/cvpr/1998/ishikawa1998cvpr-segmentation/}
}