Flexible 3D Lane Detection by Hierarchical Shape MatchingFlexible 3D Lane Detection by Hierarchical Shape Matching

Zhihao Guan,Ruixin Liu,Zejian Yuan,Ao Liu,Kun Tang,Tong Zhou,Erlong Li,Chao Zheng,Shuqi Mei
DOI: https://doi.org/10.1609/aaai.v37i1.25146
2024-08-14
Abstract:As one of the basic while vital technologies for HD map construction, 3D lane detection is still an open problem due to varying visual conditions, complex typologies, and strict demands for precision. In this paper, an end-to-end flexible and hierarchical lane detector is proposed to precisely predict 3D lane lines from point clouds. Specifically, we design a hierarchical network predicting flexible representations of lane shapes at different levels, simultaneously collecting global instance semantics and avoiding local errors. In the global scope, we propose to regress parametric curves w.r.t adaptive axes that help to make more robust predictions towards complex scenes, while in the local vision the structure of lane segment is detected in each of the dynamic anchor cells sampled along the global predicted curves. Moreover, corresponding global and local shape matching losses and anchor cell generation strategies are designed. Experiments on two datasets show that we overwhelm current top methods under high precision standards, and full ablation studies also verify each part of our method. Our codes will be released at <a class="link-external link-https" href="https://github.com/Doo-do/FHLD" rel="external noopener nofollow">this https URL</a>.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
### What problems does this paper attempt to solve? This paper aims to solve several key challenges in high - precision 3D lane detection, especially the difficulties faced when constructing high - definition maps (HD Map). Specifically, the research attempts to solve the following problems: 1. **Diverse visual conditions**: - In actual driving scenarios, visual cues are not always clearly visible due to occlusion or severe lighting conditions. This makes traditional image - based methods less effective in handling these situations. 2. **Complex topological structures**: - The number and direction of lanes vary widely, and with situations such as merging and forking, it is very difficult to distinguish different lane instances. 3. **Strict precision requirements**: - Commonly used evaluation metrics (such as TuSimple) are too lenient towards local offsets, so higher - precision methods need to be developed to meet the needs of application scenarios such as high - definition map construction. 4. **Limitations of existing methods**: - Most existing lane detection methods rely on front - view images, but these methods are limited by the physical characteristics of RGB optical sensors and cannot handle low - light conditions well. - Although point - cloud data can better preserve 3D information and reduce privacy issues, existing point - cloud lane detection methods have problems such as cumbersome segmentation methods, ignoring local errors, or lack of flexibility. To solve the above problems, this paper proposes an end - to - end Flexible and Hierarchical Lane Detector (FHLD), which can accurately predict 3D lane lines from point - cloud data. By combining global and local information, this method improves the accuracy and flexibility of detection, thus better coping with complex scenarios and strict precision requirements. ### Method overview The main contributions of FHLD include: - **End - to - end hierarchical framework**: It fuses global and local information to achieve more accurate and flexible 3D lane detection. - **New global parameterized representation**: A 3D parameterized curve representation method based on an adaptive reference axis is proposed, which enhances the robustness and flexibility of the results. - **Dynamic anchor box generation module and hierarchical shape - matching strategy**: It helps the network detect lane elements better layer by layer while avoiding post - processing steps. Through these innovations, the experimental results of FHLD on two datasets show that it significantly outperforms the current top - level methods under high - precision standards, and comprehensive ablation experiments verify the effectiveness of each component.