CRNet

CRNet

CRNet(Cross-Reference Networks)[1] make predictions for both the support image and the query image. It can better find the co-occurrent objects in the two images, thus helping the few-shot segmentation task. There are some details of reading and implementing it.

Contents


Paper & Code & note


Paper: CRNet: Cross-Reference Networks for Few-Shot Segmentation(CVPR 2020 paper)
Code: [Code]
Note: Mendeley

Paper


Abstract

CRNet_Abstract.png

  1. Image segmentation algorithms are based on deep convolutional neural networks in recent years.
  2. Few-shot segmentation aims to learn a segmentation model that can be gener- alized to novel classes with only a few training images.
  3. In this work, they propose a cross-reference network (CRNet) including cross-reference module for finding the co-occurrent objects and mask refinement module for refining predictions.
  4. It achieves state-of-the-art performance on the PASCAL VOC 2012 dataset.

Problem Description

CRNet_PD.png

Problem Solution

CRNet_PS.png

Conceptual Understanding

CRNet_Comparison.png
CRNet_Network.png

Core Conception

CRNet_cross-reference.png
CRNet_condition.png
CRNet_refinement.png

Experiments

CRNet_examples.png
CRNet_Comparison-1-shot.png
CRNet_Comparison-5-shot.png

Code


[Updating]

Note


[Updating]

References


[1] Liu W, Zhang C, Lin G, et al. CRNet: Cross-Reference Networks for Few-Shot Segmentation[C]//Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2020: 4165-4173.


  CRNetDLFSS

Comments

Your browser is out-of-date!

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

×