paper-with-me

홈 › Papers

Beyond Chamfer Distance: Granular Order-aware Evaluation Metric For Online Mapping

2026-05-21 · Chouaib Bencheikh Lehocine, Adam Lilja, Junsheng Fu, Lars Hammarstrand arxiv

Online map estimation is a crucial component of autonomous driving systems that reduces the reliance on costly high-definition maps. State-of-the-art (SOTA) methods commonly predict map elements as ordered sequences of points that form polylines and polygons. The evaluation of these methods relies predominantly on mean average precision (mAP) based on thresholded Chamfer distance (CD). This framework lacks sensitivity to point ordering and provides limited granularity in assessing geometric quality, making it difficult to distinguish which methods truly excel over others. In this work, we address these limitations on two fronts. For the single-instance similarity measure, we introduce sequence optimal sub-pattern assignment (SOSPA), an order-aware metric that enables fine-grained evaluation of individual geometries while satisfying all metric axioms. For the multi-instance evaluation framework, we propose polyline localisation and detection (PLD), a soft metric that jointly captures detection quality and geometric accuracy, replacing the hard thresholding of mAP with a principled soft assignment. Through evaluations on nuScenes, we demonstrate that PLD effectively ranks SOTA online mapping methods (MapTRv2, StreamMapNet, MapTracker) while providing a decomposed error analysis. This analysis identifies detection capability as the dominant bottleneck in current methods, revealing a performance trend that mAP fails to capture. Code for evaluation using our metrics will be released.

📄 PDF Abstract BibTeX arXiv:2605.22578

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

On the Structural Failure of Chamfer Distance in 3D Shape Optimization

2026-03-10 · Chang-Yong Song, David Hyde arxiv

Chamfer distance is the standard training loss for point cloud reconstruction, completion, and generation, yet directly optimizing it can produce worse Chamfer values than not optimizing it at all. We show that this para…

Hyperbolic Chamfer Distance for Point Cloud Completion and Beyond

2024-12-23 · Fangzhou Lin, Songlin Hou, Haotian Liu, Shang Gao 외

Chamfer Distance (CD) is widely used as a metric to quantify difference between two point clouds. In point cloud completion, Chamfer Distance (CD) is typically used as a loss function in deep learning frameworks. However…

Image ReconstructionPoint Cloud Completion

Density-aware Chamfer Distance as a Comprehensive Metric for Point Cloud Completion

2021-11-24 · Tong Wu, Liang Pan, Junzhe Zhang, Tai Wang 외

Chamfer Distance (CD) and Earth Mover's Distance (EMD) are two broadly adopted metrics for measuring the similarity between two point sets. However, CD is usually insensitive to mismatched local density, and EMD is usual…

Point Cloud Completion

Balanced Chamfer Distance as a Comprehensive Metric for Point Cloud Completion

2021-12-01 · NeurIPS 2021 12 · Tong Wu, Liang Pan, Junzhe Zhang, Tai Wang 외

Chamfer Distance (CD) and Earth Mover’s Distance (EMD) are two broadly adopted metrics for measuring the similarity between two point sets. However, CD is usually insensitive to mismatched local density, and EMD is usual…

Point Cloud Completion

Near-Linear Time Algorithm for the Chamfer Distance

2023-09-21 · NeurIPS 2023 11

For any two point sets $A,B \subset \mathbb{R}^d$ of size up to $n$, the Chamfer distance from $A$ to $B$ is defined as $\texttt{CH}(A,B)=\sum_{a \in A} \min_{b \in B} d_X(a,b)$, where $d_X$ is the underlying distance me…