FeaBoost: Joint Feature and Label Refinement for Semantic Segmentation

Abstract

We propose a novel approach, called FeaBoost, to image semantic segmentation with only image-level labels taken as weakly-supervised constraints. Our approach is motivated from two evidences: 1) each superpixel can be represented as a linear combination of basic components (e.g., predefined classes); 2) visually similar superpixels have high probability to share the same set of labels, i.e., they tend to have common combination of predefined classes. By taking these two evidences into consideration, semantic segmentation is formulated as joint feature and label refinement over superpixels. Furthermore, we develop an efficient FeaBoost algorithm to solve such optimization problem. Extensive experiments on the MSRC and LabelMe datasets demonstrate the superior performance of our FeaBoost approach in comparison with the state-of-the-art methods, especially when noisy labels are provided for semantic segmentation.

Cite

Text

Niu et al. "FeaBoost: Joint Feature and Label Refinement for Semantic Segmentation." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.10731

Markdown

[Niu et al. "FeaBoost: Joint Feature and Label Refinement for Semantic Segmentation." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/niu2017aaai-feaboost/) doi:10.1609/AAAI.V31I1.10731

BibTeX

@inproceedings{niu2017aaai-feaboost,
  title     = {{FeaBoost: Joint Feature and Label Refinement for Semantic Segmentation}},
  author    = {Niu, Yulei and Lu, Zhiwu and Huang, Songfang and Gao, Xin and Wen, Ji-Rong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {1474-1480},
  doi       = {10.1609/AAAI.V31I1.10731},
  url       = {https://mlanthology.org/aaai/2017/niu2017aaai-feaboost/}
}