Efficient Structure from Motion by Graph Optimization

Abstract

We present an efficient structure from motion algorithm that can deal with large image collections in a fraction of time and effort of previous approaches while providing comparable quality of the scene and camera reconstruction. First, we employ fast image indexing using large image vocabularies to measure visual overlap of images without running actual image matching. Then, we select a small subset from the set of input images by computing its approximate minimal connected dominating set by a fast polynomial algorithm. Finally, we use task prioritization to avoid spending too much time in a few difficult matching problems instead of exploring other easier options. Thus we avoid wasting time on image pairs with low chance of success and avoid matching of highly redundant images of landmarks. We present results for several challenging sets of thousands of perspective as well as omnidirectional images.

Cite

Text

Havlena et al. "Efficient Structure from Motion by Graph Optimization." European Conference on Computer Vision, 2010. doi:10.1007/978-3-642-15552-9_8

Markdown

[Havlena et al. "Efficient Structure from Motion by Graph Optimization." European Conference on Computer Vision, 2010.](https://mlanthology.org/eccv/2010/havlena2010eccv-efficient/) doi:10.1007/978-3-642-15552-9_8

BibTeX

@inproceedings{havlena2010eccv-efficient,
  title     = {{Efficient Structure from Motion by Graph Optimization}},
  author    = {Havlena, Michal and Torii, Akihiko and Pajdla, Tomás},
  booktitle = {European Conference on Computer Vision},
  year      = {2010},
  pages     = {100-113},
  doi       = {10.1007/978-3-642-15552-9_8},
  url       = {https://mlanthology.org/eccv/2010/havlena2010eccv-efficient/}
}