3rd Place Solution to Google Landmark Recognition Competition 2021
In this paper, we show our solution to the Google Landmark Recognition 2021 Competition. Firstly, embeddings of images are extracted via various architectures (i.e. CNN-, Transformer- and hybrid-based), which are optimized by ArcFace loss. Then we apply an efficient pipeline to re-rank predictions by adjusting the retrieval score with classification logits and non-landmark distractors. Finally, the ensembled model scores 0.489 on the private leaderboard, achieving the 3rd place in the 2021 edition of the Google Landmark Recognition Competition.
Code (0)
등록된 구현이 없습니다.
Tasks
Landmark RecognitionRetrievalMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
2nd Place and 2nd Place Solution to Kaggle Landmark Recognition andRetrieval Competition 2019
We present a retrieval based system for landmark retrieval and recognition challenge.There are five parts in retrieval competition system, including feature extraction and matching to get candidates queue; database augme…
Landmark RecognitionRerankingRetrievalGoogle Landmark Recognition 2020 Competition Third Place Solution
We present our third place solution to the Google Landmark Recognition 2020 competition. It is an ensemble of global features only Sub-center ArcFace models. We introduce dynamic margins for ArcFace loss, a family of tun…
Landmark Recognition2nd Place Solution to Google Landmark Recognition Competition 2021
As Transformer-based architectures have recently shown encouraging progresses in computer vision. In this work, we present the solution to the Google Landmark Recognition 2021 Challenge held on Kaggle, which is an improv…
Landmark Recognition2nd Place Solution to Google Landmark Retrieval 2020
This paper presents the 2nd place solution to the Google Landmark Retrieval Competition 2020. We propose a training method of global feature model for landmark retrieval without post-processing, such as local feature and…
RetrievalTeam JL Solution to Google Landmark Recognition 2019
In this paper, we describe our solution to the Google Landmark Recognition 2019 Challenge held on Kaggle. Due to the large number of classes, noisy data, imbalanced class sizes, and the presence of a significant amount o…
Landmark RecognitionRe-RankingRetrieval