VSFormer: Visual-Spatial Fusion Transformer for Correspondence Pruning
Abstract
Correspondence pruning aims to find correct matches (inliers) from an initial set of putative correspondences, which is a fundamental task for many applications. The process of finding is challenging, given the varying inlier ratios between scenes/image pairs due to significant visual differences. However, the performance of the existing methods is usually limited by the problem of lacking visual cues (e.g., texture, illumination, structure) of scenes. In this paper, we propose a Visual-Spatial Fusion Transformer (VSFormer) to identify inliers and recover camera poses accurately. Firstly, we obtain highly abstract visual cues of a scene with the cross attention between local features of two-view images. Then, we model these visual cues and correspondences by a joint visual-spatial fusion module, simultaneously embedding visual cues into correspondences for pruning. Additionally, to mine the consistency of correspondences, we also design a novel module that combines the KNN-based graph and the transformer, effectively capturing both local and global contexts. Extensive experiments have demonstrated that the proposed VSFormer outperforms state-of-the-art methods on outdoor and indoor benchmarks. Our code is provided at the following repository: https://github.com/sugar-fly/VSFormer.
Cite
Text
Liao et al. "VSFormer: Visual-Spatial Fusion Transformer for Correspondence Pruning." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I4.28123Markdown
[Liao et al. "VSFormer: Visual-Spatial Fusion Transformer for Correspondence Pruning." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/liao2024aaai-vsformer/) doi:10.1609/AAAI.V38I4.28123BibTeX
@inproceedings{liao2024aaai-vsformer,
title = {{VSFormer: Visual-Spatial Fusion Transformer for Correspondence Pruning}},
author = {Liao, Tangfei and Zhang, Xiaoqin and Zhao, Li and Wang, Tao and Xiao, Guobao},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2024},
pages = {3369-3377},
doi = {10.1609/AAAI.V38I4.28123},
url = {https://mlanthology.org/aaai/2024/liao2024aaai-vsformer/}
}