Computing Geodesics and Minimal Surfaces via Graph Cuts

Abstract

Geodesic active contours and graph cuts are two standard image segmentation techniques. We introduce a new segmentation method combining some of their benefits. Our main intuition is that any cut on a graph embedded in some continuous space can be interpreted as a contour (in 2D) or a surface (in 3D). We show how to build a grid graph and set its edge weights so that the cost of cuts is arbitrarily close to the length (area) of the corresponding contours (surfaces) for any anisotropic Riemannian metric. There are two interesting consequences of this technical result. First, graph cut algorithms can be used to find globally minimum geodesic contours (minimal surfaces in 3D) under arbitrary Riemannian metric for a given set of boundary conditions. Second, we show how to minimize metrication artifacts in existing graph-cut based methods in vision. Theoretically speaking, our work provides an interesting link between several branches of mathematics -differential geometry, integral geometry, and combinatorial optimization. The main technical problem is solved using Cauchy-Crofton formula from integral geometry.

Cite

Text

Boykov and Kolmogorov. "Computing Geodesics and Minimal Surfaces via Graph Cuts." IEEE/CVF International Conference on Computer Vision, 2003. doi:10.1109/ICCV.2003.1238310

Markdown

[Boykov and Kolmogorov. "Computing Geodesics and Minimal Surfaces via Graph Cuts." IEEE/CVF International Conference on Computer Vision, 2003.](https://mlanthology.org/iccv/2003/boykov2003iccv-computing/) doi:10.1109/ICCV.2003.1238310

BibTeX

@inproceedings{boykov2003iccv-computing,
  title     = {{Computing Geodesics and Minimal Surfaces via Graph Cuts}},
  author    = {Boykov, Yuri and Kolmogorov, Vladimir},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2003},
  pages     = {26-33},
  doi       = {10.1109/ICCV.2003.1238310},
  url       = {https://mlanthology.org/iccv/2003/boykov2003iccv-computing/}
}