IA 360
Artificial Intelligence Glossary

Semantic Segmentation

Semantic segmentation assigns a class label to every pixel of an image, producing a dense map of the scene. From fully convolutional networks (FCN) to DeepLab and Segment Anything, this guide sets it apart from classification, detection and instance segmentation.

Admin IA360 4 min read AI-generated Leer en español
Semantic Segmentation

Semantic segmentation is the computer-vision task of assigning a class label to every pixel in an image. Instead of stating what a photo contains, it draws a dense map in which each point is tagged as sky, road, building, person or vegetation. The output is scene understanding at pixel resolution: not a single global answer but millions of local decisions that together trace the exact outline of each region.

That density is what sets it apart from other recognition tasks. Semantic segmentation does not count objects or tell them apart; it groups by meaning. Every pixel belonging to the class «car» shares the same label, whether the scene holds one car or twenty. Separating those instances is already a different task.

Versus classification, detection and instances

It helps to place it within the family of vision tasks. Image classification emits a single label for the whole picture («there is a cat»). Object detection goes further and locates each object with a bounding box, but a box is a coarse rectangle that includes background pixels. Semantic segmentation is finer: it labels the exact interior of each shape, with no boxes.

Its well-known limit is that it does not separate individuals of the same class: two people hugging form a single «person» blob. That is where instance segmentation comes in, telling object 1 from object 2 even when they share a class. Panoptic segmentation combines both: it assigns a class to every pixel (the semantic part) while also giving each countable object its own identity (the instance part), unifying background and foreground in one map.

Architectures: from FCN and U-Net to DeepLab and SAM

The decisive leap came in 2015 with the fully convolutional networks (FCN) of Jonathan Long, Evan Shelhamer and Trevor Darrell. Their idea was to replace the final layers of a classification network with convolutions, so the network could accept images of any size and produce a same-sized map of labels, trained end to end, pixel to pixel. That scheme popularized the modern approach.

Uses

The dense map is valuable whenever the exact “where” matters. In biomedical imaging, U-Net was evaluated on segmenting neuronal structures in electron microscopy and cells in light microscopy. For urban scenes, Cityscapes provides pixel- and instance-level street annotations from 50 cities for training and comparing semantic urban understanding. In remote sensing, DeepGlobe assembled segmentation, detection and classification tasks over satellite images. These are documented applications; by themselves they do not prove clinical accuracy, driving safety or agricultural impact. In every case, a per-pixel label turns an image into an operational description of the scene.

This article was produced with artificial intelligence under human editorial oversight.

Share this article

This website uses cookies to improve the browsing experience. Cookie policy.

↑↓ navigate ↵ open esc close