# Road-network-based Rapid Geolocalization

**Authors:** Yongfei Li, Dongfang Yang, Shicheng Wang, Hao He

arXiv: 1906.12174 · 2020-10-12

## TL;DR

This paper introduces a novel road-network-based localization method for unmanned aerial vehicles that matches road features to a reference map using a point cloud registration approach, enabling rapid city-scale localization.

## Contribution

It proposes a global projective invariant feature and a closed-form solution for efficient road network matching under a hypothesise-and-test framework.

## Key findings

- Localization within 400 km area in 1 second
- Effective matching using two road intersections tuples
- Significant acceleration in road network matching

## Abstract

It has always been a research hotspot to use geographic information to assist the navigation of unmanned aerial vehicles. In this paper, a road-network-based localization method is proposed. We match roads in the measurement images to the reference road vector map, and realize successful localization on areas as large as a whole city. The road network matching problem is treated as a point cloud registration problem under two-dimensional projective transformation, and solved under a hypothesise-and-test framework. To deal with the projective point cloud registration problem, a global projective invariant feature is proposed, which consists of two road intersections augmented with the information of their tangents. We call it two road intersections tuple. We deduce the closed-form solution for determining the alignment transformation from a pair of matching two road intersections tuples. In addition, we propose the necessary conditions for the tuples to match. This can reduce the candidate matching tuples, thus accelerating the search to a great extent. We test all the candidate matching tuples under a hypothesise-and-test framework to search for the best match. The experiments show that our method can localize the target area over an area of 400 within 1 second on a single cpu.

---
Source: https://tomesphere.com/paper/1906.12174