Joint Learning of Saliency Detection and Weakly Supervised Semantic Segmentation

Abstract

Existing weakly supervised semantic segmentation (WSSS) methods usually utilize the results of pre-trained saliency detection (SD) models without explicitly modelling the connections between the two tasks, which is not the most efficient configuration. Here we propose a unified multi-task learning framework to jointly solve WSSS and SD using a single network, i.e. saliency and segmentation network (SSNet). SSNet consists of a segmentation network (SN) and a saliency aggregation module (SAM). For an input image, SN generates the segmentation result and, SAM predicts the saliency of each category and aggregating the segmentation masks of all categories into a saliency map. The proposed network is trained end-to-end with image-level category labels and class-agnostic pixel-level saliency labels. Experiments on PASCAL VOC 2012 segmentation dataset and four saliency benchmark datasets show the performance of our method compares favorably against state-of-the-art weakly supervised segmentation methods and fully supervised saliency detection methods.

Cite

Text

Zeng et al. "Joint Learning of Saliency Detection and Weakly Supervised Semantic Segmentation." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00732

Markdown

[Zeng et al. "Joint Learning of Saliency Detection and Weakly Supervised Semantic Segmentation." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/zeng2019iccv-joint/) doi:10.1109/ICCV.2019.00732

BibTeX

@inproceedings{zeng2019iccv-joint,
  title     = {{Joint Learning of Saliency Detection and Weakly Supervised Semantic Segmentation}},
  author    = {Zeng, Yu and Zhuge, Yunzhi and Lu, Huchuan and Zhang, Lihe},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00732},
  url       = {https://mlanthology.org/iccv/2019/zeng2019iccv-joint/}
}