English

3rd Place Solution for Google Universal Image Embedding

Computer Vision and Pattern Recognition 2022-10-18 v1

Abstract

This paper presents the 3rd place solution to the Google Universal Image Embedding Competition on Kaggle. We use ViT-H/14 from OpenCLIP for the backbone of ArcFace, and trained in 2 stage. 1st stage is done with freezed backbone, and 2nd stage is whole model training. We achieve 0.692 mean Precision @5 on private leaderboard. Code available at https://github.com/YasumasaNamba/google-universal-image-embedding

Cite

@article{arxiv.2210.09296,
  title  = {3rd Place Solution for Google Universal Image Embedding},
  author = {Nobuaki Aoki and Yasumasa Namba},
  journal= {arXiv preprint arXiv:2210.09296},
  year   = {2022}
}

Comments

3 pages, 5 figures

R2 v1 2026-06-28T03:50:45.929Z