You are here: Artificial Intelligence > Deep Learning > Training Deep Models for Semantic Segmentation

Training Deep Models for Semantic Segmentation

This topic provides information for generating and training deep models for semantic segmentation. In many cases, Deep Learning has surpassed other approaches, such as thresholding, K-means clustering, classic machine learning, and others, for semantic segmentation. Semantic segmentation is the task of classifying each pixel in an image from a predefined set of classes that are “semantically interpretable” and correspond to real-world categories. This is also known as dense prediction because it predicts the meaning of each pixel.

Semantic segmentation is different from object detection (see Object Detection with YOLOv3) as it does not predict any bounding boxes around the objects. As such, different instances of the same object are not distinguished. For example, there could be multiple fibers in an image and all of them would have the same class.

 

Dragonfly Help Live Version