Inferensys

Glossary

Voxel

A volumetric pixel representing a value on a regular grid in three-dimensional space, serving as the fundamental unit for CT and MRI image reconstruction.
MLOps engineer reviewing model serving infrastructure on laptop, container orchestration visible, technical workspace.
VOLUMETRIC IMAGING FUNDAMENTALS

What is Voxel?

A voxel is the fundamental unit of a three-dimensional digital image, representing a value on a regular grid in 3D space, analogous to a pixel in 2D.

A voxel, a portmanteau of "volume" and "pixel," is a discrete element representing a specific scalar or vector value at a point within a three-dimensional grid. Unlike a 2D pixel that encodes color, a voxel typically encodes a physical property such as radiodensity in Hounsfield Units (HU) for CT scans or proton relaxation times for MRI, serving as the atomic unit of volumetric data.

In medical image reconstruction, the voxel's dimensions are defined by the slice thickness and the in-plane pixel spacing, directly determining spatial resolution. The partial volume effect occurs when a single voxel contains multiple tissue types, averaging their signals. Deep learning architectures like the 3D U-Net operate directly on these volumetric grids to perform voxel-wise classification, generating a segmentation mask for anatomical structures.

Volumetric Fundamentals

Key Characteristics of a Voxel

The voxel is the irreducible unit of 3D medical imaging, encoding spatial location and tissue density. Understanding its properties is critical for accurate reconstruction and analysis.

01

The 3D Atomic Unit

A voxel (volume element) is a value on a regular grid in 3D space, analogous to a pixel in 2D. It represents a discrete sample of a continuous volume. In CT imaging, the voxel value is a Hounsfield Unit (HU) quantifying radiodensity. In MRI, it represents signal intensity. The voxel is the fundamental data structure for all volumetric operations, from Filtered Back Projection to Deep Learning Reconstruction.

02

Voxel Geometry and Isotropy

A voxel's dimensions are defined by its in-plane pixel spacing and slice thickness. An isotropic voxel has equal dimensions on all axes (e.g., 1mm x 1mm x 1mm), forming a perfect cube. Anisotropic voxels are non-cubic, typically with a larger slice thickness than pixel spacing. Isotropic volumes are preferred for Multi-Planar Reconstruction (MPR) as they prevent distortion when reslicing the dataset along arbitrary planes.

03

Partial Volume Effect

The Partial Volume Effect is a critical artifact where a single voxel contains a mixture of multiple tissue types. The resulting signal is a weighted average of the constituent materials, causing blurred boundaries. This is especially problematic for small structures like thin bone or small vessels. Mitigation strategies include acquiring thinner slices to reduce voxel size or using advanced segmentation models like nnU-Net that are trained to handle boundary uncertainty.

04

Voxel Intensity and Windowing

Raw voxel values, such as Hounsfield Units, often span a wide range (e.g., -1000 for air to +3000 for dense bone). Windowing is the non-linear mapping of this range to display grayscale values. A window width defines the range of values displayed, and a window level sets the center. This operation does not alter the underlying voxel data but is essential for visualizing specific tissues, like a narrow lung window or a wide bone window.

05

Voxel Grid as a Tensor

In deep learning, a 3D medical scan is loaded as a multi-dimensional array or tensor. A typical volume has the shape (Depth x Height x Width) or (D x H x W). For a DICOM Series, the depth corresponds to the number of slices. Architectures like the 3D U-Net process these volumetric tensors directly, using 3D convolutions to learn spatial features across all three axes, preserving inter-slice context that 2D models miss.

06

Isosurface Extraction

An isosurface is a 3D surface representing points of a constant value within a volume of voxels. The Marching Cubes algorithm extracts a polygonal mesh by iterating through the voxel grid, determining how an isosurface intersects each voxel. This converts a voxel-based segmentation mask into a geometric model for Surface Rendering (SR) or 3D printing, enabling visualization of a specific anatomical structure's boundary.

VOXEL FUNDAMENTALS

Frequently Asked Questions

Clear, technical answers to the most common questions about the fundamental unit of 3D medical imaging.

A voxel (a portmanteau of 'volume' and 'pixel') is the fundamental unit of a three-dimensional digital image, representing a value on a regular grid in 3D space. While a pixel represents a 2D square of visual information with x and y coordinates, a voxel is a cubic volume element that adds a third spatial dimension (z-axis). In medical imaging, each voxel stores a scalar intensity value—such as a Hounsfield Unit (HU) in CT scans—that quantifies the physical property of the tissue within that specific volume. This volumetric nature allows for the reconstruction of complete anatomical structures, enabling radiologists to slice through the data in any arbitrary plane using Multi-Planar Reconstruction (MPR).

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.