Two-Stage Discriminative Re-Ranking for Large-Scale Landmark Retrieval

Abstract

We propose an efficient pipeline for large-scale landmark image retrieval that addresses the diversity of the dataset through two-stage discriminative re-ranking. Our approach is based on embedding the images in a feature-space using a convolutional neural network trained with a cosine softmax loss. Due to the variance of the images, which include extreme viewpoint changes such as having to retrieve images of the exterior of a landmark from images of the interior, this is very challenging for approaches based exclusively on visual similarity. Our proposed re-ranking approach improves the results in two steps: in the sort-step, k-nearest neighbor search with soft-voting to sort the retrieved results based on their label similarity to the query images, and in the insert-step, we add additional samples from the dataset that were not retrieved by image-similarity. This approach allows overcoming the low visual diversity in retrieved images. In-depth experimental results show that the proposed approach significantly outperforms existing approaches on the challenging Google Landmarks Datasets. Using our methods, we achieved 1st place in the Google Landmark Retrieval 2019 challenge on Kaggle. Our code is publicly available here: https://github.com/lyakaap/Landmark2019-1st-and-3rd-Place-Solution

Cite

Text

Yokoo et al. "Two-Stage Discriminative Re-Ranking for Large-Scale Landmark Retrieval." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020. doi:10.1109/CVPRW50498.2020.00514

Markdown

[Yokoo et al. "Two-Stage Discriminative Re-Ranking for Large-Scale Landmark Retrieval." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020.](https://mlanthology.org/cvprw/2020/yokoo2020cvprw-twostage/) doi:10.1109/CVPRW50498.2020.00514

BibTeX

@inproceedings{yokoo2020cvprw-twostage,
  title     = {{Two-Stage Discriminative Re-Ranking for Large-Scale Landmark Retrieval}},
  author    = {Yokoo, Shuhei and Ozaki, Kohei and Simo-Serra, Edgar and Iizuka, Satoshi},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2020},
  pages     = {4363-4370},
  doi       = {10.1109/CVPRW50498.2020.00514},
  url       = {https://mlanthology.org/cvprw/2020/yokoo2020cvprw-twostage/}
}