Semantic-Aware Superpixel for Weakly Supervised Semantic Segmentation

Abstract

Weakly-supervised semantic segmentation aims to train a semantic segmentation network using weak labels. Among weak labels, image-level label has been the most popular choice due to its simplicity. However, since image-level labels lack accurate object region information, additional modules such as saliency detector have been exploited in weakly supervised semantic segmentation, which requires pixel-level label for training. In this paper, we explore a self-supervised vision transformer to mitigate the heavy efforts on generation of pixel-level annotations. By exploiting the features obtained from self-supervised vision transformer, our superpixel discovery method finds out the semantic-aware superpixels based on the feature similarity in an unsupervised manner. Once we obtain the superpixels, we train the semantic segmentation network using superpixel-guided seeded region growing method. Despite its simplicity, our approach achieves the competitive result with the state-of-the-arts on PASCAL VOC 2012 and MS-COCO 2014 semantic segmentation datasets for weakly supervised semantic segmentation. Our code is available at https://github.com/st17kim/semantic-aware-superpixel.

Cite

Text

Kim et al. "Semantic-Aware Superpixel for Weakly Supervised Semantic Segmentation." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I1.25196

Markdown

[Kim et al. "Semantic-Aware Superpixel for Weakly Supervised Semantic Segmentation." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/kim2023aaai-semantic/) doi:10.1609/AAAI.V37I1.25196

BibTeX

@inproceedings{kim2023aaai-semantic,
  title     = {{Semantic-Aware Superpixel for Weakly Supervised Semantic Segmentation}},
  author    = {Kim, Sangtae and Park, Daeyoung and Shim, Byonghyo},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {1142-1150},
  doi       = {10.1609/AAAI.V37I1.25196},
  url       = {https://mlanthology.org/aaai/2023/kim2023aaai-semantic/}
}