Skip to main content

Applying pytorch toolkit to plan optimization for circular cone based robotic radiotherapy

Abstract

Background

Robotic linac is ideally suited to deliver hypo-fractionated radiotherapy due to its compact head and flexible positioning. The non-coplanar treatment space improves the delivery versatility but the complexity also leads to prolonged optimization and treatment time.

Methods

In this study, we attempted to use the deep learning (pytorch) framework for the plan optimization of circular cone based robotic radiotherapy. The optimization problem was topologized into a simple feedforward neural network, thus the treatment plan optimization was transformed into network training. With this transformation, the pytorch toolkit with high-efficiency automatic differentiation (AD) for gradient calculation was used as the optimization solver. To improve the treatment efficiency, plans with fewer nodes and beams were sought. The least absolute shrinkage and selection operator (lasso) and the group lasso were employed to address the “sparsity” issue.

Results

The AD-S (AD sparse) approach was validated on 6 brain and 6 liver cancer cases and the results were compared with the commercial MultiPlan (MLP) system. It was found that the AD-S plans achieved rapid dose fall-off and satisfactory sparing of organs at risk (OARs). Treatment efficiency was improved by the reduction in the number of nodes (28%) and beams (18%), and monitor unit (MU, 24%), respectively. The computational time was shortened to 47.3 s on average.

Conclusions

In summary, this first attempt of applying deep learning framework to the robotic radiotherapy plan optimization is promising and has the potential to be used clinically.

Introduction

Robotic radiotherapy (CyberKnife, Accuray Inc., Sunnyvale, CA) enlarges treatment space and improves delivery versatility upon the standard linear accelerator, making it ideal for the delivery of stereotactic radiosurgery (SRS) [1, 2] and stereotactic body radiotherapy (SBRT) [3, 4]. The compact linac head is mounted on a highly accurate and reliable robotic arm. The robotic arm travels along the path connecting a set of pre-programmed discrete points (referred as node) distributed non-coplanarly. By orientating the linac head at these nodes, any beam pointing to the target could be delivered. The original collimator system included 12 diameter fixed circular cones, which was later upgraded to the variable aperture IRIS collimator [5]. Recently the vendor introduced multi-leaf collimator (MLC) to the system. Although the MLC increased the flexibility for field size and improved the treatment efficiency for irregular shaped targets, the circular cones are still in use widely due to its highly conformal dose distribution [6]. Furthermore, the MLC system has not yet been widely adopted, with only about 20% systems installed globally at the current time according to the vendor. Therefore, any improvement in the circular cone based plan optimization will have a big impact in the clinical operation of these systems, which is the aim of this study.

The non-coplanar treatment space improves the delivery versatility but also leads to prolonged treatment time. A typical treatment plan may use up to 100 beams/nodes and 2–3 size cones to get a conformal dose distribution, and the treatment time may take 30 min to 1 h, depending on the tumor sites [7]. The most effective approach to shorten treatment time is to use fewer beams, nodes and cones in the plan. This is because the beam positioning (including the switch of cones, the reorientation within each node and the robotic movement between the nodes) time, rather than the beam-on time takes the major part of the treatment duration. The need to improve the treatment efficiency means to reduce the number of beams and nodes without jeopardizing the quality of plan. Previously, we presented a singular value decomposition accelerated linear programming (SVDLP) optimization method [8]. This method used the least absolute shrinkage and selection operator (lasso) [9] for beam reduction. The number of nodes may also be reduced with the decrease of beams, but the issue was not fully addressed, at least not directly. Naturally, the beams delivered at the same node belong to the same “group”. The aim is to search for a sparse solution, for both the individual (beam) and group (node) aspects. In this study, we adopted both the lasso and the group lasso [10] regularization terms to address the “sparsity” issue.

Gradient based optimization approaches methods were commonly used for planning optimization [11, 12]. The computation of derivatives is often the most time-consuming step. Based on the chain rule of differential calculus, automatic differentiation (AD) replaces the domain of variables with the computation graph, and had been used for intensity-modulated radiation therapy (IMRT) planning optimization [13] as early as 2006. But back then, the limited packages and supported programming language hindered the application [14]. Recently AD received increasing attention with the emergence of deep learning (DL), as it had been used for the training of large-scale network. The recent development of DL also provided several well-established framework such as tensorflow [15], caffe [16] and pytorch [17], which saved the trouble of “reinventing the wheel” for regular investigators. In this study, we adopted pytorch framework for the circular cone based planning optimization, and explained how to use the well-validated DL framework for inverse planning.

The presented optimization approach used AD to compute derivatives, and the lasso and the group lasso to address the “sparsity” issue. Therefore it is later referred as AD-S approach for simplicity. Twelve (12) clinical cases of different complexities (brain and liver) were used to validate the AD-S approach. Currently, the commercial treatment planning system (TPS, MultiPlan) implements a sequential optimizer (SO) [18, 19]. In November 2018, the vendor released a new TPS (Precision v2.0), and upgraded the optimizer to VOLO. VOLO implemented graphical processing unit (GPU)-based dose calculation, replaced the sequential optimization with a single cost function integrating all clinical goals (widely used in the field of IMRT/VMAT optimization), and pruned the beams with lower monitor unit (MU) during optimization. As far as the authors know no centers or institutions in China has the Precision 2.0 installed currently. Therefore a direct comparison with Precision is not possible, and indirect comparison based on published data were performed and discussed.

Methods and materials

In this section, the AD-S approach and optimization experiments were presented. First the procedure of beam initialization was introduced briefly. Then the optimization model and the lasso and group lasso regulation terms were described in details. The topology and transformation of the optimization model was presented in the following sub-section. Finally the patient data implementation details were described.

Beam initialization

Generally, two methods are used for beam initialization. The first one is to start with a sub-set of randomly initialized candidate beams, then eliminate the beams with lower weights and add new candidate beams after each iteration of the optimization. The SO of Multiplan system used this “drop-and-pick” mechanism. Due to the intrinsic heuristic nature, it is inefficient to cover the complete treatment space. The other method is to initialize candidate beams to cover the entire beam space, and use all initialized beams for optimization simultaneously. This method takes full advantage of the treatment space but also means greater computational cost. The second scenario was adopted in our previous work [8] with a novel technique for beam initialization. The mechanism simulates the process of moving the equivalent dose taper to cover the entire target volume. The candidate beams were initialized with the center at the edge of adjacent beams. Both dosimetric analysis and patient data-based experiments proved that the mechanism could thoroughly cover the beam space without introducing redundancy. The same mechanism was adopted in this study.

Optimization model

With the initialized candidate beams, the dose of each voxel (Di) is expressed as:

$$D_{i} = \sum\limits_{j = 1}^{n} {d_{ij} w_{j} } ,\quad i \in \{ 1,2, \ldots ,m\} ,\;w_{j} \ge 0$$
(1)
$$W = (w_{1} ,w_{2} , \ldots ,w_{n} )^{T}$$
(2)

m and n is the number of voxels and candidate beams, respectively. dij is the dose delivered to ith voxel by the jth beam, wj is the weight of the jth beam. W is the weight vector. For each optimization objective, the cost function is of the general format:

$$f = \frac{1}{N}\sum\limits_{i} {(D_{i} - D_{i}^{0} )^{2} \times g(D_{i} ,D_{i}^{0} )}$$
(3)

N is the number of voxels of certain region of interest (ROI), g is the condition function varying with the objectives. \(D_{i}^{0}\) is the prescription dose for planning target volume (PTV) or the tolerance dose for organs at risk (OARs). Table 1 lists the condition functions of some typical objectives.

Table 1 Condition functions of typical objectives

The total objective function is the summation of all objectives and the lasso and group lasso regularization terms:

$$F = \alpha_{k} \sum\limits_{k} {f_{k} } + \lambda_{1} \left| W \right| + \lambda_{2} \sum\limits_{l} {\left\| {W_{l} } \right\|_{2} }$$
(4)
$$\left| W \right| = \sum\limits_{j} {\left| {w_{j} } \right|} ,\;\left\| {W_{l} } \right\|_{2} = \sqrt {\sum\limits_{j \in l} {w_{j}^{2} } }$$
(5)

where α and λ are the weight of objective function and regularization terms, respectively. | | and \(\left\| {\,} \right\|_{2}\) represents the operation of L1 and L2 norm, respectively. Wl is the weight vector composed by the weights of beams belonging to the lth node.

Topologizing optimization model and training practice

The total dose (Di, i (1,2,…, m)) of each ROI voxel is contributed by all beams (dij, j (1,2,…,n)), which is calculated as the weighted (wj) linear combination of dij (Eq. 1). This operation can be topologized into a simple feed-forward neural network, as shown in Fig. 1. This network is of the simplest architecture: it contains no hidden layers, and only the basic input and output layers. The neuron weight represents the beam weight. In this way, the optimization of beam weight is transformed into the tuning of neuron weight, i.e. the treatment planning optimization is converted into “network training”.

Fig. 1
figure 1

Network of dose calculation (Eq. 1)

As listed in Table 2, the “training” is different from typical DL network: (1) For typical DL, the network was trained and tested on training and testing datasets, respectively. For treatment planning, the network was trained for each single patient. Once the training was completed, the optimization was also finished. No testing process was required. (2) For DL network training, only a small subset of training dataset was used (mini-batch strategy) for each iteration. But for treatment planning network, the dose delivered to all voxels by all beamlets (dij, i {1, 2, …, m}, j {1, 2, …, n}) were feed into the network to calculate the loss function for each iteration. (3) For DL, the desired results were the whole network. In other words, the goal was to obtain correct results via the network; the exact weight of each neuron was not the concern. But for this work, the weight of each neuron was the weight of corresponding beam, which were the desired results.

Table 2 Comparison of the training of treatment planning and typical DL networks

With this transformation, the well-established framework for DL could be tapped to solve the treatment plan optimization problem. The regularization terms are designed to filter out the beams of very limited contribution to the plan. In practice, it was found that the weights of these beams were reduced to a very small value but not exactly zero. In order to reduce the computational cost, these beams are removed during optimization, i.e. the network is dynamically adjusted by trimming the neurons with marginal weights. The threshold of trimming beam weight was set to 0.01 MU. In addition, an early stopping criterion was adopted: the iteration is terminated when the number of beams does not decrease within certain consecutive iterations. The number of consecutive iterations is set to 10.

Materials: patient data and machine parameters

The Cyberknife system provides two sets of pre-defined nodes for head and body treatment. The treatment position determined which set of nodes to use. The AD-S approach was validated on two types of cases: 6 brain and 6 liver cancer cases. For the brain cases: patient 1 was lymphoma case, patient 3 and 5 were glioma cases with large PTV, and the rest were metastases. For each case, the AD-S plan used the same set of nodes as MLP plan. Table 3 listed the patient data, including the prescription dose (DP), fraction dose, number of fractions, volume of PTV (VPTV), number of voxels of all ROIs, the sizes of used cones, the number of available nodes and initialized beams. Because the computational time of AD-S approach is directly related to the planning parameters, it was also listed. The spacing of optimization dose grid was 2 mm × 2 mm × 2 mm, and the ROI was sampled to 2 mm, correspondingly. The MLP plans were designed and approved by experienced physicists and physicians. The AD-S plans were optimized using MLP plans as reference. The optimization terminated if the obtained plans were no inferior to MLP plans. The size of cones were selected by experienced planner according to the size and shape of PTV. The AD-S approach used the same set of cones with the MLP plans.

Table 3 Summary of patient data

The beam initialization was implemented in C++, and dose was calculated using ray-tracing method on GPU. Plans evaluation was performed on an in-house platform, which was developed and validated in our previous study [8, 20]. The MLP plans were also imported to the platform, and all the following mentioned plan evaluation indices were calculated under the same resolution (2 mm × 2 mm × 2 mm) with AD-S plans. Please note: since the resolution was different, it may result in slightly changes in these indices. The optimization was implemented with pytorch (v0.4.0, Paszke et al. [17]). The critical codes could be found in the suppelmental material. The example of using pytorch for treatment planning optimization was illustrated with a simple case in Additional file 1. Among the available optimizers in pytorch, it was found that the L-BFGS is the fastest algorithm with satisfactory robustness. Therefore the L-BFGS optimizer was selected in this study. Note that: because the L-BFGS includes certain logical operations and the network is simple and shallow, it executes faster on CPU than on GPU. So the optimization was performed on CPU in this study. All computations were performed on a desktop computer with Intel Xeon E5-2620 processor and NVIDA GeForce GTX 1080ti GPU.

Results

In this section, the detailed result of one sample liver case, including the objective value and the numbers of nodes and beams during optimization, was first presented. And then the evaluation and comparison of the treatment plans generated by the AD-S approach (later referred as AD-S plans) and MLP system (later referred as MLP plans) on the cohort of patients were presented.

Liver case

Figure 2 showed the objective value (F in Eq. 4) and the numbers of nodes and beams as functions of iterations of the first liver case. The objective dropped dramatically at the first iteration, but much slower for the subsequent iterations. The number of beams decreased rapidly at the first several iterations, and continued to decrease, and remained the same for the last 10 iterations due to the early stop strategy. The number of nodes decreased gradually through the whole optimization. The beam and node reduction does not increase the objective value, indicating the number of beams and nodes was reduced without jeopardizing the plan quality.

Fig. 2
figure 2

Optimization results of the first liver case. The vertical axis shows the loss value and the number of nodes in black on the left side, and the number of beams in blue on the right side. The lines were plotted in corresponding color. The final loss value, number of nodes and beams were also annotated in the legends

Evaluation and comparison

Table 4 compares the evaluation indices between AD-S and MLP plans. For the brain cases, the AD-S plans reduced the number of nodes, beams and MU by 26%, 17.5% and 26% on average. For liver cases, these indices were reduced by 29%, 18% and 22.2%. And for all cases, the reduce ratio was 27%, 18% and 24%. The conformity index (CI) is defined as the ratio of the volume covered by Dp over the volume of PTV (VPTV). For the brain, liver and all cases, CI was improved by 18%, 19% and 19%. The homogeneity index (HI) is defined as the ratio of the maximum dose (Dmax) within PTV over Dp. On average, the HI of AD-S plans for brain cases was slightly lower than MLP plans but slightly higher for liver cases. Paired t-test was performed on the indices of all AD-S plans against MLP plans. The results indicated that the reduction on the number of nodes and beams, MU and CI was significant. The change of HI was not significant. We would like to point out that: only a soft constraint was imposed on Dmax, and no certain height (like 150% of Dp) was compulsory for either MLP or AD-S plans. We only limited the maximum dose of PTV at 110% of prescription dose with a relative low weight. The average computational time of AD-S approach was 39.6 s (23.0–56.1 s) for brain cases, 38.8 s (20.8–56.7 s) for liver cases and 39.2 s (27.5–56.7 s) for all cases.

Table 4 Number of nodes, beams, MU, CI, Dmax and HI comparison of AD-S and MLP plans

Figure 3 showed dose gradient comparison of AD-S and MLP plans. For each case, the volume covered by 50–100% of DP (V50–V100) was normalized to corresponding VPTV. As shown in Fig. 3, the AD-S curve was under the MLP curve for each type of case, indicating that the AD-S plans achieved higher/better dose gradient around PTV, i.e., more rapid dose fall-off.

Fig. 3
figure 3

Dose gradient comparison. The horizontal axis is the relative dose normalized to Dp, and the vertical axis is the volume covered by corresponding dose normalized to VPTV.

Tables 5 and 6 listed the maximum and average dose of the OARs of the brain and liver cases, respectively. Table 5 also listed the V5, V10 and V20 of the liver organ. The dose of AD-S plan greater (worse) than the MLP plan was denoted in bold. For the brain cases, the dose of AD-S plans was greater for 8 out of 60 items. Out of the 8 items, 5 had deviations less than 30 cGy, and the maximum deviation was 166 cGy. For the liver cases, the dose of AD-S plans was greater for 14 out of 96 items. Out of the 14 items, 11 had deviations less than 70 cGy, and the maximum deviation was 191.9 cGy. These demonstrated that the AD-S plans had better overall OAR sparing.

Table 5 OAR protection of the brain cases
Table 6 OAR protection of the liver cases

Figures 4 and 5 showed the dose volume histograms (DVHs) and the dose distribution of the first brain and liver cases, respectively. For the brain case, the minimum dose with PTV of MLP plan was significantly lower, corresponding with the “round-ended” the DVH curve. This may be caused by the node or beam reduction procedure of MLP, which was to remove the nodes or beams with lower weight after weight optimization. For the ADS approach, the beam and node reduction was implemented during optimization, which would not jeopardize the plan quality. As shown in Fig. 4, the dose of the rings outside PTV of the ADS plans was lower than the MLP plans, indicating more rapid dose fall-off, which could also be observed on the dose distribution comparison of Fig. 5.

Fig. 4
figure 4

DVHs of the first liver and brain cases. The AD-S plans were plotted in solid lines and MLP plans in dash lines

Fig. 5
figure 5

Dose distribution of the first brain and liver cases. PTV was depicted in purple solid thick line, and the isodose line in thin lines with different colors.

Discussion

In this study, we topologized the optimization problem into a simple feed-forward neural network, thus converted the treatment plan optimization into network training, and furthermore utilized the automatic differentiation approach for network training. In this way, the well-established pytorch DL framework was used. Our results demonstrated that the framework could handle both the brain and liver cases with different complexities. In addition, the optimization speed was also satisfactory. As far as we know, this was the first attempt to successfully adapt machine learning toolkit to the cone-based treatment plan optimization.

Using pytorch for inverse planning is naturally different from the typical application of DL. In standard DL, the weight of single neuron has no clear meaning, and the whole network acts like a “black box”. For this application, the weight of each neuron represents the weight of each candidate beam. The other difference is the practice of “network training”. For DL, over-fitting may be the most challenging issue, meaning that the network may have excellent performance on the training dataset, but poor performance on testing dataset. The mini-batch training strategy is used to avoid over-fitting, which is to randomly select very few samples for training at each iteration. In this study, the beam weights were optimized separately for each plan. This means the network was trained from scratch, and all voxels were training dataset, thereby avoiding the issue of over-fitting. Therefore the full-batch training strategy was used in our strategy.

For results comparison, since the authors do not have access to the latest VOLO, we compared AD-S with the MLP system. The reduction rate of the AD-S approach over MLP was 27.5% (MU), 17.6% (node) and 24% (beam), which was comparable with VOLO according to published studies. Zeverino et al. reported the reduction rate of VOLO over MLP was 36% (MU), 14% (node) and 31% (beam) [21]. Schüler et al. found that the MU and beam reduction rate was 21.8% and 22.0% for 6D skull tracking plans, and 28.1% and 28.4% for Xsight spine tracking plans [22]. Giżyńska et al. reported that the reduction rate was 48.7%/32.8% (MU), 13.4%/7.9% (node) and 26.5%/7.9% (beam) for prostate/lung plans [23]. It is worth to point out that different approaches in optimization algorithms were used in VOLO and our approach. We also admitted that the AD-S system was compared with MLP using clinical MLP plans. More comprehensive comparison like re-optimize the MLP plans to obtain better plans, and meanwhile re-optimize the AD-S plans using these improved plans as reference could make the study more solid.

To our knowledge, it will take about rather long time for MLP system to obtain a clinical practical plan. The optimization time may be several hours for large irregular target. We want to point out that the circular cone and MLP system are not well-suited for large irregular target. The recently introduced MLC together with the VOLO optimizer would surely shorten the optimization time and improved the quality of treatment plan. Applying the framework of this work for more widely used MLC treatment planning, either CyberKnife system or linac system, will be our next work in the future.

Recently the vendor introduced multi-leaf collimator (MLC) to the system. Although the MLC increased the flexibility for field size and improved the treatment efficiency for irregular shaped targets, the circular cones are still in use widely due to its highly conformal dose distribution [6]. Furthermore, the MLC system has not yet been widely adopted, with only about 20% systems installed globally at the current time according to the vendor. Therefore, any improvement in the circular cone based plan optimization will have a big impact in the clinical operation of these systems, which is the aim of this study.

In our previous SVDLP algorithm we developed a linear model and solved the model with Gurobi (Gurobi Optimization, Inc., Houston, TX, USA). The improvements of AD-S over SVDLP include: (1) Both beam and node reduction was integrated into the model; (2) The optimization model was free from the limitation of linearity, and the dose-volume constraints could be directly added; 3. Open-source toolkit replaced the commercial solver. For the same brain (patient 3) and liver (patient 3) cases of our previous study, the AD-S plans achieved comparable dose distribution but used fewer nodes and beams than SVDLP plans. In addition, the computational time was 627 s and 285 s for the SVDLP approach, and 84.8 s and 32. 1 s for AD-S approach, almost an order of magnitude improvement.

Our results demonstrated that the AD-S approach used fewer nodes and beams and lower MU to achieve same or better dose distribution than MLP. In other words, the treatment time was shortened without jeopardizing the treatment quality. This was because the penalty on the numbers of beams and nodes was modeled with the lasso and group lasso terms and took effect during optimization. The MLP system used an alternative method, which is to directly eliminate the beams and nodes with marginal weights after optimization, i.e., the optimization and reduction procedures were performed separately. It was plausible that the reduction procedure would deteriorate the optimization results significantly. So was the case of the round-ended PTV DVH curve (lower minimum dose) of the brain case, which was not clinically desirable, especially for SRS treatment. The VOLO optimizer has also overcome this limitation by integrating beam reduction with optimization.

The AD-S approach used the same sets of cones with MLP system, which was selected empirically by experienced physicist. How to choose the optimal cones were not covered in this study. Intuitionally, the optimal cone size is directly related with the size and geometric irregularity of the PTV. Considerable researches have been published [24,25,26], which showed that the quality of treatment plan would be improved even with simple empirical formula or mechanism. However, this issue has not been fully addressed, which could be explored potentially with the DL technique. The fast AD-S approach proposed makes it possible to test more cases with varying complexities and fulfill the task of big-dataset construction for further DL research.

Conclusion

We have developed an AD-S approach for circular collimator based robotic radiotherapy treatment plan optimization. The optimization model was topologized into a simple neural network, and the automatic differentiation approach was adopted to solve the model. The lasso and group lasso regularization terms were utilized for beam and node reduction. Our investigation in brain and liver cases demonstrated that the AD-S approach could quickly achieve at least comparable treatment plans using fewer beams, nodes and lower MU.

Availability of data and materials

The datasets generated during and/or analyzed during the current study are not publicly available, but can be inquired from the authors.

References

  1. Acker G, et al. Efficacy and safety of CyberKnife radiosurgery in elderly patients with brain metastases: a retrospective clinical evaluation. Radiat Oncol. 2020;15(1):225.

    Article  PubMed  PubMed Central  Google Scholar 

  2. Milano MT, et al. Single- and multifraction stereotactic radiosurgery dose/volume tolerances of the brain. Int J Radiat Oncol Biol Phys. 2020;10:68–86.

    Google Scholar 

  3. Mahadevan A, et al. Stereotactic Body Radiotherapy (SBRT) for liver metastasis - clinical outcomes from the international multi-institutional RSSearch® Patient Registry. Radiat Oncol. 2018;13(1):26.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Diamant A, et al. Comparing local control and distant metastasis in NSCLC patients between CyberKnife and conventional SBRT. Radiother Oncol. 2020;144:201–8.

    Article  PubMed  Google Scholar 

  5. Echner GG, et al. The design, physical properties and clinical utility of an iris collimator for robotic radiosurgery. Phys Med Biol. 2009;54(18):5359–80.

    Article  CAS  PubMed  Google Scholar 

  6. van de Water S, et al. Variable circular collimator in robotic radiosurgery: a time-efficient alternative to a mini-multileaf collimator? Int J Radiat Oncol Biol Phys. 2011;81(3):863–70.

    Article  PubMed  Google Scholar 

  7. van de Water S, et al. Shortening treatment time in robotic radiosurgery using a novel node reduction technique. Med Phys. 2011;38(3):1397–405.

    Article  PubMed  Google Scholar 

  8. Liang B, et al. A singular value decomposition linear programming (SVDLP) optimization technique for circular cone based robotic radiotherapy. Phys Med Biol. 2018;63(1):015034.

    Article  PubMed  Google Scholar 

  9. Tibshirani R. Regression shrinkage and selection via the lasso. J R Stat Soc Ser B (Methodol). 1996;58(1):267–88.

    Google Scholar 

  10. Yuan M, Lin Y. Model selection and estimation in regression with grouped variables. J R Stat Soc Ser B (Stat Methodol). 2006;68(1):49–67.

    Article  Google Scholar 

  11. Wu Q, Mohan R. Algorithms and functionality of an intensity modulated radiotherapy optimization system. Med Phys. 2000;27(4):701–11.

    Article  CAS  PubMed  Google Scholar 

  12. Wu Q, et al. Optimization of intensity-modulated radiotherapy plans based on the equivalent uniform dose. Int J Radiat Oncol Biol Phys. 2002;52(1):224–35.

    Article  PubMed  Google Scholar 

  13. McShan D, Fraass B. Implementation of automatic differentiation tools for multicriteria IMRT optimization. 2006. p. 225–34.

  14. Griewank A, Juedes D, Utke J. Algorithm 755: ADOL-C: a package for the automatic differentiation of algorithms written in C/C++. ACM Trans Math Softw. 1996;22(2):131–67.

    Article  Google Scholar 

  15. Abadi M, et al. TensorFlow: large-scale machine learning on heterogeneous distributed systems. 2016.

  16. Jia Y, et al. Caffe: convolutional architecture for fast feature embedding. In: MM 2014—Proceedings of the 2014 ACM conference on multimedia. 2014.

  17. Paszke A, et al. PyTorch: an imperative style, high-performance deep learning library. 2019.

  18. Schweikard A, Schlaefer A, Adler JR Jr. Resampling: an optimization method for inverse planning in robotic radiosurgery[J]. Med Phys. 2006;33(11):4005–11.

    Article  PubMed  Google Scholar 

  19. Schlaefer A, Schweikard A. Stepwise multi-criteria optimization for robotic radiosurgery[J]. Med Phys. 2008;35(5):2094–103.

    Article  CAS  PubMed  Google Scholar 

  20. Liang B, et al. A pencil beam dose calculation model for CyberKnife system. Med Phys. 2016;43(10):5380–91.

    Article  PubMed  Google Scholar 

  21. Zeverino M, et al. Novel inverse planning optimization algorithm for robotic radiosurgery: first clinical implementation and dosimetric evaluation. Phys Med Eur J Med Phys. 2019;64:230–7.

    Google Scholar 

  22. Schüler E, et al. Clinical impact of the VOLO optimizer on treatment plan quality and clinical treatment efficiency for CyberKnife. J Appl Clin Med Phys. 2020;21(5):38–47.

    Article  PubMed  PubMed Central  Google Scholar 

  23. Giżyńska MK, et al. Largely reduced OAR doses, and planning and delivery times for challenging robotic SBRT cases, obtained with a novel optimizer. J Appl Clin Med Phys. 2021;22(3):35–47.

    Article  PubMed  PubMed Central  Google Scholar 

  24. Harikrishnaperumal S, et al. A phantom study to determine the optimum size of a single collimator for shortening the treatment time in CyberKnife stereotactic radiosurgery of spherical targets. J Appl Clin Med Phys. 2012;13(5):33–45.

    Article  PubMed Central  Google Scholar 

  25. Pöll JJ, et al. Reducing monitor units for robotic radiosurgery by optimized use of multiple collimators. Med Phys. 2008;35(6):2294–9.

    Article  PubMed  Google Scholar 

  26. Li T, et al. A method to improve dose gradient for robotic radiosurgery. J Appl Clin Med Phys. 2015;16(6):333–9.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

The work was supported by Beijing Hope Run Special Fund of Cancer Foundation of China (LC2021B15), CAMS Innovation Fund for Medical Sciences (CIFMS) 2020-I2M-C&T-A-017, and Beijing Municipal Science & Technology Commission Z181100001918002. National Natural Science Foundation of China,81801799

Author information

Authors and Affiliations

Authors

Contributions

BL and RW conceived of the study design and analysis. YL, BG, KZ and WX wrote the programs and performed data measurement and analysis, and drafted the manuscript. JZ, TY and SX coordinated the study and participated in discussions and preparation of the manuscript, and communications. All authors read and approved the final manuscript.

Corresponding authors

Correspondence to Qiuwen Wu or Jianrong Dai.

Ethics declarations

Ethics approval and consent to participate

This study was carried out in accordance with the declaration of Helsinki and approved with exemption from informed consent by the independent ethics committee of cancer hospital, Chinese academy of medical sciences.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1

. The key codes of using pytorch for optimization.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Liang, B., Wei, R., Zhang, J. et al. Applying pytorch toolkit to plan optimization for circular cone based robotic radiotherapy. Radiat Oncol 17, 82 (2022). https://doi.org/10.1186/s13014-022-02045-y

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13014-022-02045-y

Keywords