CVSep 19, 2023

LineMarkNet: Line Landmark Detection for Valet Parking

arXiv:2309.10475v2h-index: 45
Originality Incremental advance
AI Analysis

This addresses a long-standing unsolved problem in autonomous driving for valet parking scenarios, though it appears incremental as it builds on existing line detection and multi-task learning approaches.

The paper tackles line landmark detection for valet parking by proposing LineMarkNet, a lightweight deep network that fuses surround-view camera data into bird's-eye-view space and uses a multi-task decoder with graph transformers, achieving real-time performance on the Qualcomm 820A platform with enhanced accuracy compared to existing methods.

We aim for accurate and efficient line landmark detection for valet parking, which is a long-standing yet unsolved problem in autonomous driving. To this end, we present a deep line landmark detection system where we carefully design the modules to be lightweight. Specifically, we first empirically design four general line landmarks including three physical lines and one novel mental line. The four line landmarks are effective for valet parking. We then develop a deep network (LineMarkNet) to detect line landmarks from surround-view cameras where we, via the pre-calibrated homography, fuse context from four separate cameras into the unified bird-eye-view (BEV) space, specifically we fuse the surroundview features and BEV features, then employ the multi-task decoder to detect multiple line landmarks where we apply the center-based strategy for object detection task, and design our graph transformer to enhance the vision transformer with hierarchical level graph reasoning for semantic segmentation task. At last, we further parameterize the detected line landmarks (e.g., intercept-slope form) whereby a novel filtering backend incorporates temporal and multi-view consistency to achieve smooth and stable detection. Moreover, we annotate a large-scale dataset to validate our method. Experimental results show that our framework achieves the enhanced performance compared with several line detection methods and validate the multi-task network's efficiency about the real-time line landmark detection on the Qualcomm 820A platform while meantime keeps superior accuracy, with our deep line landmark detection system.

Foundations

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

Your Notes