This document summarizes a Kaggle competition on landmark recognition. It provides details on the dataset, evaluation metrics, and the top approaches used. The dataset contains over 1 million training images across nearly 15,000 landmark classes. Models like ResNet and DenseNet were trained using metric learning and data balancing. Inference involved finding the closest centroids for each landmark class. Ensembling multiple models and test-time augmentation improved results. The top solution used ArcFace metric learning, balanced sampling, and kNN to achieve 10th place on the private leaderboard.