一阶段统一建模车道与交通元素拓扑关系,提升自动驾驶感知效率
Reusing Attention for One-stage Lane Topology Understanding
- 复用Transformer解码器中的注意力资源,实现多任务联合推理
- 在OpenLane-V2上达成更高检测精度与更快推理速度
- 首次实现无标准地图下的知识迁移,适配复杂场景部署
准确理解车道拓扑关系对自动驾驶安全至关重要。现有两阶段方法因误差传播和计算开销大而效率低下。为此,我们提出一种一阶段架构,同时预测交通元素、车道中心线及拓扑关系,显著提升车道拓扑理解的精度与推理速度。核心创新在于复用不同Transformer解码器中的中间注意力资源,有效利用元素检测模块中的内在关联知识,无需额外计算昂贵的图网络即可建模交通元素与车道间的拓扑关系。此外,我们首次证明可将基于标准地图(SD map)的模型知识迁移到无标准地图的模型,使其在无地图条件下仍保持优异性能。在OpenLane-V2数据集上的大量实验表明,该方法在车道检测、交通元素识别与拓扑推理方面均优于基线方法。代码已开源:https://github.com/Yang-Li-2000/one-stage.git。
原文摘要 · Abstract (English)
Understanding lane toplogy relationships accurately is critical for safe autonomous driving. However, existing two-stage methods suffer from inefficiencies due to error propagations and increased computational overheads. To address these challenges, we propose a one-stage architecture that simultaneously predicts traffic elements, lane centerlines and topology relationship, improving both the accuracy and inference speed of lane topology understanding for autonomous driving. Our key innovation lies in reusing intermediate attention resources within distinct transformer decoders. This approach effectively leverages the inherent relational knowledge within the element detection module to enable the modeling of topology relationships among traffic elements and lanes without requiring additional computationally expensive graph networks. Furthermore, we are the first to demonstrate that knowledge can be distilled from models that utilize standard definition (SD) maps to those operates without using SD maps, enabling superior performance even in the absence of SD maps. Extensive experiments on the OpenLane-V2 dataset show that our approach outperforms baseline methods in both accuracy and efficiency, achieving superior results in lane detection, traffic element identification, and topology reasoning. Our code is available at https://github.com/Yang-Li-2000/one-stage.git.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。