The pretraining domain outweighs the training objective in setting the privacy-utility trade-off of differentially private medical image analysis
Abstract
Differential privacy protects the patients whose images train medical imaging models, but it lowers diagnostic accuracy, and the initialization is the strongest known remedy. Practice increasingly favors large generic self-supervised encoders. Yet the pretraining objective and the pretraining domain are confounded in existing comparisons, so which one preserves utility under privacy is unknown, and the pretraining corpus is treated as public even when it holds patient images. We trained ConvNeXt classifiers with differentially private stochastic gradient descent from five initializations that vary the objective and the domain independently, at four privacy budgets and without privacy, and evaluated them locally on more than 590,000 chest radiographs from five external datasets in four countries. Supervised pretraining on chest radiographs ranked first in 24 of 25 dataset and budget combinations. Its lead over ImageNet grew from 2.5 to 14.6 points of macro-averaged area under the receiver operating characteristic curve as the budget tightened, and the domain effect exceeded the objective effect by a factor of 2.2 to 3.4. Pretraining that corpus privately cost about 5 points and, under privacy, still beat every public initialization. Low-rank adaptation removed about half the residual gap, and in-domain pretraining raised the worst-performing demographic subgroup. Under privacy, what a model was pretrained on outweighs how it was pretrained.
∗Correspondence to: Soroosh Tayebi Arasteh ()
Introduction
Deep learning models for medical imaging improve with the size and diversity of the data behind them, yet the images that make them useful are among the most sensitive records a patient generates [18]. Trained networks can memorize their training data, and reconstruction attacks can recover recognizable images from gradients or weights [5]. Differential privacy answers this with a formal bound on how much any single patient can influence a model [10], realized for deep networks by differentially private stochastic gradient descent (DP-SGD), which clips per-sample gradients and adds calibrated noise [1]. The approach is established in medical imaging [47, 38], but the protection is not free. A recent synthesis of 74 studies found that models stay clinically usable at moderate budgets near , while strict budgets near commonly cost substantial accuracy, with the sharpest losses in small and heterogeneous cohorts [30]. Reconciling that trade-off remains the central obstacle to deploying private medical artificial intelligence (AI) [46].
Among the available remedies, the initialization is the most powerful. Beginning private training from pretrained weights instead of from scratch recovers much of the lost accuracy, an effect documented on natural images [8, 23], in language [24], and in radiography [36]. Two lines of work suggest where better initializations might come from. Self-supervised pretraining produces representations that transfer more broadly and degrade more gracefully than supervised ones [7, 32, 14], has proven useful in medical imaging [22, 27], and has shown early promise under privacy [2], with recent DINOv3 models extending it to convolutional backbones at scale [35]. Separately, pretraining on the target modality is long-standing practice in chest radiography, although its benefit over generic pretraining is contested without privacy [19, 20]. Whether the objective or the domain drives performance under privacy has not been established, because the two are confounded in almost every published comparison: a domain-specific model is typically also a supervised one, and a self-supervised model is typically also a generic one.
Here we separate them. Using a fixed ConvNeXt backbone [25] and a common DP-SGD pipeline, we compare five initializations that vary the objective and the domain independently: random initialization, supervised ImageNet pretraining [9], self-supervised DINOv3 pretraining on natural images [35], and supervised pretraining on chest radiographs from MIMIC-CXR [17], carried out once conventionally and once under DP-SGD (Fig. 1). The last of these addresses a second problem. Private fine-tuning conventionally treats the pretraining corpus as public, an assumption that is hard to defend when that corpus is itself patient data [40]. Pretraining privately makes the guarantee hold end to end. Every initialization is evaluated at four privacy budgets and without privacy, on more than 590,000 radiographs from five external datasets spanning four countries and both routine and intensive care [31, 16, 42, 6, 20], and further across three fine-tuning schemes including low-rank adaptation [15], two model capacities, leave-one-dataset-out generalization to unseen institutions, and performance within demographic subgroups, where privacy is known to fall unevenly [4]. To our knowledge, this is the first study to disentangle the pretraining objective from the pretraining domain under differential privacy at this scale, and the first to measure what protecting the pretraining corpus costs downstream.
The work proceeds from a simple expectation: noise added to every gradient should penalize a model in proportion to how much it still has to learn, so an initialization that already encodes the target modality ought to lose the least. What follows tests that expectation and traces its consequences for diagnostic accuracy, for the privacy a model actually expends before it converges, for transfer to institutions never seen in training, and for the patients a model serves least well. The findings bear on how medical foundation models should be built and released if they are to be useful where privacy is mandatory, and they indicate that curating and sharing domain-matched pretraining corpora may be a more effective route to private medical AI than pursuing ever larger generic ones.
Results
Unless noted otherwise, every performance metric in this section is a percentage, reported as the bootstrap mean followed by its standard deviation and its 95% confidence interval (CI) in brackets, in the form mean std [lower, upper]; the percent sign is dropped in the text. Metrics are macro-averaged over the five shared radiographic findings (atelectasis, cardiomegaly, pleural effusion, pneumonia, and no finding), and the macro-averaged area under the receiver operating characteristic curve is written as macro AUROC. Uncertainty is estimated with a nonparametric bootstrap of 10,000 resamples drawn at the resampling unit, which is the patient for CheXpert and ChestX-ray14 and the image for VinDr-CXR, PadChest, and UKA-CXR. Differences between initializations are assessed on macro AUROC with a two-sided paired bootstrap; its -value is reported to three decimals, and because the test uses 10,000 resamples we write for values below its resolution. Throughout, differences are read by their magnitude and confidence intervals; -values indicate statistical reliability and are not evidence of clinical importance for small effects. Private runs were trained at four target budget levels of the privacy budget of Eq. 2, written throughout as , , , and , alongside a non-private reference. These labels name the target level and its cap, not the budget each run actually spent. Training stops at the best validation epoch, so a run that converges early spends less than its cap allows. Achieved values ranged from 0.16 to 1.00, 0.65 to 3.01, 2.48 to 6.01, and 3.16 to 9.03 across the four levels, and 5 of the 100 private runs, all of them from in-domain initializations, converged below the lower edge of their label. Initializations are therefore compared at a common target level, and the achieved of every run is listed in Supplementary Table 1, with the optimization steps behind it in Supplementary Table 2.
In-domain pretraining sets the privacy-utility frontier
Matching the pretraining domain to the target modality was the single strongest predictor of accuracy under privacy. Fine-tuning a ConvNeXt-Small classifier from five initializations, at four privacy budgets and without privacy, on five external chest radiograph datasets, InDomain-stand reached the highest macro AUROC in 24 of the 25 dataset and budget combinations (Table 1, Fig. 2a–e). The one exception was UKA-CXR without privacy, where InDomain-stand and DINOv3 were indistinguishable (88.8 for both, ).
The size of that lead depended on how much privacy was enforced. Without privacy the five initializations were closely spaced, and InDomain-stand led ImageNet by 2.5 and DINOv3 by 1.4 on average across the datasets. Tightening the budget to pulled them apart: the same margins widened to 14.6 over ImageNet and 8.6 over DINOv3, and to 25.0 over training from scratch (Fig. 2f). Privacy therefore does not act uniformly on the initializations. It penalizes the weaker ones far more, and converts a small non-private advantage into a decisive one.
At the strictest budget the ordering was stable and unambiguous. InDomain-stand averaged 82.0 across the five datasets and ranked first in every one, from 73.7 0.5 [72.7, 74.7] on ChestX-ray14 to 90.8 0.5 [89.7, 91.8] on VinDr-CXR, and its nearest competitor in each dataset was the privately pretrained in-domain initialization (Fig. 2i). All 60 paired bootstrap comparisons of InDomain-stand against He, ImageNet, and DINOv3 under privacy favored InDomain-stand at (Fig. 2h).
The same pattern appears as robustness to the privacy mechanism itself. Moving from the non-private setting to cost InDomain-stand only 5.3 points of macro AUROC on average, against 8.0 for InDomain-priv, 12.5 for DINOv3, 17.3 for ImageNet, and 20.8 for training from scratch (Fig. 2g). A representation already tuned to chest radiographs absorbs the noise and gradient clipping of private training with comparatively little loss, whereas an initialization that must still learn the modality from noisy updates loses most of its accuracy.
The ranking did not depend on the choice of metric. At the strictest budget InDomain-stand led on seven of the eight evaluation metrics, including the area under the precision-recall curve (AUPRC), mean average precision (mAP), accuracy, sensitivity, specificity, and the Brier score (Table 2, with per-dataset values in Supplementary Table LABEL:stab:permetric). The exception was expected calibration error (ECE, Eq. 5), which favored ImageNet, so the in-domain advantage in discrimination did not carry over to calibration. The ordering was equally stable across findings: InDomain-stand ranked first in all 25 combinations of finding and dataset at (Supplementary Table 4).
| Initialization | VinDr-CXR | CheXpert | ChestX-ray14 | PadChest | UKA-CXR | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| He |
|
|
|
|
|
||||||||||
| ImageNet |
|
|
|
|
|
||||||||||
| DINOv3 |
|
|
|
|
|
||||||||||
| InDomain-stand |
|
|
|
|
|
||||||||||
| InDomain-priv |
|
|
|
|
|
||||||||||
| He |
|
|
|
|
|
||||||||||
| ImageNet |
|
|
|
|
|
||||||||||
| DINOv3 |
|
|
|
|
|
||||||||||
| InDomain-stand |
|
|
|
|
|
||||||||||
| InDomain-priv |
|
|
|
|
|
||||||||||
| He |
|
|
|
|
|
||||||||||
| ImageNet |
|
|
|
|
|
||||||||||
| DINOv3 |
|
|
|
|
|
||||||||||
| InDomain-stand |
|
|
|
|
|
||||||||||
| InDomain-priv |
|
|
|
|
|
||||||||||
| He |
|
|
|
|
|
||||||||||
| ImageNet |
|
|
|
|
|
||||||||||
| DINOv3 |
|
|
|
|
|
||||||||||
| InDomain-stand |
|
|
|
|
|
||||||||||
| InDomain-priv |
|
|
|
|
|
||||||||||
| Non-private | |||||||||||||||
| He |
|
|
|
|
|
||||||||||
| ImageNet |
|
|
|
|
|
||||||||||
| DINOv3 |
|
|
|
|
|
||||||||||
| InDomain-stand |
|
|
|
|
|
||||||||||
| InDomain-priv |
|
|
|
|
|
||||||||||
| Metric | He | ImageNet | DINOv3 | InDomain-stand | InDomain-priv |
|---|---|---|---|---|---|
| AUROC | 57.0 (7.3) | 67.4 (6.6) | 73.4 (7.1) | 82.0 (6.7) | 77.0 (7.2) |
| AUPRC | 21.9 (8.6) | 27.9 (9.2) | 35.1 (11.1) | 48.6 (13.2) | 41.2 (12.8) |
| mAP | 22.0 (8.6) | 28.0 (9.1) | 35.3 (11.2) | 48.8 (13.4) | 41.4 (13.0) |
| Accuracy | 53.0 (10.5) | 57.5 (11.9) | 65.2 (14.7) | 73.0 (10.3) | 65.9 (14.6) |
| Sensitivity | 58.4 (11.1) | 69.6 (5.6) | 72.3 (9.2) | 77.9 (5.0) | 76.2 (4.4) |
| Specificity | 53.1 (11.7) | 57.4 (12.2) | 64.7 (15.1) | 72.3 (9.3) | 65.2 (14.8) |
| Brier score | 13.7 (3.7) | 11.5 (3.0) | 11.4 (3.1) | 10.3 (3.1) | 11.1 (3.2) |
| ECE | 10.6 (3.4) | 6.7 (2.6) | 8.5 (2.8) | 8.8 (2.2) | 8.8 (2.2) |
| Non-private | |||||
| AUROC | 77.8 (5.5) | 84.7 (5.9) | 85.9 (6.0) | 87.3 (6.4) | 85.0 (6.1) |
| AUPRC | 39.9 (12.6) | 51.3 (13.2) | 54.2 (13.4) | 57.0 (14.3) | 52.5 (13.5) |
| mAP | 40.1 (12.6) | 51.5 (13.3) | 54.4 (13.5) | 57.3 (14.5) | 52.7 (13.6) |
| Accuracy | 68.8 (9.1) | 74.5 (9.0) | 76.9 (9.0) | 77.3 (10.4) | 75.8 (10.3) |
| Sensitivity | 74.3 (3.6) | 81.2 (3.9) | 80.9 (4.7) | 82.6 (6.1) | 80.2 (4.2) |
| Specificity | 68.0 (9.1) | 73.8 (8.4) | 76.6 (8.4) | 77.2 (9.7) | 75.3 (9.5) |
| Brier score | 17.8 (4.7) | 14.7 (5.8) | 14.4 (5.8) | 14.8 (6.7) | 15.1 (4.4) |
| ECE | 21.4 (7.3) | 17.0 (7.6) | 16.4 (7.7) | 17.6 (9.2) | 18.1 (5.6) |
The pretraining domain outweighs the training objective
Two properties distinguish the pretrained initializations: the objective used during pretraining, supervised or self-supervised, and the content of the pretraining images, natural photographs or chest radiographs. ImageNet, DINOv3, and InDomain-stand occupy three cells of that two-by-two design (Fig. 3a), so each property can be read as a main effect. No public self-supervised chest radiograph ConvNeXt existed for the fourth cell, so the two effects are estimated separately and not as an interaction.
Both properties helped, and privacy amplified both. Holding the domain fixed to natural images, exchanging the supervised objective for the self-supervised one raised macro AUROC by 1.2 without privacy and by 6.0 at . Holding the objective fixed to supervised training, moving the pretraining images from natural photographs to chest radiographs raised it by 2.5 and by 14.6 (Fig. 3b). Each effect was positive in all 25 dataset and budget combinations, and each grew as the budget tightened in every dataset (Fig. 3g,h).
The domain effect was the larger of the two almost everywhere. It exceeded the objective effect by a factor of 2.2 without privacy and 2.4 at the strictest budget, and by up to 3.4 at intermediate budgets (Fig. 3c). It was the larger effect in 24 of the 25 dataset and budget combinations, the exception being UKA-CXR without privacy, where the two were equal at 0.5 (Fig. 3f). The ordering held in every dataset at , where the domain effect ranged from 9.7 on PadChest to 27.7 on VinDr-CXR and the objective effect from 0.8 to 16.2 (Fig. 3d,e). Comparing the two pretrained alternatives directly, the supervised in-domain model exceeded the self-supervised generic one in every dataset at every private budget, by 2.1 to 11.5 points, all at (Fig. 3i).
The practical reading is that under privacy the content of the pretraining images matters more than the way that pretraining was supervised. A supervised model pretrained on roughly two hundred thousand chest radiographs outperformed a self-supervised model pretrained on orders of magnitude more natural images, and the margin grew as the budget tightened. Self-supervision remains valuable, and it is the better choice when only generic images are available, but it did not substitute for seeing the target modality during pretraining.
A domain-matched initialization reaches its optimum with less privacy spent
A privacy budget caps what training may spend; it does not record what training actually spends. Each run stopped at its best validation epoch, so a model that converged early consumed only part of its allowance. The initialization therefore acts on the privacy cost itself, and not on accuracy alone.
Convergence followed the amount of prior knowledge closely. At the tightest budget, training from scratch needed 40.0 epochs on average to reach its best validation macro AUROC, ImageNet 39.4, DINOv3 34.0, InDomain-priv 22.4, and InDomain-stand 18.4 (Fig. 4a). That ordering mirrors the ranking of downstream accuracy. At every budget the two in-domain initializations converged before DINOv3, which converged before ImageNet and training from scratch, although the two in-domain initializations exchanged places at the two loosest budgets (Fig. 4g). Because the budget accumulates with every optimization step, the epoch at which a run peaked and the budget it had consumed by then moved together across the 100 private runs (Fig. 4c).
Earlier convergence translated into privacy saved. Averaged over the five datasets, InDomain-stand expended 66% of the tightest cap, against 94% for DINOv3 and essentially all of it for ImageNet and for training from scratch (Fig. 4b). The two benefits compound, placing the in-domain runs above and to the left of the others in the plane of utility against privacy spent (Fig. 4d,e). On VinDr-CXR, InDomain-stand reached 90.8 macro AUROC having spent , while training from scratch reached 48.3 after spending . On PadChest it reached 84.6 at , against 75.7 for DINOv3 at .
The saving was not uniform. On ChestX-ray14 and UKA-CXR, InDomain-stand consumed almost its entire allowance, and its advantage on those datasets came from accuracy alone (Fig. 4f,h). Across the 20 private runs it spent less than ImageNet in 14, and DINOv3 and InDomain-priv also spent less in most runs (Fig. 4i). Where the saving did occur it points to a benefit that a fixed-budget comparison conceals: a well-matched initialization can raise utility and leave part of the privacy budget unused, so the same protection is obtained at a lower true privacy cost.
Privatizing the pretraining data preserves most of the in-domain advantage
The in-domain advantage presumes access to a large medical pretraining corpus, and such a corpus carries the same privacy obligations as the data used downstream. InDomain-priv tests whether that obligation can be met. It draws on the identical MIMIC-CXR corpus and the identical supervised recipe, but its pretraining stage runs under DP-SGD and satisfies an guarantee with .
Protecting the pretraining stage carried a real and stable cost. InDomain-priv trailed InDomain-stand by 4.9 points of macro AUROC at and by 5.0 to 5.2 points at the looser budgets, with every dataset and budget comparison significant at (Table 3). With no privacy downstream the gap narrowed to 2.2. The penalty is therefore paid once, during pretraining, and it does not compound as the downstream budget tightens.
The consequential question is where that leaves the privately pretrained model against the public alternatives. Under privacy it outperformed all of them. At it led DINOv3 by 3.6, ImageNet by 9.6, and training from scratch by 20.0. It exceeded DINOv3 in all five datasets () and in 17 of the 20 private cells, and it exceeded ImageNet in all 20.
Only without privacy did it fall behind, trailing DINOv3 by 0.8. The value of private in-domain pretraining is therefore specific to private downstream training, which is the setting where it is needed. Combined with the fine-tuning guarantee, this makes an end-to-end private pipeline practical: the pretraining corpus and the fine-tuning data can both be protected, and the resulting model still begins from a stronger position than any publicly pretrained alternative.
| Dataset | InDomain-stand | InDomain-priv | ||
|---|---|---|---|---|
| VinDr-CXR | 90.8 0.5 [89.7, 91.8] | 85.9 0.9 [84.1, 87.5] | +4.9 | 0.0001 |
| CheXpert | 77.3 0.3 [76.7, 77.8] | 71.7 0.3 [71.1, 72.3] | +5.5 | 0.0001 |
| ChestX-ray14 | 73.7 0.5 [72.7, 74.7] | 67.9 0.5 [66.9, 69.0] | +5.8 | 0.0001 |
| PadChest | 84.6 0.2 [84.1, 85.1] | 78.7 0.3 [78.2, 79.2] | +5.9 | 0.0001 |
| UKA-CXR | 83.5 0.1 [83.3, 83.8] | 81.0 0.2 [80.7, 81.3] | +2.6 | 0.0001 |
| VinDr-CXR | 90.7 0.6 [89.6, 91.8] | 86.1 0.9 [84.3, 87.8] | +4.7 | 0.0001 |
| CheXpert | 77.4 0.3 [76.9, 78.0] | 71.4 0.3 [70.8, 72.0] | +6.0 | 0.0001 |
| ChestX-ray14 | 74.2 0.5 [73.3, 75.2] | 68.3 0.5 [67.2, 69.3] | +5.9 | 0.0001 |
| PadChest | 84.8 0.2 [84.4, 85.3] | 78.8 0.3 [78.3, 79.3] | +6.1 | 0.0001 |
| UKA-CXR | 84.5 0.1 [84.2, 84.7] | 81.9 0.1 [81.6, 82.2] | +2.6 | 0.0001 |
| VinDr-CXR | 91.1 0.7 [89.7, 92.5] | 86.1 0.9 [84.3, 87.8] | +5.1 | 0.0001 |
| CheXpert | 77.5 0.3 [76.9, 78.0] | 71.2 0.3 [70.6, 71.8] | +6.3 | 0.0001 |
| ChestX-ray14 | 74.7 0.5 [73.8, 75.6] | 69.1 0.5 [68.1, 70.1] | +5.6 | 0.0001 |
| PadChest | 85.4 0.2 [84.9, 85.9] | 79.2 0.3 [78.7, 79.7] | +6.2 | 0.0001 |
| UKA-CXR | 85.0 0.1 [84.7, 85.2] | 82.7 0.1 [82.4, 83.0] | +2.3 | 0.0001 |
| VinDr-CXR | 91.3 0.7 [89.9, 92.6] | 86.0 0.9 [84.3, 87.7] | +5.3 | 0.0001 |
| CheXpert | 77.5 0.3 [76.9, 78.0] | 71.1 0.3 [70.5, 71.7] | +6.4 | 0.0001 |
| ChestX-ray14 | 74.7 0.5 [73.8, 75.6] | 69.2 0.5 [68.3, 70.2] | +5.5 | 0.0001 |
| PadChest | 85.6 0.2 [85.2, 86.1] | 79.3 0.3 [78.8, 79.8] | +6.3 | 0.0001 |
| UKA-CXR | 85.3 0.1 [85.0, 85.5] | 82.9 0.1 [82.6, 83.1] | +2.4 | 0.0001 |
| Non-private | ||||
| VinDr-CXR | 95.8 0.4 [95.0, 96.5] | 90.8 0.6 [89.6, 91.9] | +5.0 | 0.0001 |
| CheXpert | 82.7 0.2 [82.3, 83.2] | 81.4 0.2 [80.9, 81.9] | +1.3 | 0.0001 |
| ChestX-ray14 | 79.4 0.4 [78.6, 80.1] | 76.2 0.5 [75.3, 77.1] | +3.2 | 0.0001 |
| PadChest | 89.6 0.2 [89.2, 90.0] | 88.4 0.2 [88.0, 88.8] | +1.2 | 0.0001 |
| UKA-CXR | 88.8 0.1 [88.5, 89.0] | 88.4 0.1 [88.2, 88.6] | +0.3 | 0.0001 |
Parameter-efficient fine-tuning compensates for a weak initialization
Differential privacy perturbs every trainable parameter, so limiting how many parameters are trained changes how much noise a model must absorb. We compared full fine-tuning against two parameter-efficient schemes, training the classification head alone and low-rank adaptation (Eq. 1), on VinDr-CXR and CheXpert at two budgets and from three initializations (Table 4).
Low-rank adaptation was the better scheme without exception. It exceeded full fine-tuning in all 12 configurations, by 6.7 points of macro AUROC on average and by as much as 15.2. Head-only training was less dependable. It helped in 10 of the 12 configurations, by 2.2 points on average, but it fell as much as 4.9 points below full fine-tuning when the backbone was randomly initialized, where a frozen random backbone gives the head little to read.
The benefit was largest where the initialization was weakest. Low-rank adaptation gained 8.0 points on average from a random initialization and 9.5 from ImageNet, against 2.7 from InDomain-stand. It also narrowed the spread between the weakest and strongest initialization, on VinDr-CXR at from 40.6 to 27.9 points. It never closed that spread. The best generic initialization trained with low-rank adaptation still trailed InDomain-stand trained with ordinary full fine-tuning in every configuration, so restricting the trainable parameters compensates for a weak starting point without substituting for a good one.
Combining the two levers produced the strongest private models. InDomain-stand with low-rank adaptation reached 93.2 0.5 [92.2, 94.2] on VinDr-CXR and 80.2 0.3 [79.7, 80.7] on CheXpert at , within 2.6 and 2.5 points of the respective non-private references. Full fine-tuning from the same initialization left gaps of 5.0 and 5.4. Once a domain-matched initialization is in place, confining the private updates to a small set of parameters removes about half of the utility that strict privacy still costs.
| Initialization | Full | Head-only | LoRA | ||||||
|---|---|---|---|---|---|---|---|---|---|
| VinDr-CXR, | |||||||||
| He |
|
|
|
||||||
| ImageNet |
|
|
|
||||||
| InDomain-stand |
|
|
|
||||||
| VinDr-CXR, | |||||||||
| He |
|
|
|
||||||
| ImageNet |
|
|
|
||||||
| InDomain-stand |
|
|
|
||||||
| CheXpert, | |||||||||
| He |
|
|
|
||||||
| ImageNet |
|
|
|
||||||
| InDomain-stand |
|
|
|
||||||
| CheXpert, | |||||||||
| He |
|
|
|
||||||
| ImageNet |
|
|
|
||||||
| InDomain-stand |
|
|
|
||||||
The initialization advantage carries over to unseen institutions and outweighs model capacity
Deployment usually means running a model at an institution whose data it never saw. To test that, each dataset was held out in turn, the model was trained on the remaining four, and performance was measured on the unseen one. Every initialization gave up ground on the held-out institution, by 3.9 to 6.4 points of macro AUROC at , and the loss was similar across initializations, so the ordering survived the shift (Fig. 5a,c,d and Supplementary Table 5).
InDomain-stand led in four of the five held-out datasets under strict privacy, averaging 76.4 against 67.2 for DINOv3, 63.5 for ImageNet, and 51.2 for training from scratch (Fig. 5a). The budget again governed the size of the lead. Without privacy the strongest initializations converged to within a point of one another, at 80.2 for InDomain-stand and 79.5 for DINOv3, and InDomain-stand led in four of five with a tie against DINOv3 on ChestX-ray14 (Fig. 5b,e).
UKA-CXR was the exception. With that dataset held out at , ImageNet led at 67.7, InDomain-stand reached 66.3, and DINOv3 trailed at 61.4 (Fig. 5f). UKA-CXR is the only cohort collected primarily in intensive care and the only one labeled by structured clinical grading. It is also the one target for which pretraining on MIMIC-CXR gave no advantage, which suggests the in-domain benefit depends on the pretraining corpus resembling the deployment setting and not merely the imaging modality.
Capacity mattered far less than initialization. Moving from ConvNeXt-Small to the smaller ConvNeXt-Tiny changed macro AUROC by 1.5 points on average and by at most 6.5 in either direction, while within the Tiny backbone alone the initializations spanned 23.8 points on VinDr-CXR and 15.0 on CheXpert at (Fig. 5g–i and Supplementary Table 6). Under a fixed privacy budget, where the model starts therefore counts for considerably more than how large it is. The two in-domain initializations were released for the Small backbone only, so this comparison covers the three generic initializations.
In-domain pretraining raises the worst-subgroup floor under privacy
Differential privacy is known to fall unevenly across patient groups, and it usually costs the smallest groups the most. Macro AUROC was therefore measured separately by sex and across three age bands in every test set.
Disparities were overwhelmingly a matter of age. Averaged over the five datasets, the gap between the best and worst age band ran from 4.0 to 7.1 points depending on the initialization, while the gap between male and female patients stayed between 0.9 and 1.5 (Fig. 6a). Performance was almost identical for male and female patients under every initialization, and fell steadily with age (Fig. 6b,c). At the weakest group was patients over 70 in 21 of the 25 dataset and initialization combinations (Fig. 6i).
Privacy widened that age gap for the generic initializations and left it untouched for the in-domain one. Moving from non-private training to , the average age gap grew from 5.7 to 6.6 for ImageNet, from 4.3 to 6.3 for DINOv3, and from 4.6 to 7.1 for InDomain-priv, while for InDomain-stand it moved from 4.1 to 4.0 (Fig. 6d and Supplementary Tables 7 and 8).
The floor tells the clearest story. At the worst-performing subgroup averaged 78.7 macro AUROC with InDomain-stand, against 69.5 with InDomain-priv, 66.9 with DINOv3, 60.9 with ImageNet, and 55.4 with training from scratch, and InDomain-stand held the highest floor in all five datasets (Fig. 6e,g and Supplementary Table 7). Strict privacy cost that floor only 5.6 points relative to non-private training, against 16.0 to 18.4 points for the generic initializations (Fig. 6f).
One comparison needs care. The two narrowest age gaps under privacy belonged to initializations at opposite ends of performance: InDomain-stand at 4.0 and training from scratch at 4.5. Their worst subgroups were far apart, averaging 78.7 and 55.4, and the randomly initialized model scored between 45.8 and 65.2 across the five datasets, close to chance on VinDr-CXR. A model that performs poorly for everyone has little room left for disparity, so a narrow gap is not on its own evidence of equitable performance. Measured by the level the least well served group actually reaches, InDomain-stand was the only initialization whose weakest subgroup stayed above 70 macro AUROC in every dataset, the next best reaching 62.6 (Fig. 6h). The age gaps widened more than the sex gaps under privacy because the age subgroups are the more imbalanced. The extreme-age bands are smaller and differ more in finding prevalence across datasets than the two sexes (Supplementary Table 12), and per-sample clipping with added noise reduces the effective learning signal most for small, prevalence-skewed subgroups. A domain-matched initialization lessens this effect by reducing the optimization burden that private training places on the model.
Discussion
We asked whether the benefit of pretraining under differential privacy comes from the objective a model was pretrained with or from the images it was pretrained on, and which combination best preserves diagnostic utility once a formal guarantee is enforced. Across five external chest radiograph datasets, four privacy budgets, two model capacities, and three fine-tuning schemes, the answer was consistent. The pretraining domain dominated the objective, supervised pretraining on chest radiographs set the privacy-utility frontier, and its margin over generic initializations widened as privacy grew stricter.
That result sharpens a question the non-private literature has left unsettled. Careful comparisons on chest radiographs have repeatedly found that generic ImageNet pretraining transfers well and that matching the pretraining domain buys surprisingly little [19, 3], and our non-private measurements agree with them. What privacy changes is the margin for error. DP-SGD clips every per-sample gradient and adds noise to it, so the useful signal surviving each update is small and the number of useful updates is capped by the budget [1]. A model that must still learn what a chest radiograph looks like has to spend that scarce signal on building a representation, while a model that already encodes the modality can spend it on the diagnostic task. Domain proximity stops being a marginal convenience and becomes the binding constraint. The same logic explains why the self-supervised objective helped and yet helped less. Self-supervision yields broader and more robust features [7, 14], which is worth real accuracy under noise [22, 2], but breadth across natural images is not the same thing as closeness to radiographs, and scaling the self-supervised corpus does not close that distance [32, 35].
The dominant remedies proposed for private training have been scale and compute. Very large batches, long schedules, and very large public corpora recover much of the accuracy that DP-SGD costs on natural images [8, 23]. Those routes are largely closed to a hospital training on its own patients, which is the setting differential privacy exists to serve. Our results point to a cheaper lever that is available there. Choosing a starting point already matched to the modality required no additional data, no additional compute, and no change to the privacy accounting, and it moved the frontier further than either a better objective or a larger backbone did.
A second observation concerns what private training actually costs. Privacy budgets are almost always reported as the value a run was allowed to reach, and recent surveys note that privacy parameters in medical imaging are reported inconsistently and often incompletely [30, 46]. The guarantee that matters, however, attaches to the mechanism actually released [10]. Because training halts at the best validation epoch, the budget a run consumes can fall well below its cap, and how far below depends on the initialization. A model that converges quickly buys its accuracy with less of the patient’s privacy. This reframes the initialization as a lever on both sides of the trade-off at once, and it argues that the achieved budget, not the target, is the quantity that belongs in a privacy statement. The saving was not uniform across datasets, so it should be measured and reported for each run and not assumed.
The strength of in-domain pretraining raises an uncomfortable question about where that pretraining corpus comes from. Private fine-tuning is conventionally justified by treating the pretraining data as public, an assumption that is difficult to sustain when the corpus consists of patient radiographs [40], and the risk is not hypothetical, since training data can be reconstructed from released models [5]. Our privately pretrained initialization shows the assumption is avoidable. Protecting the pretraining stage cost accuracy, but the resulting encoder still outperformed every publicly pretrained alternative once privacy was enforced downstream, and it does so while carrying its own formal guarantee, so the protection extends to the patients in the pretraining corpus as well [38]. For groups now assembling open medical foundation models [28], this suggests a concrete design choice. An encoder pretrained under differential privacy can be released with a stated guarantee and will still serve downstream private training better than a generic public encoder.
The advantage also survived the two stresses that matter most for deployment. Models are almost always used at institutions that contributed nothing to their training, and chest radiograph classifiers are known to lose accuracy under that shift [20, 36]. Every initialization paid a similar penalty on a held-out institution, so the shift did not reorder them, and a domain-matched start remained the best available option at a new site. Backbone capacity, by contrast, moved performance far less than the choice of initialization did. This does not contradict the finding that scale helps private learning [8], which was established across orders of magnitude and with batch sizes far beyond what we used. Within the range a hospital would realistically deploy, capacity was the weaker lever, and effort is better spent on where the model starts.
Restricting the trainable parameters was the one intervention that partly substituted for prior knowledge. Low-rank adaptation improved on full fine-tuning in every configuration we tested, and training the head alone improved on it in most, which extends to medical imaging a principle established in private language modeling [45, 24, 15]. The pattern beneath it is informative. The gain was largest for the weakest initializations and smallest for the strongest, so limiting the parameters that noise must cover partly compensates for knowledge the model does not have. It did not reorder the initializations, and it did not close the gaps between them. Parameter efficiency and a well-matched initialization are therefore complementary, with diminishing returns once the starting point is already close to the target domain.
Differential privacy is known to distribute its costs unevenly, falling hardest on the smallest and least well represented groups [4], and a recent synthesis found that few medical studies examine this at all and that several report widening subgroup gaps under privacy [30]. Our subgroup results support that concern and add a methodological caution. Disparities here were driven by age far more than by sex, and the two narrowest age gaps under strict privacy belonged to the domain-matched initialization and to the model trained from scratch, whose worst subgroups differed by more than twenty points. A gap statistic cannot tell those two situations apart, because it rewards uniform failure as readily as uniform success. Judging equity by the level the least well served group actually reaches gives the opposite and more defensible ranking, and it aligns fairness reporting with the question a clinician would ask about the patients a model serves worst [37]. We would encourage reporting the worst-group level alongside the gap in privacy-preserving medical AI.
Several limitations qualify these conclusions. First, the design that separates objective from domain is incomplete, because no self-supervised chest radiograph model was available for the ConvNeXt family we fixed; self-supervised radiograph encoders do exist for other architectures [39, 43], and closing this cell would require pretraining one, which would allow the two properties to be tested as an interaction instead of as main effects. Second, the findings are associational. Learning rates were tuned separately for each initialization and privacy setting, which is standard practice and gives each arm its best chance, but it means we compare optima and cannot isolate a single causal mechanism. Third, the in-domain advantage was absent on the intensive care cohort, which is also the cohort most unlike the emergency and inpatient population of the pretraining corpus [17]; the benefit may depend on resemblance to the deployment setting and not on the imaging modality alone, and confirming that would need pretraining corpora drawn from several care settings. Fourth, we studied one backbone family at two capacities and one modality, so whether the same ordering holds for transformers, for three-dimensional imaging, or for other tasks is untested, and settling it would require repeating the design on those architectures. Fifth, the fairness analysis covered sex and age only, with binary sex and three age bands, because race and ethnicity were not recorded in these datasets; intersectional subgroups and finer strata were therefore out of reach and would need cohorts that collect those attributes. Sixth, we evaluated a single privacy mechanism, and federated, synthetic-data, and hybrid approaches [18, 27] may trade utility against privacy differently, so the ranking reported here should not be assumed to transfer to them. Finally, the datasets are retrospective and heterogeneously labeled, through expert annotation, rule-based report labeling, and structured clinical grading, and no model was validated prospectively in clinical use.
Under differential privacy, where a model starts matters more than how it was taught or how large it is, and what it was shown during pretraining matters most of all. The practical consequence is encouraging. Pairing a domain-matched initialization with parameter-efficient private fine-tuning recovers much of the accuracy that strict privacy otherwise costs, raises the floor for the patients a model serves least well, and can reach its best performance having spent less of the privacy budget than a weaker starting point would require. That combination makes privacy-preserving diagnostic imaging less of a compromise than it has appeared. It also redirects effort. The most useful contribution to private medical AI may not be an ever larger generic pretraining corpus, but curated, openly released, domain-matched encoders whose own training was protected, so that the guarantee holds from the first image a model ever saw to the last prediction it makes.
Methods
Ethics statement
All procedures were conducted in compliance with applicable guidelines and regulations. Ethical approval for this retrospective study was granted by the Ethics Committee of the Medical Faculty of RWTH Aachen University (Reference No. EK 22-319). The committee waived the requirement for individual informed consent. VinDr-CXR and MIMIC-CXR were obtained through PhysioNet under their data use agreements, and all images were processed locally without transmission to any third-party service. No new patient data were collected for this study.
Datasets and preprocessing
We measured diagnostic utility on five external chest radiograph datasets, VinDr-CXR [31], CheXpert [16], ChestX-ray14 [42], PadChest [6], and UKA-CXR [20], and used a sixth dataset, MIMIC-CXR [17], only to construct domain-specific initializations. Every dataset was mapped to a single canonical vocabulary of five findings, atelectasis, cardiomegaly, pleural effusion, pneumonia, and no finding, and each radiograph was represented by a five-dimensional multi-label vector in this fixed order, so predictions were directly comparable and could be pooled across datasets. The source column of each dataset that supplied each canonical finding, and the two datasets whose encodings required a decoding rule, are listed in Supplementary Table 9, and the full curation procedure is given in Supplementary Note Supplementary Note 1: dataset curation and label harmonization.
The datasets differ in acquisition and labeling. VinDr-CXR, PadChest, and ChestX-ray14 provide binary labels. CheXpert labels were produced by a rule-based report labeler with positive, negative, and uncertain categories, and uncertain labels were treated as negative; for CheXpert only frontal projections were used. For PadChest, posteroanterior and anteroposterior projections were used. UKA-CXR labels came from structured clinical reporting, with radiographic sex numerically encoded, cardiomegaly graded on an ordinal scale and treated as positive at grade 3 or 4, and the remaining findings binary. Each dataset was split into training, validation, and test sets using the native split of its curated master list; VinDr-CXR has no native validation split, so its test split was reused for validation and threshold selection while remaining disjoint from the training split. The datasets varied in size and composition (Supplementary Table 10). VinDr-CXR contributed 18,000 radiographs (15,000 training and 3,000 test), and its demographic metadata were sparse, with sex recorded for 8,608 radiographs and age for 4,234. ChestX-ray14 contributed 112,120 radiographs from 30,805 patients (77,870 training, 8,654 validation, and 25,596 test), 56.5% from male patients, with a median age of 49 years (interquartile range, IQR, 34 to 59). PadChest contributed 110,525 frontal radiographs, retained from 160,704 by keeping posteroanterior and anteroposterior projections, from 67,205 patients (79,697 training, 8,783 validation, and 22,045 test), with a near-even sex balance and a median age of 63 years (IQR 47 to 74). CheXpert contributed 157,878 frontal radiographs from 57,872 patients (115,458 training, 13,099 validation, and 29,321 test), 59.0% from male patients, with a median age of 61 years (IQR 49 to 74). UKA-CXR contributed 193,361 radiographs from 54,176 patients, collected primarily in intensive-care settings (137,902 training, 15,353 validation, and 40,106 test), 65.2% from male patients, with a median age of 68 years (IQR 58 to 77). Across the five evaluation datasets, 591,884 radiographs were used. The two domain-specific initializations were pretrained on frontal radiographs of MIMIC-CXR (215,187 anteroposterior and posteroanterior images), in a pretraining stage carried out outside the evaluation pipeline; MIMIC-CXR labels were produced by the same rule-based labeler as CheXpert. The number of positive examples of every finding in every split is given in Supplementary Table 11. Per-subgroup sizes and per-finding prevalence on each test set are reported in Supplementary Table 12, and the availability of the demographic attributes themselves, which limits those subgroups, is described in Supplementary Note Supplementary Note 1: dataset curation and label harmonization.
Radiographs were resized to pixels [34], intensity-normalized per image, converted to 8-bit grayscale, and contrast-standardized by histogram equalization to reduce inter-dataset variability arising from differences in acquisition and post-processing; they were then loaded as three-channel images scaled to the unit interval. During non-private training only, images were augmented with random horizontal flipping (probability 0.5) and random rotation (up to 7 degrees); validation, test, and all differentially private training used no augmentation, because naive per-sample augmentation changes per-sample sensitivity under DP-SGD. Class imbalance was addressed by a per-label positive weight in the loss (Eq. 4). The resampling unit for the paired bootstrap was the patient where reliable patient identifiers were available and the image otherwise. Patient identifiers were recovered from the image path for CheXpert and from the filename for ChestX-ray14; VinDr-CXR, PadChest, and UKA-CXR were resampled at the image level.
Initialization strategies
We compared five initializations spanning a spectrum of prior knowledge. He initialization trained the network from scratch: all convolutional and linear weights were reinitialized with He (Kaiming) normal initialization [13] and all normalization layers were reset. ImageNet initialization used the supervised ImageNet-1k pretrained ConvNeXt backbone [9]. DINOv3 initialization used the self-supervised DINOv3 ConvNeXt backbone [35]. The in-domain standard initialization ( InDomain-stand) used a ConvNeXt backbone pretrained by supervised multi-label classification on the domain-matched chest radiograph dataset MIMIC-CXR. The in-domain private initialization (InDomain-priv) used the same supervised MIMIC-CXR pretraining carried out under DP-SGD, giving an initialization whose pretraining stage itself satisfies an -differential privacy guarantee with and . The two in-domain initializations were available for the ConvNeXt-Small backbone only. All backbones were publicly available checkpoints, run locally, with the classification head reinitialized in every case.
Backbone architecture and fine-tuning
The classifier was a ConvNeXt backbone [25] with an attached linear head mapping the 768-dimensional pooled embedding to the five findings. We used two capacities: ConvNeXt-Small (49.5 million parameters) as the main backbone, and ConvNeXt-Tiny (27.8 million parameters) for the capacity analysis. Three fine-tuning schemes were considered. Full fine-tuning updated all backbone and head parameters. Head-only fine-tuning froze the backbone and trained the head alone. Low-rank adaptation (LoRA) [15] froze the backbone and inserted trainable low-rank adapters into the pointwise () convolutional linear layers of the ConvNeXt blocks, with the head trainable. Each adapter replaced a frozen linear map by
| (1) |
where and are the low-rank factors of rank , is a scaling factor, is initialized to small random values, and to zero so that adaptation starts from the pretrained map. We used , , and dropout 0.05.
Differentially private training
Differential privacy bounds the influence of any single training example on the released model. A randomized mechanism satisfies -differential privacy if, for every pair of datasets and differing in one example and every measurable set of outputs ,
| (2) |
We trained with differentially private stochastic gradient descent (DP-SGD) [1] as implemented in Opacus [44]. At each step, the per-sample gradients over a batch were clipped to a maximum norm , and Gaussian noise proportional to was added to their sum, giving the privatized gradient
| (3) |
where is the noise multiplier. The privacy loss was tracked with the Rényi differential privacy accountant [33]. For each run, the noise multiplier of Eq. 3 was calibrated by Opacus to reach a target at a fixed budget of 150 epochs, given , the clipping norm , and the Poisson sampling rate , with logical batch size and training set size . The clipping norm was for ConvNeXt-Small and for ConvNeXt-Tiny. The logical batch of 128 was realized in physical batches of 64 by gradient accumulation, and modules incompatible with per-sample gradients were replaced by differentially private equivalents before training. The Gaussian noise was sampled from the standard pseudo-random generator, with the Opacus secure-mode generator not enabled. We used four target budgets, , and stopped training when the spent budget reached a cap of 0.99, 2.99, 5.99, and 8.99, respectively. Because training stopped at the cap and the reported model is the converged one, the achieved budget of every run fell within one of four bands: , , , and . A non-private reference was trained for 20 epochs without DP-SGD. The reported budgets quantify the privacy of the fine-tuning stage with respect to the target dataset. Pretraining is a separate stage: He uses none, ImageNet and DINOv3 use public non-medical images, and InDomain-stand uses MIMIC-CXR without a privacy guarantee, so for these four initializations the guarantee covers the target-dataset fine-tuning alone. For InDomain-priv the pretraining stage additionally satisfies its own guarantee over MIMIC-CXR, so both its pretraining and its fine-tuning are differentially private. The achieved , noise multiplier, sampling rate, and clipping norm of every run are reported in Supplementary Table 1, and the optimization steps in Supplementary Table 2.
Optimization, model selection, and decision thresholds
Models minimized a per-label weighted binary cross-entropy over the five findings,
| (4) |
where is the predicted probability for finding , the label, the number of positive training examples for finding , and the training set size [29]. Optimization used AdamW [26] with weight decay 0.01 over the trainable parameters. Learning rates were selected per fine-tuning scheme, per privacy setting, and, for full fine-tuning, per initialization, to maximize validation macro AUROC. For full fine-tuning the learning rate was for the He, ImageNet, and DINOv3 initializations in both settings and for the two domain-specific initializations under privacy; head-only fine-tuning used without privacy and with privacy; and LoRA used without privacy and with privacy. Models were validated every epoch, and the converged model was the epoch with the highest validation macro AUROC. Non-private models used a 20-epoch schedule; differentially private models used the 150-epoch budget with early stopping at the privacy cap. All loaders used a batch size of 128, and training was seeded (seed 42) with deterministic behavior enabled. A single training seed was used; because fitting the full set of runs under DP-SGD is computationally intensive, uncertainty in all reported metrics was quantified by bootstrapping the test set (Statistical analysis) instead of by repeated training with different seeds. Decision thresholds for the threshold-dependent metrics were the per-label Youden’s-index thresholds [41], that is the operating points maximizing sensitivity plus specificity minus one, computed on the validation set at the converged epoch, frozen, and then applied to the test set. The ranking and calibration metrics did not use these thresholds.
Experimental design
The main experiment fit ConvNeXt-Small for every combination of the five initializations, the four privacy budgets and the non-private reference, and the five datasets, giving 125 runs. Three targeted experiments extended it. The capacity experiment repeated the He, ImageNet, and DINOv3 initializations with ConvNeXt-Tiny on CheXpert and VinDr-CXR at the strictest budget and the non-private reference. The parameter-efficient fine-tuning experiment compared head-only fine-tuning and LoRA against full fine-tuning for the He, ImageNet, and InDomain-stand initializations on CheXpert and VinDr-CXR at and . The leave-one-dataset-out experiment held out each dataset in turn, trained on the pooled training data of the other four, and tested on the held-out dataset, for all five initializations at the strictest budget and the non-private reference; the positive weights of the pooled training set were aggregated over its constituent datasets. The 125 runs of the main experiment took 1,592 hours of single-GPU training in total, and private training cost about twice as much per epoch as non-private training at every dataset size (Supplementary Table 13).
Evaluation metrics
For each experiment we computed eight metrics per label and macro-averaged over the five findings: the area under the receiver operating characteristic curve (AUROC), mean average precision (mAP), the area under the precision-recall curve (AUPRC, by trapezoidal integration), accuracy, sensitivity, specificity, the Brier score, and the expected calibration error (ECE). Accuracy, sensitivity, and specificity used the validation-derived thresholds; the other five metrics were threshold-free. The Brier score was the mean squared difference between predicted probability and label [11]. The ECE was computed with equal-width probability bins as the weighted mean absolute gap between bin accuracy and bin confidence,
| (5) |
where is the set of the predictions whose probability falls in bin , and and are its empirical accuracy and mean predicted probability [12].
Statistical analysis
Uncertainty for every metric was estimated by a nonparametric bootstrap with 10,000 resamples [21]. For each dataset, one set of bootstrap resamples was constructed once over the ordered test set and reused by every experiment, so all comparisons on that dataset were paired. Resampling was at the unit level: each resample drew, with replacement, as many units as there were unique units, and a unit drawn several times contributed its rows the corresponding number of times. The resampling unit was the patient for CheXpert and ChestX-ray14 and the image for VinDr-CXR, PadChest, and UKA-CXR. Each metric was summarized by the mean, the standard deviation of the bootstrap distribution (the bootstrap standard error, one degree of freedom), and the 2.5th and 97.5th percentiles as the 95% confidence interval; resamples in which a label had only one class present were treated as missing for the ranking metrics. All metric values are reported as percentages with one decimal place.
Comparisons between initializations were made on macro AUROC with a two-sided paired bootstrap test. For a pair of initializations on the same dataset and privacy setting, the paired difference between their macro AUROC bootstrap distributions was centered under the null by subtracting its mean, and the two-sided -value was the fraction of the centered distribution whose magnitude was at least the observed mean difference. Because the test used 10,000 resamples, its finest resolution was , so smaller values are reported as . -values are reported to three decimals and were not corrected for multiple comparisons; the significance threshold was 0.05. Demographic subgroup metrics were computed by restricting the same paired bootstrap to the rows of each subgroup, a conditional bootstrap that keeps the subgroup analysis paired with the full test; subgroup sizes, per-label prevalence, and the number of examples excluded for a missing attribute are reported in Supplementary Table 12. These exclusions applied only to the subgroup analyses; every other evaluation used the complete test set of each dataset. The excluded fraction was negligible for all datasets except VinDr-CXR, whose demographic metadata are sparse, with 58.2% of test radiographs lacking a recorded sex and 84.4% lacking an age. Per-epoch training time was summarized as the mean of the densest cluster of per-epoch times within 5% of their median, to avoid inflation by transient stalls. The analyses of uncertainty and of subgroup performance are descriptive; the macro AUROC comparisons between initializations are inferential.
Data availability
This study draws on a combination of publicly available datasets, controlled-access resources, and an institutional clinical cohort. ChestX-ray14 and PadChest are openly accessible and can be obtained from their public repositories at https://www.kaggle.com/datasets/nih-chest-xrays/data and https://bimcv.cipf.es/bimcv-projects/padchest/. VinDr-CXR and MIMIC-CXR are distributed under controlled access via PhysioNet and require completion of the corresponding data use agreements prior to download at https://physionet.org/content/vindr-cxr/1.0.0/ and https://physionet.org/content/mimic-cxr-jpg/2.0.0/. CheXpert is available upon request from Stanford University through https://stanfordmlgroup.github.io/competitions/chexpert/. The UKA-CXR dataset comprises clinical imaging data collected at University Hospital RWTH Aachen, Germany; access to the full cohort is subject to institutional approval and may be granted upon reasonable request to the corresponding authors under a formal collaboration agreement. In addition, a subset of the UKA-CXR dataset has been released publicly and is available through the Hugging Face platform at https://huggingface.co/TLAIM.
Code availability
All source code, configuration files, and instructions required to reproduce the experiments are publicly available at https://github.com/tayebiarasteh/dp_dinov3. Training and evaluation were performed strictly in full 32-bit floating point precision. Experiments were conducted between October 27, 2025, and July 19, 2026. The implementation used Python 3.10.13 with PyTorch 2.5.1 and torchvision 0.20.1 (CUDA 12.4). Numerical and statistical analysis, including the bootstrap and the metric computations, used NumPy 2.2.6, SciPy 1.15.2, scikit-learn 1.7.1, and pandas 2.3.2; differential privacy used Opacus 1.5.4; image loading and processing used OpenCV 4.12.0 and Pillow 9.4.0; and figures were produced with Matplotlib 3.9.1. Hugging Face tooling comprised transformers 4.56.0, huggingface-hub 0.34.4, accelerate 1.10.1, tokenizers 0.21.4, and safetensors 0.6.2. All experiments were run on NVIDIA L40S GPUs with 48 GB of memory and Intel Xeon Silver 4310 CPUs.
All pretrained initialization weights were obtained from official public repositories hosted on Hugging Face. Supervised ImageNet initialization used the ConvNeXt-Tiny and ConvNeXt-Small models available at https://huggingface.co/facebook/convnext-tiny-224 and https://huggingface.co/facebook/convnext-small-224. Self-supervised initialization used the DINOv3-pretrained ConvNeXt models released by Meta AI, specifically https://huggingface.co/facebook/dinov3-convnext-small-pretrain-lvd1689m and https://huggingface.co/facebook/dinov3-convnext-tiny-pretrain-lvd1689m.
Acknowledgements
S.T.A. is supported by the Excellence Strategy of the German Federal Government, the Länder, and RWTH ERS (START_526-26). S.N. is supported by the DFG (701010997, 517243167). D.T. is supported by the German Ministry of Research, Technology and Space (TRANSFORM LIVER - 031L0312C, DECIPHER-M - 01KD2420B), DFG (515639690), and the European Union (Horizon Europe, ODELIA, GA 101057091, ERC Starting Grant SAGMA, GA 101222556).
Author contributions
The formal analysis and conceptualization were conducted by S.T.A. and D.T.. The original draft was written by S.T.A., M.F., and M.L.. The code was developed by S.T.A.. The experiments were performed by S.T.A.. The illustrations were designed by S.T.A.. The statistical analyses were performed by S.T.A., M.F., S.N., and D.T.. B.H.P., C.K., S.N., and D.T. provided clinical expertise. S.T.A., M.F., M.L., J.B., M.A., M.R., and D.T. provided technical expertise. The study was defined by S.T.A.. All authors read the manuscript, agreed to the submission of this paper, and contributed to the editing.
Competing interests
S.T.A. is an editorial board member at Communications Medicine and at European Radiology Experimental, and a trainee editorial board member at Radiology: Artificial Intelligence. M.L. is employed by Generali Deutschland Services GmbH, Germany, and is on the editorial board of European Radiology Experimental. B.H.P. is an associate editor at the Journal of Medical Internet Research. D.T. received honoraria for lectures by Bayer, GE, Roche, AstraZeneca, and Philips, and holds shares in StratifAI GmbH, Germany, and in Synagen GmbH, Germany. The other authors have no competing interests to disclose.
References
- [1] (2016) Deep learning with differential privacy. In Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security, CCS ’16, pp. 308–318. External Links: ISBN 9781450341394, Document Cited by: Introduction, Discussion, Differentially private training.
- [2] (2023) SELF-SUPERVISED PRETRAINING FOR DIFFERENTIALLY PRIVATE LEARNING. External Links: Link Cited by: Introduction, Discussion.
- [3] (2023) Robust and data-efficient generalization of self-supervised machine learning for diagnostic imaging. Nature Biomedical Engineering 7 (6), pp. 756–779. Cited by: Discussion.
- [4] (2019) Differential privacy has disparate impact on model accuracy. In Advances in Neural Information Processing Systems, H. Wallach, H. Larochelle, A. Beygelzimer, F. d'Alché-Buc, E. Fox, and R. Garnett (Eds.), Vol. 32, pp. . External Links: Link Cited by: Introduction, Discussion.
- [5] (2021) Reconstructing training data with informed adversaries. In NeurIPS 2021 Workshop Privacy in Machine Learning, External Links: Link Cited by: Introduction, Discussion.
- [6] (2020) Padchest: a large chest x-ray image dataset with multi-label annotated reports. Medical image analysis 66, pp. 101797. Cited by: Introduction, Datasets and preprocessing.
- [7] (2021) Emerging properties in self-supervised vision transformers. In Proceedings of the IEEE/CVF international conference on computer vision, pp. 9650–9660. Cited by: Introduction, Discussion.
- [8] (2022) Unlocking high-accuracy differentially private image classification through scale. External Links: 2204.13650, Link Cited by: Introduction, Discussion, Discussion.
- [9] (2009) ImageNet: a large-scale hierarchical image database. In 2009 IEEE Conference on Computer Vision and Pattern Recognition, Vol. , pp. 248–255. External Links: Document Cited by: Introduction, Initialization strategies.
- [10] (2025) Differential privacy. In Encyclopedia of Cryptography, Security and Privacy, pp. 649–652. Cited by: Introduction, Discussion.
- [11] (1950) Verification of forecasts expressed in terms of probability. Monthly weather review 78 (1), pp. 1–3. Cited by: Evaluation metrics.
- [12] (2017) On calibration of modern neural networks. In Proceedings of the 34th International Conference on Machine Learning - Volume 70, ICML’17, pp. 1321–1330. Cited by: Evaluation metrics.
- [13] (2015) Delving deep into rectifiers: surpassing human-level performance on imagenet classification. In Proceedings of the 2015 IEEE International Conference on Computer Vision (ICCV), ICCV ’15, USA, pp. 1026–1034. External Links: ISBN 9781467383912, Document Cited by: Initialization strategies.
- [14] (2019) Using self-supervised learning can improve model robustness and uncertainty. In Proceedings of the 33rd International Conference on Neural Information Processing Systems, Cited by: Introduction, Discussion.
- [15] (2022) LoRA: low-rank adaptation of large language models. In International Conference on Learning Representations, External Links: Link Cited by: Introduction, Discussion, Backbone architecture and fine-tuning.
- [16] (2019) CheXpert: a large chest radiograph dataset with uncertainty labels and expert comparison. In Proceedings of the Thirty-Third AAAI Conference on Artificial Intelligence and Thirty-First Innovative Applications of Artificial Intelligence Conference and Ninth AAAI Symposium on Educational Advances in Artificial Intelligence, AAAI’19/IAAI’19/EAAI’19. External Links: ISBN 978-1-57735-809-1, Document Cited by: Introduction, Datasets and preprocessing.
- [17] (2019) MIMIC-cxr, a de-identified publicly available database of chest radiographs with free-text reports. Scientific data 6 (1), pp. 317. Cited by: Introduction, Discussion, Datasets and preprocessing.
- [18] (2021) End-to-end privacy preserving deep learning on multi-institutional medical imaging. Nature Machine Intelligence 3 (6), pp. 473–484. Cited by: Introduction, Discussion.
- [19] (2021) CheXtransfer: performance and parameter efficiency of imagenet models for chest x-ray interpretation. In Proceedings of the Conference on Health, Inference, and Learning, CHIL ’21, pp. 116–124. External Links: ISBN 9781450383592, Document Cited by: Introduction, Discussion.
- [20] (2022) Artificial intelligence for clinical interpretation of bedside chest radiographs. Radiology 307 (1), pp. e220510. Cited by: Introduction, Introduction, Discussion, Datasets and preprocessing.
- [21] (2014) Bootstrapping and permuting paired t-test type statistics. Statistics and Computing 24 (3), pp. 283–296. Cited by: Statistical analysis.
- [22] (2022) Self-supervised learning in medicine and healthcare. Nature Biomedical Engineering 6 (12), pp. 1346–1352. Cited by: Introduction, Discussion.
- [23] (2022) Toward training at imagenet scale with differential privacy. External Links: 2201.12328, Link Cited by: Introduction, Discussion.
- [24] (2022) Large language models can be strong differentially private learners. External Links: 2110.05679, Link Cited by: Introduction, Discussion.
- [25] (2022-06) A ConvNet for the 2020s . In 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Los Alamitos, CA, USA, pp. 11966–11976. External Links: Document Cited by: Introduction, Backbone architecture and fine-tuning.
- [26] (2019) Decoupled weight decay regularization. In International Conference on Learning Representations, External Links: Link Cited by: Optimization, model selection, and decision thresholds.
- [27] (2025) Boosting multi-demographic federated learning for chest radiograph analysis using general-purpose self-supervised representations. European Journal of Radiology Artificial Intelligence 3, pp. 100028. External Links: ISSN 3050-5771, Document Cited by: Introduction, Discussion.
- [28] (2025) A fully open ai foundation model applied to chest radiography. Nature 643 (8071), pp. 488–498. Cited by: Discussion.
- [29] (2017) Rényi differential privacy. In 2017 IEEE 30th computer security foundations symposium (CSF), pp. 263–275. Cited by: Optimization, model selection, and decision thresholds.
- [30] (2026) Differential privacy for medical deep learning: methods, tradeoffs, and deployment implications. npj Digital Medicine 9, pp. 93. Cited by: Introduction, Discussion, Discussion.
- [31] (2022) VinDr-cxr: an open dataset of chest x-rays with radiologist’s annotations. Scientific Data 9 (1), pp. 429. Cited by: Introduction, Datasets and preprocessing.
- [32] (2024) DINOv2: learning robust visual features without supervision. Transactions on Machine Learning Research. External Links: ISSN 2835-8856, Link Cited by: Introduction, Discussion.
- [33] (2020) Addressing imbalance in multi-label classification using weighted cross entropy loss function. In 2020 27th National and 5th International Iranian Conference on Biomedical Engineering (ICBME), Vol. , pp. 333–338. External Links: Document Cited by: Differentially private training.
- [34] (2020) The effect of image resolution on deep learning in radiography. Radiology: Artificial Intelligence 2 (1), pp. e190015. Cited by: Datasets and preprocessing.
- [35] (2025) DINOv3. External Links: 2508.10104, Link Cited by: Introduction, Introduction, Discussion, Initialization strategies.
- [36] (2023) Securing collaborative medical ai by using differential privacy: domain transfer for classification of chest radiographs. Radiology: Artificial Intelligence 6 (1), pp. e230212. Cited by: Introduction, Discussion.
- [37] (2024) Enhancing diagnostic deep learning via self-supervised pretraining on large-scale, unlabeled non-medical images. European Radiology Experimental 8 (1), pp. 10. Cited by: Discussion.
- [38] (2024) Preserving fairness and diagnostic accuracy in private large-scale ai models for medical imaging. Communications Medicine 4 (1), pp. 46. Cited by: Introduction, Discussion.
- [39] (2022) Expert-level detection of pathologies from unannotated chest x-ray images via self-supervised learning. Nature biomedical engineering 6 (12), pp. 1399–1406. Cited by: Discussion.
- [40] (2024) Position: considerations for differentially private learning with large-scale public pretraining. In Forty-first International Conference on Machine Learning, External Links: Link Cited by: Introduction, Discussion.
- [41] (2017) Defining an optimal cut-point value in roc analysis: an alternative approach. Computational and mathematical methods in medicine 2017 (1), pp. 3762651. Cited by: Optimization, model selection, and decision thresholds.
- [42] (2017-07) ChestX-Ray8: Hospital-Scale Chest X-Ray Database and Benchmarks on Weakly-Supervised Classification and Localization of Common Thorax Diseases . In 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Los Alamitos, CA, USA, pp. 3462–3471. External Links: ISSN 1063-6919, Document Cited by: Introduction, Datasets and preprocessing.
- [43] (2025) Eva-x: a foundation model for general chest x-ray analysis with self-supervised learning. npj Digital Medicine 8 (1), pp. 678. Cited by: Discussion.
- [44] (2021) Opacus: user-friendly differential privacy library in pytorch. In NeurIPS 2021 Workshop Privacy in Machine Learning, External Links: Link Cited by: Differentially private training.
- [45] (2022) Differentially private fine-tuning of language models. In International Conference on Learning Representations, External Links: Link Cited by: Discussion.
- [46] (2024) Reconciling privacy and accuracy in ai for medical imaging. Nature Machine Intelligence 6 (7), pp. 764–774. Cited by: Introduction, Discussion.
- [47] (2021) Medical imaging deep learning with differential privacy. Scientific Reports 11 (1), pp. 13524. Cited by: Introduction.
Supplementary information
| Budget spent, | ||||||||
| Target level | Sampling rate | Noise mult. | Clip norm | He | ImageNet | DINOv3 | InDomain-stand | InDomain-priv |
| VinDr-CXR | ||||||||
| 0.00855 | 2.607 | 4.0 | 0.996 | 0.996 | 0.969 | 0.158 | 0.996 | |
| 0.00855 | 1.305 | 4.0 | 2.829 | 2.998 | 2.591 | 0.655 | 2.465 | |
| 0.00855 | 0.992 | 4.0 | 5.957 | 5.920 | 5.377 | 5.995 | 3.950 | |
| 0.00855 | 0.853 | 4.0 | 9.032 | 8.644 | 7.068 | 8.295 | 3.990 | |
| CheXpert | ||||||||
| 0.00111 | 1.123 | 4.0 | 0.996 | 0.996 | 0.852 | 0.708 | 0.549 | |
| 0.00111 | 0.721 | 4.0 | 3.010 | 3.010 | 2.919 | 2.130 | 1.649 | |
| 0.00111 | 0.622 | 4.0 | 5.965 | 5.965 | 5.965 | 3.408 | 2.475 | |
| 0.00111 | 0.571 | 4.0 | 9.032 | 8.947 | 8.348 | 4.262 | 3.162 | |
| ChestX-ray14 | ||||||||
| 0.00164 | 1.294 | 4.0 | 1.003 | 0.990 | 0.910 | 1.003 | 0.896 | |
| 0.00164 | 0.787 | 4.0 | 2.993 | 2.944 | 2.490 | 2.993 | 2.796 | |
| 0.00164 | 0.666 | 4.0 | 5.998 | 5.897 | 5.726 | 5.656 | 5.998 | |
| 0.00164 | 0.606 | 4.0 | 9.002 | 8.914 | 7.920 | 7.827 | 8.291 | |
| PadChest | ||||||||
| 0.00161 | 1.282 | 4.0 | 0.991 | 0.965 | 0.978 | 0.438 | 0.438 | |
| 0.00161 | 0.782 | 4.0 | 3.000 | 3.000 | 2.853 | 3.000 | 2.678 | |
| 0.00161 | 0.663 | 4.0 | 6.003 | 5.935 | 5.969 | 5.834 | 5.592 | |
| 0.00161 | 0.604 | 4.0 | 9.004 | 8.960 | 8.872 | 8.564 | 7.737 | |
| UKA-CXR | ||||||||
| 0.00093 | 1.057 | 4.0 | 0.995 | 0.995 | 0.928 | 0.976 | 0.985 | |
| 0.00093 | 0.696 | 4.0 | 2.992 | 2.992 | 2.927 | 2.971 | 2.992 | |
| 0.00093 | 0.605 | 4.0 | 5.951 | 6.013 | 5.291 | 6.013 | 6.013 | |
| 0.00093 | 0.557 | 4.0 | 8.861 | 8.988 | 7.259 | 9.028 | 9.028 | |
| Target level | He | ImageNet | DINOv3 | InDomain-stand | InDomain-priv |
|---|---|---|---|---|---|
| VinDr-CXR | |||||
| 4,756 | 4,756 | 4,524 | 116 | 4,756 | |
| 6,148 | 6,844 | 5,220 | 116 | 4,756 | |
| 10,208 | 10,092 | 8,468 | 10,324 | 4,756 | |
| 12,180 | 11,252 | 7,772 | 10,440 | 2,436 | |
| CheXpert | |||||
| 36,080 | 36,080 | 24,354 | 12,628 | 902 | |
| 45,100 | 45,100 | 41,492 | 12,628 | 902 | |
| 73,062 | 73,062 | 73,062 | 12,628 | 902 | |
| 90,200 | 88,396 | 75,768 | 9,020 | 902 | |
| ChestX-ray14 | |||||
| 25,536 | 24,928 | 21,280 | 25,536 | 20,672 | |
| 33,440 | 32,224 | 21,280 | 33,440 | 28,576 | |
| 51,680 | 49,856 | 46,816 | 45,600 | 51,680 | |
| 61,408 | 60,192 | 46,816 | 45,600 | 51,680 | |
| PadChest | |||||
| 25,502 | 24,258 | 24,880 | 622 | 622 | |
| 34,210 | 34,210 | 30,478 | 34,210 | 26,124 | |
| 52,870 | 51,626 | 52,248 | 49,760 | 45,406 | |
| 62,822 | 62,200 | 60,956 | 56,602 | 45,406 | |
| UKA-CXR | |||||
| 38,772 | 38,772 | 31,233 | 36,618 | 37,695 | |
| 49,542 | 49,542 | 46,311 | 48,465 | 49,542 | |
| 85,083 | 87,237 | 63,543 | 87,237 | 87,237 | |
| 102,315 | 105,546 | 63,543 | 106,623 | 106,623 | |
| Metric | He | ImageNet | DINOv3 | InDomain-stand | InDomain-priv | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| VinDr-CXR, | |||||||||||||||
| AUROC |
|
|
|
|
|
||||||||||
| AUPRC |
|
|
|
|
|
||||||||||
| mAP |
|
|
|
|
|
||||||||||
| Accuracy |
|
|
|
|
|
||||||||||
| Sensitivity |
|
|
|
|
|
||||||||||
| Specificity |
|
|
|
|
|
||||||||||
| Brier score |
|
|
|
|
|
||||||||||
| ECE |
|
|
|
|
|
||||||||||
| CheXpert, | |||||||||||||||
| AUROC |
|
|
|
|
|
||||||||||
| AUPRC |
|
|
|
|
|
||||||||||
| mAP |
|
|
|
|
|
||||||||||
| Accuracy |
|
|
|
|
|
||||||||||
| Sensitivity |
|
|
|
|
|
||||||||||
| Specificity |
|
|
|
|
|
||||||||||
| Brier score |
|
|
|
|
|
||||||||||
| ECE |
|
|
|
|
|
||||||||||
| ChestX-ray14, | |||||||||||||||
| AUROC |
|
|
|
|
|
||||||||||
| AUPRC |
|
|
|
|
|
||||||||||
| mAP |
|
|
|
|
|
||||||||||
| Accuracy |
|
|
|
|
|
||||||||||
| Sensitivity |
|
|
|
|
|
||||||||||
| Specificity |
|
|
|
|
|
||||||||||
| Brier score |
|
|
|
|
|
||||||||||
| ECE |
|
|
|
|
|
||||||||||
| PadChest, | |||||||||||||||
| AUROC |
|
|
|
|
|
||||||||||
| AUPRC |
|
|
|
|
|
||||||||||
| mAP |
|
|
|
|
|
||||||||||
| Accuracy |
|
|
|
|
|
||||||||||
| Sensitivity |
|
|
|
|
|
||||||||||
| Specificity |
|
|
|
|
|
||||||||||
| Brier score |
|
|
|
|
|
||||||||||
| ECE |
|
|
|
|
|
||||||||||
| UKA-CXR, | |||||||||||||||
| AUROC |
|
|
|
|
|
||||||||||
| AUPRC |
|
|
|
|
|
||||||||||
| mAP |
|
|
|
|
|
||||||||||
| Accuracy |
|
|
|
|
|
||||||||||
| Sensitivity |
|
|
|
|
|
||||||||||
| Specificity |
|
|
|
|
|
||||||||||
| Brier score |
|
|
|
|
|
||||||||||
| ECE |
|
|
|
|
|
||||||||||
| VinDr-CXR, Non-private | |||||||||||||||
| AUROC |
|
|
|
|
|
||||||||||
| AUPRC |
|
|
|
|
|
||||||||||
| mAP |
|
|
|
|
|
||||||||||
| Accuracy |
|
|
|
|
|
||||||||||
| Sensitivity |
|
|
|
|
|
||||||||||
| Specificity |
|
|
|
|
|
||||||||||
| Brier score |
|
|
|
|
|
||||||||||
| ECE |
|
|
|
|
|
||||||||||
| CheXpert, Non-private | |||||||||||||||
| AUROC |
|
|
|
|
|
||||||||||
| AUPRC |
|
|
|
|
|
||||||||||
| mAP |
|
|
|
|
|
||||||||||
| Accuracy |
|
|
|
|
|
||||||||||
| Sensitivity |
|
|
|
|
|
||||||||||
| Specificity |
|
|
|
|
|
||||||||||
| Brier score |
|
|
|
|
|
||||||||||
| ECE |
|
|
|
|
|
||||||||||
| ChestX-ray14, Non-private | |||||||||||||||
| AUROC |
|
|
|
|
|
||||||||||
| AUPRC |
|
|
|
|
|
||||||||||
| mAP |
|
|
|
|
|
||||||||||
| Accuracy |
|
|
|
|
|
||||||||||
| Sensitivity |
|
|
|
|
|
||||||||||
| Specificity |
|
|
|
|
|
||||||||||
| Brier score |
|
|
|
|
|
||||||||||
| ECE |
|
|
|
|
|
||||||||||
| PadChest, Non-private | |||||||||||||||
| AUROC |
|
|
|
|
|
||||||||||
| AUPRC |
|
|
|
|
|
||||||||||
| mAP |
|
|
|
|
|
||||||||||
| Accuracy |
|
|
|
|
|
||||||||||
| Sensitivity |
|
|
|
|
|
||||||||||
| Specificity |
|
|
|
|
|
||||||||||
| Brier score |
|
|
|
|
|
||||||||||
| ECE |
|
|
|
|
|
||||||||||
| UKA-CXR, Non-private | |||||||||||||||
| AUROC |
|
|
|
|
|
||||||||||
| AUPRC |
|
|
|
|
|
||||||||||
| mAP |
|
|
|
|
|
||||||||||
| Accuracy |
|
|
|
|
|
||||||||||
| Sensitivity |
|
|
|
|
|
||||||||||
| Specificity |
|
|
|
|
|
||||||||||
| Brier score |
|
|
|
|
|
||||||||||
| ECE |
|
|
|
|
|
||||||||||
| Finding | He | ImageNet | DINOv3 | InDomain-stand | InDomain-priv |
|---|---|---|---|---|---|
| VinDr-CXR, | |||||
| Atelectasis | 45.4 | 64.5 | 74.3 | 89.3 | 81.9 |
| Cardiomegaly | 52.3 | 70.6 | 86.5 | 94.6 | 92.0 |
| Pleural effusion | 43.4 | 66.5 | 78.7 | 98.1 | 88.1 |
| Pneumonia | 45.6 | 49.9 | 73.8 | 84.7 | 81.5 |
| No finding | 54.8 | 64.2 | 83.2 | 87.4 | 85.8 |
| CheXpert, | |||||
| Atelectasis | 53.0 | 58.2 | 56.8 | 65.8 | 62.3 |
| Cardiomegaly | 59.0 | 63.8 | 75.0 | 84.7 | 78.2 |
| Pleural effusion | 64.3 | 75.8 | 80.3 | 86.9 | 83.2 |
| Pneumonia | 50.0 | 55.0 | 51.2 | 64.3 | 54.8 |
| No finding | 65.6 | 80.5 | 78.9 | 84.6 | 80.2 |
| ChestX-ray14, | |||||
| Atelectasis | 50.5 | 56.5 | 64.1 | 73.8 | 67.4 |
| Cardiomegaly | 49.3 | 55.1 | 56.4 | 77.5 | 67.9 |
| Pleural effusion | 53.6 | 65.0 | 72.2 | 81.1 | 76.5 |
| Pneumonia | 50.8 | 55.8 | 58.0 | 64.7 | 58.7 |
| No finding | 50.8 | 63.5 | 67.8 | 71.3 | 69.1 |
| PadChest, | |||||
| Atelectasis | 51.6 | 68.0 | 66.8 | 81.0 | 72.9 |
| Cardiomegaly | 59.3 | 75.9 | 83.3 | 86.0 | 81.1 |
| Pleural effusion | 68.1 | 85.2 | 87.1 | 95.4 | 92.6 |
| Pneumonia | 63.4 | 66.1 | 65.3 | 77.6 | 68.7 |
| No finding | 63.8 | 79.2 | 75.8 | 83.0 | 78.1 |
| UKA-CXR, | |||||
| Atelectasis | 63.0 | 72.5 | 79.5 | 82.1 | 80.3 |
| Cardiomegaly | 66.2 | 71.2 | 77.4 | 81.6 | 79.6 |
| Pleural effusion | 68.9 | 77.8 | 82.5 | 86.7 | 84.8 |
| Pneumonia | 63.6 | 69.0 | 81.6 | 84.9 | 80.3 |
| No finding | 68.9 | 75.6 | 78.4 | 82.3 | 79.8 |
| VinDr-CXR, Non-private | |||||
| Atelectasis | 70.1 | 84.6 | 87.8 | 93.7 | 86.0 |
| Cardiomegaly | 85.2 | 93.3 | 95.0 | 97.5 | 94.6 |
| Pleural effusion | 78.0 | 95.4 | 97.3 | 98.6 | 96.6 |
| Pneumonia | 78.4 | 87.1 | 89.6 | 94.8 | 87.5 |
| No finding | 80.6 | 89.0 | 89.9 | 94.3 | 89.3 |
| CheXpert, Non-private | |||||
| Atelectasis | 63.9 | 68.5 | 69.4 | 70.5 | 68.9 |
| Cardiomegaly | 83.4 | 87.0 | 87.8 | 88.3 | 87.3 |
| Pleural effusion | 81.1 | 87.0 | 88.4 | 88.8 | 88.0 |
| Pneumonia | 64.1 | 75.5 | 77.0 | 77.9 | 75.3 |
| No finding | 83.9 | 87.4 | 88.0 | 88.2 | 87.4 |
| ChestX-ray14, Non-private | |||||
| Atelectasis | 67.1 | 74.4 | 76.9 | 78.8 | 74.2 |
| Cardiomegaly | 81.3 | 86.9 | 89.0 | 89.8 | 88.3 |
| Pleural effusion | 72.8 | 80.6 | 82.0 | 83.5 | 80.8 |
| Pneumonia | 60.7 | 67.5 | 67.6 | 71.7 | 66.9 |
| No finding | 67.4 | 71.1 | 71.7 | 73.0 | 70.8 |
| PadChest, Non-private | |||||
| Atelectasis | 73.1 | 83.7 | 86.1 | 86.8 | 84.3 |
| Cardiomegaly | 89.2 | 92.4 | 92.6 | 93.0 | 92.4 |
| Pleural effusion | 91.3 | 95.5 | 95.8 | 96.1 | 95.4 |
| Pneumonia | 74.4 | 83.7 | 85.0 | 85.8 | 84.0 |
| No finding | 80.0 | 85.7 | 86.5 | 86.4 | 85.8 |
| UKA-CXR, Non-private | |||||
| Atelectasis | 83.3 | 86.1 | 86.8 | 86.4 | 86.3 |
| Cardiomegaly | 81.3 | 85.2 | 85.9 | 86.0 | 85.7 |
| Pleural effusion | 87.4 | 91.2 | 91.7 | 91.8 | 91.5 |
| Pneumonia | 84.9 | 92.3 | 92.5 | 92.6 | 91.9 |
| No finding | 83.4 | 86.4 | 86.9 | 87.0 | 86.7 |
| Held-out dataset | He | ImageNet | DINOv3 | InDomain-stand | InDomain-priv | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| VinDr-CXR |
|
|
|
|
|
||||||||||
| CheXpert |
|
|
|
|
|
||||||||||
| ChestX-ray14 |
|
|
|
|
|
||||||||||
| PadChest |
|
|
|
|
|
||||||||||
| UKA-CXR |
|
|
|
|
|
||||||||||
| Non-private | |||||||||||||||
| VinDr-CXR |
|
|
|
|
|
||||||||||
| CheXpert |
|
|
|
|
|
||||||||||
| ChestX-ray14 |
|
|
|
|
|
||||||||||
| PadChest |
|
|
|
|
|
||||||||||
| UKA-CXR |
|
|
|
|
|
||||||||||
| Initialization | ConvNeXt-Tiny | ConvNeXt-Small | |||||
| VinDr-CXR, | |||||||
| He |
|
|
-0.7 | ||||
| ImageNet |
|
|
-1.8 | ||||
| DINOv3 |
|
|
+6.5 | ||||
| VinDr-CXR, Non-private | |||||||
| He |
|
|
-1.4 | ||||
| ImageNet |
|
|
-0.2 | ||||
| DINOv3 |
|
|
-0.5 | ||||
| CheXpert, | |||||||
| He |
|
|
+3.8 | ||||
| ImageNet |
|
|
+1.1 | ||||
| DINOv3 |
|
|
-1.2 | ||||
| CheXpert, Non-private | |||||||
| He |
|
|
+0.3 | ||||
| ImageNet |
|
|
+0.0 | ||||
| DINOv3 |
|
|
+0.3 | ||||
| Subgroup | He | ImageNet | DINOv3 | InDomain-stand | InDomain-priv |
|---|---|---|---|---|---|
| VinDr-CXR | |||||
| Male | 48.7 1.8 [45.1, 52.3] | 61.9 2.1 [57.7, 66.1] | 78.8 2.0 [74.9, 82.4] | 87.8 1.1 [85.5, 89.8] | 83.9 1.6 [80.6, 87.0] |
| Female | 48.2 2.3 [43.7, 52.9] | 63.9 2.6 [58.6, 68.8] | 74.4 3.0 [68.3, 80.1] | 88.4 1.6 [85.0, 91.2] | 83.6 2.2 [79.0, 87.6] |
| Age 40 | 59.2 5.6 [49.1, 69.8] | 44.2 4.3 [36.5, 53.2] | 73.2 5.6 [59.3, 82.2] | 87.6 4.4 [75.9, 93.9] | 77.2 6.7 [60.8, 87.5] |
| Age 40–70 | 51.7 2.8 [46.1, 57.2] | 58.9 3.1 [52.7, 65.0] | 71.9 3.6 [64.7, 78.4] | 88.1 1.6 [84.8, 91.0] | 79.7 2.7 [74.0, 84.7] |
| Age 70 | 45.8 7.0 [32.8, 60.4] | 58.8 5.9 [47.4, 70.9] | 64.7 7.1 [49.6, 77.4] | 88.1 2.8 [82.3, 93.2] | 65.2 6.2 [52.4, 76.9] |
| CheXpert | |||||
| Male | 59.3 0.4 [58.5, 60.1] | 67.1 0.4 [66.3, 67.9] | 68.4 0.4 [67.6, 69.1] | 77.7 0.4 [77.0, 78.4] | 71.0 0.4 [70.3, 71.8] |
| Female | 57.9 0.5 [56.9, 58.9] | 66.0 0.5 [64.9, 67.0] | 68.5 0.5 [67.6, 69.5] | 76.6 0.4 [75.8, 77.5] | 72.9 0.5 [72.0, 73.8] |
| Age 40 | 61.3 0.8 [59.7, 62.9] | 70.1 0.8 [68.6, 71.7] | 70.3 0.8 [68.8, 71.8] | 80.5 0.7 [79.0, 81.9] | 73.9 0.7 [72.4, 75.4] |
| Age 40–70 | 58.3 0.5 [57.4, 59.2] | 66.2 0.4 [65.4, 67.1] | 67.9 0.4 [67.1, 68.7] | 77.3 0.4 [76.6, 78.0] | 71.5 0.4 [70.6, 72.3] |
| Age 70 | 56.5 0.6 [55.3, 57.7] | 63.3 0.6 [62.2, 64.4] | 65.7 0.5 [64.7, 66.8] | 73.4 0.5 [72.3, 74.4] | 68.3 0.5 [67.3, 69.4] |
| ChestX-ray14 | |||||
| Male | 51.2 0.5 [50.2, 52.3] | 59.5 0.8 [58.0, 61.1] | 64.1 0.7 [62.8, 65.4] | 74.6 0.6 [73.4, 75.8] | 68.5 0.7 [67.1, 69.8] |
| Female | 50.6 0.6 [49.4, 51.8] | 58.8 0.9 [57.0, 60.5] | 63.2 0.9 [61.5, 64.9] | 72.4 0.8 [70.8, 73.9] | 67.3 0.9 [65.5, 69.0] |
| Age 40 | 50.7 0.7 [49.3, 52.0] | 60.4 1.0 [58.5, 62.4] | 65.1 0.9 [63.3, 66.9] | 73.9 0.8 [72.4, 75.6] | 68.8 0.8 [67.2, 70.4] |
| Age 40–70 | 50.8 0.5 [49.8, 51.7] | 58.6 0.8 [57.1, 60.0] | 63.4 0.7 [62.0, 64.8] | 74.0 0.6 [72.8, 75.3] | 68.3 0.7 [66.8, 69.7] |
| Age 70 | 52.5 1.8 [49.1, 56.0] | 56.0 2.3 [51.4, 60.3] | 59.0 1.7 [55.7, 62.4] | 70.1 1.8 [66.7, 73.7] | 62.6 1.9 [59.0, 66.5] |
| PadChest | |||||
| Male | 60.7 0.5 [59.8, 61.6] | 74.5 0.4 [73.7, 75.2] | 74.8 0.4 [74.1, 75.6] | 84.3 0.3 [83.7, 84.9] | 78.3 0.4 [77.6, 79.0] |
| Female | 61.8 0.5 [60.8, 62.8] | 75.0 0.4 [74.1, 75.8] | 76.3 0.4 [75.5, 77.2] | 84.8 0.4 [84.1, 85.6] | 78.8 0.4 [78.0, 79.6] |
| Age 40 | 58.8 1.6 [55.5, 62.0] | 70.2 1.4 [67.4, 73.0] | 76.4 1.2 [74.0, 78.7] | 84.6 1.0 [82.4, 86.4] | 78.3 1.1 [75.9, 80.4] |
| Age 40–70 | 59.7 0.6 [58.6, 60.8] | 73.8 0.5 [72.9, 74.8] | 75.0 0.5 [74.0, 76.0] | 83.6 0.4 [82.8, 84.4] | 78.3 0.5 [77.4, 79.2] |
| Age 70 | 59.7 0.5 [58.7, 60.7] | 69.0 0.5 [68.1, 69.9] | 67.0 0.5 [66.1, 67.9] | 80.2 0.4 [79.4, 81.0] | 72.1 0.5 [71.2, 73.1] |
| UKA-CXR | |||||
| Male | 66.9 0.2 [66.4, 67.4] | 73.4 0.2 [72.9, 73.8] | 79.6 0.2 [79.2, 80.0] | 83.3 0.2 [83.0, 83.6] | 80.6 0.2 [80.3, 81.0] |
| Female | 65.4 0.4 [64.7, 66.0] | 73.5 0.3 [72.9, 74.1] | 80.3 0.3 [79.7, 80.8] | 83.7 0.2 [83.2, 84.1] | 81.5 0.3 [81.0, 82.0] |
| Age 40 | 66.8 0.8 [65.1, 68.4] | 74.0 0.7 [72.5, 75.4] | 81.1 0.7 [79.7, 82.4] | 85.9 0.6 [84.8, 87.0] | 82.5 0.6 [81.3, 83.8] |
| Age 40–70 | 66.9 0.3 [66.4, 67.5] | 74.2 0.3 [73.7, 74.7] | 81.0 0.2 [80.5, 81.4] | 84.4 0.2 [84.0, 84.8] | 81.9 0.2 [81.5, 82.3] |
| Age 70 | 65.2 0.3 [64.6, 65.8] | 71.9 0.3 [71.4, 72.5] | 78.2 0.2 [77.7, 78.7] | 82.0 0.2 [81.5, 82.4] | 79.4 0.2 [79.0, 79.9] |
| Subgroup | He | ImageNet | DINOv3 | InDomain-stand | InDomain-priv |
|---|---|---|---|---|---|
| VinDr-CXR | |||||
| Male | 75.2 2.1 [71.0, 79.1] | 88.8 1.1 [86.6, 90.8] | 90.7 1.0 [88.7, 92.5] | 94.3 0.6 [92.9, 95.4] | 89.6 1.0 [87.4, 91.4] |
| Female | 74.0 3.0 [67.8, 79.6] | 89.5 1.5 [86.4, 92.2] | 92.1 1.4 [89.0, 94.6] | 95.6 1.2 [93.0, 97.4] | 90.1 1.3 [87.4, 92.5] |
| Age 40 | 68.6 5.6 [57.4, 78.7] | 85.6 4.8 [73.5, 93.3] | 93.3 3.8 [83.5, 97.9] | 96.2 1.7 [91.9, 98.7] | 85.9 5.0 [72.2, 92.7] |
| Age 40–70 | 71.3 2.7 [65.8, 76.5] | 86.2 2.1 [81.7, 89.9] | 90.7 1.6 [87.2, 93.4] | 93.4 1.2 [90.9, 95.5] | 86.6 2.2 [81.8, 90.5] |
| Age 70 | 63.0 5.9 [51.9, 76.0] | 74.3 7.0 [60.1, 87.9] | 87.5 3.5 [80.4, 93.9] | 91.7 2.4 [86.4, 96.0] | 81.5 5.5 [71.2, 92.5] |
| CheXpert | |||||
| Male | 75.2 0.4 [74.5, 75.9] | 81.2 0.3 [80.6, 81.8] | 82.1 0.3 [81.5, 82.7] | 82.7 0.3 [82.1, 83.3] | 81.4 0.3 [80.8, 82.1] |
| Female | 75.5 0.4 [74.7, 76.3] | 80.8 0.4 [80.0, 81.6] | 82.1 0.4 [81.4, 82.9] | 82.8 0.4 [82.1, 83.6] | 81.3 0.4 [80.5, 82.1] |
| Age 40 | 77.7 0.7 [76.2, 79.1] | 83.4 0.7 [82.0, 84.7] | 84.5 0.7 [83.2, 85.8] | 85.2 0.7 [83.9, 86.5] | 83.9 0.7 [82.6, 85.2] |
| Age 40–70 | 74.9 0.4 [74.1, 75.6] | 80.6 0.3 [79.9, 81.3] | 81.8 0.3 [81.1, 82.5] | 82.3 0.3 [81.6, 83.0] | 81.0 0.4 [80.3, 81.7] |
| Age 70 | 72.3 0.5 [71.3, 73.3] | 78.7 0.5 [77.7, 79.6] | 79.5 0.5 [78.6, 80.4] | 80.2 0.4 [79.3, 81.1] | 78.6 0.5 [77.7, 79.6] |
| ChestX-ray14 | |||||
| Male | 70.1 0.7 [68.8, 71.4] | 76.5 0.5 [75.5, 77.6] | 78.1 0.5 [77.1, 79.1] | 80.1 0.5 [79.1, 81.0] | 76.6 0.6 [75.5, 77.7] |
| Female | 69.5 0.8 [68.0, 71.1] | 75.4 0.7 [74.0, 76.8] | 76.3 0.7 [75.0, 77.6] | 78.3 0.6 [77.0, 79.5] | 75.5 0.8 [74.0, 77.0] |
| Age 40 | 70.6 0.9 [68.9, 72.4] | 76.9 0.7 [75.6, 78.4] | 78.4 0.7 [77.0, 79.8] | 80.4 0.7 [79.2, 81.7] | 77.7 0.7 [76.4, 79.2] |
| Age 40–70 | 69.6 0.7 [68.3, 70.9] | 75.7 0.6 [74.6, 76.8] | 77.1 0.5 [76.0, 78.1] | 78.9 0.5 [77.8, 79.9] | 75.4 0.6 [74.2, 76.6] |
| Age 70 | 66.4 1.5 [63.5, 69.3] | 72.8 1.4 [69.9, 75.5] | 75.0 1.4 [72.3, 77.7] | 76.4 1.6 [73.4, 79.5] | 72.2 1.8 [68.5, 75.7] |
| PadChest | |||||
| Male | 81.6 0.3 [81.0, 82.3] | 88.0 0.3 [87.4, 88.5] | 88.7 0.3 [88.1, 89.2] | 89.1 0.3 [88.6, 89.6] | 88.1 0.3 [87.5, 88.6] |
| Female | 81.1 0.4 [80.3, 81.9] | 88.2 0.3 [87.5, 88.8] | 89.5 0.3 [88.9, 90.1] | 90.0 0.3 [89.4, 90.5] | 88.5 0.3 [87.9, 89.1] |
| Age 40 | 80.1 1.0 [78.0, 82.0] | 86.6 1.1 [84.3, 88.6] | 87.2 1.1 [85.0, 89.2] | 88.0 1.0 [85.9, 89.8] | 85.6 1.1 [83.3, 87.6] |
| Age 40–70 | 80.8 0.4 [80.0, 81.7] | 87.7 0.4 [87.0, 88.4] | 88.7 0.3 [88.0, 89.4] | 89.1 0.3 [88.4, 89.8] | 87.9 0.4 [87.2, 88.6] |
| Age 70 | 75.8 0.4 [74.9, 76.7] | 84.0 0.4 [83.3, 84.7] | 85.4 0.3 [84.7, 86.0] | 85.9 0.3 [85.2, 86.6] | 84.6 0.4 [83.8, 85.3] |
| UKA-CXR | |||||
| Male | 83.9 0.2 [83.6, 84.2] | 88.1 0.1 [87.8, 88.4] | 88.6 0.1 [88.3, 88.8] | 88.5 0.1 [88.3, 88.8] | 88.3 0.1 [88.0, 88.5] |
| Female | 84.1 0.2 [83.6, 84.5] | 88.3 0.2 [88.0, 88.7] | 88.9 0.2 [88.6, 89.3] | 88.9 0.2 [88.6, 89.3] | 88.5 0.2 [88.2, 88.9] |
| Age 40 | 85.7 0.5 [84.6, 86.7] | 90.6 0.4 [89.8, 91.3] | 91.2 0.4 [90.5, 91.9] | 91.3 0.4 [90.5, 92.0] | 91.0 0.4 [90.2, 91.7] |
| Age 40–70 | 85.0 0.2 [84.6, 85.3] | 89.1 0.2 [88.8, 89.4] | 89.5 0.1 [89.2, 89.8] | 89.5 0.1 [89.2, 89.8] | 89.1 0.2 [88.8, 89.4] |
| Age 70 | 82.5 0.2 [82.1, 82.9] | 86.7 0.2 [86.4, 87.1] | 87.4 0.2 [87.1, 87.7] | 87.3 0.2 [87.0, 87.6] | 87.0 0.2 [86.7, 87.3] |
| Canonical finding | VinDr-CXR | CheXpert | ChestX-ray14 | PadChest | UKA-CXR |
|---|---|---|---|---|---|
| Atelectasis | Atelectasis | atelectasis | atelectasis | atelectasis | atelectasis |
| Cardiomegaly | Cardiomegaly | cardiomegaly | cardiomegaly | cardiomegaly | cardiomegaly |
| Pleural effusion | Pleural effusion | pleural_effusion | effusion | pleural_effusion | pleural_effusion |
| Pneumonia | Pneumonia | pneumonia | pneumonia | pneumonia | pneumonic_infiltrates |
| No finding | No finding | no_finding | no_finding | no_finding | healthy |
| Dataset | Total | Train | Validation | Test | Patients | Views |
|---|---|---|---|---|---|---|
| VinDr-CXR | 18,000 | 15,000 | a | 3,000 | N/A | all |
| CheXpert | 157,878 | 115,458 | 13,099 | 29,321 | 57,872 | frontal |
| ChestX-ray14 | 112,120 | 77,870 | 8,654 | 25,596 | 30,805 | all |
| PadChest | 110,525 | 79,697 | 8,783 | 22,045 | 67,205 | PA, AP |
| UKA-CXR | 193,361 | 137,902 | 15,353 | 40,106 | 54,176 | all |
| Split | Atelectasis | Cardiomegaly | Pleural effusion | Pneumonia | No finding | |
|---|---|---|---|---|---|---|
| VinDr-CXR | ||||||
| Training | 15,000 | 62 (0.4) | 1,817 (12.1) | 634 (4.2) | 471 (3.1) | 10,601 (70.7) |
| Test | 3,000 | 86 (2.9) | 309 (10.3) | 111 (3.7) | 246 (8.2) | 2,051 (68.4) |
| CheXpert | ||||||
| Training | 115,458 | 19,488 (16.9) | 14,317 (12.4) | 48,439 (42.0) | 2,851 (2.5) | 12,088 (10.5) |
| Validation | 13,099 | 2,302 (17.6) | 1,629 (12.4) | 5,265 (40.2) | 297 (2.3) | 1,372 (10.5) |
| Test | 29,321 | 4,523 (15.4) | 3,944 (13.5) | 11,438 (39.0) | 816 (2.8) | 3,540 (12.1) |
| ChestX-ray14 | ||||||
| Training | 77,870 | 7,392 (9.5) | 1,549 (2.0) | 7,833 (10.1) | 782 (1.0) | 45,415 (58.3) |
| Validation | 8,654 | 888 (10.3) | 158 (1.8) | 826 (9.5) | 94 (1.1) | 5,085 (58.8) |
| Test | 25,596 | 3,279 (12.8) | 1,069 (4.2) | 4,658 (18.2) | 555 (2.2) | 9,861 (38.5) |
| PadChest | ||||||
| Training | 79,697 | 4,413 (5.5) | 7,083 (8.9) | 5,071 (6.4) | 3,793 (4.8) | 26,074 (32.7) |
| Validation | 8,783 | 513 (5.8) | 808 (9.2) | 540 (6.1) | 437 (5.0) | 2,858 (32.5) |
| Test | 22,045 | 1,240 (5.6) | 1,954 (8.9) | 1,373 (6.2) | 992 (4.5) | 7,216 (32.7) |
| UKA-CXR | ||||||
| Training | 137,902 | 19,063 (13.8) | 64,447 (46.7) | 17,372 (12.6) | 18,976 (13.8) | 53,233 (38.6) |
| Validation | 15,353 | 2,260 (14.7) | 7,143 (46.5) | 1,950 (12.7) | 2,301 (15.0) | 5,858 (38.2) |
| Test | 40,106 | 5,650 (14.1) | 18,758 (46.8) | 5,107 (12.7) | 5,895 (14.7) | 15,364 (38.3) |
| Subgroup | Atelectasis | Cardiomegaly | Pleural effusion | Pneumonia | No finding | |
|---|---|---|---|---|---|---|
| VinDr-CXR (excluded for missing sex, 1746; for missing age, 2532) | ||||||
| Male | 702 | 4.1 | 8.3 | 6.1 | 11.0 | 55.8 |
| Female | 552 | 3.3 | 22.5 | 4.2 | 6.7 | 55.8 |
| Age 40 | 149 | 1.3 | 4.0 | 1.3 | 5.4 | 83.9 |
| Age 40–70 | 250 | 5.6 | 14.8 | 4.4 | 10.4 | 46.0 |
| Age 70 | 69 | 4.3 | 46.4 | 5.8 | 13.0 | 5.8 |
| CheXpert (excluded for missing sex, 0; for missing age, 0) | ||||||
| Male | 17,885 | 16.0 | 13.4 | 38.7 | 2.8 | 11.8 |
| Female | 11,436 | 14.6 | 13.5 | 39.5 | 2.7 | 12.4 |
| Age 40 | 4,391 | 11.1 | 10.5 | 27.1 | 3.0 | 23.2 |
| Age 40–70 | 16,421 | 16.1 | 11.9 | 38.3 | 2.4 | 12.4 |
| Age 70 | 8,509 | 16.3 | 18.0 | 46.6 | 3.4 | 5.7 |
| ChestX-ray14 (excluded for missing sex, 0; for missing age, 1) | ||||||
| Male | 14,882 | 12.9 | 3.6 | 18.4 | 2.2 | 38.4 |
| Female | 10,714 | 12.7 | 4.9 | 17.9 | 2.1 | 38.7 |
| Age 40 | 8,410 | 9.5 | 4.9 | 15.9 | 2.7 | 41.5 |
| Age 40–70 | 15,495 | 13.9 | 3.7 | 18.6 | 2.0 | 37.3 |
| Age 70 | 1,690 | 19.0 | 4.7 | 25.9 | 1.2 | 34.9 |
| PadChest (excluded for missing sex, 1; for missing age, 142) | ||||||
| Male | 11,408 | 6.2 | 7.9 | 7.6 | 5.0 | 27.5 |
| Female | 10,636 | 5.0 | 9.9 | 4.7 | 4.0 | 38.4 |
| Age 40 | 3,612 | 2.4 | 0.8 | 2.8 | 8.1 | 60.1 |
| Age 40–70 | 10,788 | 5.1 | 5.2 | 4.6 | 3.1 | 37.8 |
| Age 70 | 7,503 | 8.0 | 18.0 | 10.4 | 4.8 | 12.6 |
| UKA-CXR (excluded for missing sex, 0; for missing age, 15) | ||||||
| Male | 25,536 | 14.5 | 50.8 | 12.8 | 15.8 | 34.8 |
| Female | 14,570 | 13.4 | 39.7 | 12.6 | 12.8 | 44.4 |
| Age 40 | 2,325 | 14.5 | 27.6 | 9.8 | 16.9 | 50.6 |
| Age 40–70 | 19,383 | 14.2 | 43.2 | 12.0 | 15.9 | 40.8 |
| Age 70 | 18,383 | 13.9 | 53.0 | 13.9 | 13.2 | 34.1 |
| Dataset | Training images | Non-private (min) | Private (min) | Ratio | Total (h) |
|---|---|---|---|---|---|
| VinDr-CXR | 15,000 | 1.2 | 2.4 | 2.02 | 65 |
| CheXpert | 115,458 | 9.3 | 19.1 | 2.05 | 414 |
| ChestX-ray14 | 77,870 | 6.2 | 12.9 | 2.07 | 315 |
| PadChest | 79,697 | 6.4 | 13.2 | 2.06 | 327 |
| UKA-CXR | 137,902 | 11.0 | 22.7 | 2.06 | 471 |
| All five datasets | 425,927 | 1,592 |
Supplementary Note 1: dataset curation and label harmonization
All five evaluation datasets and the pretraining corpus are public, so every step between the released files and the tensors used here is reproducible. This note records those steps and the choices that a reader would otherwise have to infer.
Label harmonization
The five datasets were released with different label vocabularies, different numbers of findings, and different conventions for encoding uncertainty. They were reduced to one vocabulary of five findings by selecting, in each curated master list, the column corresponding to each canonical finding (Supplementary Table 9). Three conventions required a decision. CheXpert marks a finding as uncertain when the report labeler cannot resolve it, and we mapped uncertain to negative, which is the conservative choice because it never asserts a finding the report does not support. UKA-CXR grades cardiomegaly on an ordinal scale instead of marking it present or absent, and we counted grades 3 and 4 as positive, so that only clinically meaningful enlargement contributes. UKA-CXR also records the absence of findings in a column denoting a healthy study, which maps to the canonical no finding. ChestX-ray14 names pleural effusion simply as effusion. No other renaming, thresholding, or relabeling was applied, and no finding was inferred from another.
Projection filtering and exclusions
Two datasets were filtered by projection before any split was formed, so that the filter applies identically to training, validation, and test data. CheXpert was reduced from 184,325 to 157,878 radiographs by keeping frontal projections and discarding 26,447 lateral ones. PadChest was reduced from 160,704 to 110,525 by keeping the posteroanterior, anteroposterior, and horizontal anteroposterior projections and discarding 50,179 rows in other or unspecified projections. VinDr-CXR, ChestX-ray14, and UKA-CXR were used in full. No radiograph was excluded for image quality, for a missing label, or for any reason other than projection, so the counts in Supplementary Table 10 follow from the released files and this single filter.
Splits
Each dataset carries a split assignment in its curated master list, and those assignments were used verbatim so that the partition is fixed and reproducible. VinDr-CXR is the one dataset released without a validation split. Its test split was therefore reused for validation, which is how the original release is commonly used, and it remains disjoint from the training split. One consequence should be kept in mind when reading the VinDr-CXR columns: the epoch selected as converged and the decision thresholds were both chosen on the same radiographs that form its test set, so VinDr-CXR internal performance is optimistic relative to the other four datasets, where validation and test are disjoint. This affects the absolute values on that dataset and not the comparison between initializations, since every initialization was selected under the identical procedure. The leave-one-dataset-out evaluation, where VinDr-CXR is never used for selection when it is the held-out set, is unaffected.
Demographic metadata
Subgroup analyses were limited by what each dataset records. Sex is stored as a single letter in VinDr-CXR, ChestX-ray14, and PadChest, as a word in CheXpert, and as a numeric code in UKA-CXR, where 0 denotes male and 1 female. Values outside the two recorded categories were not assigned to a subgroup: CheXpert contains one radiograph marked unknown, PadChest contains a small number marked other or left blank, and VinDr-CXR records sex for 8,608 of its 18,000 radiographs, 4,542 male and 4,066 female. Age is recorded in years in four datasets. In VinDr-CXR a missing age is stored as zero and not as an empty field, which affects 13,766 of 18,000 radiographs and leaves 4,234 with a usable age, whose median is 57 years with an interquartile range of 41 to 67. The three age bands used throughout exclude zero by construction: the youngest band covers ages above 0 and below 40, the middle band ages from 40 up to but excluding 70, and the oldest band ages from 70 up to but excluding 100. Radiographs with an unusable age therefore contribute to the overall results but to no age subgroup, and the subgroup sizes in Supplementary Table 12 are smaller than the corresponding test set for this reason.
Class prevalence
The five findings are heavily imbalanced and imbalanced differently in each dataset, which is why the loss carries a per-label positive weight instead of treating the findings symmetrically. The positive counts of every split are given in Supplementary Table 11, and the training-set counts are exactly the quantities entering that weight in Eq. 4. Two features of the table are worth noting when interpreting the results. Pneumonia is the rarest finding almost everywhere, falling to 1.0% of ChestX-ray14 training radiographs, which is why its AUROC is the lowest of the five findings for every initialization. UKA-CXR, an intensive care cohort, is the one dataset in which cardiomegaly is common, at 46.7% of training radiographs, reflecting a population selected for cardiopulmonary disease and not a difference in labeling.