• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • 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分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

PyRaDiSe:一个用于基于DICOM-RT的自动分割管道构建和DICOM-RT数据转换的Python软件包。

PyRaDiSe: A Python package for DICOM-RT-based auto-segmentation pipeline construction and DICOM-RT data conversion.

作者信息

Rüfenacht Elias, Kamath Amith, Suter Yannick, Poel Robert, Ermiş Ekin, Scheib Stefan, Reyes Mauricio

机构信息

ARTORG Center for Biomedical Engineering Research, University of Bern, Murtenstrasse 50, Bern 3008, Switzerland.

ARTORG Center for Biomedical Engineering Research, University of Bern, Murtenstrasse 50, Bern 3008, Switzerland.

出版信息

Comput Methods Programs Biomed. 2023 Apr;231:107374. doi: 10.1016/j.cmpb.2023.107374. Epub 2023 Jan 28.

DOI:10.1016/j.cmpb.2023.107374
PMID:36738608
Abstract

BACKGROUND AND OBJECTIVE

Despite fast evolution cycles in deep learning methodologies for medical imaging in radiotherapy, auto-segmentation solutions rarely run in clinics due to the lack of open-source frameworks feasible for processing DICOM RT Structure Sets. Besides this shortage, available open-source DICOM RT Structure Set converters rely exclusively on 2D reconstruction approaches leading to pixelated contours with potentially low acceptance by healthcare professionals. PyRaDiSe, an open-source, deep learning framework independent Python package, addresses these issues by providing a framework for building auto-segmentation solutions feasible to operate directly on DICOM data. In addition, PyRaDiSe provides profound DICOM RT Structure Set conversion and processing capabilities; thus, it applies also to auto-segmentation-related tasks, such as dataset construction for deep learning model training.

METHODS

The PyRaDiSe package follows a holistic approach and provides DICOM data handling, deep learning model inference, pre-processing, and post-processing functionalities. The DICOM data handling allows for highly automated and flexible handling of DICOM image series, DICOM RT Structure Sets, and DICOM registrations, including 2D-based and 3D-based conversion from and to DICOM RT Structure Sets. For deep learning model inference, extending given skeleton classes is straightforwardly achieved, allowing for employing any deep learning framework. Furthermore, a profound set of pre-processing and post-processing routines is included that incorporate partial invertibility for restoring spatial properties, such as image origin or orientation.

RESULTS

The PyRaDiSe package, characterized by its flexibility and automated routines, allows for fast deployment and prototyping, reducing efforts for auto-segmentation pipeline implementation. Furthermore, while deep learning model inference is independent of the deep learning framework, it can easily be integrated into famous deep learning frameworks such as PyTorch or Tensorflow. The developed package has successfully demonstrated its capabilities in a research project at our institution for organs-at-risk segmentation in brain tumor patients. Furthermore, PyRaDiSe has shown its conversion performance for dataset construction.

CONCLUSIONS

The PyRaDiSe package closes the gap between data science and clinical radiotherapy by enabling deep learning segmentation models to be easily transferred into clinical research practice. PyRaDiSe is available on https://github.com/ubern-mia/pyradise and can be installed directly from the Python Package Index using pip install pyradise.

摘要

背景与目的

尽管放射治疗中用于医学成像的深度学习方法的发展周期很快,但由于缺乏适用于处理DICOM RT结构集的开源框架,自动分割解决方案很少在临床中运行。除了这一不足之外,现有的开源DICOM RT结构集转换器完全依赖二维重建方法,导致轮廓呈像素化,医疗保健专业人员的接受度可能较低。PyRaDiSe是一个独立于深度学习框架的开源Python包,通过提供一个用于构建可直接对DICOM数据进行操作的自动分割解决方案的框架来解决这些问题。此外,PyRaDiSe还提供了强大的DICOM RT结构集转换和处理能力;因此,它也适用于与自动分割相关的任务,如深度学习模型训练的数据集构建。

方法

PyRaDiSe包采用整体方法,提供DICOM数据处理、深度学习模型推理、预处理和后处理功能。DICOM数据处理允许对DICOM图像序列、DICOM RT结构集和DICOM注册进行高度自动化和灵活的处理,包括基于二维和三维的DICOM RT结构集的转换。对于深度学习模型推理,扩展给定的骨架类很容易实现,允许使用任何深度学习框架。此外,还包括一组强大的预处理和后处理例程,这些例程包含部分可逆性以恢复空间属性,如图像原点或方向。

结果

PyRaDiSe包以其灵活性和自动化例程为特点,允许快速部署和原型设计,减少了自动分割管道实施的工作量。此外,虽然深度学习模型推理独立于深度学习框架,但它可以很容易地集成到著名的深度学习框架中,如PyTorch或TensorFlow。开发的包已在我们机构的一个研究项目中成功展示了其在脑肿瘤患者危险器官分割方面的能力。此外,PyRaDiSe还展示了其在数据集构建方面的转换性能。

结论

PyRaDiSe包通过使深度学习分割模型能够轻松转移到临床研究实践中,弥合了数据科学与临床放射治疗之间的差距。PyRaDiSe可在https://github.com/ubern-mia/pyradise上获取,可使用pip install pyradise直接从Python包索引中安装。

相似文献

1
PyRaDiSe: A Python package for DICOM-RT-based auto-segmentation pipeline construction and DICOM-RT data conversion.PyRaDiSe:一个用于基于DICOM-RT的自动分割管道构建和DICOM-RT数据转换的Python软件包。
Comput Methods Programs Biomed. 2023 Apr;231:107374. doi: 10.1016/j.cmpb.2023.107374. Epub 2023 Jan 28.
2
pymia: A Python package for data handling and evaluation in deep learning-based medical image analysis.pymia:一个用于深度学习医学图像分析中数据处理和评估的 Python 包。
Comput Methods Programs Biomed. 2021 Jan;198:105796. doi: 10.1016/j.cmpb.2020.105796. Epub 2020 Oct 19.
3
Simple Python Module for Conversions Between DICOM Images and Radiation Therapy Structures, Masks, and Prediction Arrays.用于 DICOM 图像与放射治疗结构、面罩和预测数组之间转换的简单 Python 模块。
Pract Radiat Oncol. 2021 May-Jun;11(3):226-229. doi: 10.1016/j.prro.2021.02.003. Epub 2021 Feb 17.
4
A vendor-agnostic, PACS integrated, and DICOM-compatible software-server pipeline for testing segmentation algorithms within the clinical radiology workflow.一种与供应商无关、集成了PACS且与DICOM兼容的软件服务器管道,用于在临床放射学工作流程中测试分割算法。
Front Med (Lausanne). 2023 Oct 26;10:1241570. doi: 10.3389/fmed.2023.1241570. eCollection 2023.
5
AnatomyNet: Deep learning for fast and fully automated whole-volume segmentation of head and neck anatomy.AnatomyNet:用于快速和全自动对头颈部解剖结构进行整体体积分割的深度学习方法。
Med Phys. 2019 Feb;46(2):576-589. doi: 10.1002/mp.13300. Epub 2018 Dec 17.
6
Comparative clinical evaluation of atlas and deep-learning-based auto-segmentation of organ structures in liver cancer.基于 atlas 和深度学习的肝癌器官结构自动分割的临床对比评估。
Radiat Oncol. 2019 Nov 27;14(1):213. doi: 10.1186/s13014-019-1392-z.
7
TorchIO: A Python library for efficient loading, preprocessing, augmentation and patch-based sampling of medical images in deep learning.TorchIO:一个用于在深度学习中高效加载、预处理、增强和基于补丁的医学图像采样的 Python 库。
Comput Methods Programs Biomed. 2021 Sep;208:106236. doi: 10.1016/j.cmpb.2021.106236. Epub 2021 Jun 17.
8
Cascaded deep learning-based auto-segmentation for head and neck cancer patients: Organs at risk on T2-weighted magnetic resonance imaging.基于级联深度学习的头颈部癌症患者自动分割:T2 加权磁共振成像上的危险器官。
Med Phys. 2021 Dec;48(12):7757-7772. doi: 10.1002/mp.15290. Epub 2021 Nov 1.
9
MIScnn: a framework for medical image segmentation with convolutional neural networks and deep learning.MIScnn:一种基于卷积神经网络和深度学习的医学图像分割框架。
BMC Med Imaging. 2021 Jan 18;21(1):12. doi: 10.1186/s12880-020-00543-7.
10
The dosimetric impact of deep learning-based auto-segmentation of organs at risk on nasopharyngeal and rectal cancer.基于深度学习的危及器官自动分割对鼻咽癌和直肠癌的剂量学影响。
Radiat Oncol. 2021 Jun 23;16(1):113. doi: 10.1186/s13014-021-01837-y.

引用本文的文献

1
A comprehensive multifaceted technical evaluation framework for implementation of auto-segmentation models in radiotherapy.放疗中自动分割模型实施的综合多方面技术评估框架。
Commun Med (Lond). 2025 Jul 31;5(1):319. doi: 10.1038/s43856-025-01048-6.
2
Deep-Learning-Based Dose Predictor for Glioblastoma-Assessing the Sensitivity and Robustness for Dose Awareness in Contouring.基于深度学习的胶质母细胞瘤剂量预测器——评估轮廓勾画中剂量感知的敏感性和稳健性
Cancers (Basel). 2023 Aug 23;15(17):4226. doi: 10.3390/cancers15174226.