Finding Tree Structures by Grouping Symmetries

Abstract

The representation of objects in images as tree structures is of great interest to vision, as they can represent articulated objects such as people as well as other structured objects like arteries in human bodies, roads, circuit board patterns, etc. Tree structures are often related to the symmetry axis representation of shapes, which captures their local symmetries. Algorithms have been introduced to detect (i) open contours in images in quadratic time (ii) closed contours in images in cubic time, and (iii) tree structures from contours in quadratic time. The algorithms are based on dynamic programming and single source shortest path algorithms. However, in this paper, we show that the problem of finding tree structures in images in a principled manner is a much harder problem. We argue that the optimization problem of finding tree structures in images is essentially equivalent to a variant of the Steiner tree problem, which is NP-hard. Nevertheless, an approximate polynomial-time algorithm for this problem exists: we apply a fast implementation of the Goemans-Williamson approximate algorithm to the problem of finding a tree representation after an image is transformed by a local symmetry mapping. Examples of extracting tree structures from images illustrate the idea and applicability of the approximate method

Cite

Text

Ishikawa et al. "Finding Tree Structures by Grouping Symmetries." IEEE/CVF International Conference on Computer Vision, 2005. doi:10.1109/ICCV.2005.100

Markdown

[Ishikawa et al. "Finding Tree Structures by Grouping Symmetries." IEEE/CVF International Conference on Computer Vision, 2005.](https://mlanthology.org/iccv/2005/ishikawa2005iccv-finding/) doi:10.1109/ICCV.2005.100

BibTeX

@inproceedings{ishikawa2005iccv-finding,
  title     = {{Finding Tree Structures by Grouping Symmetries}},
  author    = {Ishikawa, Hiroshi and Geiger, Davi and Cole, Richard},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2005},
  pages     = {1132-1139},
  doi       = {10.1109/ICCV.2005.100},
  url       = {https://mlanthology.org/iccv/2005/ishikawa2005iccv-finding/}
}