1. Semantic Segmentation

Definition

Semantic segmentation is the task of labeling each pixel in an image with a category, such as "sky," "tree," or "car." Unlike object detection, semantic segmentation captures spatial extent, focusing on regions rather than bounding boxes.

Key Tasks in Segmentation

Performance Metric: Intersection over Union (IoU)


2. Fully Convolutional Networks (FCNs)

Overview

Introduced in 2015, FCNs are deep learning models designed for end-to-end pixel-wise prediction.

Challenges

  1. Effective Receptive Field:
  2. Computational Cost:

Solutions