菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-01
📄 Abstract - Improving Generalization of Deep Learning for Brain Metastases Segmentation Across Institutions

Background: Deep learning has demonstrated significant potential for automated brain metastases (BM) segmentation; however, models trained at a singular institution often exhibit suboptimal performance at various sites due to disparities in scanner hardware, imaging protocols, and patient demographics. The goal of this work is to create a domain adaptation framework that will allow for BM segmentation to be used across multiple institutions. Methods: We propose a VAE-MMD preprocessing pipeline that combines variational autoencoders (VAE) with maximum mean discrepancy (MMD) loss, incorporating skip connections and self-attention mechanisms alongside nnU-Net segmentation. The method was tested on 740 patients from four public databases: Stanford, UCSF, UCLM, and PKG, evaluated by domain classifier's accuracy, sensitivity, precision, F1/F2 scores, surface Dice (sDice), and 95th percentile Hausdorff distance (HD95). Results: VAE-MMD reduced domain classifier accuracy from 0.91 to 0.50, indicating successful feature alignment across institutions. Reconstructed volumes attained a PSNR greater than 36 dB, maintaining anatomical accuracy. The combined method raised the mean F1 by 11.1% (0.700 to 0.778), the mean sDice by 7.93% (0.7121 to 0.7686), and reduced the mean HD95 by 65.5% (11.33 to 3.91 mm) across all four centers compared to the baseline nnU-Net. Conclusions: VAE-MMD effectively diminishes cross-institutional data heterogeneity and enhances BM segmentation generalization across volumetric, detection, and boundary-level metrics without necessitating target-domain labels, thereby overcoming a significant obstacle to the clinical implementation of AI-assisted segmentation.

顶级标签: medical computer vision model training
详细标签: medical image segmentation domain adaptation brain metastases variational autoencoder maximum mean discrepancy 或 搜索:

提升深度学习模型在不同机构间脑转移瘤分割的泛化能力 / Improving Generalization of Deep Learning for Brain Metastases Segmentation Across Institutions


1️⃣ 一句话总结

本研究提出了一种结合变分自编码器和最大均值差异损失的新方法,有效消除了不同医院间脑部扫描图像的差异,让AI分割脑转移瘤的模型无需重新训练就能在多家医院通用,且分割精度显著提升。

源自 arXiv: 2604.00397