Inferensys

Glossary

Intraclass Correlation Coefficient (ICC)

A statistical metric used to assess the test-retest reproducibility and inter-observer reliability of radiomic feature measurements.
Data engineer managing feature store on laptop, feature definitions visible, casual data engineering session.
RELIABILITY METRIC

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.

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.

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.

RELIABILITY METRICS

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.

STATISTICAL FRAMEWORKS

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.

01

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.
Single
Measurement Basis
02

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.
Absolute Agreement
Primary Form
03

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.
Fixed
Rater Effect Type
04

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.
Spearman-Brown
Underlying Formula
05

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.
Systematic Bias
Key Differentiator
06

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.
RELIABILITY METRIC COMPARISON

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.

FeatureIntraclass Correlation Coefficient (ICC)Pearson's rCohen's KappaBland-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

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.