CPlaNet: Enhancing Image Geolocalization by Combinatorial Partitioning of Maps

ECCV 2018  ยท  Paul Hongsuck Seo, Tobias Weyand, Jack Sim, Bohyung Han ยท

Image geolocalization is the task of identifying the location depicted in a photo based only on its visual information. This task is inherently challenging since many photos have only few, possibly ambiguous cues to their geolocation. Recent work has cast this task as a classification problem by partitioning the earth into a set of discrete cells that correspond to geographic regions. The granularity of this partitioning presents a critical trade-off; using fewer but larger cells results in lower location accuracy while using more but smaller cells reduces the number of training examples per class and increases model size, making the model prone to overfitting. To tackle this issue, we propose a simple but effective algorithm, combinatorial partitioning, which generates a large number of fine-grained output classes by intersecting multiple coarse-grained partitionings of the earth. Each classifier votes for the fine-grained classes that overlap with their respective coarse-grained ones. This technique allows us to predict locations at a fine scale while maintaining sufficient training examples per class. Our algorithm achieves the state-of-the-art performance in location recognition on multiple benchmark datasets.

PDF Abstract ECCV 2018 PDF ECCV 2018 Abstract
No code implementations yet. Submit your code now

Datasets


Results from the Paper


 Ranked #1 on Photo geolocation estimation on Im2GPS (Reference images metric)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Photo geolocation estimation Im2GPS CPlaNet (1-5, PlaNet) Street level (1 km) 16.5 # 2
City level (25 km) 37.1 # 4
Region level (200 km) 46.6 # 6
Country level (750 km) 62.0 # 6
Continent level (2500 km) 78.5 # 5
Training images 30.3M # 10
Reference images 0 # 1
Photo geolocation estimation Im2GPS3k CPlaNet (1-5, PlaNet) Street level (1 km) 10.2 # 6
City level (25 km) 26.5 # 7
Region level (200 km) 34.6 # 8
Country level (750 km) 48.6 # 9
Continent level (2500 km) 64.4 # 9
Training Images 30.3M # 1

Methods


No methods listed for this paper. Add relevant methods here