• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

使用生成对抗网络生成 3D TOF-MRA 容积和分割标签。

Generating 3D TOF-MRA volumes and segmentation labels using generative adversarial networks.

机构信息

CLAIM - Charité Lab for AI in Medicine, Charité Universitätsmedizin Berlin, Germany.

CLAIM - Charité Lab for AI in Medicine, Charité Universitätsmedizin Berlin, Germany; Department of Computer Engineering and Microelectronics, Computer Vision & Remote Sensing, Technical University Berlin, Berlin, Germany.

出版信息

Med Image Anal. 2022 May;78:102396. doi: 10.1016/j.media.2022.102396. Epub 2022 Feb 24.

DOI:10.1016/j.media.2022.102396
PMID:35231850
Abstract

Deep learning requires large labeled datasets that are difficult to gather in medical imaging due to data privacy issues and time-consuming manual labeling. Generative Adversarial Networks (GANs) can alleviate these challenges enabling synthesis of shareable data. While 2D GANs have been used to generate 2D images with their corresponding labels, they cannot capture the volumetric information of 3D medical imaging. 3D GANs are more suitable for this and have been used to generate 3D volumes but not their corresponding labels. One reason might be that synthesizing 3D volumes is challenging owing to computational limitations. In this work, we present 3D GANs for the generation of 3D medical image volumes with corresponding labels applying mixed precision to alleviate computational constraints. We generated 3D Time-of-Flight Magnetic Resonance Angiography (TOF-MRA) patches with their corresponding brain blood vessel segmentation labels. We used four variants of 3D Wasserstein GAN (WGAN) with: 1) gradient penalty (GP), 2) GP with spectral normalization (SN), 3) SN with mixed precision (SN-MP), and 4) SN-MP with double filters per layer (c-SN-MP). The generated patches were quantitatively evaluated using the Fréchet Inception Distance (FID) and Precision and Recall of Distributions (PRD). Further, 3D U-Nets were trained with patch-label pairs from different WGAN models and their performance was compared to the performance of a benchmark U-Net trained on real data. The segmentation performance of all U-Net models was assessed using Dice Similarity Coefficient (DSC) and balanced Average Hausdorff Distance (bAVD) for a) all vessels, and b) intracranial vessels only. Our results show that patches generated with WGAN models using mixed precision (SN-MP and c-SN-MP) yielded the lowest FID scores and the best PRD curves. Among the 3D U-Nets trained with synthetic patch-label pairs, c-SN-MP pairs achieved the highest DSC (0.841) and lowest bAVD (0.508) compared to the benchmark U-Net trained on real data (DSC 0.901; bAVD 0.294) for intracranial vessels. In conclusion, our solution generates realistic 3D TOF-MRA patches and labels for brain vessel segmentation. We demonstrate the benefit of using mixed precision for computational efficiency resulting in the best-performing GAN-architecture. Our work paves the way towards sharing of labeled 3D medical data which would increase generalizability of deep learning models for clinical use.

摘要

深度学习需要大量的标记数据集,但由于数据隐私问题和耗时的手动标记,医学成像领域很难收集到这些数据集。生成对抗网络(GAN)可以缓解这些挑战,实现可共享数据的合成。虽然二维 GAN 已被用于生成具有相应标签的二维图像,但它们无法捕获三维医学成像的体积信息。三维 GAN 更适合于此,已被用于生成三维体积,但不能生成相应的标签。原因之一可能是由于计算限制,合成三维体积具有挑战性。在这项工作中,我们提出了使用混合精度来缓解计算约束的生成具有相应标签的三维医学图像体积的三维 GAN。我们生成了具有相应脑血管分割标签的三维时飞磁共振血管造影(TOF-MRA)斑块。我们使用了四种变体的三维 Wasserstein GAN(WGAN),分别是:1)梯度惩罚(GP),2)带谱归一化(SN)的 GP,3)带混合精度(SN-MP)的 SN,以及 4)带每一层双滤波器的 SN-MP(c-SN-MP)。使用 Fréchet Inception Distance(FID)和分布精度和召回率(PRD)对生成的斑块进行定量评估。此外,使用来自不同 WGAN 模型的斑块-标签对训练三维 U-Net,并将其性能与基于真实数据训练的基准 U-Net 的性能进行比较。使用 Dice Similarity Coefficient(DSC)和平衡平均 Hausdorff Distance(bAVD)评估所有 U-Net 模型的分割性能,a)所有血管,b)颅内血管。我们的结果表明,使用混合精度(SN-MP 和 c-SN-MP)生成的 WGAN 模型生成的斑块具有最低的 FID 分数和最佳的 PRD 曲线。在使用合成斑块-标签对训练的三维 U-Net 中,与基于真实数据训练的基准 U-Net(DSC 为 0.901;bAVD 为 0.294)相比,c-SN-MP 对生成的颅内血管的 DSC(0.841)最高,bAVD(0.508)最低。总之,我们的解决方案生成了用于脑血管分割的逼真的三维 TOF-MRA 斑块和标签。我们证明了使用混合精度提高计算效率的好处,从而产生性能最佳的 GAN 架构。我们的工作为共享标记的 3D 医学数据铺平了道路,这将提高深度学习模型在临床应用中的泛化能力。

相似文献

1
Generating 3D TOF-MRA volumes and segmentation labels using generative adversarial networks.使用生成对抗网络生成 3D TOF-MRA 容积和分割标签。
Med Image Anal. 2022 May;78:102396. doi: 10.1016/j.media.2022.102396. Epub 2022 Feb 24.
2
Synthesizing anonymized and labeled TOF-MRA patches for brain vessel segmentation using generative adversarial networks.使用生成对抗网络对 TOF-MRA 斑块进行匿名和标记,以进行脑部血管分割。
Comput Biol Med. 2021 Apr;131:104254. doi: 10.1016/j.compbiomed.2021.104254. Epub 2021 Feb 15.
3
Toward Sharing Brain Images: Differentially Private TOF-MRA Images With Segmentation Labels Using Generative Adversarial Networks.迈向脑图像共享:使用生成对抗网络生成带有分割标签的差分隐私TOF-MRA图像。
Front Artif Intell. 2022 May 2;5:813842. doi: 10.3389/frai.2022.813842. eCollection 2022.
4
An investigation of the effect of fat suppression and dimensionality on the accuracy of breast MRI segmentation using U-nets.利用 U-Nets 研究脂肪抑制和维度对乳腺 MRI 分割准确性的影响。
Med Phys. 2019 Mar;46(3):1230-1244. doi: 10.1002/mp.13375. Epub 2019 Feb 4.
5
Vessel segmentation from volumetric images: a multi-scale double-pathway network with class-balanced loss at the voxel level.容积图像中的血管分割:一种基于体素级类别平衡损失的多尺度双通道网络。
Med Phys. 2021 Jul;48(7):3804-3814. doi: 10.1002/mp.14934. Epub 2021 May 31.
6
Unsupervised shape-and-texture-based generative adversarial tuning of pre-trained networks for carotid segmentation from 3D ultrasound images.基于无监督形状和纹理的生成对抗调整,用于从 3D 超声图像中进行颈动脉分割的预训练网络。
Med Phys. 2024 Oct;51(10):7240-7256. doi: 10.1002/mp.17291. Epub 2024 Jul 15.
7
Semi-supervised learning framework with shape encoding for neonatal ventricular segmentation from 3D ultrasound.基于形状编码的半监督学习框架,用于从 3D 超声中分割新生儿心室。
Med Phys. 2024 Sep;51(9):6134-6148. doi: 10.1002/mp.17242. Epub 2024 Jun 10.
8
Brain tumor segmentation using synthetic MR images - A comparison of GANs and diffusion models.基于合成磁共振图像的脑肿瘤分割——GANs 和扩散模型的比较。
Sci Data. 2024 Feb 29;11(1):259. doi: 10.1038/s41597-024-03073-x.
9
Automatic prostate segmentation using deep learning on clinically diverse 3D transrectal ultrasound images.基于临床多样的三维经直肠超声图像,利用深度学习进行前列腺自动分割。
Med Phys. 2020 Jun;47(6):2413-2426. doi: 10.1002/mp.14134. Epub 2020 Apr 8.
10
A coarse-to-fine cascade deep learning neural network for segmenting cerebral aneurysms in time-of-flight magnetic resonance angiography.基于时飞磁共振血管造影的粗到细级联深度学习神经网络分割脑动脉瘤。
Biomed Eng Online. 2022 Sep 27;21(1):71. doi: 10.1186/s12938-022-01041-3.

引用本文的文献

1
MedSAM/MedSAM2 Feature Fusion: Enhancing nnUNet for 2D TOF-MRA Brain Vessel Segmentation.MedSAM/MedSAM2特征融合:增强nnUNet用于二维时间飞跃法磁共振血管造影脑动脉血管分割
J Imaging. 2025 Jun 18;11(6):202. doi: 10.3390/jimaging11060202.
2
ECP-GAN: Generating Endometrial Cancer Pathology Images and Segmentation Labels via Two-Stage Generative Adversarial Networks.ECP-GAN:通过两阶段生成对抗网络生成子宫内膜癌病理图像和分割标签
Ann Surg Oncol. 2025 Jun;32(6):4497-4507. doi: 10.1245/s10434-025-17157-4. Epub 2025 Mar 17.
3
Segmentation of glioblastomas via 3D FusionNet.
通过3D融合网络对胶质母细胞瘤进行分割
Front Oncol. 2024 Nov 15;14:1488616. doi: 10.3389/fonc.2024.1488616. eCollection 2024.
4
A scoping review of magnetic resonance angiography and perfusion image synthesis.磁共振血管造影和灌注图像合成的范围综述
Front Dement. 2024 Nov 11;3:1408782. doi: 10.3389/frdem.2024.1408782. eCollection 2024.
5
Deep learning for 3D vascular segmentation in hierarchical phase contrast tomography: a case study on kidney.深度学习在分层相衬断层摄影中的 3D 血管分割:以肾脏为例的研究
Sci Rep. 2024 Nov 8;14(1):27258. doi: 10.1038/s41598-024-77582-5.
6
Deep Learning for 3D Vascular Segmentation in Phase Contrast Tomography.用于相位对比断层扫描中三维血管分割的深度学习
Res Sq. 2024 Jul 16:rs.3.rs-4613439. doi: 10.21203/rs.3.rs-4613439/v1.
7
Evaluating synthetic neuroimaging data augmentation for automatic brain tumour segmentation with a deep fully-convolutional network.使用深度全卷积网络评估用于自动脑肿瘤分割的合成神经影像数据增强技术。
IBRO Neurosci Rep. 2023 Dec 14;16:57-66. doi: 10.1016/j.ibneur.2023.12.002. eCollection 2024 Jun.
8
Clinical Utility of Breast Ultrasound Images Synthesized by a Generative Adversarial Network.生成对抗网络合成的乳腺超声图像的临床效用
Medicina (Kaunas). 2023 Dec 21;60(1):14. doi: 10.3390/medicina60010014.
9
BV-GAN: 3D time-of-flight magnetic resonance angiography cerebrovascular vessel segmentation using adversarial CNNs.BV-GAN:使用对抗性卷积神经网络的三维时间飞跃磁共振血管造影脑血管分割
J Med Imaging (Bellingham). 2022 Jul;9(4):044503. doi: 10.1117/1.JMI.9.4.044503. Epub 2022 Aug 31.
10
Hierarchical Amortized GAN for 3D High Resolution Medical Image Synthesis.层次化摊销 GAN 用于三维高分辨率医学图像合成。
IEEE J Biomed Health Inform. 2022 Aug;26(8):3966-3975. doi: 10.1109/JBHI.2022.3172976. Epub 2022 Aug 11.