用PCA降维提升乳腺超声肿瘤分割模型跨数据集泛化能力
PCA for Enhanced Cross-Dataset Generalizability in Breast Ultrasound Tumor Segmentation
- 对超声图像做PCA降维,保留90%方差以去噪并突出关键特征
- 在6个数据集上测试,模型在跨数据集推理时召回率和Dice分数显著提升
- 尤其改善了原始表现差的模型-数据集组合,降低性能下降33%
在医学图像分割中,模型在未见数据集上的外部有效性受限仍是关键挑战,尤其在超声图像领域更为明显。现有方法如域适应和基于GAN的风格迁移虽有潜力,但在医疗数据通常小而多样的情况下效果有限。本文提出一种新的主成分分析(PCA)应用:通过保留约90%的数据集方差进行预处理,减少噪声并强调本质特征。我们在包含3,983张B模式图像及对应专家标注分割图的六个不同乳腺肿瘤超声数据集上评估该方法。为每个数据集构建对应的降维后PCA数据集,使用U-Net在十二个数据集上分别训练模型。每个在原始数据集上训练的模型在其余五个外部原始数据集上推理(基线),每个在PCA数据集上训练的模型则在五个外部PCA数据集上推理。实验表明,使用PCA重构数据集替代原始图像,能显著提升模型的召回率与Dice分数,尤其在基线性能较差的模型-数据集对上,召回率从0.57±0.07提升至0.70±0.05(p=0.0004),Dice分数从0.50±0.06提升至0.58±0.06(p=0.03)。该方法使外部验证时召回率下降减少了33%。结果表明,PCA重构可有效缓解性能衰退,增强真实医疗应用中的外部有效性。
原文摘要 · Abstract (English)
In medical image segmentation, limited external validity remains a critical obstacle when models are deployed across unseen datasets, an issue particularly pronounced in the ultrasound image domain. Existing solutions-such as domain adaptation and GAN-based style transfer-while promising, often fall short in the medical domain where datasets are typically small and diverse. This paper presents a novel application of principal component analysis (PCA) to address this limitation. PCA preprocessing reduces noise and emphasizes essential features by retaining approximately 90\% of the dataset variance. We evaluate our approach across six diverse breast tumor ultrasound datasets comprising 3,983 B-mode images and corresponding expert tumor segmentation masks. For each dataset, a corresponding dimensionality reduced PCA-dataset is created and U-Net-based segmentation models are trained on each of the twelve datasets. Each model trained on an original dataset was inferenced on the remaining five out-of-domain original datasets (baseline results), while each model trained on a PCA dataset was inferenced on five out-of-domain PCA datasets. Our experimental results indicate that using PCA reconstructed datasets, instead of original images, improves the model's recall and Dice scores, particularly for model-dataset pairs where baseline performance was lowest, achieving statistically significant gains in recall (0.57 $\pm$ 0.07 vs. 0.70 $\pm$ 0.05, $p = 0.0004$) and Dice scores (0.50 $\pm$ 0.06 vs. 0.58 $\pm$ 0.06, $p = 0.03$). Our method reduced the decline in recall values due to external validation by $33\%$. These findings underscore the potential of PCA reconstruction as a safeguard to mitigate declines in segmentation performance, especially in challenging cases, with implications for enhancing external validity in real-world medical applications.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。