mostafa-saad / segment-correction-net

Paper ibrahim et al, cvpr 2020 - Semi-Supervised Semantic Image Segmentation With Self-Correcting Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contents

  1. Code
  2. Model
  3. Links
  4. Citation

Code

  • I am still trying to get permission from the Company, Dwave
  • Our code is based on this deeplabv3+ repo. Our changes mainly:
  • Extention to their loss function with extra Cross Entropy calls for the self-correction modules
  • A small cnn network for merging logits
  • A small cnn to encode the bbounding box and inject in the decoder at some scale (Deeplab uses 2 scales)
  • Several scripts to prepare the data to be saved/loaded from the ancilary model

Model

Figure 1

Figure 1

Links

Citation

@inproceedings{msibrahiCVPR20segmentcorrectionnet,
  author    = {Mostafa S. Ibrahim and Arash Vahdat and Mani Ranjbar and William G. Macready},
  title     = {Semi-Supervised Semantic Image Segmentation With Self-Correcting Networks.},
  booktitle = {2020 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year      = {2020}
}

About

Paper ibrahim et al, cvpr 2020 - Semi-Supervised Semantic Image Segmentation With Self-Correcting Networks

License:BSD 2-Clause "Simplified" License