SOTAVerified

Boosting Unsupervised Semantic Segmentation with Principal Mask Proposals

2024-04-25Code Available1· sign in to hype

Oliver Hahn, Nikita Araslanov, Simone Schaub-Meyer, Stefan Roth

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Unsupervised semantic segmentation aims to automatically partition images into semantically meaningful regions by identifying global semantic categories within an image corpus without any form of annotation. Building upon recent advances in self-supervised representation learning, we focus on how to leverage these large pre-trained models for the downstream task of unsupervised segmentation. We present PriMaPs - Principal Mask Proposals - decomposing images into semantically meaningful masks based on their feature representation. This allows us to realize unsupervised semantic segmentation by fitting class prototypes to PriMaPs with a stochastic expectation-maximization algorithm, PriMaPs-EM. Despite its conceptual simplicity, PriMaPs-EM leads to competitive results across various pre-trained backbone models, including DINO and DINOv2, and across different datasets, such as Cityscapes, COCO-Stuff, and Potsdam-3. Importantly, PriMaPs-EM is able to boost results when applied orthogonally to current state-of-the-art unsupervised semantic segmentation pipelines. Code is available at https://github.com/visinf/primaps.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Cityscapes testPriMaPs-EM + STEGO (DINO ViT-B/8)mIoU21.6Unverified
Cityscapes testPriMaPs-EM (DINO ViT-S/8)mIoU19.4Unverified
COCO-Stuff-27PriMaPs+STEGO (DINO ViT-B/8)Clustering [mIoU]29.7Unverified
COCO-Stuff-27PriMaPs+HP (DINO ViT-S/8)Clustering [mIoU]25.1Unverified
Potsdam-3PriMaPs-EM+HP (DINO ViT-B/8)Accuracy83.3Unverified
Potsdam-3PriMaPs-EM (DINO ViT-B/8)Accuracy80.5Unverified

Reproductions