CVOct 18, 2021

Abnormal Occupancy Grid Map Recognition using Attention Network

arXiv:2110.09047v1
Originality Incremental advance
AI Analysis

This addresses the tedious manual recognition process for ensuring map quality in autonomous systems, though it appears incremental as it builds on existing attention mechanisms.

The paper tackles the problem of automatic abnormal occupancy grid map recognition for mobile robotics by proposing a novel attention mechanism module, achieving state-of-the-art accuracy of 96.23% on a newly constructed dataset.

The occupancy grid map is a critical component of autonomous positioning and navigation in the mobile robotic system, as many other systems' performance depends heavily on it. To guarantee the quality of the occupancy grid maps, researchers previously had to perform tedious manual recognition for a long time. This work focuses on automatic abnormal occupancy grid map recognition using the residual neural networks and a novel attention mechanism module. We propose an effective channel and spatial Residual SE(csRSE) attention module, which contains a residual block for producing hierarchical features, followed by both channel SE (cSE) block and spatial SE (sSE) block for the sufficient information extraction along the channel and spatial pathways. To further summarize the occupancy grid map characteristics and experiment with our csRSE attention modules, we constructed a dataset called occupancy grid map dataset (OGMD) for our experiments. On this OGMD test dataset, we tested few variants of our proposed structure and compared them with other attention mechanisms. Our experimental results show that the proposed attention network can infer the abnormal map with state-of-the-art (SOTA) accuracy of 96.23% for abnormal occupancy grid map recognition.

Code Implementations1 repo
Foundations

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

Your Notes