arXiv:2511.13055cs.CV2025-11

提出新模型,让单目3D车道线检测更准,自动识别不确定性。

Monocular 3D Lane Detection via Structure Uncertainty-Aware Network with Curve-Point Queries

  • 用曲线点查询动态生成预测点,结合局部结构建模不确定性。
  • 在ONCE-3DLanes和OpenLane上超越现有最优方法,尤其在严格评估下表现突出。
  • 适合做自动驾驶感知的开发者,尤其是关注单目3D检测精度的团队。

单目3D车道线检测面临由观测噪声引起的随机不确定性挑战。现有方法依赖简化几何假设,如独立点预测或全局平面建模,难以捕捉真实场景中的结构变化与随机不确定性。本文提出MonoUnc,一种无需鸟瞰图(BEV)的3D车道线检测器,通过局部车道结构显式建模随机不确定性。具体地,将3D车道投影至前视图(FV)空间,并用参数化曲线近似。基于曲线预测,动态生成曲线点查询嵌入,用于3D空间中的车道点预测。每两个相邻点构成的线段被建模为3D高斯分布,由局部结构与不确定性估计参数化。相应地,设计了一种新颖的3D高斯匹配损失,联合约束这些参数。在ONCE-3DLanes和OpenLane数据集上的实验表明,MonoUnc在所有基准测试中均超越此前最先进方法,且在更严格的评估标准下表现更优。此外,我们为ONCE-3DLanes提出了两项综合评估指标,通过计算平均与最大双向切比雪夫距离,量化全局与局部误差。代码已开源:https://github.com/lrx02/MonoUnc。

原文摘要 · Abstract (English)

Monocular 3D lane detection is challenged by aleatoric uncertainty arising from inherent observation noise. Existing methods rely on simplified geometric assumptions, such as independent point predictions or global planar modeling, failing to capture structural variations and aleatoric uncertainty in real-world scenarios. In this paper, we propose MonoUnc, a bird's-eye view (BEV)-free 3D lane detector that explicitly models aleatoric uncertainty informed by local lane structures. Specifically, 3D lanes are projected onto the front-view (FV) space and approximated by parametric curves. Guided by curve predictions, curve-point query embeddings are dynamically generated for lane point predictions in 3D space. Each segment formed by two adjacent points is modeled as a 3D Gaussian, parameterized by the local structure and uncertainty estimations. Accordingly, a novel 3D Gaussian matching loss is designed to constrain these parameters jointly. Experiments on the ONCE-3DLanes and OpenLane datasets demonstrate that MonoUnc outperforms previous state-of-the-art (SoTA) methods across all benchmarks under stricter evaluation criteria. Additionally, we propose two comprehensive evaluation metrics for ONCE-3DLanes, calculating the average and maximum bidirectional Chamfer distances to quantify global and local errors. Codes are released at https://github.com/lrx02/MonoUnc.

3D车道线不确定性建模单目检测

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。