CVMar 5, 2020

End-to-End Trainable One-Stage Parking Slot Detection Integrating Global and Local Information

arXiv:2003.02445v135 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and accurate parking slot detection for autonomous driving systems, representing a strong incremental improvement over prior methods.

The paper tackles parking slot detection in around view monitor images by proposing an end-to-end trainable one-stage method that integrates global and local information, achieving 99.77% recall and precision, 100% type classification accuracy, 99.31% occupancy classification accuracy, and 60 frames per second processing speed.

This paper proposes an end-to-end trainable one-stage parking slot detection method for around view monitor (AVM) images. The proposed method simultaneously acquires global information (entrance, type, and occupancy of parking slot) and local information (location and orientation of junction) by using a convolutional neural network (CNN), and integrates them to detect parking slots with their properties. This method divides an AVM image into a grid and performs a CNN-based feature extraction. For each cell of the grid, the global and local information of the parking slot is obtained by applying convolution filters to the extracted feature map. Final detection results are produced by integrating the global and local information of the parking slot through non-maximum suppression (NMS). Since the proposed method obtains most of the information of the parking slot using a fully convolutional network without a region proposal stage, it is an end-to-end trainable one-stage detector. In experiments, this method was quantitatively evaluated using the public dataset and outperforms previous methods by showing both recall and precision of 99.77%, type classification accuracy of 100%, and occupancy classification accuracy of 99.31% while processing 60 frames per second.

Foundations

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

Your Notes