Unsupervised Semantic Segmentation Through Depth-Guided Feature Correlation and Sampling
Leon Sick, Dominik Engel, Pedro Hermosilla, Timo Ropinski
TL;DR
This work tackles unsupervised semantic segmentation by introducing DepthG, a method that injects 3D scene structure into contrastive learning. It combines a Depth-Feature Correlation loss with a Depth-Guided Farthest Point Sampling scheme to align 3D distances with feature similarities and to sample features in geometry-aware ways. Depths are obtained with zero-shot monocular depth estimators during training, and the method remains depth-free at test time. Across COCO-Stuff, Cityscapes, and Potsdam, DepthG achieves state-of-the-art unsupervised results, highlighting the value of incorporating depth priors into self-supervised segmentation.
Abstract
Traditionally, training neural networks to perform semantic segmentation required expensive human-made annotations. But more recently, advances in the field of unsupervised learning have made significant progress on this issue and towards closing the gap to supervised algorithms. To achieve this, semantic knowledge is distilled by learning to correlate randomly sampled features from images across an entire dataset. In this work, we build upon these advances by incorporating information about the structure of the scene into the training process through the use of depth information. We achieve this by (1) learning depth-feature correlation by spatially correlate the feature maps with the depth maps to induce knowledge about the structure of the scene and (2) implementing farthest-point sampling to more effectively select relevant features by utilizing 3D sampling techniques on depth information of the scene. Finally, we demonstrate the effectiveness of our technical contributions through extensive experimentation and present significant improvements in performance across multiple benchmark datasets.
