Inferensys

Glossary

DICOM Segmentation Object

A specialized DICOM Information Object Definition (IOD) that stores pixel-level segmentation results as binary or fractional label maps alongside spatial registration metadata for interoperability across clinical systems.
Data scientist building training data pipeline on laptop, data preprocessing visible, technical workspace.
PIXEL-LEVEL ENCODING STANDARD

What is a DICOM Segmentation Object?

A specialized DICOM Information Object Definition (IOD) that encodes pixel-level classification results as binary or probabilistic label maps, complete with spatial registration metadata linking each segmented pixel to its source imaging study.

A DICOM Segmentation Object is a specialized Information Object Definition that stores semantic segmentation results—pixel-level classifications of anatomical structures or pathologies—as raster label maps within the DICOM standard. Unlike DICOM RT Structure Sets, which represent contours as geometric coordinates, segmentation objects encode classifications directly in the image domain, preserving the spatial resolution of the source modality and enabling voxel-level analysis.

Each segmentation object contains one or more segments identified by numeric labels, with each segment referencing a coded terminology entry (e.g., SNOMED or RadLex) to unambiguously define the anatomical or pathological entity. The object stores the segmentation as either binary or fractional frames, where fractional values represent probability maps or partial volume estimates. Critically, the object includes spatial registration metadata—referencing the source image's Frame of Reference UID—ensuring precise alignment between the segmentation and the original acquisition.

STRUCTURE & INTEROPERABILITY

Key Features of DICOM Segmentation Objects

The DICOM Segmentation Object (SEG) is a specialized Information Object Definition (IOD) that stores pixel-level classification results as binary or fractional label maps, ensuring spatial registration with the source imaging study.

01

Binary vs. Fractional Segmentation Types

DICOM SEG supports two distinct segmentation types to accommodate different clinical and research needs:

  • BINARY: Each segment is a separate bit-plane in a single image, where a pixel value of 1 indicates membership. This is efficient for storing multiple non-overlapping structures like organs-at-risk.
  • FRACTIONAL: Each segment occupies an entire image plane with continuous values between 0 and 1, representing the probability or partial volume of tissue membership. This is critical for storing model outputs like softmax probabilities before thresholding.
02

Spatial Registration Fidelity

The SEG object maintains pixel-perfect spatial alignment with the referenced source images through mandatory registration metadata:

  • Frame of Reference UID: Uniquely identifies the coordinate system shared between the segmentation and the source DICOM series.
  • Image Orientation (Patient) and Image Position (Patient): Define the exact 3D location and orientation of every segmentation frame.
  • Pixel Spacing and Slice Thickness: Ensure voxel dimensions match the source, preventing geometric distortion when overlaying masks on original scans.
03

Multi-Frame Encoding Efficiency

DICOM SEG leverages the Enhanced Multi-frame module to store an entire 3D volume or multiple segments in a single SOP instance, avoiding the fragmentation of legacy single-slice storage:

  • Shared Functional Groups: Common attributes like plane orientation and pixel measures are stored once and referenced by each frame, dramatically reducing storage overhead.
  • Per-Frame Functional Groups: Allow each frame to override specific attributes, such as segment identification, enabling a single object to encode dozens of anatomical structures simultaneously.
04

Segment Attribute Macros

Each segmented structure is described using a rich set of coded attributes stored in the Segment Sequence, enabling semantic interoperability with treatment planning and analysis systems:

  • Segmented Property Category: A coded term (e.g., 'Anatomical Structure' or 'Morphologically Abnormal Structure') classifying the type of entity.
  • Segmented Property Type: A specific code from SNOMED, FMA, or other ontologies (e.g., 'Liver' from SNOMED) identifying the exact anatomy.
  • Tracking ID and Tracking UID: Allow longitudinal tracking of the same anatomical structure across multiple segmentation instances over time.
05

Nested Content Identification

DICOM SEG supports hierarchical segmentation through the Segment Algorithm Name and Segment Algorithm Type attributes, which document the exact method used to generate each mask:

  • Algorithm Name: Records the specific software or model (e.g., 'TotalSegmentator v2', 'nnU-Net').
  • Algorithm Type: Categorizes the approach as AUTOMATIC, SEMIAUTOMATIC, or MANUAL, providing crucial provenance for regulatory audits and clinical review.
  • This metadata ensures that downstream users can assess the reliability of a segmentation based on its generation method.
06

Surface Mesh Extraction Support

While the SEG object stores voxel-based label maps, its design facilitates conversion to surface-based representations for visualization and 3D printing:

  • The Marching Cubes algorithm can be applied directly to the binary or thresholded fractional data to generate polygonal meshes.
  • The resulting meshes are often stored in the companion DICOM RT Structure Set for radiotherapy or exported as STL files for surgical planning.
  • The precise spatial registration metadata in the SEG ensures that extracted surfaces maintain geometric fidelity to the source anatomy.
DICOM SEG OBJECT FAQ

Frequently Asked Questions

Clear, technically precise answers to the most common questions about the DICOM Segmentation Object, its structure, and its role in medical imaging AI pipelines.

A DICOM Segmentation Object (SEG) is a specialized Information Object Definition (IOD) that stores pixel-level classification results as binary or fractional label maps, rather than raw pixel intensity data. Unlike a standard DICOM image, which contains the original acquired signal (e.g., Hounsfield Units for CT), a SEG object encodes the output of a segmentation algorithm—each voxel is assigned a label indicating tissue type, organ, or pathology. Critically, it stores this data alongside spatial registration metadata, ensuring the segmentation map is perfectly aligned with the source imaging study. This makes it the interoperable standard for exchanging AI-generated contours between systems, such as from a segmentation workstation to a treatment planning system or a clinical trial imaging core lab.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.