English

Causal Unsupervised Semantic Segmentation

Computer Vision and Pattern Recognition 2026-05-11 v1 Artificial Intelligence Machine Learning

Abstract

Unsupervised semantic segmentation aims to achieve high-quality semantic grouping without human-labeled annotations. With the advent of self-supervised pre-training, various frameworks utilize the pre-trained features to train prediction heads for unsupervised dense prediction. However, a significant challenge in this unsupervised setup is determining the appropriate level of clustering required for segmenting concepts. To address it, we propose a novel framework, CAusal Unsupervised Semantic sEgmentation (CAUSE), which leverages insights from causal inference. Specifically, we bridge intervention-oriented approach (i.e., frontdoor adjustment) to define suitable two-step tasks for unsupervised prediction. The first step involves constructing a concept clusterbook as a mediator, which represents possible concept prototypes at different levels of granularity in a discretized form. Then, the mediator establishes an explicit link to the subsequent concept-wise self-supervised learning for pixel-level grouping. Through extensive experiments and analyses on various datasets, we corroborate the effectiveness of CAUSE and achieve state-of-the-art performance in unsupervised semantic segmentation.

Keywords

Cite

@article{arxiv.2310.07379,
  title  = {Causal Unsupervised Semantic Segmentation},
  author = {Junho Kim and Byung-Kwan Lee and Yong Man Ro},
  journal= {arXiv preprint arXiv:2310.07379},
  year   = {2026}
}

Comments

code available: https://github.com/ByungKwanLee/Causal-Unsupervised-Segmentation

R2 v1 2026-06-28T12:47:13.231Z