Drive&Segment: Unsupervised Semantic Segmentation of Urban Scenes via Cross-modal Distillation
Antonin Vobecky, David Hurych, Oriane Siméoni, Spyros Gidaris, Andrei Bursuc, Patrick Pérez, Josef Sivic
TL;DR
This paper tackles unsupervised pixel-wise semantic segmentation in urban driving scenes by leveraging synchronized LiDAR and camera data. It introduces Drive&Segment, a three-stage cross-modal framework that (i) extracts 3D object proposals from LiDAR and projects them to images, (ii) clusters image-features of these segments to form pseudo-classes, and (iii) uses cross-modal distillation with LiDAR-derived spatial constraints to train a transformer-based segmentation model. The approach yields significant, cross-dataset improvements over prior unsupervised methods across Cityscapes, DarkZurich, Nighttime Driving, and ACDC without any manual labels, and demonstrates robustness to challenging conditions. By fusing geometric LiDAR cues with self-supervised image representations, the method advances scalable, annotation-free perception suitable for real-world autonomous driving deployments.
Abstract
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.
