AI GlossaryImage SegmentationENTRY — Computer Vision
[Computer Vision]
Image Segmentation.
Partitioning an image into multiple segments or regions, classifying each pixel.
In-depth explanation
01Semantic segmentation assigns class labels to each pixel (e.g., all pixels of cars labeled "car"). Instance segmentation distinguishes between different instances of the same class (car 1, car 2). Panoptic segmentation combines both. U-Net, DeepLab, and Mask R-CNN are popular architectures.
Examples
02EX. 01
Medical image analysis
EX. 02
Autonomous driving scene understanding
[NEXT] — APPLY THE CONCEPT
Master Image Segmentation.
Learn how to apply this concept with hands-on projects in our comprehensive AI programs.