FGN: Fully Guided Network for Few-Shot Instance Segmentation

Abstract

Few-shot instance segmentation (FSIS) conjoins the few-shot learning paradigm with general instance segmentation, which provides a possible way of tackling instance segmentation in the lack of abundant labeled data for training. This paper presents a Fully Guided Network (FGN) for few-shot instance segmentation. FGN perceives FSIS as a guided model where a so-called support set is encoded and utilized to guide the predictions of a base instance segmentation network (i.e., Mask R-CNN), critical to which is the guidance mechanism. In this view, FGN introduces different guidance mechanisms into the various key components in Mask R-CNN, including Attention-Guided RPN, Relation-Guided Detector, and Attention-Guided FCN, in order to make full use of the guidance effect from the support set and adapt better to the inter-class generalization. Experiments on public datasets demonstrate that our proposed FGN can outperform the state-of-the-art methods.

Cite

Text

Fan et al. "FGN: Fully Guided Network for Few-Shot Instance Segmentation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00919

Markdown

[Fan et al. "FGN: Fully Guided Network for Few-Shot Instance Segmentation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/fan2020cvpr-fgn/) doi:10.1109/CVPR42600.2020.00919

BibTeX

@inproceedings{fan2020cvpr-fgn,
  title     = {{FGN: Fully Guided Network for Few-Shot Instance Segmentation}},
  author    = {Fan, Zhibo and Yu, Jin-Gang and Liang, Zhihao and Ou, Jiarong and Gao, Changxin and Xia, Gui-Song and Li, Yuanqing},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00919},
  url       = {https://mlanthology.org/cvpr/2020/fan2020cvpr-fgn/}
}