Rectify and Align GPS Points to Parking Spots via Rank-1 Constraint
Jiaxing Deng, Junbiao Pang, Zhicheng Wang, Haitao Yu
TL;DR
The paper addresses the challenge of correcting drifted GPS coordinates for urban parking spots by introducing an unsupervised Rectify And Align (RAA) framework that enforces a rank-1 constraint $rank=1$ to jointly rectify and align two point sets. It leverages parking-spot geometry to sample candidate points on road segments and solves a convex, ADMM-based optimization that models sparse errors, translation, and rotation while enforcing a rank-1 structure on a concatenated point matrix. Experiments on Beijing data show sub-meter accuracy and high recall (e.g., 98.4% overall), outperforming traditional map-matching baselines (ED, CD, HA, WD) and proving robustness to random noise. The approach relies only static data and yields a general, unsupervised solution with publicly available data and code, with potential extensions to broader digital transportation applications.
Abstract
Parking spots are essential components, providing vital mobile resources for residents in a city. Accurate Global Positioning System (GPS) points of parking spots are the core data for subsequent applications,e.g., parking management, parking policy, and urban development. However, high-rise buildings tend to cause GPS points to drift from the actual locations of parking spots; besides, the standard lower-cost GPS equipment itself has a certain location error. Therefore, it is a non-trivial task to correct a few wrong GPS points from a large number of parking spots in an unsupervised approach. In this paper, motivated by the physical constraints of parking spots (i.e., parking spots are parallel to the sides of roads), we propose an unsupervised low-rank method to effectively rectify errors in GPS points and further align them to the parking spots in a unified framework. The proposed unconventional rectification and alignment method is simple and yet effective for any type of GPS point errors. Extensive experiments demonstrate the superiority of the proposed method to solve a practical problem. The data set and the code are publicly accessible at:https://github.com/pangjunbiao/ITS-Parking-spots-Dataset.
