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

立即免费体验

使用CNN-GRU-Dense模型在放疗期间实时跟踪肝脏肿瘤的可行性研究。

Feasibility study of using CNN-GRU-Dense model for real-time liver tumor tracking during radiotherapy.

作者信息

Samadi Miandoab Payam, Liu Yaoying, Shang Xuying, Lv Tie, Xu Hui Jun, Zhang Gaolong, Xu Shouping

机构信息

National Cancer Center/ National Clinical Research Center for Cancer/Cancer Hospital, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, People's Republic of China.

School of Physics, Beihang Univeristy, Beijing, People's Republic of China.

出版信息

Med Phys. 2025 Oct;52(10):e70014. doi: 10.1002/mp.70014.

DOI:10.1002/mp.70014
PMID:40975844
Abstract

BACKGROUND

Real-time tumor tracking helps overcome challenges in delivering accurate radiotherapy. Commercial tracking devices use a hybrid external-internal correlation model (ECM) that combines intermittent X-ray imaging of the tumor's internal position with continuous monitoring of external respiratory motion. This approach improves tracking accuracy and treatment effectiveness.

PURPOSE

This study simulated using a deep learning model (CNN-GRU-Dense model) to track liver tumors in real-time during treatment-without needing ongoing updates. The model's accuracy was tested against several well-known methods, including the hybrid correlation model used in the CyberKnife system, the NG-RC model, and the augmented linear model.

METHODS

The CNN-GRU-Dense model comprises convolutional, Gated Recurrent Units (GRU), and dense layers to estimate tumor position in various directions. Initially, input signals are processed through a 1D convolutional layer that employs 64 filters with a kernel size of 3 and ReLU activation to extract spatial features. Next, the extracted features are processed by two stacked GRU layers, each containing 256 units with ReLU activation, enabling the model to capture temporal dependencies. After the GRU layers, the data undergoes refinement through two dense (fully connected) layers, each with 64 units and ReLU activation, ensuring enhanced feature extraction. Finally, the output is passed through a single-unit output layer with linear activation, providing the estimated tumor position. For training the CNN-GRU-Dense model, 26 min of motion patterns (a patient-specific data) are utilized. The proposed model underwent hyperparameter optimization using the RandomSearch approach. This method explored a broad search space, which included the number of filters and kernel size in the 1D Convolutional layer, the number of GRU units, the number of fully connected dense layers, the learning rate, and the loss function. Using a learning rate 0.001, the model was optimized with the Adam optimizer and trained with the mean squared error (MSE) loss function. The training was conducted for 30 epochs with a batch size of 300, aiming to strike a balance between speed and stability during the learning process. Finally, the trained CNN-GRU-Dense model was tested with new external motion data to estimate tumor positions. The model parameters remain unchanged throughout the treatment, requiring no updates. Fifty-seven motion trace datasets from the CyberKnife system were used to evaluate the CNN-GRU-Dense model performance. These traces were grouped into three liver regions: central, lower, and upper.

RESULTS

The CNN-GRU-Dense model demonstrated improved estimation accuracy compared to other ECMs (Wilcoxon signed rank p < 0.05). The 3D radial estimation accuracy (Mean ± standard deviations (SD)) using the CyberKnife system, the NG-RC model, the augmented linear model, and the CNN-GRU-Dense model was 1.42 ± 0.44 mm, 1.23 ± 0.75 mm, 0.71 ± 0.40 mm, and 0.55 ± 0.27 mm, respectively.

CONCLUSIONS

The simulation results showed that the CNN-GRU-Dense model outperformed several existing methods, including the augmented linear model used in standard linear accelerators, the NG-RC model, and the constrained fourth-order polynomial equations used in the CyberKnife and Radixact systems. One key advantage of the CNN-GRU-Dense model is that it doesn't need to be updated during treatment, which reduces patients' radiation exposure.

摘要

背景

实时肿瘤追踪有助于克服精确放疗过程中面临的挑战。商业追踪设备使用混合外部-内部关联模型(ECM),该模型将肿瘤内部位置的间歇性X射线成像与外部呼吸运动的连续监测相结合。这种方法提高了追踪精度和治疗效果。

目的

本研究模拟使用深度学习模型(CNN-GRU-Dense模型)在治疗期间实时追踪肝脏肿瘤,且无需持续更新。将该模型的准确性与几种知名方法进行了测试对比,包括射波刀系统中使用的混合关联模型、NG-RC模型和增强线性模型。

方法

CNN-GRU-Dense模型由卷积层、门控循环单元(GRU)和全连接层组成,用于估计肿瘤在各个方向上的位置。最初,输入信号通过一维卷积层进行处理,该层采用64个内核大小为3的滤波器并使用ReLU激活函数来提取空间特征。接下来,提取的特征由两个堆叠的GRU层进行处理,每个GRU层包含256个单元并使用ReLU激活函数,使模型能够捕捉时间依赖性。在GRU层之后,数据通过两个全连接层进行细化,每个全连接层有64个单元并使用ReLU激活函数,以确保增强特征提取。最后,输出通过具有线性激活函数的单单元输出层,提供估计的肿瘤位置。为了训练CNN-GRU-Dense模型,使用了26分钟的运动模式(特定患者数据)。所提出的模型使用随机搜索方法进行超参数优化。该方法探索了广泛的搜索空间,包括一维卷积层中的滤波器数量和内核大小、GRU单元数量、全连接层的数量、学习率和损失函数。使用学习率0.001,该模型使用Adam优化器进行优化,并使用均方误差(MSE)损失函数进行训练。训练进行30个轮次,批量大小为300,旨在在学习过程中在速度和稳定性之间取得平衡。最后,使用新的外部运动数据对训练好的CNN-GRU-Dense模型进行测试,以估计肿瘤位置。在整个治疗过程中,模型参数保持不变,无需更新。使用来自射波刀系统的57个运动轨迹数据集来评估CNN-GRU-Dense模型的性能。这些轨迹被分为肝脏的三个区域:中央、下部和上部。

结果

与其他ECM相比,CNN-GRU-Dense模型显示出更高的估计准确性(Wilcoxon符号秩检验p < 0.05)。使用射波刀系统、NG-RC模型、增强线性模型和CNN-GRU-Dense模型的三维径向估计准确性(平均值±标准差)分别为1.42±0.44毫米、1.23±0.75毫米、0.71±0.40毫米和0.55±0.27毫米。

结论

模拟结果表明,CNN-GRU-Dense模型优于几种现有方法,包括标准直线加速器中使用的增强线性模型、NG-RC模型以及射波刀和瑞普达系统中使用的约束四阶多项式方程。CNN-GRU-Dense模型的一个关键优势是在治疗期间无需更新,这减少了患者的辐射暴露。

相似文献

1
Feasibility study of using CNN-GRU-Dense model for real-time liver tumor tracking during radiotherapy.使用CNN-GRU-Dense模型在放疗期间实时跟踪肝脏肿瘤的可行性研究。
Med Phys. 2025 Oct;52(10):e70014. doi: 10.1002/mp.70014.
2
DDoS classification of network traffic in software defined networking SDN using a hybrid convolutional and gated recurrent neural network.使用混合卷积门控循环神经网络对软件定义网络(SDN)中的网络流量进行分布式拒绝服务(DDoS)分类。
Sci Rep. 2025 Aug 9;15(1):29122. doi: 10.1038/s41598-025-13754-1.
3
An open-source deep learning framework for respiratory motion monitoring and volumetric imaging during radiation therapy.一种用于放射治疗期间呼吸运动监测和容积成像的开源深度学习框架。
Med Phys. 2025 Jul;52(7):e18015. doi: 10.1002/mp.18015.
4
Prescription of Controlled Substances: Benefits and Risks管制药品的处方:益处与风险
5
Development and Validation of a Convolutional Neural Network Model to Predict a Pathologic Fracture in the Proximal Femur Using Abdomen and Pelvis CT Images of Patients With Advanced Cancer.利用晚期癌症患者腹部和骨盆 CT 图像建立卷积神经网络模型预测股骨近端病理性骨折的研究
Clin Orthop Relat Res. 2023 Nov 1;481(11):2247-2256. doi: 10.1097/CORR.0000000000002771. Epub 2023 Aug 23.
6
Feasibility of a real-time dual energy markerless monitoring of lung tumors using a clinical room-mounted stereoscopic and monoscopic x-ray imaging system.使用临床安装的立体和单视场X射线成像系统对肺肿瘤进行实时双能无标记监测的可行性。
Med Phys. 2025 Jul;52(7):e17966. doi: 10.1002/mp.17966.
7
Anterior Approach Total Ankle Arthroplasty with Patient-Specific Cut Guides.使用患者特异性截骨导向器的前路全踝关节置换术。
JBJS Essent Surg Tech. 2025 Aug 15;15(3). doi: 10.2106/JBJS.ST.23.00027. eCollection 2025 Jul-Sep.
8
Use of a deep learning neural network to generate bone suppressed images for markerless lung tumor tracking.使用深度学习神经网络生成用于无标记肺肿瘤追踪的骨抑制图像。
Med Phys. 2025 Jul;52(7):e17949. doi: 10.1002/mp.17949.
9
Short-Term Memory Impairment短期记忆障碍
10
A hybrid model for detecting motion artifacts in ballistocardiogram signals.一种用于检测心冲击图信号中运动伪影的混合模型。
Biomed Eng Online. 2025 Jul 23;24(1):92. doi: 10.1186/s12938-025-01426-0.