English

Unsupervised Semantic Segmentation by Distilling Feature Correspondences

Computer Vision and Pattern Recognition 2022-03-17 v1 Artificial Intelligence Machine Learning Machine Learning

Abstract

Unsupervised semantic segmentation aims to discover and localize semantically meaningful categories within image corpora without any form of annotation. To solve this task, algorithms must produce features for every pixel that are both semantically meaningful and compact enough to form distinct clusters. Unlike previous works which achieve this with a single end-to-end framework, we propose to separate feature learning from cluster compactification. Empirically, we show that current unsupervised feature learning frameworks already generate dense features whose correlations are semantically consistent. This observation motivates us to design STEGO (S\textbf{S}elf-supervised T\textbf{T}ransformer with E\textbf{E}nergy-based G\textbf{G}raph O\textbf{O}ptimization), a novel framework that distills unsupervised features into high-quality discrete semantic labels. At the core of STEGO is a novel contrastive loss function that encourages features to form compact clusters while preserving their relationships across the corpora. STEGO yields a significant improvement over the prior state of the art, on both the CocoStuff (+14 mIoU\textbf{+14 mIoU}) and Cityscapes (+9 mIoU\textbf{+9 mIoU}) semantic segmentation challenges.

Keywords

Cite

@article{arxiv.2203.08414,
  title  = {Unsupervised Semantic Segmentation by Distilling Feature Correspondences},
  author = {Mark Hamilton and Zhoutong Zhang and Bharath Hariharan and Noah Snavely and William T. Freeman},
  journal= {arXiv preprint arXiv:2203.08414},
  year   = {2022}
}
R2 v1 2026-06-24T10:15:13.774Z