Rethinking Alignment and Uniformity in Unsupervised Semantic Segmentation
Daoan Zhang, Chenming Li, Haoquan Li, Wenjian Huang, Lingyun Huang, Jianguo Zhang
TL;DR
This work tackles unsupervised image semantic segmentation (UISS) by analyzing the limitations of mutual-information (MI)-based supervision and proposing a robust framework called Semantic Attention Network (SAN). SAN introduces the Semantic Attention (SEAT) module to dynamically align pixel-wise embeddings with batch-wise semantic representations, leveraging a CNN-based pixel encoder and a Vision Transformer (ViT) semantic backbone. To combat representation collapse common in MI-based approaches, the authors employ an image reconstruction constraint and enforce orthogonality of semantic embeddings, ensuring both alignment and uniformity across pixel and semantic spaces. Empirical results on five challenging datasets show that SAN achieves state-of-the-art performance among unpretrained methods and competitive results with pretrained baselines, highlighting its robustness and effectiveness for unsupervised dense semantic segmentation.
Abstract
Unsupervised image semantic segmentation(UISS) aims to match low-level visual features with semantic-level representations without outer supervision. In this paper, we address the critical properties from the view of feature alignments and feature uniformity for UISS models. We also make a comparison between UISS and image-wise representation learning. Based on the analysis, we argue that the existing MI-based methods in UISS suffer from representation collapse. By this, we proposed a robust network called Semantic Attention Network(SAN), in which a new module Semantic Attention(SEAT) is proposed to generate pixel-wise and semantic features dynamically. Experimental results on multiple semantic segmentation benchmarks show that our unsupervised segmentation framework specializes in catching semantic representations, which outperforms all the unpretrained and even several pretrained methods.
