An Analysis of Errors in Graph-Based Keypoint Matching and Proposed Solutions
Abstract
An error occurs in graph-based keypoint matching when keypoints in two different images are matched by an algorithm but do not correspond to the same physical point. Most previous methods acquire keypoints in a black-box manner, and focus on developing better algorithms to match the provided points. However to study the complete performance of a matching system one has to study errors through the whole matching pipeline, from keypoint detection, candidate selection to graph optimisation. We show that in the full pipeline there are six different types of errors that cause mismatches. We then present a matching framework designed to reduce these errors. We achieve this by adapting keypoint detectors to better suit the needs of graph-based matching, and achieve better graph constraints by exploiting more information from their keypoints. Our framework is applicable in general images and can handle clutter and motion discontinuities. We also propose a method to identify many mismatches a posteriori based on Left-Right Consistency inspired by stereo matching due to the asymmetric way we detect keypoints and define the graph.
Cite
Text
Collins et al. "An Analysis of Errors in Graph-Based Keypoint Matching and Proposed Solutions." European Conference on Computer Vision, 2014. doi:10.1007/978-3-319-10584-0_10Markdown
[Collins et al. "An Analysis of Errors in Graph-Based Keypoint Matching and Proposed Solutions." European Conference on Computer Vision, 2014.](https://mlanthology.org/eccv/2014/collins2014eccv-analysis/) doi:10.1007/978-3-319-10584-0_10BibTeX
@inproceedings{collins2014eccv-analysis,
title = {{An Analysis of Errors in Graph-Based Keypoint Matching and Proposed Solutions}},
author = {Collins, Toby and Mesejo, Pablo and Bartoli, Adrien},
booktitle = {European Conference on Computer Vision},
year = {2014},
pages = {138-153},
doi = {10.1007/978-3-319-10584-0_10},
url = {https://mlanthology.org/eccv/2014/collins2014eccv-analysis/}
}