通过智能选车提升多车地图构建效率与精度
OptiMVMap: Offline Vectorized Map Construction via Optimal Multi-vehicle Perspectives

- 基于视角不确定性筛选最优辅助车辆,减少冗余计算
- 在nuScenes和Argoverse2上分别提升10.5和9.3 mAP
- 适合需要高效高精度地图的自动驾驶系统
离线矢量地图是高精度自动驾驶与地图服务的关键基础设施。现有方法主要依赖单一自车轨迹,存在视角不足问题:虽可通过记忆机制聚合帧数延长观测时间,但缺乏空间多样性以揭示遮挡区域。引入周围车辆视角可提供互补信息,但盲目融合带来三大挑战:候选集过大导致计算开销高、近共线视角造成冗余、位姿误差与遮挡伪影引入噪声。本文提出OptiMVMap,将多车地图构建重新建模为‘选后再融合’流程。最优车辆选择(OVS)模块战略性识别能最大降低自车遮挡区域不确定性的紧凑辅助车辆集合,缓解计算与冗余问题;跨车注意力(CVA)与语义感知降噪滤波器(SNF)实现位姿容错对齐与伪影抑制,再进行鸟瞰图级融合,有效解决噪声问题。该有目标的流水线在显著减少使用视图数量的同时,生成更完整且拓扑准确的地图。在nuScenes和Argoverse2数据集上,OptiMVMap相较MapTRv2分别提升+10.5 mAP和+9.3 mAP,优于记忆增强基线MVMap和HRMapNet,在nuScenes上分别领先+6.2 mAP和+3.8 mAP。结果表明,基于不确定性的辅助车辆选择对高效精准的多车矢量地图构建至关重要。代码已开源:https://github.com/DanZeDong/OptiMVMap。
原文摘要 · Abstract (English)
Offline vectorized maps constitute critical infrastructure for high-precision autonomous driving and mapping services. Existing approaches rely predominantly on single ego-vehicle trajectories, which fundamentally suffer from viewpoint insufficiency: while memory-based methods extend observation time by aggregating ego-trajectory frames, they lack the spatial diversity needed to reveal occluded regions. Incorporating views from surrounding vehicles offers complementary perspectives, yet naive fusion introduces three key challenges: computational cost from large candidate pools, redundancy from near-collinear viewpoints, and noise from pose errors and occlusion artifacts. We present OptiMVMap, which reformulates multi-vehicle mapping as a select-then-fuse problem to address these challenges systematically. An Optimal Vehicle Selection (OVS) module strategically identifies a compact subset of helpers that maximally reduce ego-centric uncertainty in occluded regions, addressing computation and redundancy challenges. Cross-Vehicle Attention (CVA) and Semantic-aware Noise Filter (SNF) then perform pose-tolerant alignment and artifact suppression before BEV-level fusion, addressing the noise challenge. This targeted pipeline yields more complete and topologically faithful maps with substantially fewer views than indiscriminate aggregation. On nuScenes and Argoverse2, OptiMVMap improves MapTRv2 by +10.5 mAP and +9.3 mAP, respectively, and surpasses memory-augmented baselines MVMap and HRMapNet by +6.2 mAP and +3.8 mAP on nuScenes. These results demonstrate that uncertainty-guided selection of helper vehicles is essential for efficient and accurate multi-vehicle vectorized mapping. The code is released at https://github.com/DanZeDong/OptiMVMap.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。