Visual Geo-Localization from images
Rania Saoud, Slimane Larabi
TL;DR
This work tackles GPS-denied geo-localization from images by integrating SIFT-based place recognition, VGG16-based road-junction classification, and graph-based map matching. It combines panoramic data generation, Detectron2 filtering, and a voting-based place anchoring scheme with a DL junction classifier trained via augmentation and SMOTE, all deployed in an offline mobile app. The approach yields high accuracy and robust performance across junction types, validated on a smartphone-collected dataset and supported by a GIS-driven map-matching framework. The results demonstrate practical viability for location inference in environments where traditional GPS signals are unavailable.
Abstract
This paper presents a visual geo-localization system capable of determining the geographic locations of places (buildings and road intersections) from images without relying on GPS data. Our approach integrates three primary methods: Scale-Invariant Feature Transform (SIFT) for place recognition, traditional image processing for identifying road junction types, and deep learning using the VGG16 model for classifying road junctions. The most effective techniques have been integrated into an offline mobile application, enhancing accessibility for users requiring reliable location information in GPS-denied environments.
