Next Article in Journal
Actinium-225/Bismuth-213 as Potential Leaders for Targeted Alpha Therapy: Current Supply, Application Barriers, and Future Prospects
Previous Article in Journal
Prevalence and Clinical Significance of Potential Drug–Drug Interactions in Hospitalized Pediatric Oncology Patients: A Prospective Pharmacoepidemiologic Study
Previous Article in Special Issue
MRI-Based Radiomics for Outcome Stratification in Pediatric Osteosarcoma
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Preliminary Study on Deep Learning-Based Plan Quality Prediction in Gamma Knife Radiosurgery for Brain Metastases

1
Department of Radiation & Cellular Oncology, University of Chicago, Chicago, IL 60637, USA
2
Department of Physics, University of Chicago, Chicago, IL 60637, USA
3
Department of Radiation Oncology, Rush University Medical Center, Chicago, IL 60612, USA
4
Department of Radiation Oncology, Emory University, Atlanta, GA 30322, USA
*
Authors to whom correspondence should be addressed.
Cancers 2025, 17(18), 3056; https://doi.org/10.3390/cancers17183056
Submission received: 18 August 2025 / Revised: 8 September 2025 / Accepted: 17 September 2025 / Published: 18 September 2025
(This article belongs to the Special Issue The Roles of Deep Learning in Cancer Radiotherapy)

Simple Summary

Gamma Knife (GK) radiosurgery is a precise, non-invasive treatment for brain metastases, with plan quality highly dependent on tumor size and shape. Although standard metrics are commonly used to assess plan quality, similar values may not correspond to the same quality level for patients with varying anatomies. As a result, GK treatment planning and plan evaluation often rely on planner and physician experience and trial and error, leading to substantial variation in plan quality across patients. In this study, we propose a deep learning-based approach that predicts the clinically optimal GK plan quality for each patient based on patient-specific anatomy. This tool can serve as a clinical quality control tool, identifying suboptimal plans, prompting further refinement, and ultimately reducing plan quality variation for future patients. In addition, it may support more consistent and automated treatment planning in the future.

Abstract

Background/Objectives: GK plan quality is strongly affected by lesion size and shape, and the same evaluation metrics may not be directly comparable across patients with different anatomies. This study proposes a deep learning-based method to predict achievable, clinically acceptable plan quality from patient-specific geometry. Methods: A hierarchically densely connected U-Net (HD-U-Net) was trained at the lesion level to predict 3D dose distributions for the estimation of plan quality metrics, including coverage, selectivity, gradient index (GI), and conformity index at a 50% prescription dose (CI50). To improve the prediction accuracy of plan quality metrics, Dice similarity coefficient losses for the 100% and 50% isodose lines were incorporated with conventional mean squared error (MSE) loss. Results: Ten-fold cross-validation on 463 brain metastases (BMs) from 175 patients showed that our method achieved smaller mean absolute errors across all four metrics than the HD-U-Net baseline trained with MSE loss. Improvements were pronounced in all metrics for small metastases, and were observed primarily in GI and CI50 for medium and large lesions. Paired Wilcoxon signed-rank tests confirmed the statistical significance of these improvements (p < 0.05). Conclusions: The proposed method outperformed the baseline model in capturing overall trends, improving per-lesion accuracy, and enhancing robustness to dataset variability. It can serve as a pre-planning tool to guide planners in constraint setting and priority tuning, a post-planning quality control tool to identify subpar plans that could be substantially improved, and as a foundation for developing deep reinforcement learning-based automated planning of GK treatments for brain metastases.

1. Introduction

Gamma Knife (GK) radiosurgery is a specialized form of stereotactic radiotherapy for brain metastases (BMs) [1,2,3], delivering high radiation doses with sub-millimeter precision to eradicate tumors while achieving rapid dose fall-off to spare surrounding normal tissues. Individualized, high-quality treatment planning is critical to ensure treatment efficacy and patient safety.
Traditional GK planning relies on manual forward planning, where planners determine the number and locations of isocenters, beam collimation, and beam-on time through a trial-and-error process. This process is cumbersome and complex due to the vast solution space, resulting in plan quality that varies with planners’ skills, experiences, and the effort devoted to planning [4,5]. Inverse planning was introduced to streamline the process and reduce variability by optimizing dose through a mathematic optimization problem with multiple objectives [6,7,8]. While it enables faster plan generation, manual tuning of objective priorities is still required, leaving final plan quality still partially dependent on planners’ experience [5,9]. Additionally, GK plan quality is strongly affected by the size and shape of treatment target, and commonly used plan quality metrics such as coverage, selectivity, and gradient index (GI) may not be comparable across patients with different anatomies. Consequently, physicians often rely on experience and trial-and-error to assess whether a plan can be improved. Plan quality control that considers patient-specific anatomy is therefore highly desirable for GK radiosurgery to identify plans with potential for substantial improvement and ensure consistently high quality across patients.
Automated treatment planning offers an alternative and promising solution to reduce inter-planner variability [10,11]. In linac-based radiotherapy, deep learning-based automated planning has been explored primarily through two approaches. The first approach predicts a 3D dose distribution from prior patient data [12,13,14,15], which is then converted into a deliverable plan via dose mimicking [16,17]. However, this approach does not guarantee that the predicted dose is compliant with hardware constraints and physically deliverable. The second approach employs deep reinforcement learning (DRL) to learn decision-making in manual priority tuning during inverse planning [18,19,20,21,22]. While this DRL-based approach can ensure plan deliverability, its performance heavily relies on the design of an effective reward function [18,19,20,21], which in turn requires a clear definition of what constitutes high-quality plans. Recently, several studies have applied these deep learning-based automated planning approaches to GK radiosurgery. Zhang et al. employed generative adversarial networks (GANs) and U-Net architectures to predict dose distributions of GK treatment for BMs [23]. Their key finding was that lesion-level network training improves dose prediction accuracy compared with traditional patient-level training, due to large variability in BM number, size, and location across patients. They reported comparable performance between the lesion-level GAN and the lesion-level U-Net trained with conventional mean square error (MSE) loss, but U-Net required significantly less training time and was hence recommended as the more practical option for GK applications. This study also noted that accurate voxel-wise dose prediction is inherently challenging in GK radiosurgery due to variability in the number and placement of isocenters [23]. In their subsequent study on dose prediction-based automated GK planning for BM treatments [24], it was further found that the predicted dose distribution may not be physically deliverable by the GK systems; Attempting to precisely mimic the predicted dose distribution voxel-by-voxel often resulted in plans of lower quality than those manually generated by planners. Our group previously developed a DRL-based automated GK planning framework for vestibular schwannoma [9], where plan quality expectations are well defined due to relatively consistent tumor characteristics (e.g., location, shape). Extending this approach to BMs, however, is challenging because plan quality metric values of high-quality GK plans vary widely across BMs. Without a reliable method to estimate the optimal plan quality for each case, it is difficult to design an effective reward function for DRL-based automated planning for BMs. Therefore, accurate patient-specific plan quality prediction is also a critical prerequisite for enabling automated GK planning for BM treatment.
Motivated by these findings and challenges, this study shifts the focus from voxel-wise dose prediction accuracy to improving the accuracy of predicted plan quality metrics for GK radiosurgery of BMs. We adopted the lesion-level network training strategy proposed by Zhang et al. [23], for a hierarchically densely connected U-Net (HD-U-Net). This U-Net variant, originally developed by Nguyen et al. [13], combines the strengths of DenseNet [25] and U-Net [26] to capture both local and global information while maximizing information flow and computational efficiency. The HD-U-Net model has demonstrated success in predicting dose distributions for linac-based volumetric-modulated arc therapy in head and neck cancer [13]. Because GK plan quality metrics, such as coverage, selectivity, and gradient index (GI), are calculated based on the 100% and 50% isodose lines of the plan dose distribution, we designed an additional loss term that calculate the Dice similarity coefficients (DSC) of these two isodose lines between the predicted and ground truth dose distributions. This loss term is used alongside the conventional MSE loss for dose prediction network training to better enforce accurate prediction of GK plan quality. The following sections present our patient dataset, network architecture, training strategy, and evaluation metrics, followed by a detailed presentation of experimental results, a discussion of key findings and limitations, and final conclusions.

2. Materials and Methods

2.1. Patient Dataset

With Institutional Review Board (IRB) approval, we collected treatment data from 175 patients with BMs who underwent GK radiosurgery at our collaborating institution. The dataset includes T1-weighted MRI images, physician-delineated contours that were used for treatment planning, and the dose distribution from clinically approved GK treatment plans.
Given the substantial variability in the number, size, shape, and location of BMs across patients, we adopted a lesion-level network training strategy, as in Zhang et al. [23], rather than the conventional patient-level approach used in dose prediction studies of primary cancers [12,13,14,15,16,17]. In this retrospective study, BMs located near critical organs or adjacent to other BMs were excluded because of their limited amount in our dataset and/or their distinct dose distribution characteristics arising from the need of considering organ sparing or overlapping doses from neighboring BMs. The exclusion criteria are defined as follows: (1) Near critical organs: Because cranial organs at risks (OARs) have varying dose tolerances and prescription doses for BMs also differ, a fixed distance threshold was not appropriate. In this study, a BM was considered near a critical organ if (a) the organ was fully or partially contained within the tumor space, and (b) the organ’s dose endpoint from the clinical plan exceeded 50% of its tolerance. This conservative criterion ensures that the dose distributions of the BMs included in our dataset were largely unaffected by OAR-sparing constraints. An exception was made for BMs located within the brainstem, where the prescription dose had already been reduced to match the brainstem tolerance, eliminating the need for additional dose shaping to spare healthy brainstem tissue; these cases were hence retained in the dataset; (2) Adjacent to other BMs: A BM was considered adjacent to another lesion if their dose distributions overlap such that selectivity and GI could not be calculated. In such cases, the commercial GK treatment planning system Leksell Gamma Plan® (Elekta AB, Stockholm, Sweden) reported the affected metrics as unavailable. Therefore, such BMs were excluded to avoid dose interference and to ensure that the dose distribution of each BM included in our dataset could be analyzed independently. Based on these criteria, 10 BMs were excluded due to proximity to critical organs, 399 due to adjacency to other lesions, and 108 due to both reasons. The final dataset consisted of 463 BMs.
Table 1 summarizes detailed information of our dataset, including BM volume, prescription dose, and plan quality metrics calculated from the dose distributions of collected clinically approved GK plans. The plan quality metrics include coverage, selectivity, GI, and conformity index at 50% prescription dose (CI50), which are defined as:
Coverage   = T V P I V T V ,
Selectivity = T V P I V P I V ,
G I = P I V 0.5 R x P I V ,
C I 50 = P I V 0.5 R x T V
Here, TV and PIV denote the target volume and the plan isodose volume receiving at least the prescription dose, respectively. P I V 0.5 R x denotes the plan isodose volume receiving at least 50% of the prescription dose R x . All four metrics are dimensionless and represent different volume ratios, although coverage is commonly expressed as a percentage in clinical practice. The first three metrics, coverage, selectivity, and GI, are standard metrics in GK planning to assess plan quality. CI50, also knowns as intermediate dose spillage, is widely used in linac-based stereotactic radiosurgery [27] and stereotactic body radiation therapy [28,29]. We included CI50 in our study as an additional quality metric for GK plans due to certain limitations of GI. While GI was designed to differentiate between plans with similar conformity but different dose gradients, primarily for evaluating normal tissue sparing [30], it becomes less suitable when comparing plans with different conformity [31]. In contrast, CI50 also considers P I V 0.5 R x but normalizes this volume by TV rather than P I V , removing dependence on conformity and allowing direct comparison of normal tissue sparing among plans with varying conformity levels. Figure 1 presents the histograms of BM volume, prescription dose, and each plan quality metric of collected GK plans in our dataset, illustrating both the diversity of BMs in the dataset and the variability in plan quality metrics among clinically approved GK plans.

2.2. Data Preparation

To prepare the collected patient data for lesion-level training, we adopted the concept of tumor space from Zhang et al. [23], where each tumor space was originally defined as the smallest bounding box enclosing a BM at the center with a 1 cm margin. However, we found that this fixed margin was insufficient to capture an adequate surrounding dose region for large BMs. To address this, we redefined the tumor space as the 30% isodose volume of the prescription dose for each BM. There are several reasons for this choice. First, accurate computation of plan quality metrics requires dose data beyond the target: coverage and selectivity depend on the 100% isodose volume, while GI and CI50 also require the 50% isodose volume. Thus, the tumor space for each BM must extend at least to the 50% isodose volume to provide adequate context for plan quality prediction. Second, using a lower isodose threshold would capture a larger dose region but substantially increase data size, requiring a larger network architecture with higher computational cost. Third, given that the highest prescription dose in GK BM treatments is typically up to 25 Gy, 30% of this value remains below the lowest cranial OAR tolerance (8 Gy D2cc for the optical pathway), ensuring that the tumor space is clinically safe to use. Thus, our definition of the tumor space as the 30% isodose volume represents a practical balance between including a sufficient dose region and maintaining computational efficiency.
Each tumor space consisted of two types of data. The first was a 3D mask, used as the network input. It was centered on the BM, with voxel values assigned as 2 for the contoured BM volume, 1 for the patient skull, and 0 for voxels outside the body. Including skull information enabled the network to distinguish superficial lesions from deeply seated ones, which exhibit different dose distribution patterns. The mask was generated from physician-delineated contours. The second data type was the ground truth 3D dose distribution within the tumor space, extracted from the DICOM dose file of the corresponding clinical plan. Because prescription dose varies across BMs (due to differences in lesion size and prior treatments), all dose distributions were normalized by their respective prescription dose, enabling the network to learn consistent dose patterns across cases more effectively.
To standardize dimensions across the dataset, the dose data was zero-padded outside the tumor space to a uniform size of 128 × 128 × 128 voxels at 0.5 mm isotropic resolution. The mask data was matched to this size but obtained differently. Rather than zero-padding, the entire 3D mask volume was directly truncated from the patient-level mask. Handling the mask data in this way ensures that the network can generalize to new cases without requiring the 30% isodose information, which is unavailable at the time of treatment planning. In addition, since BMs located near critical organs or adjacent to other BMs were excluded from training, any organ or neighboring BM contours within the 128 × 128 × 128 volume were ignored during mask generation.

2.3. Network Architecture

We employed a HD-U-Net architecture proposed by Nguyen et al. [13], which combines key principles of U-Net and DenseNet, to predict the optimal 3D dose distribution for each BM, enabling the estimation of optimal plan quality. As illustrated in Figure 2, the network consists of three types of operations: dense convolution, dense down-sampling, and U-Net up-sampling, arranged in a hierarchically and densely connected manner. Each dense operation incrementally adds a fixed number of new features based on a predefined growth rate, promoting feature reuse and efficient learning. A more detailed description of the network architecture can be found in Nguyen et al. [13]. In our implementation, we used a growth rate of 16 features (i.e., 16 new features added after each dense convolution or dense down-sampling operation), and 64 features returned during the U-Net up-sampling operation.

2.4. Network Training

Zhang et al. reported that their dose prediction model performed worst near the target periphery due to sharp dose gradients there [23], which in turn affected the accuracy of plan quality metrics calculated from the predicted dose distribution. Since key metrics (e.g., coverage, selectivity, GI, and CI50) are derived from the 100% and 50% isodose lines of the plan dose distribution, in this study we introduced a DSC loss term for network training, alongside the conventional MSE loss, to enforce similarity between the isodose lines of the predicted and ground truth dose distributions for more accurate prediction of GK plan quality. The DSC loss is defined as:
DSC   loss   = i = 1 N σ D p r e d i R x a i s o σ D t r u e i R x a i s o   2 i = 1 N σ D p r e d i R x a i s o 2 + σ D t r u e i R x a i s o 2   ,
where σ x = 1 1 + e 1000 x .
Here, D p r e d i and D t r u e i denote the predicted and ground truth dose values for voxel i . R x   denotes the prescription dose, and a i s o is set to 1.0 when calculating the DSC loss for the 100% isodose line and 0.5 for the 50% isodose line. N denotes the total number of voxels within the tumor space. The function σ x is a modified sigmoid function as a smoothed approximation of a step function. In this study, we also modified the conventional MSE loss that is commonly used for dose prediction network training into a weighted MSE loss (referred to as wMSE), defined as:
wMSE   loss   = 1 N i = 1 N ω i × D p r e d i D t r u e i 2 R x   2 ,
allowing us to enforce varying levels of accuracy to different subregions. Here, ω i is assigned heuristically to 8 for voxels receiving at least the prescription dose in the ground truth dose distribution, and 1 for all other voxels inside the tumor space. The total loss function used for training in our study is a weighted sum of the wMSE loss and the DSC losses for both isodose levels,
T o t a l   l o s s = w M S E   l o s s + α · D S C l o s s a i s o = 1 + β · D S C l o s s a i s o = 0.5 .
In our experiments, α and β were set to be 100 and 10, respectively, based on empirical hyperparameter tuning using a coarse logarithmic grid search.
To mitigate overfitting, we performed on-the-fly data augmentation to enhance the diversity of the dataset. Our augmentation strategies included translations along the superior–inferior, left–right, anterior–posterior directions, rotations around the superior–interior axis, and left–right flips. Specifically, the rotational augmentation was applied using one of eight discrete angles (e.g., 0°, 45°, 90°, 135°, 180°, 225°, 270°, 315°), each selected with equal probability. These eight angle options reflect the 8-fold rotational symmetry of the radiation source sectors in GK systems, thus maintaining realistic dosimetric orientations. Each training sample had a 75% probability of undergoing augmentation, with equal chances of being translated or rotated. After translation or rotation, the left–right flip was applied with a 50% probability. Please note that no geometric deformations were applied during augmentation, as preserving the precise dose distribution of each tumor space is crucial for accurate prediction of plan quality metrics.

2.5. Evaluation

To assess the performance of our proposed method, we conducted ten-fold cross-validation. Specifically, the entire dataset of 463 BMs was randomly divided into ten subsets. In each fold, nine subsets were used for training and the remaining one for validation. The network was trained for 80 epochs per fold, with each epoch consisting of 200 batches and a batch size of 2. As a result, the training data of the nine subsets were approximately seen once per epoch. In our experiment, an exponentially decaying learning rate was employed, starting at 0.001 and decaying by a factor of 0.93 every 200 batches. A dropout rate of 10% was applied to mitigate overfitting.
To quantitatively evaluate the prediction accuracy of our method and compare it against a baseline HD-U-Net model trained with conventional MSE loss, we calculated the mean absolute error (MAE) for each predicted plan quality metric. Given that the values of several GK plan quality metrics (e.g., selectivity, GI, and CI50) highly depend on target volume, we further divided the dataset into four groups based on BM volume and evaluated prediction performance within each group. These groups were defined using the three available GK collimation sizes (4 mm, 8 mm, 16 mm in diameter), resulting in the following volume ranges: <33.5 mm3 (i.e., group 1 consisting of 71 BMs), 33.5–268.1 mm3 (group 2 consisting of 271 BMs), 268.1–2144.7 mm3 (group 3 consisting of 97 BMs), and ≥2144.7 mm3 (group 4 consisting of 24 BMs). To assess statistical significance, we conducted Paired Wilcoxon signed-rank tests comparing our proposed method and with the MSE method.

3. Results

This study was conducted on a workstation equipped with an Intel® Xeon® Gold 6258R CPU at 2.70GHz and a NVIDIA RTX A6000 GPU. The deep learning model was implemented and trained using TensorFlow. The training process of the ten-fold cross-validation took approximately three days in total using GPU. Once trained, the model took about 240 milliseconds to predict a 3D dose distribution to estimate plan quality metrics for each BM.
The evolution of training loss and validation loss, averaged over ten folds, is shown in Figure 3. Both curves exhibit a sharp drop during early epochs of training, followed by a gradual plateau with minimal fluctuations, indicating stable convergence of training. The close alignment between the two curves suggests no obvious overfitting.
Table 2 and Figure 4 compare the prediction performance of our proposed method with a baseline HD-U-Net trained using the conventional MSE loss for four representative BMs, each selected from a different volume group. For the two small-volume BMs, BM 1 and BM2, our method achieved substantially higher DSC values for both 100% and 50% isodose lines (DSC100%: 0.908 vs. 0.790 for BM1 and 0.936 vs. 0.886 for BM2, DSC50%: 0.947 vs. 0.849 for BM1 and 0.908 vs. 0.827 for BM2), indicating markedly improved agreement with the ground truth dose distribution (Figure 4a,b). These gains translated into significant improvements in plan quality prediction. Selectivity error decreased from 0.19 to 0.06 for BM1 and from 0.11 to 0.06 for BM2, CI50 error reduced from −5.04 to −1.55 for BM1 and from −3.05 to −1.75 for BM2, and GI error from 0.91 to 0.56 for BM1 and from −0.53 to −0.27 for BM2. For the mid-volume BM3, while the baseline mode already produced reasonable similarity in the 100% isodose line, our method further improved the DSC value from 0.926 to 0.944, reducing selectivity error from 0.10 to 0.06. More notably, our method significantly increased the DSC value of the 50% isodose line from 0.847 to 0.925, consistent with the isodose lines shown in Figure 4c, reducing CI50 error from −1.25 to −0.40. With both isodose lines improved, the GI error decreased from −0.48 to −0.01. For the large-volume BM4, both methods achieved comparable similarity for the 100% isodose line (DSC100%: 0.952 vs. 0.951), while our method produced a higher DSC for the 50% isodose line (DSC50%: 0.951 vs. 0.912), as illustrated in Figure 4d. This improvement translated to a decrease in the CI50 error from −0.50 to 0.25 and the GI error from −0.63 to less than 0.01. These results demonstrate that our proposed method consistently enhances similarity of the 100% and 50% isodose lines of the predicted doses relative to those of ground truth doses, especially for small-volume lesions, leading to more accurate prediction of plan quality metrics.
Table 3 summarizes the average values of coverage, selectivity, GI, and CI50 calculated from the ground truth dose distribution, the dose predicted by the baseline HD-U-Net model trained with conventional MSE loss, and the dose predicted by the HD-U-Net trained with our proposed method. Results are presented for each of the four BM volume groups and for the entire dataset. Table 4 presents the MAE values for each plan quality metric of both methods, while the box plots in Figure 5 complements Table 4 by showing distributions of residual errors for each metric prediction.
Given the consistently high coverage in the collected clinically approved plans (most BMs have coverage ≥ 99%), both the baseline and proposed methods predicted coverage with high accuracy, as reflected by the small MAE values in Table 4, except for group 1, the smallest-volume BMs. For these very small BMs, coverage is extremely sensitive, even a sub-voxel discrepancy in the 100% isodose line can noticeably alter the coverage value. By enforcing similarity on the 100% isodose line, our proposed method substantially improved coverage prediction accuracy in group 1, yielding more accurate average coverage value (99.79 ± 0.40 vs. 98.98 ± 1.42, ground truth: 99.75 ± 0.66), a relatively much smaller MAE value (0.38% vs. 1.09%), and shorter error bar representing 1.5 times the interquartile range (IQR), as shown in Figure 5.
For the other three plan quality metrics, our proposed method consistently produced average values closer to the ground truth (Table 3) and smaller MAE values (Table 4) than the baseline HD-U-Net trained with conventional MSE loss, demonstrating better agreement with ground truth in both overall trend and per-lesion accuracy. As illustrated in Figure 5, our method consistently outperformed the conventional MSE loss, achieving smaller mean and median prediction errors for all the three metrics in almost every volume group.
When comparing the results among volume groups, the largest improvements were seen in the two small-volume groups; For the mid- and large-volume groups, improvements are mainly observed in GI and CI50, which are the metrics directly related to the spatial extent of the 50% isodose line. This trend observed from Table 3 and Table 4 aligns with the prediction results of the four representative cases discussed earlier. Additionally, Figure 5 demonstrates that the improvements in the small-volume groups not only include reductions in the average prediction error for selectivity, GI, and CI50, but also include reduced prediction accuracy variability, as indicated by shorter bars representing 1.5IQR. The largest standard deviations of the ground truth plan quality metrics are observed in GI and CI50 for group 1 (Table 3), reflecting substantial quality variations in our collected plans for very small BMs. Because the network tends to capture dataset-level trends, such variations can result in larger prediction errors, which are consistent with the results shown in Table 4 and Figure 5. Notably, our proposed method was more robust to this variation than the conventional MSE loss, producing both more accurate average values of plan quality metric (trend-level agreement) and smaller MAE values (per-lesion accuracy).
We conducted paired Wilcoxon signed-rank tests to compare the prediction errors of our method with those of the baseline HD-U-Net model trained with conventional MSE loss. The two-sided p-values for this prediction error comparison are presented in Table 5. Figure 5 has illustrated that our method yielded smaller median prediction errors across all metrics for the smallest volume group; smaller median errors in selectivity and CI50 for the small-volume group 2; smaller median errors in selectivity, GI, and CI50 for the mid-volume group 3; and smaller median errors in GI and CI50 for the large-volume group 4. For the overall dataset, our method achieved smaller median errors in selectivity, GI, and CI50. The two-sided p-values in Table 5 complement these observations and confirm that these improvements achieved by our method are statistically significant (p < 0.05). We also compared the absolute prediction errors of the two methods, with one-sided p-values presented in Table 6. These results further demonstrate that our method achieved statistically significant reductions in median absolute prediction errors across all four metrics for the two small-volume groups (p < 0.05), as well as significant reductions in median absolute prediction errors in GI and CI50 for the mid- and large-volume groups (p < 0.05). For the overall dataset, our method yielded statistically significant reductions in median absolute errors in all four metrics (p < 0.05).

4. Discussion

In this study, we developed a deep learning-based method for predicting per-lesion plan quality metrics for GK radiosurgery of BMs using a HD-U-Net model [13], with a particular emphasis on improving prediction accuracy across different lesion volumes. Given the substantial variability in the number, size, shape, and location of BMs across patients, we adopted a lesion-level network training strategy, as in Zhang et al. [23], rather than the more common patient-level approach used in studies of primary cancers [12,13,14,16,17]. In addition, because the GK plan quality metrics are derived from the 100% and 50% isodose lines of the plan dose distribution, we incorporated a DSC loss to the conventional MSE loss to explicitly enforce similarity on these two clinically critical isodose lines of the predicted dose relative to those of the ground truth dose, aiming to improve the prediction accuracy of the plan quality metrics. Compared with the baseline HD-U-Net model trained with conventional MSE loss, our proposed approach consistently achieved more accurate average values of plan quality metrics with lower MAE across different BM volume groups.
One of the most notable findings was the performance gain for the smallest-volume BMs (group 1). Due to the extreme sensitivity of coverage in these cases, where even sub-voxel discrepancy in the 100% isodose line can substantially alter the metric value, accurate prediction is challenging. The marked improvements of our method in coverage prediction for these small BMs suggest that incorporating structural constraints on clinically critical isodose line helps overcome this challenge. In addition, much larger deviations in ground truth GI and CI50 values were also found for group 1, reflecting substantial variability in treatment planning for these small BMs. As deep learning models tend to learn dataset-level trend, such variability can limit per-lesion accuracy. Nevertheless, our approach demonstrates improved robustness to these data variations, achieving both better agreement in overall trend and higher per-lesion accuracy. For mid- and large-volume BMs, decent improvements were observed primarily in GI and CI50, both of which are directly related to the spatial extent of the 50% isodose line. The consistent reduction in prediction errors for these metrics with statistical significance indicates that our method better captures the dose fall-off characteristics in the collected GK plans. Accurate prediction of these metrics is important for balancing target coverage with normal brain tissue sparing, which is a critical consideration in GK radiosurgery.
As described in Section 2.1, our definition of the tumor space as the 30% isodose volume reflects a practical balance between capturing a sufficiently large dose region and maintaining computational efficiency. In future work, we plan to conduct a comprehensive study to assess the sensitivity of model performance to this choice. The weights in the proposed loss function were determined through empirical hyperparameter tuning with a coarse logarithmic grid search. This study serves as a proof of concept to demonstrate the benefit of enforcing similarity on clinically relevant isodose lines during network training. Moving forward, we plan to perform systematic sensitivity analyses and optimize hyperparameter values to further enhance model performance.
This study has two limitations. First, BMs located near critical organs or adjacent to other BMs were excluded due to their limited number in our dataset and their distinct dose distribution patterns caused by OAR sparing or by the interplay with dose contributions from neighboring BMs. For BMs near critical organs, OAR sparing needs to be considered during treatment planning, which alters the resulting dose distribution. The required extent of OAR sparing varies across cases, depending on factors such as the lesion-organ spatial relationship, prescription dose, organ tolerance, and dose contributions from other BMs near the same organ, if present. Learning this complex interplay with deep learning would require a large number of such BMs; otherwise, the model would risk significant overfitting. For BMs whose dose distributions overlap with those of adjacent lesions, their plan quality metrics such as selectivity, GI, and CI50 cannot be calculated and are reported as unavailable in the Leksell Gamma Plan system. We excluded these BMs to ensure that the dose distribution of each BM included in our dataset could be analyzed independently. Moreover, the final composite dose distribution of adjacent BMs depends on their prescription doses, spatial relationships, and potential overlaps with critical organs. Learning such highly case-specific interactions would also require a substantially larger dataset to avoid overfitting. In future work, we will continue collecting GK plans from new patients and incorporate these types of BMs into the training dataset once sufficient numbers are available.
Second, although the collected GK plans were clinically approved for patient treatments, they represent clinically acceptable plan quality but not necessarily the best achievable quality for each individual patient, and quality variations exist across these plans. While our method has shown improved robustness to such variability, it still inherently limits per-lesion prediction accuracy. Moreover, since the ground truth metrics for the testing cases were from these clinical plans, the inherent variability of these metrics also inevitably constrains the accuracy of per-lesion evaluation. To account for this limitation, we illustrated per-lesion prediction errors using box plots to show the interquartile range and employed paired Wilcoxon signed-rank tests, both of which provide some robustness against outliers.
Despite these limitations, our proposed plan quality prediction network is expected to provide a reference plan quality that represents the average or majority level of clinically accepted quality achieved in prior cases with similar anatomies. It can be integrated into routine GK planning workflow in two ways. One is as a pre-planning tool to predict a reference plan quality in advance, offering some guidance during manual priority tuning of inverse planning. Although BMs near critical organs were excluded from training, the network can be used to predict the achievable dose distributions for all BMs when OAR sparing is not considered. By defining the tumor space as the 30% isodose volume for training, we ensured that even at the highest prescription dose, the 30% isodose level remains below the lowest cranial OAR tolerance. Thus, for BMs near critical organs, the predicted dose distribution within the 30% isodose level can still serve as a useful reference, enabling planners to pre-evaluate the need and extent of OAR sparing and inform appropriate dose constraints. Similarly, although trained on non-adjacent BMs, we can use our network to predict dose distributions for all BMs when contributions from neighboring lesions are not considered. Because the Leksell Gamma Plan system only supports independent, sequential planning for each BM, planners must iteratively evaluate composite dose distribution and adjust each BM plan when lesions are close to one another. Summing predicted dose distributions of all BMs allows pre-evaluation of potential dose contributions from neighboring BMs, which can help guide manual priority tuning for each BM plan and potentially reduce the number of iterative plan adjustments and composite dose evaluations. In future work, we plan to see IRB approval to prospectively evaluate this pre-planning application. Specifically, in each new case, one experienced planner will be provided with predicted plan quality prior to planning, while another experienced planner will follow the standard workflow without access to predictions. The resulting plans will be compared using paired statistical tests to determine whether access to predictions leads to statistically better plans.
Another way to integrate our prediction network into routine GK planning workflows is as a post-planning quality control tool. After plan generation, planners can compare the obtained plan quality with the predicted reference quality. If the current quality falls below the predicted quality by more than a specified threshold, the planner will further refine the plan. Given the current limitation in per-lesion prediction accuracy due to variability in the training data, we envision initially using relatively loose actionable criteria to flag only those plans that fall substantially below the predicted quality. In the long term, using our network as a quality control tool in an iterative process could gradually mitigate this limitation. By identifying and refining plans that fall below the predicted quality beyond the specified threshold, overall plan quality and consistency would improve, which would in turn provide an enhanced dataset to retrain the model. Over multiple iterative rounds, we anticipate this process to progressively enhance the quality of the training data and improve the model’s performance not only in per-lesion accuracy but also in its ability to predict optimal achievable plan quality. As model performance improves across iterations, progressively stricter actionable criteria could be adopted. The optimal actionable criteria at each stage can be determined through prospective studies. For example, for each new case, a second experienced planner could attempt to refine the plan generated by another planner, without access to the reference quality predicted by our network. Given a specified actionable criterion, the performance of our network for quality control can be categorized for each BM as: (1) true negative, if the current plan is comparable to or better than the predicted quality, and the refinement does not yield any improvement; (2) false negative, if the current plan is comparable to or better than the predicted quality, but refinement yields improvement; (3) true positive, if the current plan is worse than the predicted quality, and refinement improves it; (4) false positive., if the current plan is worse than the predicted quality, but refinement does not yield any improvement. Based on these outcomes, we can calculate sensitivity and specificity. The optimal actionable criterion will be selected to balance sensitivity and specificity, depending on whether the clinical priority is to maximize detection of suboptimal plans or to reduce inefficiency from excessive unnecessary refinement attempts.
Beyond these two direct clinical applications, more reliable plan quality predictions across lesion sizes can also facilitate the development of DRL-based automatic planning by providing lesion-specific reference quality benchmarks for reward function design.

5. Conclusions

We have developed and validated a deep learning-based approach for per-lesion plan quality prediction in GK radiosurgery for BM patients. By incorporating a DSC loss term to the conventional MSE loss to enforce similarity on clinically critical isodose lines during network training, our method outperformed the MSE loss in capturing overall trends, improving per-lesion prediction accuracy, and enhancing robustness to dataset variability. This framework has the potential to be integrated into clinical practice either as a pre-planning tool to guide manual priority tuning during inverse planning, or as a post-planning quality control tool to identify and refine plans that fall below predicted quality, thereby improving quality consistency across cases. In addition, more reliable patient-specific plan quality prediction can support the development of DRL-based automated planning for GK radiosurgery of BMs by informing reward function design, maintaining consistently high plan quality, and reducing inter-planner variability.

Author Contributions

Conceptualization, Z.T.; data curation, C.-W.C., A.S. and M.C.K.; formal analysis, R.J. and Y.S.; funding acquisition, Z.T. and X.Y.; investigation, R.J. and A.Z.; methodology, R.J. and Z.T.; project administration, Z.T. and Y.L.; resources, X.Y.; software, R.J., M.M. (Malvern Madondo) and M.M. (Mohammadamin Moradi); supervision, Z.T. and Y.L.; validation, R.J. and Z.T.; visualization, R.J. and Y.S.; writing—original draft preparation, R.J. and Y.L.; writing—review and editing, Z.T. and X.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Institute of Health and the National Cancer Institute under Award Number R37CA272755 and R01CA272991.

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki, and approved by the Institutional Review Board of Emory University (STUDY00005429, approved 21 March 2023). The University of Chicago agreed to cede IRB review to Emory University IRB for this study (CIRB23-0542, approved 11 April 2023).

Informed Consent Statement

Patient consent was waived because this study involves only the use of an existing database containing anonymized data and poses no more than minimal risk to participants.

Data Availability Statement

Restrictions apply to the availability of these data. Data were obtained from Emory University and are available from Dr. Xiaofeng Yang upon reasonable request, subject to approval by Emory University IRB.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
GKGamma Knife
BMBrain metastasis
GANGenerative adversarial network
HD-U-NetHierarchically densely connected U-Net
DSCDice similarity coefficient
MSEMean squared error
IRBInstitutional Review Board
GIGradient index
CI50Conformity index at 50% of prescription dose
ReLURectified linear unit
DRLDeep reinforcement learning
IQRInterquartile range
OAROrgans at risk

References

  1. Gerosa, M.; Nicolato, A.; Foroni, R.; Zanotti, B.; Tomazzoli, L.; Miscusi, M.; Alessandrini, F.; Bricolo, A. Gamma knife radiosurgery for brain metastases: A primary therapeutic option. J. Neurosurg. 2002, 97, 515–524. [Google Scholar] [CrossRef]
  2. Steeg, P.S.; Camphausen, K.A.; Smith, Q.R. Brain metastases as preventive and therapeutic targets. Nat. Rev. Cancer 2011, 11, 352–363. [Google Scholar] [CrossRef]
  3. Mathieu, D.; Kondziolka, D.; Cooper, P.B.; Flickinger, J.C.; Niranjan, A.; Agarwala, S.; Kirkwood, J.; Lunsford, L.D. Gamma knife radiosurgery in the management of malignant melanoma brain metastases. Neurosurgery 2007, 60, 471–482. [Google Scholar] [CrossRef]
  4. Wieczorek, D.J.; Kotecha, R.; Hall, M.D.; Tom, M.C.; Davis, S.; Ahluwalia, M.S.; McDermott, M.W.; Mehta, M.P.; Gutierrez, A.N.; Tolakanahalli, R. Systematic evaluation and plan quality assessment of the Leksell® gamma knife® lightning dose optimizer. Med. Dosim. 2022, 47, 70–78. [Google Scholar] [CrossRef] [PubMed]
  5. Lee, Y.C.; Wieczorek, D.J.; Chaswal, V.; Kotecha, R.; Hall, M.D.; Tom, M.C.; Mehta, M.P.; McDermott, M.W.; Gutierrez, A.N.; Tolakanahalli, R. A study on inter-planner plan quality variability using a manual planning-or Lightning dose optimizer-approach for single brain lesions treated with the Gamma Knife® Icon™. J. Appl. Clin. Med. Phys. 2023, 24, e14088. [Google Scholar] [CrossRef] [PubMed]
  6. Sjölund, J.; Riad, S.; Hennix, M.; Nordström, H. A linear programming approach to inverse planning in Gamma Knife radiosurgery. Med. Phys. 2019, 46, 1533–1544. [Google Scholar] [CrossRef] [PubMed]
  7. Wu, Q.J.; Chankong, V.; Jitprapaikulsarn, S.; Wessels, B.W.; Einstein, D.B.; Mathayomchan, B.; Kinsella, T.J. Real-time inverse planning for Gamma Knife radiosurgery. Med. Phys. 2003, 30, 2988–2995. [Google Scholar] [CrossRef]
  8. Tian, Z.; Yang, X.; Giles, M.; Wang, T.; Gao, H.; Butker, E.; Liu, T.; Kahn, S. A preliminary study on a multiresolution-level inverse planning approach for Gamma Knife radiosurgery. Med. Phys. 2020, 47, 1523–1532. [Google Scholar] [CrossRef]
  9. Liu, Y.; Shen, C.; Wang, T.; Zhang, J.; Yang, X.; Liu, T.; Kahn, S.; Shu, H.K.; Tian, Z. Automatic inverse treatment planning of Gamma Knife radiosurgery via deep reinforcement learning. Med. Phys. 2022, 49, 2877–2889. [Google Scholar] [CrossRef]
  10. Scaggion, A.; Fusella, M.; Roggio, A.; Bacco, S.; Pivato, N.; Rossato, M.A.; Peña, L.M.A.; Paiusco, M. Reducing inter-and intra-planner variability in radiotherapy plan output with a commercial knowledge-based planning solution. Phys. Medica 2018, 53, 86–93. [Google Scholar] [CrossRef]
  11. Panettieri, V.; Ball, D.; Chapman, A.; Cristofaro, N.; Gawthrop, J.; Griffin, P.; Herath, S.; Hoyle, S.; Jukes, L.; Kron, T. Development of a multicentre automated model to reduce planning variability in radiotherapy of prostate cancer. Phys. Imaging Radiat. Oncol. 2019, 11, 34–40. [Google Scholar] [CrossRef] [PubMed]
  12. Nguyen, D.; Long, T.; Jia, X.; Lu, W.; Gu, X.; Iqbal, Z.; Jiang, S. A feasibility study for predicting optimal radiation therapy dose distributions of prostate cancer patients from patient anatomy using deep learning. Sci. Rep. 2019, 9, 1076. [Google Scholar] [CrossRef] [PubMed]
  13. Nguyen, D.; Jia, X.; Sher, D.; Lin, M.-H.; Iqbal, Z.; Liu, H.; Jiang, S. 3D radiotherapy dose prediction on head and neck cancer patients with a hierarchically densely connected U-net deep learning architecture. Phys. Med. Biol. 2019, 64, 065020. [Google Scholar] [CrossRef] [PubMed]
  14. Song, Y.; Hu, J.; Liu, Y.; Hu, H.; Huang, Y.; Bai, S.; Yi, Z. Dose prediction using a deep neural network for accelerated planning of rectal cancer radiotherapy. Radiother. Oncol. 2020, 149, 111–116. [Google Scholar] [CrossRef]
  15. Kandalan, R.N.; Nguyen, D.; Rezaeian, N.H.; Barragán-Montero, A.M.; Breedveld, S.; Namuduri, K.; Jiang, S.; Lin, M.-H. Dose prediction with deep learning for prostate cancer radiation therapy: Model adaptation to different treatment planning practices. Radiother. Oncol. 2020, 153, 228–235. [Google Scholar] [CrossRef]
  16. McIntosh, C.; Welch, M.; McNiven, A.; Jaffray, D.A.; Purdie, T.G. Fully automated treatment planning for head and neck radiotherapy using a voxel-based dose prediction and dose mimicking method. Phys. Med. Biol. 2017, 62, 5926. [Google Scholar] [CrossRef]
  17. Eriksson, O.; Zhang, T. Robust automated radiation therapy treatment planning using scenario-specific dose prediction and robust dose mimicking. Med. Phys. 2022, 49, 3564–3573. [Google Scholar] [CrossRef]
  18. Shen, C.; Chen, L.; Gonzalez, Y.; Jia, X. Improving efficiency of training a virtual treatment planner network via knowledge-guided deep reinforcement learning for intelligent automatic treatment planning of radiotherapy. Med. Phys. 2021, 48, 1909–1920. [Google Scholar] [CrossRef]
  19. Shen, C.; Chen, L.; Jia, X. A hierarchical deep reinforcement learning framework for intelligent automatic treatment planning of prostate cancer intensity modulated radiation therapy. Phys. Med. Biol. 2021, 66, 134002. [Google Scholar] [CrossRef]
  20. Shen, C.; Nguyen, D.; Chen, L.; Gonzalez, Y.; McBeth, R.; Qin, N.; Jiang, S.B.; Jia, X. Operating a treatment planning system using a deep-reinforcement learning-based virtual treatment planner for prostate cancer intensity-modulated radiation therapy treatment planning. Med. Phys. 2020, 47, 2329–2336. [Google Scholar] [CrossRef]
  21. Yang, D.; Wu, X.; Li, X.; Mansfield, R.; Wu, Q.; Wu, Q.; Sheng, Y. Automated Treatment Planning with Deep Reinforcement Learning for Head-and-Neck Cancer Intensity Modulated Radiation Therapy. Int. J. Radiat. Oncol. Biol. Phys. 2024, 120, S64. [Google Scholar] [CrossRef]
  22. Li, C.; Guo, Y.; Lin, X.; Feng, X.; Xu, D.; Yang, R. Deep reinforcement learning in radiation therapy planning optimization: A comprehensive review. Phys. Medica 2024, 125, 104498. [Google Scholar] [CrossRef]
  23. Zhang, B.; Babier, A.; Chan, T.C.; Ruschin, M. 3D dose prediction for Gamma Knife radiosurgery using deep learning and data modification. Phys. Medica 2023, 106, 102533. [Google Scholar] [CrossRef]
  24. Zhang, B.; Babier, A.; Ruschin, M.; Chan, T.C. Knowledge-based planning for Gamma Knife. Med. Phys. 2024, 51, 3207–3219. [Google Scholar] [CrossRef] [PubMed]
  25. Huang, G.; Liu, Z.; Van Der Maaten, L.; Weinberger, K.Q. Densely connected convolutional networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; pp. 4700–4708. [Google Scholar]
  26. Ronneberger, O.; Fischer, P.; Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention, Munich, Germany, 5–9 October 2015; pp. 234–241. [Google Scholar]
  27. Knutson, N.C.; Kennedy, W.; Reynoso, F.J.; Peng, J.; Henke, L.; Laugeman, E.; Watts, M.; Hillard, J.; Heermann, A.; Hugo, G. Intracranial stereotactic radiotherapy with a jawless ring gantry linear accelerator equipped with new dual layer multileaf collimator. Adv. Radiat. Oncol. 2020, 5, 482–489. [Google Scholar] [CrossRef] [PubMed]
  28. Liu, H.; Sintay, B.; Pearman, K.; Shang, Q.; Hayes, L.; Maurer, J.; Vanderstraeten, C.; Wiant, D. Comparison of the progressive resolution optimizer and photon optimizer in VMAT optimization for stereotactic treatments. J. Appl. Clin. Med. Phys. 2018, 19, 155–162. [Google Scholar] [CrossRef] [PubMed]
  29. Hutten, R.; Surucu, M.; Joyce, C.; Alite, F.; Stang, K.; Small, C.; Sethi, A.; Emami, B.; Harkenrider, M.M. Association of conformality index and post-treatment radiation pneumonitis in early-stage non-small cell lung cancer treated with stereotactic body radiotherapy. J. Radiat. Oncol. 2018, 7, 63–67. [Google Scholar] [CrossRef]
  30. Paddick, I.; Lippitz, B. A simple dose gradient measurement tool to complement the conformity index. J. Neurosurg. 2006, 105, 194–201. [Google Scholar] [CrossRef]
  31. Dimitriadis, A.; Paddick, I. A novel index for assessing treatment plan quality in stereotactic radiosurgery. J. Neurosurg. 2018, 129, 118–124. [Google Scholar] [CrossRef]
Figure 2. Network architecture of the HD-U-Net is shown in (a), with the detailed legend provided in (b). In (a), black numbers on the left denote the volume dimensions at each hierarchy level, while red numbers represent the number of feature maps at each layer. The 1-channel input (green block) undergoes a combination of operations of dense convolution, dense down-sampling, and U-Net up-sampling, followed by a final convolution layer with ReLU activation (yellow arrow). Orange blocks represent newly calculated features with trainable parameters, while blue blocks represent copied or max-pooled features that do not need trainable parameters. The network outputs the predicted 3D dose distribution (red block).
Figure 2. Network architecture of the HD-U-Net is shown in (a), with the detailed legend provided in (b). In (a), black numbers on the left denote the volume dimensions at each hierarchy level, while red numbers represent the number of feature maps at each layer. The 1-channel input (green block) undergoes a combination of operations of dense convolution, dense down-sampling, and U-Net up-sampling, followed by a final convolution layer with ReLU activation (yellow arrow). Orange blocks represent newly calculated features with trainable parameters, while blue blocks represent copied or max-pooled features that do not need trainable parameters. The network outputs the predicted 3D dose distribution (red block).
Cancers 17 03056 g002
Figure 1. Histograms of BM volume, prescription dose, and plan quality metrics (e.g., coverage, selectivity, GI, CI50) of collected GK plans for the BMs included in our dataset.
Figure 1. Histograms of BM volume, prescription dose, and plan quality metrics (e.g., coverage, selectivity, GI, CI50) of collected GK plans for the BMs included in our dataset.
Cancers 17 03056 g001
Figure 3. The average training (blue) and validation (red) loss during the training process, averaged over ten folds. The shades represent ± 1 standard deviation of training (shaded blue) loss and validation (shaded red) loss at different epochs in the ten-fold cross-validation.
Figure 3. The average training (blue) and validation (red) loss during the training process, averaged over ten folds. The shades represent ± 1 standard deviation of training (shaded blue) loss and validation (shaded red) loss at different epochs in the ten-fold cross-validation.
Cancers 17 03056 g003
Figure 4. Subfigures (ad) show the predicted results for the four representative BMs, respectively. In each subfigure, the first row displays MRI images in transverse, coronal and sagittal views, with the BM contour outlined in red; The second row presents a zoomed-in view of the BM region (as indicated by the rectangle in the first row), showing the ground truth dose distribution in color wash; The third row compares 100% isodose lines (yellow) and 50% isodose lines (green) from the ground truth dose distribution (solid lines), the dose predicted by the HD-U-Net trained with conventional MSE loss (dotted lines), and the dose predicted by the HD-U-Net model trained with our proposed method (dashed lines).
Figure 4. Subfigures (ad) show the predicted results for the four representative BMs, respectively. In each subfigure, the first row displays MRI images in transverse, coronal and sagittal views, with the BM contour outlined in red; The second row presents a zoomed-in view of the BM region (as indicated by the rectangle in the first row), showing the ground truth dose distribution in color wash; The third row compares 100% isodose lines (yellow) and 50% isodose lines (green) from the ground truth dose distribution (solid lines), the dose predicted by the HD-U-Net trained with conventional MSE loss (dotted lines), and the dose predicted by the HD-U-Net model trained with our proposed method (dashed lines).
Cancers 17 03056 g004aCancers 17 03056 g004b
Figure 5. Box plots of prediction errors for four plan quality metrics: (a) coverage, (b) selectivity, (c) GI, and (d) CI50, across BM volume groups, comparing the proposed method with the baseline HD-U-Net model trained with conventional MSE loss. Boxes represent the 25%–75% interquartile range (IQR) of prediction errors, with the median shown as a solid line and the mean as a cross (×). Whiskers extend to 1.5 × IQR, and outliers (◆) are defined as cases with errors beyond the whiskers.
Figure 5. Box plots of prediction errors for four plan quality metrics: (a) coverage, (b) selectivity, (c) GI, and (d) CI50, across BM volume groups, comparing the proposed method with the baseline HD-U-Net model trained with conventional MSE loss. Boxes represent the 25%–75% interquartile range (IQR) of prediction errors, with the median shown as a solid line and the mean as a cross (×). Whiskers extend to 1.5 × IQR, and outliers (◆) are defined as cases with errors beyond the whiskers.
Cancers 17 03056 g005
Table 1. Detailed information on our final dataset.
Table 1. Detailed information on our final dataset.
Number of patient cases175
Number of BMs included463
BM volume (mm3)14.875–5995.875
Prescription dose (Gy)21, 20, 18, 17, 16, 15, 14, 12
Coverage (%)95.0–100.0
Selectivity0.188–0.897
GI2.467–16.761
CI502.667–31.607
Table 2. Prediction results for four representative BMs, each selected from a different BM volume group. For each case, plan quality metrics were calculated for the ground truth dose distribution, the dose predicted by the HD-U-Net network trained with conventional MSE loss, and the dose predicted by the HD-U-Net network trained with our proposed method, respectively. The DSC values of the 100% and 50% isodose lines between the ground truth and predicted dose distributions are also computed, denoted as DSC100% and DSC50%, respectively.
Table 2. Prediction results for four representative BMs, each selected from a different BM volume group. For each case, plan quality metrics were calculated for the ground truth dose distribution, the dose predicted by the HD-U-Net network trained with conventional MSE loss, and the dose predicted by the HD-U-Net network trained with our proposed method, respectively. The DSC values of the 100% and 50% isodose lines between the ground truth and predicted dose distributions are also computed, denoted as DSC100% and DSC50%, respectively.
IDBM Volume (mm3)MethodDSC100%DSC50%Coverage (%)SelectivityGICI50
BM120.5Ground truthNANA1000.377.0919.18
MSE0.7900.84999.390.568.0014.14
Proposed0.9080.9471000.437.6517.63
BM274.5Ground truthNANA1000.444.5310.34
MSE0.8860.82799.660.554.007.29
Proposed0.9360.9081000.504.268.59
BM3536.5Ground truthNANA99.980.663.164.78
MSE0.9260.8471000.762.683.53
Proposed0.9440.9251000.723.154.38
BM43164.0Ground truthNANA99.590.882.783.13
MSE0.9510.91299.980.812.152.63
Proposed0.9520.95199.980.822.783.38
Table 3. Average values of coverage, selectivity, GI, and CI50 calculated from the ground truth dose distribution, the dose predicted by the baseline HD-U-Net model trained using the conventional MSE loss, and the dose predicted by the HD-U-Net trained with our proposed method. Average plan quality metrics are also reported separately for the four BM volume groups.
Table 3. Average values of coverage, selectivity, GI, and CI50 calculated from the ground truth dose distribution, the dose predicted by the baseline HD-U-Net model trained using the conventional MSE loss, and the dose predicted by the HD-U-Net trained with our proposed method. Average plan quality metrics are also reported separately for the four BM volume groups.
MetricMethodBM Volume Group
Group 1 Group 2Group 3Group 4All
Coverage (%)Ground truth99.75 ± 0.6699.77 ± 0.4299.67 ± 0.5899.52 ± 0.6099.73 ± 0.51
MSE98.98 ± 1.4299.77 ± 0.4799.95 ± 0.0799.98 ± 0.0399.70 ± 0.73
Proposed99.79 ± 0.4099.92 ± 0.2899.95 ± 0.3399.99 ± 0.0199.91 ± 0.31
SelectivityGround truth0.41 ± 0.090.49 ± 0.110.67 ± 0.100.79 ± 0.070.53 ± 0.14
MSE0.54 ± 0.070.58 ± 0.060.71 ± 0.070.79 ± 0.030.61 ± 0.10
Proposed0.49 ± 0.060.53 ± 0.060.69 ± 0.070.79 ± 0.030.57 ± 0.10
GIGround truth7.83 ± 2.914.55 ± 1.483.47 ± 0.972.81 ± 0.284.74 ± 2.18
MSE7.49 ± 1.444.29 ± 1.012.75 ± 0.292.14 ± 0.224.35 ± 1.80
Proposed7.61 ± 1.264.28 ± 0.892.93 ± 0.192.39 ± 0.204.42 ± 1.72
CI50Ground truth19.02 ± 5.809.70 ± 3.565.38 ± 1.963.57 ± 0.589.91 ± 5.70
MSE13.82 ± 2.067.51 ± 2.073.90 ± 0.662.69 ± 0.307.48 ± 3.65
Proposed15.51 ± 2.508.20 ± 2.274.32 ± 0.643.02 ± 0.268.25 ± 4.10
Table 4. Mean absolute errors (MAEs) for plan quality metrics predicted by our proposed method relative to ground truth values. Calculations were performed within each volume group and for the entire dataset. For comparison, the MAE was also computed for metrics predicted by the baseline HD-U-Net model trained with conventional MSE loss.
Table 4. Mean absolute errors (MAEs) for plan quality metrics predicted by our proposed method relative to ground truth values. Calculations were performed within each volume group and for the entire dataset. For comparison, the MAE was also computed for metrics predicted by the baseline HD-U-Net model trained with conventional MSE loss.
MAEMethodBM Volume Group
Group 1 Group 2Group 3Group 4 All
Coverage (%)MSE1.09 ± 1.390.33 ± 0.500.31 ± 0.570.46 ± 0.610.45 ± 0.77
Proposed0.38 ± 0.680.26 ± 0.420.29 ± 0.370.47 ± 0.600.29 ± 0.47
SelectivityMSE0.13 ± 0.090.10 ± 0.070.07 ± 0.050.05 ± 0.040.10 ± 0.07
Proposed0.09 ± 0.070.08 ± 0.060.06 ± 0.050.05 ± 0.040.07 ± 0.06
GIMSE2.23 ±1.710.84 ± 0.880.79 ± 0.930.67 ± 0.331.04 ± 1.16
Proposed1.95 ± 1.480.80 ± 0.860.63 ± 0.870.44 ± 0.300.92 ± 1.07
CI50MSE6.21 ± 4.512.43 ± 2.141.58 ± 1.740.88 ± 0.512.75 ± 2.96
Proposed5.28 ± 3.892.00 ± 1.911.25 ± 1.620.65 ± 0.472.28 ± 2.60
Table 5. Two-sided p-values from paired Wilcoxon signed-rank tests, comparing the prediction errors of plan quality metrics between our proposed method and the baseline HD-U-Net model trained with conventional MSE loss. The tests were conducted for each volume group and for the entire dataset.
Table 5. Two-sided p-values from paired Wilcoxon signed-rank tests, comparing the prediction errors of plan quality metrics between our proposed method and the baseline HD-U-Net model trained with conventional MSE loss. The tests were conducted for each volume group and for the entire dataset.
Two-Sided p-ValuesBM Volume Group
Group 1 Group 2Group 3Group 4 All
Coverage<0.05<0.05<0.050.21<0.05
Selectivity<0.05<0.05<0.050.31<0.05
GI<0.050.70<0.05<0.05<0.05
CI50<0.05<0.05<0.05<0.05<0.05
Table 6. One-sided p-values from paired Wilcoxon signed-rank tests, comparing the absolute prediction errors of plan quality metrics between our proposed method and the baseline HD-U-Net model trained with conventional MSE loss. The tests were conducted for each volume group and for the entire dataset.
Table 6. One-sided p-values from paired Wilcoxon signed-rank tests, comparing the absolute prediction errors of plan quality metrics between our proposed method and the baseline HD-U-Net model trained with conventional MSE loss. The tests were conducted for each volume group and for the entire dataset.
One-Sided p-ValuesBM Volume Group
Group 1 Group 2Group 3Group 4 All
Coverage< 0.05< 0.050.110.12< 0.05
Selectivity< 0.05< 0.050.090.42< 0.05
GI< 0.05< 0.05< 0.05< 0.05< 0.05
CI50< 0.05< 0.05< 0.05< 0.05< 0.05
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Jiang, R.; Shao, Y.; Liu, Y.; Chang, C.-W.; Zhang, A.; Madondo, M.; Moradi, M.; Sivananthan, A.; Korpics, M.C.; Yang, X.; et al. A Preliminary Study on Deep Learning-Based Plan Quality Prediction in Gamma Knife Radiosurgery for Brain Metastases. Cancers 2025, 17, 3056. https://doi.org/10.3390/cancers17183056

AMA Style

Jiang R, Shao Y, Liu Y, Chang C-W, Zhang A, Madondo M, Moradi M, Sivananthan A, Korpics MC, Yang X, et al. A Preliminary Study on Deep Learning-Based Plan Quality Prediction in Gamma Knife Radiosurgery for Brain Metastases. Cancers. 2025; 17(18):3056. https://doi.org/10.3390/cancers17183056

Chicago/Turabian Style

Jiang, Runyu, Yuan Shao, Yingzi Liu, Chih-Wei Chang, Aubrey Zhang, Malvern Madondo, Mohammadamin Moradi, Aranee Sivananthan, Mark C. Korpics, Xiaofeng Yang, and et al. 2025. "A Preliminary Study on Deep Learning-Based Plan Quality Prediction in Gamma Knife Radiosurgery for Brain Metastases" Cancers 17, no. 18: 3056. https://doi.org/10.3390/cancers17183056

APA Style

Jiang, R., Shao, Y., Liu, Y., Chang, C.-W., Zhang, A., Madondo, M., Moradi, M., Sivananthan, A., Korpics, M. C., Yang, X., & Tian, Z. (2025). A Preliminary Study on Deep Learning-Based Plan Quality Prediction in Gamma Knife Radiosurgery for Brain Metastases. Cancers, 17(18), 3056. https://doi.org/10.3390/cancers17183056

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop