The problem of traditonal supervised CNN is that it needs the number of well-annotated data, the balance of class distribution and sample representation. Moreover, it is not suitable for unseen class data.
Few-shot learning can be a good solution for such problems. The goal of FSS is to segment the target region of selected category in the query image.
There are many attempts to get more guidance from prototype vectors adopting different mechanism( PANet, PFENet, SG-One Net ... )
However, such approach( PANet, PFENet, SG-One Net ... ) can lose fine information of an image due to masked average pooling operation. Therefore, this paper tried to deal with this problem with Multi-Similarity module and Attention module.
Reference
- MSANet: Multi-Similarity and Attention Guidance for Boosting Few-Shot
Segmentation