Deep Latent Graph Matching

ICML 2021 pp. 12187-12197

Abstract

Deep learning for graph matching (GM) has emerged as an important research topic due to its superior performance over traditional methods and insights it provides for solving other combinatorial problems on graph. While recent deep methods for GM extensively investigated effective node/edge feature learning or downstream GM solvers given such learned features, there is little existing work questioning if the fixed connectivity/topology typically constructed using heuristics (e.g., Delaunay or k-nearest) is indeed suitable for GM. From a learning perspective, we argue that the fixed topology may restrict the model capacity and thus potentially hinder the performance. To address this, we propose to learn the (distribution of) latent topology, which can better support the downstream GM task. We devise two latent graph generation procedures, one deterministic and one generative. Particularly, the generative procedure emphasizes the across-graph consistency and thus can be viewed as a matching-guided co-generative model. Our methods deliver superior performance over previous state-of-the-arts on public benchmarks, hence supporting our hypothesis.

Cite

Text

Yu et al. "Deep Latent Graph Matching." International Conference on Machine Learning, 2021.

Markdown

[Yu et al. "Deep Latent Graph Matching." International Conference on Machine Learning, 2021.](https://mlanthology.org/icml/2021/yu2021icml-deep/)

BibTeX

@inproceedings{yu2021icml-deep,
  title     = {{Deep Latent Graph Matching}},
  author    = {Yu, Tianshu and Wang, Runzhong and Yan, Junchi and Li, Baoxin},
  booktitle = {International Conference on Machine Learning},
  year      = {2021},
  pages     = {12187-12197},
  volume    = {139},
  url       = {https://mlanthology.org/icml/2021/yu2021icml-deep/}
}