RODec 23, 2018

An Efficient L-Shape Fitting Method for Vehicle Pose Detection with 2D LiDAR

arXiv:1812.09670v11 citations
Originality Incremental advance
AI Analysis

This addresses vehicle detection for autonomous driving with a cost-effective 2D LiDAR, but it is incremental as it builds on existing L-Shape fitting approaches.

The paper tackles vehicle pose detection using a 2D LiDAR by proposing an efficient L-Shape fitting method that decomposes the problem into vertex searching and corner localization, achieving high efficiency and robustness in on-road experiments.

Detecting vehicles with strong robustness and high efficiency has become one of the key capabilities of fully autonomous driving cars. This topic has already been widely studied by GPU-accelerated deep learning approaches using image sensors and 3D LiDAR, however, few studies seek to address it with a horizontally mounted 2D laser scanner. 2D laser scanner is equipped on almost every autonomous vehicle for its superiorities in the field of view, lighting invariance, high accuracy and relatively low price. In this paper, we propose a highly efficient search-based L-Shape fitting algorithm for detecting positions and orientations of vehicles with a 2D laser scanner. Differing from the approach to formulating LShape fitting as a complex optimization problem, our method decomposes the L-Shape fitting into two steps: L-Shape vertexes searching and L-Shape corner localization. Our approach is computationally efficient due to its minimized complexity. In on-road experiments, our approach is capable of adapting to various circumstances with high efficiency and robustness.

Foundations

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

Your Notes