Instance Segmentation
Detect all objects in the image, and identify the pixels that belong to each
- Only things not stuff
- Objects that can be separated into object instances
Approach
- perform object detection
- predict a segmentation mask for each object
Mask R-CNN
Adding onto Object Detection#Faster R-CNN
Attach a separate branch for segmentation
Example Training Targets
A pair of boundary box, category and segmentation mask
Panoptic Segmentation
Label all pixels in the image
- Both things and stuff
Keypoint Estimation
Attach another branch on Mask R-CNN