PANet(PANet: Few-Shot Image Semantic Segmentation with Prototype Alignment)[1]
learns class-specific prototyperepresentations for images andmatches each pixelto the learned 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