PANet

PANet

PANet(PANet: Few-Shot Image Semantic Segmentation with Prototype Alignment)[1] learns class-specific prototype representations for images and matches each pixel to the learned prototypes. There are some details of reading and implementing it.

Contents


Paper & Code & note


Paper: PANet: Few-Shot Image Semantic Segmentation with Prototype Alignment(ICCV 2019 paper)
Code: PyTorch
Note: Mendeley

Paper


Abstract

PANet_Abstract.png

Problem Solution

PANet_Overview.png
PANet_PS.png

Conceptual Understanding

PANet_network.png

Prototype learning

PANet_prototype.png

Non-parametric metric learning

PANet_metric.png

Core Conception

PANet_Algorithm.png

Experiments

PANet_results.png
PANet_QR.png

Code


[Updating]

Note


  • provided a baseline in prototype learning for few-shot segmentation.

References


[1] Wang K, Liew J H, Zou Y, et al. Panet: Few-shot image semantic segmentation with prototype alignment[C]//Proceedings of the IEEE International Conference on Computer Vision. 2019: 9197-9206.
[2] PANet. https://github.com/kaixin96/PANet.


  DLFSSPANet

Comments

Your browser is out-of-date!

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

×