Skip to content

Evaluating an imaging model beyond one metric

Tonight · ~20 min · read · energy: low · setup: none

This lesson closes the chapter by gathering the evaluation threads into one checklist. Whatever the model class — segmentation, classification, synthesis, foundation — a single metric is not a verdict. This is the lens you carry into Chapter 7 when you read papers.

The anchor: one metric hides everything else

A segmentation model is not judged by Dice alone (lesson 3); a classifier is not judged by AUROC alone (Ch. 4); a synthesis model is not judged by SSIM alone (lesson 6). Each of those lessons exists because its headline metric hides the facets that decide whether the model is actually useful. This lesson is those facets, collected.

The evaluation checklist

For any imaging model, demand:

  1. Task-specific metrics, not just a generic one. Segmentation: Dice and surface metrics and downstream-measurement agreement. Classification: discrimination and calibration and decision utility. Synthesis: pixel realism and pathology preservation and task utility.
  2. Per-structure / per-subgroup reporting. A single aggregate score hides heterogeneity: a model that does well on large organs and badly on small ones can still report a strong mean. Report per-structure metrics and pre-specified subgroup analyses.
  3. Reader-variability context. The reference standard is noisy (lesson 3); report inter-reader spread so a score difference is interpretable.
  4. External / temporal testing. Internal numbers are the lower bar (Ch. 4); name the domain shift and whether the model was frozen or retrained.
  5. Calibration and uncertainty. Predicted risks must match observed; report patient-level CIs, not just population point estimates (Ch. 4).
  6. Failure-mode analysis. Show where the model breaks, not just its mean: the worst cases, the small structures, the shifted sites. A model’s failure modes are more informative than its average score.
  7. Downstream-task validity. For synthesis and for segmentation-as-infrastructure (lesson 2), does the output serve the task it is meant to serve? A pretty mask with a biased volume is a bad measurement tool.

How this becomes a reading lens

This checklist is exactly what you apply when reading a paper in Chapter 7: reconstruct the study’s evaluation and audit it against these facets. A paper that reports a single metric on internal data reads as what it is — a partial claim, not evidence of clinical usefulness. The reporting guidelines (CLAIM 2024, TRIPOD+AI) exist to force these facets into papers; reading with the checklist is reading with those guidelines in mind.

What to retain

  1. No model class is judged by one metric: segmentation needs surface + downstream, classification needs calibration + utility, synthesis needs pathology + task utility.
  2. Demand per-structure/subgroup reporting, reader-variability context, external/ temporal testing, calibration, failure-mode analysis, and downstream-task validity.
  3. A model’s failure modes are more informative than its average score.
  4. This checklist is the reading lens of Chapter 7 and the deployment lens of Chapter 9.

You have finished Chapter 6. The task-family map (classification, detection, registration, synthesis, …) and the verified reading list are in the imaging-AI reference. Continue to Chapter 7 — Research methodology.