Getting Started with Semantic Segmentation Using Deep Learning
Segmentation is essential for image analysis tasks. Semantic segmentation describes the process of associating each pixel of an image with a class label, (such as flower, person, road, sky, ocean, or car).
Applications for semantic segmentation include:
Autonomous driving
Industrial inspection
Classification of terrain visible in satellite imagery
Medical imaging analysis
Label Training Data for Semantic Segmentation
You can use the Image Labeler, Video Labeler, or Ground Truth Labeler (Automated Driving Toolbox) apps to interactively label pixels and export label data for training. The app can also be used to label rectangular regions of interest (ROIs) and scene labels for image classification.
For more information on importing a data set with existing pixel labels, see Import Pixel Labeled Dataset For Semantic Segmentation.
Large datasets enable faster and more accurate mapping to a particular input (or input aspect). Using data augmentation provides a means of leveraging limited datasets for training. Minor changes, such as translation, cropping, or transforming an image provides new distinct and unique images. See Preprocess Images for Deep Learning.
Train and Test a Semantic Segmentation Network
Train a semantic segmentation network using these steps:
1. Analyze Training Data for Semantic Segmentation
2. Create a Semantic Segmentation Network
Segment Objects Using Pretrained DeepLabv3+ Network
MathWorks® GitHub® repository provides implementations of the latest pretrained deep learning networks to download and use for performing out-of-the-box inference.
For a list of all the latest MathWorks pretrained semantic segmentation models and examples, see MATLAB Deep Learning (GitHub).
See Also
Apps
Functions
semanticseg
|semanticSegmentationMetrics
|evaluateSemanticSegmentation
|pixelLabelDatastore
|deeplabv3plus
|unet
|unet3d
|dlnetwork
(Deep Learning Toolbox)
Related Examples
- Augment Pixel Labels for Semantic Segmentation
- Import Pixel Labeled Dataset For Semantic Segmentation
- Automatically Label Ground Truth Using Segment Anything Model
- Label Pixels for Semantic Segmentation
- Semantic Segmentation Using Deep Learning
- Semantic Segmentation Using Dilated Convolutions
- Calculate Segmentation Metrics in Block-Based Workflow
- Explore Semantic Segmentation Network Using Grad-CAM
More About
- Deep Learning in MATLAB (Deep Learning Toolbox)