Inferensys

Glossary

Radiomics

Radiomics is the high-throughput extraction of quantitative features from medical images to create mineable data for clinical decision support and outcome prediction.
Data engineer managing feature store on laptop, feature definitions visible, casual data engineering session.
QUANTITATIVE IMAGING BIOMARKERS

What is Radiomics?

Radiomics is the high-throughput extraction of quantitative, mineable features from medical images to create diagnostic or predictive models.

Radiomics is the computational process of converting standard-of-care medical images into high-dimensional, quantitative data. It operates on the hypothesis that digital images contain latent information about underlying tissue pathophysiology invisible to the naked eye. By extracting shape features, first-order histogram statistics, and texture matrices (e.g., GLCM, GLRLM), radiomics quantifies tumor heterogeneity and the tissue microenvironment.

The radiomics pipeline involves image acquisition, region-of-interest segmentation, feature extraction, and predictive model building. A critical validation step involves testing these features on synthetic medical images to confirm they capture true biological signal rather than scanner-specific noise. This ensures the resulting imaging biomarkers are robust, reproducible, and clinically actionable for precision oncology.

QUANTITATIVE IMAGING BIOMARKERS

Core Feature Classes in Radiomics

Radiomics extracts high-dimensional quantitative features from medical images to characterize tumor phenotypes and predict clinical outcomes. These features are broadly categorized into distinct classes, each capturing a different aspect of the underlying tissue biology.

01

First-Order Statistics (Histogram)

These features describe the distribution of individual voxel intensity values within a defined Region of Interest (ROI), independent of spatial relationships. They model the overall tissue density or signal intensity.

  • Key Metrics: Mean, median, minimum, maximum, standard deviation, skewness, and kurtosis.
  • Clinical Relevance: Skewness can indicate a shift in tissue homogeneity, while kurtosis reflects the peakedness of the histogram, often correlating with tumor grade.
  • Example: A high standard deviation in a CT scan ROI suggests a highly heterogeneous tumor.
18+
Common Metrics
02

Shape-Based Features

Shape features quantify the three-dimensional geometric properties of a segmented tumor volume. They are independent of the voxel intensity values and describe morphology.

  • Key Metrics: Volume, surface area, sphericity, compactness, and maximum 3D diameter.
  • Clinical Relevance: A high surface-to-volume ratio and low sphericity are often associated with more invasive, irregular tumor margins and poorer prognosis.
  • Example: Sphericity is a dimensionless measure of how closely a tumor resembles a perfect sphere, with a value of 1.0 indicating a perfect sphere.
3D
Dimensionality
03

Texture Features (Second-Order & Higher)

Texture features quantify the spatial inter-relationships between voxel intensities, capturing intratumoral heterogeneity patterns invisible to the human eye. They are derived from matrices that encode voxel pair arrangements.

  • Gray-Level Co-occurrence Matrix (GLCM): Captures the frequency of adjacent voxel pairs with specific intensities, yielding metrics like contrast, correlation, energy, and homogeneity.
  • Gray-Level Run-Length Matrix (GLRLM): Quantifies runs of consecutive voxels with the same intensity, capturing coarseness and directional patterns.
  • Gray-Level Size Zone Matrix (GLSZM): Characterizes connected regions of identical voxel intensity, useful for identifying necrotic or cystic zones.
50+
Texture Metrics
04

Filter-Based (Transformed) Features

These features are extracted after applying mathematical filters to the original image, which amplifies specific frequency or structural patterns before quantification.

  • Wavelet Decomposition: Applies high-pass and low-pass filters in 3D to decompose the image into different frequency sub-bands (e.g., LLL, HHH), revealing features at various scales.
  • Laplacian of Gaussian (LoG): A band-pass filter that highlights edges and blobs of a specific size, enhancing features like spiculations.
  • Clinical Relevance: Wavelet features often reveal subtle textural patterns that are strong independent predictors of distant metastasis and treatment response.
8
Wavelet Decompositions
RADIOMICS FAQ

Frequently Asked Questions

Clear, technical answers to the most common questions about the high-throughput extraction of quantitative features from medical images.

Radiomics is the high-throughput extraction and analysis of a large number of quantitative features from standard-of-care medical images, such as CT, MRI, and PET scans. The core hypothesis is that these images contain more information than the human eye can perceive, capturing subtle patterns in texture, shape, and intensity that reflect the underlying tumor biology or tissue microenvironment. The process works through a defined pipeline: first, the region of interest (e.g., a tumor) is segmented. Next, hundreds to thousands of features are computationally extracted, including first-order statistics (histogram-based), second-order texture features (like Gray-Level Co-occurrence Matrices), and shape-based features. These features are then mined using machine learning to build predictive or prognostic models, often validated against synthetic data to ensure biological relevance.

FEATURE ENGINEERING PARADIGM

Radiomics vs. Deep Learning Feature Extraction

A comparison of handcrafted radiomic feature extraction versus automated deep learning feature learning from medical images.

FeatureRadiomicsDeep LearningHybrid Approach

Feature Origin

Handcrafted mathematical formulas

Automatically learned by neural network layers

Radiomic features fed into deep classifier

Human Interpretability

Requires Segmentation

Data Requirements

100-500 scans

1,000-100,000+ scans

500-5,000 scans

Feature Count

100-5,000 per ROI

Millions of latent dimensions

100-5,000 engineered + learned

Computational Cost

Low (CPU minutes)

High (GPU hours/days)

Moderate (GPU hours)

Risk of Overfitting

Low with feature selection

High without regularization

Moderate

Standardization

IBSI-compliant pipelines

Architecture-dependent

Partial IBSI compliance

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.