Reference Choices Reshuffle Chest X-Ray Model Rankings

Paired image and report annotations expose label-source bias, including 59% of image-positive findings absent from reports.

Editorial Desk·July 31, 2026·5 min readstrong

Underlying Paper

Rethinking Clinical Relevance in Chest X-ray Machine Learning: How Evaluation References Define Performance

Chest X-ray (CXR) machine learning relies heavily on automated evaluation using reference standards that aim to approximate clinical judgment. However, commonly used report-derived labels for pathology classification or generic image quality metrics for reconstruction may not reliably reflect clinical judgment. We systematically investigate how evaluation-reference choices affect model performance and ranking in both pathology classification and image quality assessment (IQA). To enable controlled comparison across evaluation references, we collected paired expert image- and report-derived labels for thoracic findings from a clinical cohort at Cambridge University Hospitals (CUH) and curated a subset of the public MIMIC-CXR dataset, along with expert ratings of diagnostic image quality. We show that for supervised image classifiers (ResNet, DenseNet), several zero-shot and fine-tuned vision-language models (e.g., MedKLIP, GLoRIA, and ConVIRT), changing the label source leads to substantial differences not only in performance estimates but also in model rankings. In parallel, alignment of IQA measures with expert judgment depends heavily on the choice of measure, and commonly used IQA metrics such as SSIM and PSNR often fail to align with expert assessments of diagnostic usability. Our results demonstrate that evaluation choices are crucial: they can determine which models and methods appear best and are therefore selected for further development or deployment. The selection of evaluation references should therefore be treated as a central component of clinical validity in CXR machine learning, and justified with respect to the pathology, imaging task, and intended downstream clinical use.

arXiv:2607.26333Submitted: Jul 30, 2026v1

Chest X-ray machine learning often treats the evaluation reference as a background detail: report-derived labels for pathology classifiers, and generic image-quality metrics for reconstruction or enhancement. This paper argues that the reference is part of the clinical claim. If a model is evaluated against labels extracted from reports, it is being judged against what was documented in text, not necessarily what was visible on the image or what a clinician would prefer for a downstream task.

The authors test that claim in two settings: pathology classification and diagnostic image quality assessment. For classification, they collect paired expert image-derived and report-derived labels in a Cambridge University Hospitals cohort, then compare those references with a curated MIMIC-CXR subset. For IQA, they compare algorithmic scores against expert judgments of diagnostic usability. The central result is not that one reference is universally correct. It is that different plausible references select different winners.

Core Contribution

The paper’s main contribution is XQA-RR, a paired-reference evaluation setup for chest X-ray models. It places image-derived labels, report-derived labels, conflict-resolved image labels, report-section labels, model families, and rank-correlation analysis into the same evaluation frame. That design lets the authors ask a more operational question than whether a model has a high ROC-AUC: would the same model look best if the benchmark used a different clinically motivated reference?

Figure 3 gives the study design in compact form: paired labeling sources are used to compare how evaluation references affect both absolute performance estimates and model ordering.

Figure 3. XQA-RR: enables comparison of chest X-ray pathology labeling sources.

The distinction matters because report labels encode clinical communication. Reports may omit stable, irrelevant, or already-known findings; they may also use uncertainty differently from image annotators. The paper shows that these are not small clerical differences. They change positive counts, uncertainty rates, agreement coefficients, and model rankings.

Technical Approach

For classification, the authors evaluate supervised chest X-ray classifiers, including ResNet and DenseNet variants, alongside zero-shot and fine-tuned vision-language models such as MedKLIP, GLoRIA, and ConVIRT. The evaluation uses four selected pathologies with sufficient positives — atelectasis, consolidation, lung opacity, and pleural effusion — plus aggregate analyses across 12 pathologies where available.

Agreement is measured with Cohen’s κ\kappa, including a quadratically weighted central estimate and low/high mappings that treat uncertain labels pessimistically or optimistically. Ranking stability is measured with Spearman and Kendall rank correlation coefficients over model rankings induced by different references. The paper defines SRCC as:

ρs=16i=1ndi2n(n21)\rho_s = 1 - \frac{6\sum_{i=1}^n d_i^2}{n(n^2 - 1)}

where did_i is the rank difference for item ii. For ranking analyses, the authors estimate uncertainty with 1000 bootstrap replicates over patient studies and report 95% percentile confidence intervals.

Figure 4 shows why simple label substitution is risky. Across all 12 pathologies, 469 of 794 positive conflict-resolved image labels, or 59%, were labeled negative in reports; in the opposite direction, 245 of 618 positive report-derived labels, or 40%, were negative in the conflict-resolved image labels. The omission pattern is asymmetric and pathology-dependent.

Figure 4. Sankey diagrams showing agreement and omission patterns between conflict-resolved (CR) image-derived labels and report-derived labels from annotator 1. Each flow represents the number of cases across the three label states (positive (Pos), uncertain (Unc), negative (Neg)), revealing the types and frequencies of agreement and disagreement between label sources. Results are shown for pathologies with more than 50 positive labels in either source (Figures~fig:sankey_plef--fig:sankey_luop), as well as across all 12 pathologies (Figure~fig:sankey_overall).

Results and Analysis

The agreement results support the paper’s central caution. Image annotators agree less with each other than report annotators: the paper reports image inter-annotator κ=0.15\kappa = 0.15 for atelectasis and κ=0.67\kappa = 0.67 for pleural effusion, while report inter-annotator agreement is consistently high at about κ=0.80\kappa = 0.80 to 0.940.94. Cross-source agreement between conflict-resolved image labels and report labels is lower than report inter-annotator agreement, with consolidation around κ0.22\kappa \approx 0.22 and pleural effusion around κ0.55\kappa \approx 0.55.

The label-fusion analysis is useful because MIMIC-CXR lacks the same conflict-resolution process. On XQA-RR, FUSE_OR, MACE, and neural fusion methods align best with conflict-resolved image labels. The appendix reports FUSE_OR macro-average κ=0.87\kappa = 0.87 across the four selected pathologies and neural fusion variants around κ=0.89\kappa = 0.89 to 0.900.90, while simpler methods such as DS-EM and FUSE_AND are weaker on the harder pathologies.

The model-ranking results are the strongest practical signal. On MIMIC-CXR, rankings induced by labels from Findings and Impressions are highly correlated for all models, with macro-average SRCC 0.86 for Findings and 0.96 for Impressions in one table, but the correlation drops sharply for fine-tuned vision-language models: macro-average SRCC 0.73 versus Findings and 0.59 versus Impressions. Kendall correlations show the same pattern, with fine-tuned vision-language macro-average KRCC 0.13 versus Findings and 0.11 versus Impressions. In other words, the ranking instability is not evenly distributed; it depends on the model family and the reference.

Figure 8 makes the same point visually for XQA-RR: rank correlations vary by pathology and model group, so an evaluation reference can change which model appears ready for further development.

Figure 8. XQA-RR rank correlation coefficients between model rankings induced by each pair of label sources, measured by Spearman rank correlation coefficient (SRCC). CR denotes conflict-resolved image-derived labels; Rep1/Rep2 denote report-derived labels from the two report annotators. Results are broken down by pathology and model group. Macro average refers to rankings induced by ROC-AUC macro-averaged across the four selected pathologies. The corresponding Kendall rank correlation coefficients (KRCC), which show the same qualitative pattern, are reported in Appendix Figure~fig:cuh_rcc_krcc_app.

The IQA part extends the argument beyond classification. The authors compare full-reference, no-reference, and clinician-preference-based image quality assessment and report that common generic metrics such as SSIM and PSNR often do not align with expert judgments of diagnostic usability. The implication is narrow but important: benchmark convenience is not the same as clinical validity. For teams choosing CXR models or reconstruction methods, the reference standard should be justified with respect to the finding, the task, and the intended clinical use, not inherited from dataset availability.

Evidence Box

strong

Key Claims

  • Evaluation references determine apparent CXR model performance
  • Report-derived labels capture documentation rather than all image-visible findings
  • Model rankings are sensitive to pathology, model family, and label source
  • Generic IQA metrics can diverge from clinician diagnostic preferences

Key Results

  • 469 of 794 image-positive labels across 12 pathologies were negative in reports (59%)
  • 245 of 618 report-positive labels across 12 pathologies were negative in conflict-resolved image labels (40%)
  • Image inter-annotator κ ranged from 0.15 for atelectasis to 0.67 for pleural effusion
  • Fine-tuned VLM macro-average SRCC on MIMIC-CXR was 0.73 versus Findings and 0.59 versus Impressions

Limitations & Caveats

  • Non-public CUH data cannot be shared because of clinical data restrictions
  • Main classification analysis centers on four selected pathologies with sufficient positives
  • Reference disagreement may reflect clinical reporting practice rather than annotation error alone
  • IQA conclusions depend on available expert diagnostic-usability ratings

Artifacts

Related Articles

Readers are encouraged to consult the original arXiv paper for complete details. SOTA Papers does not make claims beyond what is supported by the authors' reported evidence.