Semi-Supervised Learning of Semantic Correspondence with Pseudo-Labels

Abstract

Establishing dense correspondences across semantically similar images remains a challenging task due to the significant intra-class variations and background clutters. Traditionally, a supervised loss was used for training the matching networks, which requires tremendous manually-labeled data, while some methods suggested a self-supervised or weakly-supervised loss to mitigate the reliance on the labeled data, but with limited performance. In this paper, we present a simple, but effective solution for semantic correspondence, called SemiMatch, that learns the networks in a semi-supervised manner by supplementing few ground-truth correspondences via utilization of a large amount of confident correspondences as pseudo-labels. Specifically, our framework generates the pseudo-labels using the model's prediction itself between source and weakly-augmented target, and uses pseudo-labels to learn the model again between source and strongly-augmented target, which improves the robustness of the model. We also present a novel confidence measure for pseudo-labels and data augmentation tailored for semantic correspondence. In experiments, SemiMatch achieves state-of-the-art performance on various benchmarks by a large margin.

Cite

Text

Kim et al. "Semi-Supervised Learning of Semantic Correspondence with Pseudo-Labels." Conference on Computer Vision and Pattern Recognition, 2022. doi:10.1109/CVPR52688.2022.01908

Markdown

[Kim et al. "Semi-Supervised Learning of Semantic Correspondence with Pseudo-Labels." Conference on Computer Vision and Pattern Recognition, 2022.](https://mlanthology.org/cvpr/2022/kim2022cvpr-semisupervised/) doi:10.1109/CVPR52688.2022.01908

BibTeX

@inproceedings{kim2022cvpr-semisupervised,
  title     = {{Semi-Supervised Learning of Semantic Correspondence with Pseudo-Labels}},
  author    = {Kim, Jiwon and Ryoo, Kwangrok and Seo, Junyoung and Lee, Gyuseong and Kim, Daehwan and Cho, Hansang and Kim, Seungryong},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2022},
  pages     = {19699-19709},
  doi       = {10.1109/CVPR52688.2022.01908},
  url       = {https://mlanthology.org/cvpr/2022/kim2022cvpr-semisupervised/}
}