Automatic Image Annotation for Mapped Features Detection
Maxime Noizet, Philippe Xu, Philippe Bonnifait
TL;DR
The work tackles map-constrained pole detection for autonomous localization by automatically annotating unlabeled imagery with a multi-modal fusion of map-based, segmentation-based, and lidar-based cues. It introduces a two-step fusion process (data association and consensus-based fusion) and a mechanism to manage ambiguous labels via masking patches. Experimental results show that combining annotations improves detector training quality and that masking ambiguous regions enhances recall with limited precision loss, yielding better map-aligned pole detection. This approach enables scalable, map-specific perception without exhaustive manual labeling, with practical relevance to robust vehicle localization.
Abstract
Detecting road features is a key enabler for autonomous driving and localization. For instance, a reliable detection of poles which are widespread in road environments can improve localization. Modern deep learning-based perception systems need a significant amount of annotated data. Automatic annotation avoids time-consuming and costly manual annotation. Because automatic methods are prone to errors, managing annotation uncertainty is crucial to ensure a proper learning process. Fusing multiple annotation sources on the same dataset can be an efficient way to reduce the errors. This not only improves the quality of annotations, but also improves the learning of perception models. In this paper, we consider the fusion of three automatic annotation methods in images: feature projection from a high accuracy vector map combined with a lidar, image segmentation and lidar segmentation. Our experimental results demonstrate the significant benefits of multi-modal automatic annotation for pole detection through a comparative evaluation on manually annotated images. Finally, the resulting multi-modal fusion is used to fine-tune an object detection model for pole base detection using unlabeled data, showing overall improvements achieved by enhancing network specialization. The dataset is publicly available.
