Inferensys

Glossary

Short Run Emphasis (SRE)

Short Run Emphasis (SRE) is a Gray-Level Run Length Matrix (GLRLM) texture feature that measures the proportion of short consecutive runs of identical pixel intensities, indicating fine-grained, heterogeneous textural patterns in medical images.
Data engineer managing feature store on laptop, feature definitions visible, casual data engineering session.
GLRLM TEXTURE FEATURE

What is Short Run Emphasis (SRE)?

Short Run Emphasis (SRE) is a Gray-Level Run Length Matrix (GLRLM)-derived texture metric that quantifies the distribution of short consecutive runs of identical pixel intensities, indicating fine textural patterns in medical images.

Short Run Emphasis (SRE) is a quantitative texture feature derived from the Gray-Level Run Length Matrix (GLRLM) that measures the prevalence of short, consecutive sequences of pixels sharing the same gray-level intensity. A high SRE value indicates an image texture dominated by fine, rapidly changing patterns, while a low SRE value suggests coarser, more structurally homogeneous regions. The metric is computed by dividing each run length frequency by the square of the run length, then summing and normalizing against the total number of runs.

In radiomics, SRE serves as a critical biomarker for characterizing tumor heterogeneity, where fine textural patterns often correlate with aggressive cellular proliferation and poor clinical outcomes. The feature is sensitive to intensity discretization parameters and requires Image Biomarker Standardisation Initiative (IBSI)-compliant preprocessing to ensure reproducibility across different imaging scanners and acquisition protocols.

TEXTURE ANALYSIS

Key Characteristics of Short Run Emphasis

Short Run Emphasis (SRE) is a critical texture metric derived from the Gray-Level Run Length Matrix (GLRLM) that quantifies the prevalence of fine, granular patterns by measuring the distribution of short consecutive runs of identical pixel intensities.

01

Mathematical Definition

SRE is calculated by dividing the sum of all run lengths divided by their squared values by the total number of runs in the GLRLM. The formula is:

SRE = Σ [P(i,j) / j²] / Σ P(i,j)

  • P(i,j): The number of runs with gray level i and run length j
  • j² in denominator: Heavily penalizes long runs, giving disproportionate weight to short runs
  • Normalization: Dividing by total runs ensures the metric is independent of ROI size
  • Value range: Typically between 0 and 1, where higher values indicate finer textures
02

Textural Interpretation

SRE serves as a quantitative proxy for spatial frequency within a region of interest:

  • High SRE (>0.7): Indicates a predominance of short runs (1-2 pixels), corresponding to fine, heterogeneous textures with rapid intensity fluctuations
  • Low SRE (<0.3): Reflects longer runs of uniform intensity, characteristic of coarse, homogeneous textures with gradual intensity transitions
  • Clinical correlation: Fine textures often correspond to highly cellular regions, while coarse textures may indicate necrosis or cystic degeneration
0 to 1
Typical Value Range
>0.7
Fine Texture Threshold
03

Relationship to Run Length

SRE is inversely related to Long Run Emphasis (LRE), its complementary GLRLM feature:

  • Inverse weighting: SRE uses 1/j² while LRE uses j², creating a reciprocal relationship
  • Run length spectrum: Together, SRE and LRE characterize the full distribution of texture granularity
  • Run Percentage (RP): Another related metric measuring the fraction of runs at any length
  • Gray-Level Non-Uniformity (GLN): Measures the similarity of gray-level values throughout runs, independent of run length

A balanced SRE/LRE ratio often indicates mixed tissue architecture with both fine and coarse elements.

04

Clinical Applications in Oncology

SRE has demonstrated prognostic value across multiple cancer types:

  • Lung cancer: High SRE in CT scans correlates with lepidic growth patterns and better survival in adenocarcinoma
  • Glioblastoma: Elevated SRE on MRI differentiates pseudoprogression from true tumor recurrence
  • Breast cancer: Low SRE on mammography associates with invasive ductal carcinoma versus benign lesions
  • Colorectal cancer: SRE changes during chemotherapy predict pathological complete response

SRE captures intratumoral heterogeneity that may be invisible to the naked eye.

4+
Cancer Types Validated
AUC 0.82
Avg. Predictive Performance
05

Preprocessing Dependencies

SRE values are sensitive to image acquisition and preprocessing parameters:

  • Intensity discretization: The number of gray-level bins directly impacts run length counts. IBSI recommends 32-64 bins for consistent SRE calculation
  • Pixel/voxel size: Anisotropic resolution creates directional bias in run length measurement
  • Interpolation effects: Resampling to isotropic voxels alters the spatial relationships between pixels
  • Noise sensitivity: Image noise creates artificial short runs, inflating SRE values

ComBat harmonization is often applied to mitigate scanner-specific SRE variations in multi-center studies.

COMPARATIVE TEXTURE ANALYSIS

SRE vs. Other GLRLM Features

A comparison of Short Run Emphasis against other key Gray-Level Run Length Matrix features, highlighting their sensitivity to different textural patterns and clinical applications.

FeatureShort Run Emphasis (SRE)Long Run Emphasis (LRE)Run Percentage (RP)

Definition

Measures the distribution of short runs, emphasizing fine textures

Measures the distribution of long runs, emphasizing coarse textures

Measures the fraction of runs relative to total possible runs

Texture Sensitivity

Fine, granular patterns

Coarse, structural patterns

Overall textural homogeneity

Typical Value Range

0.0 to 1.0

0.0 to 1.0

0.0 to 1.0

Homogeneous Tissue Response

Low SRE value

High LRE value

High RP value

Heterogeneous Tissue Response

High SRE value

Low LRE value

Low RP value

Clinical Correlation

Associated with aggressive tumor subtypes

Associated with benign or necrotic regions

Associated with tissue uniformity

IBSI Standardization

Rotational Invariance

TEXTURE ANALYSIS

Frequently Asked Questions

Clarifying the role of Short Run Emphasis in quantifying fine-grained textural patterns within medical imaging data.

Short Run Emphasis (SRE) is a texture feature derived from the Gray-Level Run Length Matrix (GLRLM) that quantifies the distribution of short consecutive runs of identical pixel intensities, indicating fine textural patterns. It is calculated by dividing each run length count in the GLRLM by the square of its run length, summing these weighted values, and then normalizing by the total number of runs. The formula is: SRE = (1/N_r) * Σ_i Σ_j [p(i,j) / j²], where p(i,j) is the matrix entry for gray level i and run length j, and N_r is the total number of runs. This inverse weighting gives disproportionate influence to runs of length 1, 2, and 3, making SRE highly sensitive to fine, granular textures where intensity changes rapidly across adjacent pixels.

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.