Weakly-Supervised Instance Segmentation via Class-Agnostic Learning with Salient Images
Abstract
Humans have a strong class-agnostic object segmentation ability and can outline boundaries of unknown objects precisely, which motivates us to propose a box-supervised class-agnostic object segmentation (BoxCaseg) based solution for weakly-supervised instance segmentation. The BoxCaseg model is jointly trained using box-supervised images and salient images in a multi-task learning manner. The fine-annotated salient images provide class-agnostic and precise object localization guidance for box-supervised images. The object masks predicted by a pretrained BoxCaseg model are refined via a novel merged and dropped strategy as proxy ground truth to train a Mask R-CNN for weakly-supervised instance segmentation. Only using 7991 salient images, the weakly-supervised Mask R-CNN is on par with fully-supervised Mask R-CNN on PASCAL VOC and significantly outperforms previous state-of-the-art box-supervised instance segmentation methods on COCO. The source code, pretrained models and datasets are available at https://github.com/hustvl/BoxCaseg.
Cite
Text
Wang et al. "Weakly-Supervised Instance Segmentation via Class-Agnostic Learning with Salient Images." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01009Markdown
[Wang et al. "Weakly-Supervised Instance Segmentation via Class-Agnostic Learning with Salient Images." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/wang2021cvpr-weaklysupervised/) doi:10.1109/CVPR46437.2021.01009BibTeX
@inproceedings{wang2021cvpr-weaklysupervised,
title = {{Weakly-Supervised Instance Segmentation via Class-Agnostic Learning with Salient Images}},
author = {Wang, Xinggang and Feng, Jiapei and Hu, Bin and Ding, Qi and Ran, Longjin and Chen, Xiaoxin and Liu, Wenyu},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2021},
pages = {10225-10235},
doi = {10.1109/CVPR46437.2021.01009},
url = {https://mlanthology.org/cvpr/2021/wang2021cvpr-weaklysupervised/}
}