PPNet

PPNet

PPNet(Part-aware Prototype Network for Few-shot Semantic Segmentation)[1] decompose the holistic class representation into a set of part-aware prototypes, and leverage unlabeled 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.

Contents


Paper & Code & note


Paper: Part-aware Prototype Network for Few-shot Semantic Segmentation
Code: PyTorch
Note: Mendeley

Paper


Abstract

PPNet_Abstract.png

Problem Description

PPNet_PD.png

Problem Solution

PPNet_PS.png

Conceptual Understanding

PPNet_network.png

Core Conception

PPNet_Module.png

Part Generation

PPNet_RartG.png

Part Refinement

PPNet_PartR.png

Mask Generation

PPNet_MaskG.png

Experiments

PPNet_results.png
PPNet_visualization.png

Code


  1. The complete code can be found in PPNet-PyTorch[2].

[Updating]

Note


  • decomposed objects to a set of part based on prototype for few-shot segmentation.

References


[1] Liu Y, Zhang X, Zhang S, et al. Part-aware prototype network for few-shot semantic segmentation[C]//European Conference on Computer Vision. Springer, Cham, 2020: 142-158.
[2] PPNet-PyTorch. https://github.com/Xiangyi1996/PPNet-PyTorch.


  DLFSSPPNet

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×