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.
Glossary
Short Run Emphasis (SRE)

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.
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.
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.
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
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
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.
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.
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.
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.
| Feature | Short 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 |
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.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Explore the foundational texture matrices and related metrics that contextualize Short Run Emphasis (SRE) within the broader field of radiomic feature extraction.
Gray-Level Run Length Matrix (GLRLM)
The parent matrix from which Short Run Emphasis (SRE) is derived. The GLRLM quantifies texture by counting consecutive, collinear pixels that share the same gray-level intensity. It captures directional roughness by evaluating runs in 13 directions in 3D space. SRE specifically measures the distribution of these runs, with a high value indicating a predominance of short runs and thus a fine, heterogeneous texture.
Gray-Level Co-occurrence Matrix (GLCM)
A second-order statistical method that analyzes the spatial relationship of pixel pairs. Unlike the GLRLM's focus on runs, the GLCM calculates how often a pixel with intensity i occurs adjacent to a pixel with intensity j. Key derived features include Contrast, Homogeneity, and Correlation. While SRE measures run-length fineness, GLCM features describe the overall smoothness and uniformity of local intensity transitions.
Gray-Level Size Zone Matrix (GLSZM)
Quantifies the size of homogeneous, connected regions of identical voxel intensity, independent of their rotational orientation. A key feature is Zone Percentage (ZP), which measures the homogeneity of zone sizes. While SRE focuses on the length of 1D runs, GLSZM analyzes the area/volume of 2D/3D zones, making it highly effective for characterizing non-linear, clumped heterogeneity in tumors.
Neighboring Gray Tone Difference Matrix (NGTDM)
Measures the average absolute difference between a voxel's intensity and the mean intensity of its surrounding neighbors within a Chebyshev distance. Features like Coarseness, Contrast, and Busyness describe the spatial rate of intensity change. A high SRE (fine texture) often correlates with a high Busyness value in the NGTDM, as both indicate rapid spatial fluctuations in pixel intensity.
Long Run Emphasis (LRE)
The direct mathematical complement to Short Run Emphasis. LRE is a GLRLM-derived metric that quantifies the distribution of long consecutive runs of identical pixel intensities. A high LRE value indicates a coarse, homogeneous texture with large structural patterns. Comparing SRE and LRE provides a powerful, scale-invariant summary of a tissue's architectural complexity.
Intensity Discretization
A critical preprocessing step for all texture matrices, including the GLRLM used to calculate SRE. This process bins continuous voxel intensity values into a finite number of discrete gray levels (e.g., 8, 16, 32, 64 bins). The choice of bin width directly impacts SRE values; a smaller number of bins can merge distinct intensities, artificially creating longer runs and lowering SRE, making standardization via IBSI guidelines essential.

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.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us