Definition

What is Image Segmentation? — Plain-Language AI Definition

A computer vision task that divides an image into meaningful regions or objects so an AI system can understand exactly what is where.

What is Image Segmentation?

Image segmentation is a computer vision technique that labels different parts of an image so the system knows which pixels belong to which object or region.

Unlike simple image classification, segmentation does not just say what is in the image. It shows where each thing is and what shape it takes.

Why It Matters

Segmentation is useful whenever the exact boundaries of an object matter.

Examples include:

  • outlining tumors in medical scans
  • separating roads, cars, and pedestrians in autonomous systems
  • isolating products from backgrounds in retail imagery
  • measuring land use from satellite images

How It Works

A segmentation model processes the image and predicts a label for each pixel or region. The output may highlight categories like sky, road, person, or organ tissue depending on the use case.

Related Tasks

  • Classification asks what is present
  • Object detection asks where objects are with boxes
  • Segmentation asks which exact pixels belong to each object

Key Takeaway

Image segmentation gives AI a much more detailed understanding of visual scenes. It is what you reach for when rough detection is not precise enough.

Get AI Tips Every Week

Get smarter about AI every week — practical tips, prompts, and workflows in your inbox.