CVMar 3, 2024

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

arXiv:2403.01482v434 citationsh-index: 7CVPR
AI Analysis

This work addresses the challenge of segmenting complex objects without pixel-level annotations, which is an incremental improvement in unsupervised semantic segmentation for computer vision applications.

The paper tackled the problem of inadequate segmentation of complex objects in unsupervised semantic segmentation by introducing EAGLE, an object-centric approach that achieved state-of-the-art results on datasets like COCO-Stuff, Cityscapes, and Potsdam-3.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes