Inferensys

Glossary

Repeatability

The closeness of agreement between results of successive measurements of the same measurand carried out under identical conditions of measurement in a short interval.
Accountant using AI for financial close automation, accounting software on screen, home office evening work session.
MEASUREMENT PRECISION

What is Repeatability?

Repeatability quantifies the precision of a diagnostic AI system when performing successive measurements under identical, controlled conditions within a short timeframe.

Repeatability is the closeness of agreement between results of successive measurements of the same measurand carried out under identical conditions of measurement. These identical conditions, known as repeatability conditions, include the same measurement procedure, same operator, same measuring system, same operating conditions, and same location, with replicate measurements executed over a short interval of time.

In clinical validation study design, repeatability is distinct from reproducibility, which assesses variation under changed conditions. High repeatability indicates low random error and is a prerequisite for establishing analytical validity. It is typically quantified by the repeatability standard deviation and repeatability coefficient, which define the interval within which the absolute difference between two single test results would be expected to fall with a 95% probability.

MEASUREMENT PRECISION

Key Characteristics of Repeatability

Repeatability quantifies the precision of a diagnostic AI system when measurements are taken under identical, controlled conditions within a short timeframe. It is a fundamental component of analytical validity and a prerequisite for clinical reliability.

01

Identical Measurement Conditions

Repeatability requires unchanged conditions across successive measurements. This means the same operator, the same measuring system, the same operating conditions, the same location, and repetition over a short period of time. In diagnostic AI, this translates to running the same model inference on the exact same input data multiple times without any alteration to hardware, software environment, or preprocessing pipeline. Any variation in output under these conditions is attributable solely to the measurement system's inherent noise.

02

Distinction from Reproducibility

Repeatability is often confused with reproducibility, but they address different sources of variation:

  • Repeatability: Same operator, same equipment, same conditions, short interval. Measures inherent instrument precision.
  • Reproducibility: Different operators, different equipment, different locations. Measures real-world robustness. In medical imaging AI, repeatability assesses whether the model produces identical outputs on the same scan twice in a row. Reproducibility assesses whether a different hospital running the model on a different scanner produces clinically equivalent results.
03

Quantifying Repeatability

Repeatability is expressed statistically through metrics of dispersion:

  • Coefficient of Variation (CV): The ratio of the standard deviation to the mean, often expressed as a percentage. A CV < 5% is a common target for quantitative imaging biomarkers.
  • Repeatability Coefficient (RC): Defined as 1.96 × √2 × within-subject standard deviation, representing the maximum difference likely to occur between two repeated measurements with 95% confidence.
  • Intraclass Correlation Coefficient (ICC): A reliability index ranging from 0 to 1, where values > 0.90 indicate excellent repeatability for continuous measurements.
04

Sources of Non-Repeatability in AI

Even deterministic AI models can exhibit non-repeatability due to subtle environmental factors:

  • Floating-point non-determinism: GPU parallel reductions and non-associative floating-point arithmetic can produce slightly different results across runs, especially on different hardware architectures.
  • Random seed leakage: Uncontrolled stochastic elements in preprocessing, such as random cropping or augmentation applied during inference.
  • Software stack variability: Differences in deep learning framework versions, CUDA versions, or driver-level optimizations.
  • Hardware thermal throttling: Performance degradation under sustained load can alter execution paths in just-in-time compiled kernels.
05

Clinical Significance in Radiology

Poor repeatability undermines clinical confidence in quantitative imaging biomarkers. For example, if an AI system measures tumor volume with a repeatability coefficient of ±15%, a measured volume change of 10% between two scans cannot be distinguished from measurement noise. This directly impacts:

  • Treatment response assessment: RECIST criteria rely on detecting meaningful changes over time.
  • Longitudinal tracking: Unreliable measurements obscure true disease progression or regression.
  • Regulatory acceptance: FDA and EMA require demonstrated repeatability as part of analytical validation for SaMD submissions.
06

Ensuring Repeatability in Production

Engineering practices to guarantee repeatable AI inference:

  • Containerization: Docker images with pinned dependency versions eliminate software stack variability.
  • Deterministic mode flags: Setting torch.use_deterministic_algorithms(True) and CUBLAS_WORKSPACE_CONFIG in PyTorch enforces deterministic CUDA operations.
  • Fixed random seeds: Explicitly setting seeds for all random number generators in the inference pipeline.
  • Bitwise output validation: Implementing checksum verification on model outputs to detect any deviation across deployments.
  • Continuous monitoring: Automated drift detection comparing current outputs against a golden reference dataset.
REPEATABILITY IN DIAGNOSTIC AI

Frequently Asked Questions

Explore the critical concept of repeatability in clinical validation study design, a foundational element for ensuring the trustworthiness and regulatory acceptance of AI-driven medical imaging and diagnostic tools.

Repeatability is the closeness of agreement between results of successive measurements of the same measurand carried out under identical conditions of measurement in a short interval. In diagnostic AI, this means the model produces the same output when analyzing the exact same medical image multiple times without any change in the operating environment. It is a fundamental component of analytical validity and a prerequisite for clinical reliability. Unlike reproducibility, which involves changed conditions like different operators or laboratories, repeatability strictly requires a constant setup. A model lacking repeatability introduces stochastic noise, making it impossible to establish a trustworthy ground truth comparison or pass a pivotal trial for regulatory clearance.

MEASUREMENT PRECISION CONDITIONS

Repeatability vs. Reproducibility vs. Intermediate Precision

Comparison of the three precision conditions defined by ISO 5725 and VIM for validating diagnostic AI measurement systems.

FeatureRepeatabilityIntermediate PrecisionReproducibility

Measurement conditions

Identical

Partially varied

Fully varied

Same operator

Same instrument

Same laboratory

Short time interval

Same calibration

Same reagent lot

Different operators

Different instruments

Different laboratories

ISO 5725 designation

Repeatability conditions

Intermediate precision conditions

Reproducibility conditions

Primary variability source

Instrument noise

Operator and environmental drift

Inter-laboratory and systemic bias

Statistical metric

Repeatability standard deviation (sr)

Intermediate precision standard deviation (sI)

Reproducibility standard deviation (sR)

Typical use in validation

Scanner-level consistency

Intra-site robustness

Multi-site generalizability

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.