In this paper, we speed up robust two-view relative pose from dense correspondences. Previous work has shown that dense matchers can significantly improve both accuracy and robustness in the resulting pose. However, the large number of matches comes with a significantly increased runtime during robust estimation in RANSAC. To avoid this, we propose an efficient match summarization scheme which provides comparable accuracy to using the full set of dense matches, while having 10-100x faster runtime. We validate our approach on standard benchmark datasets together with multiple state-of-the-art dense matchers.
As input our method takes a large number of dense matches, typically \(N = 10\ 000\). First, we cluster the matches into \(K \ll N\) clusters.
Then, for each cluster, we perform the following steps:
@inproceedings{astermark2025dense,
author = {Astermark, Jonathan and
Heyden, Anders and
Larsson, Viktor},
title = {Dense Match Summarization for Faster Two-view Estimation},
booktitle = {Computer Vision and Pattern Recognition (CVPR)},
year = {2025}
}