ml, rpa,

Image segmentation: resources

Gerald Haslhofer Gerald Haslhofer Follow Sep 07, 2019 · 2 mins read
Image segmentation: resources
Share this

Segment the screen / disambiguate areas of interest

Intros

Specific algorithms

Deeplab

Particularly usable for high performance and real-time applications. Suitable for feasibility checks - easy to implement and works well for real-time applications.

Convolutional networks

Mask R-CNN takes a different approach as the encoder-decoder structure. It is an extension of Faster R-CNN, which is used for object detection. Besides the class label and bounding box coordinates, it returns the mask for each object.

Implementation:

GAN

YoloV3

Document structure. Figure out which input elements belong to which text elements
Semantics of words - Word2Vec

Useful links for implementation:

useful image