SOTAVerified

EAGLE: Eigen Aggregation Learning for Object-Centric Unsupervised Semantic Segmentation

2024-03-03CVPR 2024Code Available2· sign in to hype

Chanyoung Kim, Woojung Han, Dayun Ju, Seong Jae Hwang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Semantic segmentation has innately relied on extensive pixel-level annotated data, leading to the emergence of unsupervised methodologies. Among them, leveraging self-supervised Vision Transformers for unsupervised semantic segmentation (USS) has been making steady progress with expressive deep features. Yet, for semantically segmenting images with complex objects, a predominant challenge remains: the lack of explicit object-level semantic encoding in patch-level features. This technical limitation often leads to inadequate segmentation of complex objects with diverse structures. To address this gap, we present a novel approach, EAGLE, which emphasizes object-centric representation learning for unsupervised semantic segmentation. Specifically, we introduce EiCue, a spectral technique providing semantic and structural cues through an eigenbasis derived from the semantic similarity matrix of deep image features and color affinity from an image. Further, by incorporating our object-centric contrastive loss with EiCue, we guide our model to learn object-level representations with intra- and inter-image object-feature consistency, thereby enhancing semantic accuracy. Extensive experiments on COCO-Stuff, Cityscapes, and Potsdam-3 datasets demonstrate the state-of-the-art USS results of EAGLE with accurate and consistent semantic segmentation across complex scenes.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Cityscapes testEAGLE (DINO, ViT-B/8)mIoU22.1Unverified
Cityscapes testEAGLE (DINO, ViT-S/8)mIoU19.7Unverified
COCO-Stuff-27EAGLE (DINO, ViT-S/8)Clustering [mIoU]27.2Unverified
Potsdam-3EAGLE (DINO, ViT-B/8)Accuracy83.3Unverified

Reproductions