PiCIE: Unsupervised Semantic Segmentation Using Invariance and Equivariance in Clustering
Abstract
We present a new framework for semantic segmentation without annotations via clustering. Off-the-shelf clustering methods are limited to curated, single-label, and object-centric images yet real-world data are dominantly uncurated, multi-label, and scene-centric. We extend clustering from images to pixels and assign separate cluster membership to different instances within each image. However, solely relying on pixel-wise feature similarity fails to learn high-level semantic concepts and overfits to low-level visual cues. We propose a method to incorporate geometric consistency as an inductive bias to learn invariance and equivariance for photometric and geometric variations. With our novel learning objective, our framework can learn high-level semantic concepts. Our method, PiCIE (Pixel-level feature Clustering using Invariance and Equivariance), is the first method capable of segmenting both things and stuff categories without any hyperparameter tuning or task-specific pre-processing. Our method largely outperforms existing baselines on COCO and Cityscapes with +17.5 Acc. and +4.5 mIoU. We show that PiCIE gives a better initialization for standard supervised training. The code is available at https:// github.com/janghyuncho/PiCIE.
Cite
Text
Cho et al. "PiCIE: Unsupervised Semantic Segmentation Using Invariance and Equivariance in Clustering." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01652Markdown
[Cho et al. "PiCIE: Unsupervised Semantic Segmentation Using Invariance and Equivariance in Clustering." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/cho2021cvpr-picie/) doi:10.1109/CVPR46437.2021.01652BibTeX
@inproceedings{cho2021cvpr-picie,
title = {{PiCIE: Unsupervised Semantic Segmentation Using Invariance and Equivariance in Clustering}},
author = {Cho, Jang Hyun and Mall, Utkarsh and Bala, Kavita and Hariharan, Bharath},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2021},
pages = {16794-16804},
doi = {10.1109/CVPR46437.2021.01652},
url = {https://mlanthology.org/cvpr/2021/cho2021cvpr-picie/}
}