References

Proposal Based Approach

Learning to segment object candidates (Deep Mask) (NIPS 2015)

Instance-aware semantic segmentation via multi-task network cascades (CVPR 2016)

  • Source *

Mask R-CNN (2017)

  • Source
  • Key contribution points
    • ROI Align instead of ROI Pooling
    • Mask Segmentation using Sigmoid on each class not Softmax on overall classes
  • Questions
    • ROI Align Resolution is just 14x14
      • How to deal with the boundaries of large objects?

Approach using Recurrent NN

Recurrent Instance Segmentation (ECCV 2016)


In [ ]: