The Intraclass Correlation Coefficient (ICC) is a statistical metric used to assess the test-retest reproducibility and inter-observer reliability of quantitative measurements, particularly in radiomic feature extraction. Unlike Pearson's correlation, which measures linear association, ICC evaluates both correlation and agreement by analyzing variance components in a one-way or two-way analysis of variance (ANOVA) framework, making it the gold standard for validating the stability of image biomarkers.
Glossary
Intraclass Correlation Coefficient (ICC)

What is Intraclass Correlation Coefficient (ICC)?
The Intraclass Correlation Coefficient (ICC) is a descriptive statistic that quantifies the degree of absolute agreement or consistency between quantitative measurements made by different observers measuring the same quantity.
In radiomics, high ICC values (typically >0.75) indicate that a feature is robust against segmentation variability and scanner noise, qualifying it for inclusion in a radiomic signature. The specific ICC model—whether measuring absolute agreement or consistency—must be selected based on the clinical context to ensure that only reproducible features survive the feature selection pipeline.
Frequently Asked Questions
Clarifying the statistical foundations of the Intraclass Correlation Coefficient and its critical role in validating the reproducibility of quantitative imaging biomarkers.
The Intraclass Correlation Coefficient (ICC) is a descriptive statistic that quantifies the degree of absolute agreement or consistency among quantitative measurements made by different observers measuring the same quantity. Unlike the standard Pearson correlation, which only measures the linear association between two variables, the ICC evaluates the agreement between two or more raters by analyzing the variance components of a mixed-effects model. It works by partitioning the total variance in the data into between-subject variance (the true biological signal) and within-subject variance (the measurement error). The ICC is calculated as the ratio of the between-subject variance to the total variance. A high ICC value approaching 1.0 indicates that the measurement error is negligible relative to the biological variability, confirming that the feature is reproducible and robust enough for clinical decision support.
Key ICC Model Variants
The Intraclass Correlation Coefficient is not a single statistic but a family of models. Selecting the correct variant is critical for valid radiomic feature reliability assessment.
One-Way Random Effects (ICC(1,1))
Used when each subject is rated by a different set of k raters randomly selected from a larger population. This model treats rater effects as random rather than fixed.
- Application: Assessing reliability of fully automated radiomic feature extraction where the 'rater' is a single measurement instance.
- Variance Components: Partitions total variance into between-subject and within-subject (error) variance only.
- Key Distinction: Does not separate systematic rater bias from residual error; all within-subject variation is pooled.
- Limitation: Underestimates reliability if systematic differences between specific scanners or raters exist.
Two-Way Random Effects (ICC(2,1))
Applies when the same set of k raters is drawn from a larger population and rates all subjects. Both subject and rater effects are modeled as random variables.
- Application: Test-retest studies where the same set of scanners or radiologists evaluates all patients, and you want to generalize to other scanners.
- Variance Components: Decomposes variance into subject, rater, and residual error components.
- Generalizability: Results can be generalized to other raters from the same population, making it ideal for multi-center radiomic harmonization studies.
- Assumption: Raters are exchangeable samples from a defined population of potential raters.
Two-Way Mixed Effects (ICC(3,1))
Used when the k raters are the only raters of interest—they are considered fixed effects, not a random sample. Inference is restricted to these specific raters.
- Application: Evaluating reliability between two specific MRI scanners or two specific radiologists at a single institution.
- Variance Components: Subject effects are random; rater effects are fixed. Only subject and residual variance are estimated.
- Consistency vs. Agreement: The consistency form (ICC(3,1)) excludes systematic rater bias from the denominator, measuring correlation. The absolute agreement form includes it.
- Critical for Radiomics: Use absolute agreement when feature values must be numerically identical across scanners; use consistency when rank-ordering of patients suffices.
Average Measures (ICC(1,k), ICC(2,k), ICC(3,k))
Estimates the reliability of the mean of k measurements rather than a single measurement. Always higher than single-measure ICCs.
- Formula Relationship: ICC(k) = k * ICC(1) / [1 + (k-1) * ICC(1)], derived from the Spearman-Brown prophecy formula.
- Application: When radiomic features are averaged across multiple acquisitions or multiple segmentations before being used in a predictive model.
- Reporting Standard: Always specify whether reporting single or average measures. The IBSI guidelines recommend reporting both.
- Practical Impact: Averaging 3 segmentations can substantially boost reliability for features with moderate single-measure ICC.
Absolute Agreement vs. Consistency
A critical distinction within two-way models that determines whether systematic bias between raters is penalized in the reliability estimate.
- Absolute Agreement: Measures whether raters assign the exact same value. Systematic additive or multiplicative bias reduces the ICC. Essential for radiomic feature harmonization.
- Consistency: Measures whether raters rank subjects in the same order, ignoring systematic offsets. A feature can have high consistency but low agreement if one scanner consistently reads higher.
- Radiomics Context: Use absolute agreement when building models that will be deployed across scanners. Use consistency when evaluating a feature's discriminatory power within a single scanner.
- IBSI Recommendation: The Image Biomarker Standardisation Initiative mandates reporting absolute agreement for multi-center reproducibility.
ICC for Continuous vs. Categorical Features
While standard ICC assumes continuous, normally distributed data, extensions exist for non-continuous radiomic feature types.
- Continuous ICC: The classic formulation using ANOVA mean squares. Requires normality and homoscedasticity; log-transformation may be needed for skewed radiomic features.
- Binary/Ordinal ICC: Uses a latent variable approach or generalized linear mixed models (GLMM) with a probit or logit link function for categorical radiomic features.
- Non-Parametric Alternatives: When normality assumptions are violated, consider the Concordance Correlation Coefficient (CCC) or Kendall's W as robust alternatives.
- Practical Guidance: First-order features like entropy often satisfy normality; texture features from GLCM or GLRLM frequently require transformation or non-parametric methods.
ICC vs. Other Reliability Metrics
Comparison of statistical methods for assessing the reproducibility and agreement of quantitative radiomic feature measurements across raters, scanners, and time points.
| Feature | Intraclass Correlation Coefficient (ICC) | Pearson's r | Cohen's Kappa | Bland-Altman Analysis |
|---|---|---|---|---|
Primary Purpose | Absolute agreement and consistency of continuous measurements | Linear correlation between two continuous variables | Agreement between categorical ratings beyond chance | Systematic bias and limits of agreement between two measurement methods |
Handles More Than 2 Raters | ||||
Distinguishes Systematic Bias from Random Error | ||||
Suitable for Continuous Radiomic Features | ||||
Sensitive to Additive or Multiplicative Bias | ||||
Typical Radiomics Application | Test-retest reproducibility of GLCM entropy across scanners | Correlation between tumor volume and SUVmax | Inter-rater agreement on BI-RADS category assignment | Scanner A vs. Scanner B comparison of shape sphericity |
Output Metric Range | 0 to 1 (negative values possible for poor agreement) | -1 to +1 | -1 to +1 | Bias ± 1.96 × SD of differences |
Requires Normality Assumption |
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
Core statistical concepts and methodologies essential for assessing and ensuring the reliability of radiomic feature measurements.
Test-Retest Reliability
A specific application of ICC measuring the stability of radiomic features when the same subject is scanned twice within a short interval with no biological change. This isolates variance from scanner noise, patient positioning, and breath-hold inconsistencies. Features with low test-retest ICC are typically excluded from predictive models as they capture noise rather than true tumor phenotype.
Inter-Observer Segmentation Variability
ICC calculated across multiple radiologists or algorithms delineating the same Region of Interest (ROI). This quantifies how robust a feature is to boundary uncertainty. Shape features often show excellent inter-observer ICC, while texture features near tumor margins may degrade. Studies typically report this alongside the Dice Similarity Coefficient for the segmentation itself.
Intensity Discretization
The process of binning continuous voxel intensity values into a finite number of discrete gray levels, a critical preprocessing step for texture matrix calculation. The choice of bin width directly impacts the reproducibility of second-order features. Standardizing discretization (e.g., fixed bin number vs. fixed bin width) is mandatory before comparing ICC values across studies, as inconsistent binning introduces artificial variance.
Feature Selection by Stability
A dimensionality reduction strategy where only radiomic features exceeding a pre-defined ICC threshold (e.g., ICC > 0.8) are retained for downstream predictive modeling. This acts as a filter method, removing noisy features before applying algorithms like LASSO or mRMR. This approach ensures that the final radiomic signature is built on a foundation of robust, reproducible measurements.

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