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 data
to better modeling of intra-class variations. Besides,graph neural network
model is used to generate and enhance the proposed part-aware prototypes. There are some details of reading and implementing it.