Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

39 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors