mask rcnn
architecture
training
Stage-wise training: First stage: train a Faster R-CNN Second stage: train mask head and weight transfer with box head fixed
End-to-end joint training: Jointly train the bounding box head and the mask head But stop the gradient with the respect to $ W^c_{det} $
Ablation Experiment
Train on COCO by partitioning the 80 classes into sets A and B, 20/60 split , 20 contained in PASCAL VOC and the 60 that are not
Large-Scale Instance Segmentation
A from the COCO dataset, B from the Visual Genome (VG) dataset VG: 108077 images , over 7000 category synsets annotated with object bounding boxes
Conclusion:
- partially supervised
- Weight transfer
- Multi-task
-
Previous
High-Resolution Image Synthesis and Semantic Manipulation with Conditional GANs -
Next
Neural Color Transfer between Images