EAGLE: Eigen Aggregation Learning for Object-Centric Unsupervised Semantic Segmentation
Chanyoung Kim, Woojung Han, Dayun Ju, Seong Jae Hwang
TL;DR
EAGLE tackles unsupervised semantic segmentation of complex objects by introducing EiCue, an eigenbasis cue derived from a learnable graph Laplacian that fuses color affinity with semantic similarity. It couples EiCue with an object-centric contrastive learning framework that builds learnable prototypes for each object and enforces intra- and inter-image consistency via a two-direction NCE loss, integrated into a total objective L_total = λ_{nce} L_{nce}^{x↔~x} + (1−λ_{nce}) L_{corr} + λ_{eig} L_{eig}. The approach leverages differentiable eigen clustering to obtain object-level structure and demonstrates state-of-the-art performance on COCO-Stuff, Cityscapes, and Potsdam-3, underscoring its capacity to discern object semantics across diverse scenes. While effective, the method incurs higher training costs due to adjacency/Laplacian construction, highlighting a trade-off between accuracy and computation and suggesting avenues for sampling-based EiCue construction in broader domains.
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.
