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.
Glossary
Repeatability

What is Repeatability?
Repeatability quantifies the precision of a diagnostic AI system when performing successive measurements under identical, controlled conditions within a short timeframe.
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.
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.
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.
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.
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.
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.
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.
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)andCUBLAS_WORKSPACE_CONFIGin 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.
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.
Repeatability vs. Reproducibility vs. Intermediate Precision
Comparison of the three precision conditions defined by ISO 5725 and VIM for validating diagnostic AI measurement systems.
| Feature | Repeatability | Intermediate Precision | Reproducibility |
|---|---|---|---|
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 |
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
Understanding repeatability requires distinguishing it from related measurement concepts and statistical frameworks used in diagnostic AI validation.
Reproducibility
The closeness of agreement between results of measurements of the same measurand carried out under changed conditions. While repeatability requires identical conditions (same operator, same lab, short interval), reproducibility intentionally varies factors like different operators, different laboratories, or different equipment to assess real-world robustness.
- Key distinction: Repeatability = same conditions; Reproducibility = different conditions
- Often assessed through multi-site external validation studies
- Critical for demonstrating that a diagnostic AI model works across diverse clinical environments
Analytical Validity
The ability of a diagnostic test to accurately and reliably measure the analyte or biomarker of interest under specified laboratory conditions. Repeatability is a core component of analytical validity, alongside accuracy, precision, and limits of detection.
- Establishes the foundational technical performance before clinical utility is assessed
- Required by FDA for Software as a Medical Device (SaMD) submissions
- Poor repeatability undermines all downstream clinical validation efforts
Bland-Altman Plot
A graphical method for comparing two measurement techniques by plotting the difference between paired measurements against their mean. Widely used to visualize repeatability by assessing the limits of agreement between repeated measurements on the same subjects.
- Displays bias (mean difference) and 95% limits of agreement
- Reveals whether disagreement varies with measurement magnitude
- Preferred over correlation coefficients for method comparison studies
Coefficient of Variation
The ratio of the standard deviation to the mean, expressed as a percentage, used to quantify repeatability in quantitative measurements. Lower CV values indicate superior repeatability.
- Formula: CV = (σ / μ) × 100%
- Commonly used in laboratory medicine for assay validation
- Enables comparison of precision across different measurement scales and units
Intraclass Correlation Coefficient
A descriptive statistic that quantifies the degree of absolute agreement between multiple measurements of the same quantity. Unlike Pearson correlation, ICC penalizes systematic bias, making it the preferred metric for assessing repeatability and test-retest reliability.
- ICC(1,1): One-way random effects model for single measurements
- ICC(2,1): Two-way random effects model accounting for rater effects
- Values above 0.90 generally indicate excellent repeatability
Ground Truth
The objective, verified diagnosis established by an independent reference standard against which a diagnostic test is evaluated. Repeatability measurements are only meaningful when compared against a stable ground truth that does not itself vary between repeated measurements.
- Must be established independently of the test under evaluation
- Common standards include histopathological confirmation or consensus expert panels
- Unstable ground truth can masquerade as poor test repeatability

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