Fast Multi-Image Matching via Density-Based Clustering

Abstract

We consider the problem of finding consistent matches across multiple images. Current state-of-the-art solutions use constraints on cycles of matches together with convex optimization, leading to computationally intensive iterative algorithms. In this paper, we instead propose a clustering-based formulation: we first rigorously show its equivalence with traditional approaches, and then propose QuickMatch, a novel algorithm that identifies multi-image matches from a density function in feature space. Specifically, QuickMatch uses the density estimate to order the points in a tree, and then extracts the matches by breaking this tree using feature distances and measures of distinctiveness. Our algorithm outperforms previous state-of-the-art methods (such as MatchALS) in accuracy, and it is significantly faster (up to 62 times faster on some benchmarks), and can scale to large datasets (with more than twenty thousands features).

Cite

Text

Tron et al. "Fast Multi-Image Matching via Density-Based Clustering." International Conference on Computer Vision, 2017. doi:10.1109/ICCV.2017.437

Markdown

[Tron et al. "Fast Multi-Image Matching via Density-Based Clustering." International Conference on Computer Vision, 2017.](https://mlanthology.org/iccv/2017/tron2017iccv-fast/) doi:10.1109/ICCV.2017.437

BibTeX

@inproceedings{tron2017iccv-fast,
  title     = {{Fast Multi-Image Matching via Density-Based Clustering}},
  author    = {Tron, Roberto and Zhou, Xiaowei and Esteves, Carlos and Daniilidis, Kostas},
  booktitle = {International Conference on Computer Vision},
  year      = {2017},
  doi       = {10.1109/ICCV.2017.437},
  url       = {https://mlanthology.org/iccv/2017/tron2017iccv-fast/}
}