Learning to Identify Correct 2D-2D Line Correspondences on Sphere
Abstract
Given a set of putative 2D-2D line correspondences, we aim to identify correct matches. Existing methods exploit the geometric constraints. They are only applicable to structured scenes with orthogonality, parallelism and coplanarity. In contrast, we propose the first approach suitable for both structured and unstructured scenes. Instead of geometric constraint, we leverage the spatial regularity on sphere. Specifically, we propose to map line correspondences into vectors tangent to sphere. We use these vectors to encode both angular and positional variations of image lines, which is more reliable and concise than directly using inclinations, midpoints or endpoints of image lines. Neighboring vectors mapped from correct matches exhibit a spatial regularity called local trend consistency, regardless of the type of scenes. To encode this regularity, we design a neural network and also propose a novel loss function that enforces the smoothness constraint of vector field. In addition, we establish a large real-world dataset for image line matching. Experiments showed that our approach outperforms state-of-the-art ones in terms of accuracy, efficiency and robustness, and also leads to high generalization.
Cite
Text
Li et al. "Learning to Identify Correct 2D-2D Line Correspondences on Sphere." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01157Markdown
[Li et al. "Learning to Identify Correct 2D-2D Line Correspondences on Sphere." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/li2021cvpr-learning/) doi:10.1109/CVPR46437.2021.01157BibTeX
@inproceedings{li2021cvpr-learning,
title = {{Learning to Identify Correct 2D-2D Line Correspondences on Sphere}},
author = {Li, Haoang and Chen, Kai and Zhao, Ji and Wang, Jiangliu and Kim, Pyojin and Liu, Zhe and Liu, Yun-Hui},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2021},
pages = {11743-11752},
doi = {10.1109/CVPR46437.2021.01157},
url = {https://mlanthology.org/cvpr/2021/li2021cvpr-learning/}
}