U-Match: Two-View Correspondence Learning with Hierarchy-Aware Local Context Aggregation

Abstract

Local context capturing has become the core factor for achieving leading performance in two-view correspondence learning. Recent advances have devised various local context extractors whereas typically adopting explicit neighborhood relation modeling that is restricted and inflexible. To address this issue, we introduce U-Match, an attentional graph neural network that has the flexibility to enable implicit local context awareness at multiple levels. Specifically, a hierarchy-aware graph representation (HAGR) module is designed and fleshed out by local context pooling and unpooling operations. The former encodes local context by adaptively sampling a set of nodes to form a coarse-grained graph, while the latter decodes local context by recovering the coarsened graph back to its original size. Moreover, an orthogonal fusion module is proposed for the collaborative use of HAGR module, which integrates complementary local and global information into compact feature representations without redundancy. Extensive experiments on different visual tasks prove that our method significantly surpasses the state-of-the-arts. In particular, U-Match attains an AUC at 5 degree threshold of 60.53% on the challenging YFCC100M dataset without RANSAC, outperforming the strongest prior model by 8.61 absolute percentage points. Our code is publicly available at https://github.com/ZizhuoLi/U-Match.

Cite

Text

Li et al. "U-Match: Two-View Correspondence Learning with Hierarchy-Aware Local Context Aggregation." International Joint Conference on Artificial Intelligence, 2023. doi:10.24963/IJCAI.2023/130

Markdown

[Li et al. "U-Match: Two-View Correspondence Learning with Hierarchy-Aware Local Context Aggregation." International Joint Conference on Artificial Intelligence, 2023.](https://mlanthology.org/ijcai/2023/li2023ijcai-u/) doi:10.24963/IJCAI.2023/130

BibTeX

@inproceedings{li2023ijcai-u,
  title     = {{U-Match: Two-View Correspondence Learning with Hierarchy-Aware Local Context Aggregation}},
  author    = {Li, Zizhuo and Zhang, Shihua and Ma, Jiayi},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {1169-1176},
  doi       = {10.24963/IJCAI.2023/130},
  url       = {https://mlanthology.org/ijcai/2023/li2023ijcai-u/}
}