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

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

A new evaluation framework, Polyline Localisation and Detection (PLD), is introduced for online map estimation in autonomous driving systems, addressing limitations of existing metrics like mean average precision (mAP) based on Chamfer distance (CD). Current state-of-the-art methods predict map elements as ordered sequences of points forming polylines and polygons, but mAP lacks sensitivity to point ordering and offers limited granularity in geometric quality assessment. This work proposes two improvements: Sequence Optimal Sub-Pattern Assignment (SOSPA) for single-instance similarity, an order-aware metric providing fine-grained evaluation of individual geometries, and PLD for multi-instance evaluation. PLD is a soft metric that jointly captures detection quality and geometric accuracy, replacing mAP's hard thresholding with a principled soft assignment. Evaluations on nuScenes demonstrate PLD's effectiveness in ranking state-of-the-art online mapping methods (MapTRv2, StreamMapNet, MapTracker) and providing decomposed error analysis, revealing detection capability as the primary bottleneck, a trend mAP fails to capture.

Key takeaway

For Machine Learning Engineers developing autonomous driving systems, current online mapping evaluation using mAP with Chamfer distance is insufficient. You should adopt the new PLD and SOSPA metrics to gain granular, order-aware insights into your model's performance. This will enable you to accurately rank state-of-the-art methods and precisely identify whether detection capability or geometric accuracy is the dominant bottleneck in your system, guiding more effective development efforts.

Key insights

New metrics, SOSPA and PLD, offer granular, order-aware evaluation for online mapping, revealing detection as a key bottleneck.

Principles

Method

SOSPA provides order-aware single-instance similarity. PLD, a soft multi-instance metric, jointly captures detection and geometric accuracy, replacing hard mAP thresholds with principled soft assignment.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.