CVOct 27, 2023

SmooSeg: Smoothness Prior for Unsupervised Semantic Segmentation

arXiv:2310.17874v121 citationsh-index: 9
Originality Incremental advance
AI Analysis

This work addresses the problem of segmenting images into semantic groups without manual annotations for computer vision applications, representing a strong incremental advance.

The paper tackled unsupervised semantic segmentation by introducing a smoothness prior that frames the task as energy minimization, resulting in significant pixel accuracy improvements over STEGO on COCOStuff (+14.9%), Cityscapes (+13.0%), and Potsdam-3 (+5.7%).

Unsupervised semantic segmentation is a challenging task that segments images into semantic groups without manual annotation. Prior works have primarily focused on leveraging prior knowledge of semantic consistency or priori concepts from self-supervised learning methods, which often overlook the coherence property of image segments. In this paper, we demonstrate that the smoothness prior, asserting that close features in a metric space share the same semantics, can significantly simplify segmentation by casting unsupervised semantic segmentation as an energy minimization problem. Under this paradigm, we propose a novel approach called SmooSeg that harnesses self-supervised learning methods to model the closeness relationships among observations as smoothness signals. To effectively discover coherent semantic segments, we introduce a novel smoothness loss that promotes piecewise smoothness within segments while preserving discontinuities across different segments. Additionally, to further enhance segmentation quality, we design an asymmetric teacher-student style predictor that generates smoothly updated pseudo labels, facilitating an optimal fit between observations and labeling outputs. Thanks to the rich supervision cues of the smoothness prior, our SmooSeg significantly outperforms STEGO in terms of pixel accuracy on three datasets: COCOStuff (+14.9%), Cityscapes (+13.0%), and Potsdam-3 (+5.7%).

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