Free-Shape Polygonal Object Localization
Abstract
Polygonal objects are prevalent in man-made scenes. Early approaches to detecting them relied mainly on geometry while subsequent ones also incorporated appearance-based cues. It has recently been shown that this could be done fast by searching for cycles in graphs of line-fragments, provided that the cycle scoring function can be expressed as additive terms attached to individual fragments. In this paper, we propose an approach that eliminates this restriction. Given a weighted line-fragment graph, we use its cyclomatic number to partition the graph into managebly-sized sub-graphs that preserve nodes and edges with a high weight and are most likely to contain object contours. Object contours are then detected as maximally scoring elementary circuits enumerated in each sub-graph. Our approach can be used with any cycle scoring function and multiple candidates that share line fragments can be found. This is unlike in other approaches that rely on a greedy approach to finding candidates. We demonstrate that our approach significantly outperforms the state-of-the-art for the detection of building rooftops in aerial images and polygonal object categories from ImageNet.
Cite
Text
Sun et al. "Free-Shape Polygonal Object Localization." European Conference on Computer Vision, 2014. doi:10.1007/978-3-319-10599-4_21Markdown
[Sun et al. "Free-Shape Polygonal Object Localization." European Conference on Computer Vision, 2014.](https://mlanthology.org/eccv/2014/sun2014eccv-free/) doi:10.1007/978-3-319-10599-4_21BibTeX
@inproceedings{sun2014eccv-free,
title = {{Free-Shape Polygonal Object Localization}},
author = {Sun, Xiaolu and Christoudias, C. Mario and Fua, Pascal},
booktitle = {European Conference on Computer Vision},
year = {2014},
pages = {317-332},
doi = {10.1007/978-3-319-10599-4_21},
url = {https://mlanthology.org/eccv/2014/sun2014eccv-free/}
}