CVOct 10, 2023

TopoMLP: A Simple yet Strong Pipeline for Driving Topology Reasoning

arXiv:2310.06753v250 citationsh-index: 27Has Code
AI Analysis

It addresses the challenge of understanding road scenes for autonomous vehicles, but is incremental as it builds on existing detection methods.

The paper tackles the problem of topology reasoning for autonomous driving by improving detection of road centerlines and traffic elements, and achieves state-of-the-art performance with 41.2% OLS on the OpenLane-V2 benchmark.

Topology reasoning aims to comprehensively understand road scenes and present drivable routes in autonomous driving. It requires detecting road centerlines (lane) and traffic elements, further reasoning their topology relationship, i.e., lane-lane topology, and lane-traffic topology. In this work, we first present that the topology score relies heavily on detection performance on lane and traffic elements. Therefore, we introduce a powerful 3D lane detector and an improved 2D traffic element detector to extend the upper limit of topology performance. Further, we propose TopoMLP, a simple yet high-performance pipeline for driving topology reasoning. Based on the impressive detection performance, we develop two simple MLP-based heads for topology generation. TopoMLP achieves state-of-the-art performance on OpenLane-V2 benchmark, i.e., 41.2% OLS with ResNet-50 backbone. It is also the 1st solution for 1st OpenLane Topology in Autonomous Driving Challenge. We hope such simple and strong pipeline can provide some new insights to the community. Code is at https://github.com/wudongming97/TopoMLP.

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