ROAISep 19, 2020

What is the Best Grid-Map for Self-Driving Cars Localization? An Evaluation under Diverse Types of Illumination, Traffic, and Environment

arXiv:2009.09308v110 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of selecting optimal grid maps for self-driving car localization, which is crucial for tasks like map updating and planning, but it is incremental as it provides a comparative evaluation missing in prior literature.

The study evaluated the accuracy of particle filter localization for self-driving cars using four types of grid maps (occupancy, reflectivity, color, and semantic) under diverse conditions, finding that occupancy maps provided the most accurate localization, followed by reflectivity maps, with semantic maps having errors 2-3 times larger and color maps being inaccurate and unstable.

The localization of self-driving cars is needed for several tasks such as keeping maps updated, tracking objects, and planning. Localization algorithms often take advantage of maps for estimating the car pose. Since maintaining and using several maps is computationally expensive, it is important to analyze which type of map is more adequate for each application. In this work, we provide data for such analysis by comparing the accuracy of a particle filter localization when using occupancy, reflectivity, color, or semantic grid maps. To the best of our knowledge, such evaluation is missing in the literature. For building semantic and colour grid maps, point clouds from a Light Detection and Ranging (LiDAR) sensor are fused with images captured by a front-facing camera. Semantic information is extracted from images with a deep neural network. Experiments are performed in varied environments, under diverse conditions of illumination and traffic. Results show that occupancy grid maps lead to more accurate localization, followed by reflectivity grid maps. In most scenarios, the localization with semantic grid maps kept the position tracking without catastrophic losses, but with errors from 2 to 3 times bigger than the previous. Colour grid maps led to inaccurate and unstable localization even using a robust metric, the entropy correlation coefficient, for comparing online data and the map.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes