Skip to content

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

License

Notifications You must be signed in to change notification settings

mostafa-saad/segment-correction-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published