CVMar 21, 2022

Drive&Segment: Unsupervised Semantic Segmentation of Urban Scenes via Cross-modal Distillation

arXiv:2203.11160v229 citationsh-index: 78
Originality Incremental advance
AI Analysis

This addresses the problem of reducing manual annotation costs for autonomous driving systems, though it is incremental by building on existing cross-modal methods.

The authors tackled unsupervised semantic segmentation of urban scenes by using cross-modal distillation between LiDAR and camera data, achieving state-of-the-art results on four datasets without finetuning.

This work investigates learning pixel-wise semantic image segmentation in urban scenes without any manual annotation, just from the raw non-curated data collected by cars which, equipped with cameras and LiDAR sensors, drive around a city. Our contributions are threefold. First, we propose a novel method for cross-modal unsupervised learning of semantic image segmentation by leveraging synchronized LiDAR and image data. The key ingredient of our method is the use of an object proposal module that analyzes the LiDAR point cloud to obtain proposals for spatially consistent objects. Second, we show that these 3D object proposals can be aligned with the input images and reliably clustered into semantically meaningful pseudo-classes. Finally, we develop a cross-modal distillation approach that leverages image data partially annotated with the resulting pseudo-classes to train a transformer-based model for image semantic segmentation. We show the generalization capabilities of our method by testing on four different testing datasets (Cityscapes, Dark Zurich, Nighttime Driving and ACDC) without any finetuning, and demonstrate significant improvements compared to the current state of the art on this problem. See project webpage https://vobecant.github.io/DriveAndSegment/ for the code and more.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes