PPNet(Part-aware Prototype Network for Few-shot Semantic Segmentation)[1] decompose the holistic class representation into a set of
part-aware prototypes, and leverageunlabeled datato better modeling of intra-class variations. Besides,graph neural networkmodel is used to generate and enhance the proposed part-aware prototypes. There are some details of reading and implementing it.
CANet(CANet: Class-Agnostic Segmentation Networks with Iterative Refinement and Attentive Few-Shot Learning)[1] consists of a two-branch dense comparison module which performs
multi-level feature comparison, and an iterative optimization module which iterativelyrefines the predicted results. There are some details of reading and implementing it.
OSLSM(One-Shot Learning for Semantic Segmentation)[1] firstly proposed two-branch approach to one-shot semantic segmentation. Conditioning branch trains a network
to get parameter$\theta$, and Segmentaion branchoutputs the final maskbased on parameter $\theta$. There are some details of reading and implementing it.
Mask R-CNN[1] is a framework for object instance segmentation, which adds a branch for
predicting an object maskin parallel with the existing branch for bounding box recognition ofFaster R-CNN. There are some details of reading and implementing it.
Update your browser to view this website correctly. Update my browser now