Self-Supervised Learning of Visual Graph Matching

Abstract

Despite the rapid progress made by existing graph matching methods, expensive or even unrealistic node-level correspondence labels are often required. Inspired by recent progress in self-supervised contrastive learning, we propose an end-to-end label-free self-supervised contrastive graph matching framework (SCGM). Unlike in vision tasks like classification and segmentation, where the backbone is often forced to extract object instance-level or pixel-level information, we design an extra objective function at node-level on graph data which also considers both the visual appearance and graph structure by node embedding. Further, we propose two-stage augmentation functions on both raw images and extracted graphs to increase the variance, which has been shown effective in self-supervised learning. We conduct experiments on standard graph matching benchmarks, where our method boosts previous state-of-the-arts under both label-free self-supervised and fine-tune settings. Without the ground truth labels for node matching nor the graph/image-level category information, our proposed framework SCGM outperforms several deep graph matching methods. By proper fine-tuning, SCGM can surpass the state-of-the-art supervised deep graph matching methods.

Cite

Text

Liu et al. "Self-Supervised Learning of Visual Graph Matching." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-20050-2_22

Markdown

[Liu et al. "Self-Supervised Learning of Visual Graph Matching." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/liu2022eccv-selfsupervised/) doi:10.1007/978-3-031-20050-2_22

BibTeX

@inproceedings{liu2022eccv-selfsupervised,
  title     = {{Self-Supervised Learning of Visual Graph Matching}},
  author    = {Liu, Chang and Zhang, Shaofeng and Yang, Xiaokang and Yan, Junchi},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2022},
  doi       = {10.1007/978-3-031-20050-2_22},
  url       = {https://mlanthology.org/eccv/2022/liu2022eccv-selfsupervised/}
}