Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2023 Oct 1.
Published in final edited form as: Semin Radiat Oncol. 2022 Oct;32(4):343–350. doi: 10.1016/j.semradonc.2022.06.004

Advances in Automated Treatment Planning

Dan Nguyen 1,2, Mu-Han Lin 2, David Sher 2, Weiguo Lu 1,2, Xun Jia 1,2, Steve Jiang 1,2
PMCID: PMC9851906  NIHMSID: NIHMS1863120  PMID: 36202437

1). Introduction

Treatment planning in radiation therapy has progressed enormously over the past several decades. Such advancements came in the form of innovative hardware and algorithms, giving rise to modalities such as intensity-modulated radiation therapy (IMRT) 17 and volume modulated arc therapy (VMAT) 814, greatly improving patient outcome and quality of life. While these developments have improved the overall plan quality, they have also given rise to higher treatment planning complexity. This has resulted in increased treatment planning time and higher variability in the final approved plan quality. With the use of non-convex optimizers in IMRT and VMAT, there are also no assurances that the final plan quality is within some delta of the theoretically optimal plan. In addition, with the push towards Online Adaptive Radiation Therapy, there is an even higher demand and pressure for reducing treatment planning time down to a few minutes.

The current clinical treatment planning workflow is performed iteratively and meticulously in a trial-and-error fashion. After the physician directives are set, the treatment planner uses the commercial treatment planning system and slowly fine-tunes hyperparameters—such as the structure weights, tuning structures, beam orientations, etc.—until the plan seems acceptable to the planner. Multiple rounds of feedback between the physician and treatment planner are undergone to keep pushing the plan towards the physician’s true intent until the physician finally approves the plan. The many feedback iterations are mainly due to the fact that medicine, to some degree, is still an art, and the portrayal of the physician’s preference—an accumulation of their knowledge and experiences to approximate patient outcome—is difficult to quantify with current technologies and practices.

In the last decade, since AlexNet took first place in the ImageNet competition in 2012, deep learning (DL) and other artificial intelligence (AI) technologies have made explosive progress, particularly in the areas of computer vision and imageing1518, as well as in decision-making1924. DL has become a major component in many facets of many different fields, such as from self-driving cars to home goods. One of the major areas that DL is beginning to revolutionize is healthcare. Radiation oncology, as an already technologically advanced field, has much research and implementation involving the use of AI. The field has begun to show the efficacy of using such technologies in many of its sub-areas, such as in diagnosis, imaging, segmentation, treatment planning, quality assurance, treatment delivery, and follow-up. Some AI technologies have already been clinically implemented by commercial systems.

In this article, we will provide an overview to methods involved with treatment planning in radiation therapy. In particular, we will review the recent research and literature related to automation of the treatment planning process, leading to potentially higher efficiency and higher quality plans. We will then present the current and future challenges, as well as some future perspectives.

2). Status

Typically, the clinical radiation therapy pipeline can be viewed as consisting of the following steps: image acquisition, segmentation, physician directive generation, treatment plan generation, quality assurance, treatment delivery, and follow-up. The deep learning models discussed in this article largely are focused on physician directive generation, treatment plan generation, and quality assurance. An accurate clinical dose prediction, by creating an accurate 3D distribution of what is likely to be the final plan dose, can be used for both physian directive guidance and plan generation guidance. Dose calculation is used throughout the fluence map optimization stage as a fast intermedicate dose calculation step, as well as for the quality assurance phase as a secondary dose check. Fluence map prediction can occur during the plan generation step, pontially bypassing the fluence map optimization directly and provide a set of fluence maps directly from a desired dose distribution. Lastly beam orientation optimization is used to automatically determine the ganty and couch angles to be used during the plan generation step, a process that is currently done either by protocol or manually.

2.a). Dose Prediction

Initial efforts focused on developing knowledge-based planning (KBP) 2542, which was based on taking historical plan data and then hand-crafting useful features for training a model. The features included things such as spatial information of organs at risk (OAR) and planning target volumes (PTV), distance-to-target histograms (DTH), overlapping volume histograms (OVH), structure shapes, number of delivery fields, etc.3443. The early version of KPB utilized machine learning (ML) methods where hand-crafted features from the patient data were fed into the ML model to learn the mapping of these features to planning endpoints and constraints, such as the dose volume histogram (DVH) points. When coupled with an optimization engine, these frameworks can be then semi-automated and are capable of generating a plan for a new patient, given their anatomy.

However, the early versions of KPB were highly limited with the data complexity that could be fed into the model, and well as the type of data that the model was able to predict. The outputs were usually limited to 1D or 2D data, such as single constraint values or the dose volume histogram (DVH), leaving the remainder of how the dose distribution should look entirely up to the physician’s and planner’s intuition as they generate the final deliverable plan. In addition, it was unknown exactly what hand-crafted features are needed to be fed into the model, and therefore features were typically determined through trial-and-error. In addition, manually hand-crafting features may result in the loss of subtle yet crucial information, which can result in the reduced predictive performance of the KBP model. As a result, the plan quality is thus still highly dependent on the physician’s and planner’s skills and experience.

The advancement of DL allowed accurate 3D dose distribution predictions to be performed. One such model was the U-net by Ronneberger et al.44. This model was originally introduced for semantic segmentation of biomedical images and was able to incorporate both local and global features for learning a pixel-to-pixel mapping between two data. Many variations of the U-net, such as ones with special connections45,46, as well as 3D variants47, were developed shortly after. Its ability for pixel-to-pixel or voxel-to-voxel mapping made it an ideal candidate for volumetric dose prediction, where the 3D anatomical data is fed into the model in order to predict the 3D dose distribution. Furthermore, DL allowed the raw data to be input instead of relying on hand-crafted features like in classical ML.

Currently, many DL-based volumetric dose prediction models have been developed in the literature and can be largely categorized into two major groups: 1) clinical dose prediction and 2) Pareto optimal dose prediction. Clinical dose prediction models take on more of a KBP flavor, as they still rely on learning from historical plans to make a dose prediction. These have been developed for several cancer sites, such as prostate4852, lung 53,54, and head and neck 5558. Figure 1 shows an example set of dose distributions, which include the ground truth dose and mutiple DL dose predictions for a head and neck cancer patient. The best peforming DL model, HD U-net had the closest prediction to the ground truth, while the worst performing model, DenseNet, due to its incapability to calculate global features, had predicted a low dose far away from the target. Pareto optimal dose prediction models try to instead learn the feasible trade-off space, specific to a given patient, which is more similar in flavor to multi-criteria optimization (MCO) 59,60. These models typically can be constructed in order to make predictions from the user tuning the structure weights 61,62, or by tuning the DVH directly 63,64. These models can typically make a prediction after the user places their input within a sub-second timescale, making real-time feedback feasible. In addition, by using methods such as ensemble techniques or Monte Carlo Dropout65, any of these DL-based dose prediction models are capable of generating an uncertainty estimate—a way for the model to say “I don’t know” when it makes a prediction66.

Figure 1.

Figure 1.

Dose washes of an example test patient from the study by Nguyen et al.55. The colorbar is shown in units of Gy. The clinical ground truth dose is shown on the top row, followed by the dose predictions of the proposed model, HD U-net, and two other comparative models, Standard U-net and DenseNet. Low dose cutoff for viewing was chosen to be 5% of the highest prescription dose (3.5 Gy).

2.b). Dose Calculation

Dose calculation is used in several aspects of treatment planning, from dose influence calculation, intermediate dose calculation, final dose calculation, and secondary dose checks for plan quality assurance. These calculations themselves have primarily existed as full physics calculation engines. The gold standard in dose calculation is considered to be Monte Carlo (MC) dose calculation67, and is often considered to be the ground truth when comparing against other dose calculation engines. However, there is a trade-off between the dose calculation accuracy and the computational workload. The challenge of adopting MC in the clinic is due to its low efficiency and long calculation times. MC needs to stochastically and individually simulate particles, their interactions with the medium, and follow child particles that are generated. Dose calculation research has historically been designing physics engines that are trading off between efficiency (reducing dose calculation time) and accuracy (reducing dose calculation error). One primary example was the development of the Analytical Anisotropic Algorithm (AAA)68, a pencil beam convolution/superposition algorithm, which is clinically used in commercial software today. AAA is much faster and can calculate doses within a clinically acceptable timeframe. However, it has been found that, compared to MC, AAA dose calculation accuracy can fall short in certain areas, having as high as 12% error near isolated leaf edges and overestimation of some critical structures as high as 9%69. Another algorithm, Acuros XB70, similarly uses the Boltzmann transport equation like MC, but solves it in a grid-based manner instead. Acuros XB, using some approximations to bring its calculation speed to a practical level, was found to agree with MC calculations within 3% of low-density lung, and within 4.5% error of phantom tissue just above and below an air cavity. While Acuros XB does have accuracy-levels similar to MC, it is still much slower by about 14 fold compared to AAA, taking 110 s for Acuros XB versus 8 s for AAA to calculated for a static field at reference conditions70.

Deep learning has made it possible to boost the accuracy of dose calculation without sacrificing the calculation speed. A common approach is to feed in a computationally cheap, first-order approximation as a prior into the model, which then uses it, alongside other anatomical, geometrical, and/or radiological data, as input to learn a more accurate dose calculation such as Monte Carlo or Acuros XB, for example. These deep learning methods have been applied for different modalities such as external beam photons7173, protons74, and brachytherapy75 for a variety of cancer sites. Deep learning-based dose calculation has also been applied for accelerating the dose calculation under the influence of a magnetic field for the purpose of MRI-guided radiation therapy76. These methods have high potential to improve areas of the treatment planning process, such as the intermediate dose calculation step during optimization, which currently uses a fast but inaccurate calculation, or the secondary dose check that tries to confirm that the final plan dose calculation is reasonable.

2.c). Fluence Map Prediction

In the typical treatment planning workflow, the treatment planner often has to enter an inverse optimization phase multiple times as the fine-tune hyperparameters and get feedback from the physicians in order to solve the optimal dose distribution and its corresponding fluence maps/apertures. Each optimization is a lengthy process, and can take as long as 20 minutes for one round of optimization for certain modalities like VMAT. Fluence map prediction attempts to accelerate the treatment planning process by predicting the fluence maps directly instead of the dose distribution, potentially bypassing some or the entire optimization step that is current done in the clinical setting. A common DL-based dose prediction method uses an existing dose distribution projected to each field’s beam’s eye view as input to predict the fluence maps for a given beam configuration7779, with an example workflow shown in Figure 2. These methods require that a dose distribution already exists, which could be obtained from a dose calculation or a DL-based dose prediction, for example. Other methods may use the target and organs-at-risk segmentations, projected onto beam’s eye view, directly instead of a dose distribution80, which offers a direct route from anatomy to a plan, but in turn, has less flexibility in making adjustments to the plan. These map prediction methods are still in the earlier stages of development and implementation, but their great performance and results offer high promise for fast, automated treatment planning by bypassing the time-consuming optimization phase altogether.

Figure 2:

Figure 2:

Workflow of the proposed fluence map prediction method. The leftmost figure represents the projections of dose in phantom geometry77.

2.d). Beam Orientation Selection

In external beam radiation therapy, the radiation enters the patient’s body from an external source. The orientation that the fields are set up is critical in order to best minimize the toxicity to OARs while maintaining the prescription dose on the PTV. Clinically, the beams are selected either via protocol, leading up a sub-optimal set, or the beams are manually and tediously fine-tuned by the treatment planner. Beam orientation optimization (BOO) is a method that tries to select a suitable set of beam angles for use, and has been widely researched over the past decade. Typically, these methods are trying to solve the problem in the large non-coplanar space, and employ heuristics, to solve the otherwise unwieldy optimization problem. Some major applications have been the development and implementation of 4π Radiotherapy39,8191, and station parameter optimized radiation therapy (SPORT) 9297. Most of these optimization methods try to solve the problem within the dosimetric space, instead of pure geometrical space, which results in a set of field orientations that best achieves the dosimetric goals that clinicians care about. However, the major downside to dosimetric-based objectives is they require the dose calculation of all beamlets for every candidate beam, which could be easily over 1000 beams in the non-coplanar space with 6 degree separation. This could take from several hours to several days depending on several factors such as dose calculation engine, number of candidate fields, cancer site, tumor size, etc., meaning that clinical implementation of such a framework would require the clinical workflow to account for the additional overhead and calculation that is needed for the calculation.

Using deep learning for BOO can be used to accelerate the process at the deployment stage. One of the main ideas is to offload the major computational expense of BOO, the dose calculation of every candidate, onto the data preparation and training phase of the DL model and have the model internalize the concept and relationships of beam orientations and dose distributions. This way, the model can suggest these beam orientations without needing to perform a full dose calculation on candidate beams. The studies by Sadeghnejad-Barkousaraie et al. found that DL was capable of learning a beam selection policy of a method called column generation (CG) and providing a beam angle set that was non-inferior to that of CG. The DL method could solve the problem on sub-second timescales, as opposed to the many minutes that CG needs to solve the same problem98. They further improved on the prediction by adding on a Monte Carlo Tree Search and shows that they were able to beat the CG solution in less time99. Monte Carlo Tree Search has also been used in other applications, such as optimal non-coplanar arc trajectories for VMAT92. DL-based BOO methods are still an early area of research and development but have high promise for improving the current methods and for clinical implementation.

2.e). Reinforcement Learning Methods for Treatment Planning

Reinforcement Learning (RL)100 is a broad class of machine learning techniques that allows for a model to learn a policy for a system with respect to maximizing a defined reward. The model (agent) is allowed to interact and explore with the system (environment). Each action of the agent will affect the environment, causing it to be in a different state than before. A reward or penalty can then be computed, which is provided back to the agent to let it know whether its particular action was good or bad. Over time, as the agent continues to interact with the environment, it learns how to take actions that maximize the reward. The reward/penalty itself is a user-defined metric, typically as a function of the state, and reflects whether we see the current state of the environment as desirable or not. Classical reinforcement learning techniques required for the framework maintain a record of the state, possible actions, and the current respective rewards for those actions (which are updated as the agents continue to explore), for every time point of the state. However, as systems became more complicated, maintaining this record became infeasible, leading to the development of other methods. One such development came with the advancement of deep learning, leading to deep reinforcement learning (DRL)19, which uses a deep neural network to model agents. DRL has the same training strategy as RL, except that, since deep neural networks have high function approximation capabilities, DRL agents can directly internalize and correlate states, actions, and rewards instead of a tabulated record of these values. This allowed for much-improved decision-making by the agent for complex environments and tasks required by many modern applications. For example, a Deep Q-learning22 method was used to achieve super-human level performance on Atari games20,21. Another example is the creation of AlphaGo by DeepMind23,24, where this DRL-based model was able to defeat the top professional human players in the game of Go.

Overall, DRL holds a very strong potential for solving sequential-type clinical problems, such as dose fractionation schemes and hyperparameter tuning during optimization. Some early DRL studies looked into using an RL agent to adapt dose fractionation protocols and found that their agent found policies similar to those in clinical protocols101,102. For hyperparameter tuning during treatment plan optimization, it was found that DRL agents are able to automatically fine-tune structure weights and threshold dose values are used during fluence map optimization, in order to maximize a defined dosimetric reward103,104, with an example shown in Figure 3. This can help automate the treatment planning process that is typically time-intensive and tedious for human treatment planners.

Figure 3:

Figure 3:

Evolution of: (a) dose volume histograms and dose distributions, (b) Treatment planning parameter (TPP) weight values(λ and τ), and (c) and original and modified ProKnow plan scores in the planning process of a test patient case using our DRL-based virtual treatment planner network (VTPN)104. ProKnow plan score is a scoring system for prostate cancer IMRT plan, using scores for different clinical criteria (ProKnow Systems,Sanford, FL, USA).

3). Current Challenges and Future Perspectives

Despite their great promise, AI methods for automated treatment planning in radiation therapy face several challenges in both theoretical development and practical applications. The first issue is related to the data used to develop these models, namely limited dataset size, data quality, and data distribution diversity. DL models are data-hungry, with the first successful instances of these models in the new DL era, such as AlexNet16, requiring millions of annotated images in order to show promising results. Unfortunately, healthcare data is typically much more limited in quantity and is oftentimes much messier (e.g., missing data points, high noise, etc.). In addition, model development often happens at a single institution or area, where there is a specific demographic, which can introduce bias into the model. Many advancements have been made, and researchers are focused on improving results on limited and noisy datasets, such as in meta-learning105, or learning how to adapt to datasets in different distributions than originally trained on, such as transfer learning106. However, these methods and their applications to healthcare data are still being explored by the research community.

As these models begin to enter the phase of clinical implementation, many practical challenges arise. Oftentimes, the major areas that are needed for clinical implementation are overlooked entirely by the research team, such as exactly what kind of data and how the data is formatted to be presented to the clinician. A study by McIntosh et al. had found that, while ML models hold great promise in the clinic, most methods are currently evaluated in a simulated environment that does not reflect the clinical workflow as realistically as is should. As such, the radiation therapy plans, while having a a high rate of 83% for being selected for treatment in the simulation phase, had a sigficiantly lower rate of 61% of being selected for treatment in the deployment phase107.This indicates a large gap in model development and simulated evaluation, where the data and simulation environment are not representative of the true clinical setting. In addition, the clinical implementation needs to be broken down into several phases to ensure the model operability within the clinical workflow and the patient’s safety. This can include several stages such as tool readiness evaluation, workflow, and user interface design, initial implementation, debugging and refinement, departmental approval, clinical implementation, and quality assurance (QA) & renewal procedures. Furthermore, model interpretability and explainability are still large challenges for AI, but are necessary for its success to be used in healthcare. Currently, there are ways to make models provide uncertainty estimation65,66 (a way for the model to say “I don’t know”), as well as letting the model pinpoint where it is looking at in the data using attention modules108,109. While this is a large step forward, the interpretation of these is still left largely left to the clinician, making assumptions about what the model may be thinking in order to make its prediction. An open discussion needs to be started prior to beginning the research project and model development to ensure that the direction of the model perfectly meets the clinical needs, instead of researchers trying to solve a clinical problem that may not even exist. As AI begins to integrate itself more and more into healthcare, more pressure for open collaboration between researchers and clinicians will likely accelerate AI’s impact into healthcare.

As radiation therapy becomes more-and-more automated, the current tedious and manual tasks will likely require less-and-less human involvement, greatly improving the overall efficiency of the clinical pipeline. However, in line with the automation paradox110, automation tends to introduce new, higher-level roles, and the areas where people are required will likely become more critical to prevent catastrophic failure where the AI models simply fail (e.g. trying to predict on an out-of-distribution patient or data point). Radiation therapy treatment planning will continue to evolve and strive for higher efficacy and higher efficiency. With the current boom of AI, deep learning has begun to integrate itself into several aspects of treatment planning, which the current major areas have been in dose prediction, dose calculation, fluence map prediction, beam orientation selection, and other reinforcement learning methods. As these AI frameworks become more and more integrated, and begin to revolutionize treatment planning towards more intelligent and automated methods, patient outcomes and quality of life will continue to improve.

REFERENCES

  • 1.Brahme A Optimization of stationary and moving beam radiation therapy techniques. Radiotherapy and Oncology 12, 129–140 (1988). [DOI] [PubMed] [Google Scholar]
  • 2.Bortfeld T, Bürkelbach J, Boesecke R & Schlegel W Methods of image reconstruction from projections applied to conformation radiotherapy. Physics in Medicine and Biology 35, 1423 (1990). [DOI] [PubMed] [Google Scholar]
  • 3.Bortfeld TR, Kahler DL, Waldron TJ & Boyer AL X-ray field compensation with multileaf collimators. International Journal of Radiation Oncology* Biology* Physics 28, 723–730 (1994). [DOI] [PubMed] [Google Scholar]
  • 4.Webb S Optimisation of conformal radiotherapy dose distribution by simulated annealing. Physics in Medicine and Biology 34, 1349 (1989). [DOI] [PubMed] [Google Scholar]
  • 5.Convery D & Rosenbloom M The generation of intensity-modulated fields for conformal radiotherapy by dynamic collimation. Physics in Medicine and Biology 37, 1359 (1992). [DOI] [PubMed] [Google Scholar]
  • 6.Xia P & Verhey LJ Multileaf collimator leaf sequencing algorithm for intensity modulated beams with multiple static segments. Medical Physics 25, 1424–1434, doi:doi: 10.1118/1.598315 (1998). [DOI] [PubMed] [Google Scholar]
  • 7.Keller-Reichenbecher M-A et al. Intensity modulation with the “step and shoot” technique using a commercial MLC: A planning study. International Journal of Radiation Oncology* Biology* Physics 45, 1315–1324 (1999). [DOI] [PubMed] [Google Scholar]
  • 8.Yu CX Intensity-modulated arc therapy with dynamic multileaf collimation: an alternative to tomotherapy. Physics in Medicine and Biology 40, 1435 (1995). [DOI] [PubMed] [Google Scholar]
  • 9.Otto K Volumetric modulated arc therapy: IMRT in a single gantry arc. Medical physics 35, 310–317 (2008). [DOI] [PubMed] [Google Scholar]
  • 10.Xing S. M. C. a. X. W. a. C. T. a. M. W. a. L. Aperture modulated arc therapy. Physics in Medicine & Biology 48, 1333 (2003). [DOI] [PubMed] [Google Scholar]
  • 11.Earl M, Shepard D, Naqvi S, Li X & Yu C Inverse planning for intensity-modulated arc therapy using direct aperture optimization. Physics in medicine and biology 48, 1075 (2003). [DOI] [PubMed] [Google Scholar]
  • 12.Cao Daliang and Muhammad K. N. A. a. J. Y. a. F. C. a. D. M. S. A generalized inverse planning tool for volumetric-modulated arc therapy. Physics in Medicine & Biology 54, 6725 (2009). [DOI] [PubMed] [Google Scholar]
  • 13.Shaffer R et al. Volumetric Modulated Arc Therapy and Conventional Intensity-modulated Radiotherapy for Simultaneous Maximal Intraprostatic Boost: a Planning Comparison Study. Clinical Oncology 21, 401–407, doi: 10.1016/j.clon.2009.01.014 (2009). [DOI] [PubMed] [Google Scholar]
  • 14.Palma D et al. Volumetric Modulated Arc Therapy for Delivery of Prostate Radiotherapy: Comparison With Intensity-Modulated Radiotherapy and Three-Dimensional Conformal Radiotherapy. International Journal of Radiation Oncology*Biology*Physics 72, 996–1001, doi: 10.1016/j.ijrobp.2008.02.047 (2008). [DOI] [PubMed] [Google Scholar]
  • 15.LeCun Y et al. Backpropagation applied to handwritten zip code recognition. Neural computation 1, 541–551 (1989). [Google Scholar]
  • 16.Krizhevsky A, Sutskever I & Hinton GE Imagenet classification with deep convolutional neural networks. Advances in neural information processing systems, 1097–1105 (2012). [Google Scholar]
  • 17.Girshick R, Donahue J, Darrell T & Malik J Rich feature hierarchies for accurate object detection and semantic segmentation. Proceedings of the IEEE conference on computer vision and pattern recognition, 580–587 (2014). [Google Scholar]
  • 18.Simonyan K & Zisserman A Very deep convolutional networks for large-scale image recognition. arXiv preprint arXiv:1409.1556 (2014). [Google Scholar]
  • 19.François-Lavet V, Henderson P, Islam R, Bellemare MG & Pineau J An introduction to deep reinforcement learning. Foundations and Trends® in Machine Learning 11, 219–354 (2018). [Google Scholar]
  • 20.Mnih V et al. Playing atari with deep reinforcement learning. arXiv preprint arXiv:1312.5602 (2013). [Google Scholar]
  • 21.Mnih V et al. Human-level control through deep reinforcement learning. Nature 518, 529–533, doi:10.1038/nature14236 https://www.nature.com/articles/nature14236#supplementary-information (2015). [DOI] [PubMed] [Google Scholar]
  • 22.Watkins CJ & Dayan P Q-learning. Machine learning 8, 279–292 (1992). [Google Scholar]
  • 23.Silver D et al. Mastering the game of Go with deep neural networks and tree search. Nature 529, 484, doi:10.1038/nature16961 https://www.nature.com/articles/nature16961#supplementary-information (2016). [DOI] [PubMed] [Google Scholar]
  • 24.Silver D et al. Mastering the game of Go without human knowledge. Nature 550, 354, doi:10.1038/nature24270 https://www.nature.com/articles/nature24270#supplementary-information (2017). [DOI] [PubMed] [Google Scholar]
  • 25.Zhu X et al. A planning quality evaluation tool for prostate adaptive IMRT based on machine learning. Medical physics 38, 719–726 (2011). [DOI] [PubMed] [Google Scholar]
  • 26.Appenzoller LM, Michalski JM, Thorstad WL, Mutic S & Moore KL Predicting dose-volume histograms for organs-at-risk in IMRT planning. Medical physics 39, 7446–7461 (2012). [DOI] [PubMed] [Google Scholar]
  • 27.Wu B et al. Improved robotic stereotactic body radiation therapy plan quality and planning efficacy for organ-confined prostate cancer utilizing overlap-volume histogram-driven planning methodology. Radiotherapy and Oncology 112, 221–226 (2014). [DOI] [PubMed] [Google Scholar]
  • 28.Shiraishi S, Tan J, Olsen LA & Moore KL Knowledge-based prediction of plan quality metrics in intracranial stereotactic radiosurgery. Medical physics 42, 908–917 (2015). [DOI] [PubMed] [Google Scholar]
  • 29.Li N et al. Automatic treatment plan re-optimization for adaptive radiotherapy guided with the initial plan DVHs. Physics in medicine and biology 58, 8725 (2013). [DOI] [PubMed] [Google Scholar]
  • 30.Chanyavanich V, Das SK, Lee WR & Lo JY Knowledge-based IMRT treatment planning for prostate cancer. Medical physics 38, 2515–2522 (2011). [DOI] [PubMed] [Google Scholar]
  • 31.Good D et al. A knowledge-based approach to improving and homogenizing intensity modulated radiation therapy planning quality among treatment centers: an example application to prostate cancer planning. International Journal of Radiation Oncology* Biology* Physics 87, 176–181 (2013). [DOI] [PubMed] [Google Scholar]
  • 32.Fogliata A et al. Assessment of a model based optimization engine for volumetric modulated arc therapy for patients with advanced hepatocellular cancer. Radiation Oncology 9, 236 (2014). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Munter JS & Sjölund J Dose-volume histogram prediction using density estimation. Physics in Medicine & Biology 60, 6923 (2015). [DOI] [PubMed] [Google Scholar]
  • 34.Shiraishi S & Moore KL Knowledge-based prediction of three-dimensional dose distributions for external beam radiotherapy. Medical physics 43, 378–387 (2016). [DOI] [PubMed] [Google Scholar]
  • 35.Wu B et al. Patient geometry-driven information retrieval for IMRT treatment plan quality control. Medical Physics 36, 5497–5505, doi: 10.1118/1.3253464 (2009). [DOI] [PubMed] [Google Scholar]
  • 36.Kazhdan M et al. in International Conference on Medical Image Computing and Computer-Assisted Intervention. 100–108 (Springer; ). [Google Scholar]
  • 37.Wu B et al. Using overlap volume histogram and IMRT plan data to guide and automate VMAT planning: A head-and-neck case study. Medical Physics 40, 021714–n/a, doi: 10.1118/1.4788671 (2013). [DOI] [PubMed] [Google Scholar]
  • 38.Wu B et al. Data-Driven Approach to Generating Achievable Dose–Volume Histogram Objectives in Intensity-Modulated Radiotherapy Planning. International Journal of Radiation Oncology*Biology*Physics 79, 1241–1247, doi: 10.1016/j.ijrobp.2010.05.026 (2011). [DOI] [PubMed] [Google Scholar]
  • 39.Tran A et al. Predicting liver SBRT eligibility and plan quality for VMAT and 4π plans. Radiation Oncology 12, 70, doi: 10.1186/s13014-017-0806-z (2017). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Yuan L et al. Quantitative analysis of the factors which affect the interpatient organ-at-risk dose sparing variation in IMRT plans. Medical Physics 39, 6868–6878, doi: 10.1118/1.4757927 (2012). [DOI] [PubMed] [Google Scholar]
  • 41.Lian J et al. Modeling the dosimetry of organ-at-risk in head and neck IMRT planning: An intertechnique and interinstitutional study. Medical Physics 40, 121704–n/a, doi: 10.1118/1.4828788 (2013). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42.Folkerts MM, Gu X, Lu W, Radke RJ & Jiang SB SU-G-TeP1–09: Modality-Specific Dose Gradient Modeling for Prostate IMRT Using Spherical Distance Maps of PTV and Isodose Contours. Medical Physics 43, 3653–3654, doi: 10.1118/1.4956999 (2016). [DOI] [Google Scholar]
  • 43.Folkerts MM et al. Knowledge-Based Automatic Treatment Planning for Prostate IMRT Using 3-Dimensional Dose Prediction and Threshold-Based Optimization. American Association of Physicists in Medicine (2017). [Google Scholar]
  • 44.Ronneberger O, Fischer P & Brox T U-net: Convolutional networks for biomedical image segmentation. International Conference on Medical Image Computing and Computer-Assisted Intervention, 234–241 (2015). [Google Scholar]
  • 45.He K, Zhang X, Ren S & Sun J Deep residual learning for image recognition. Proceedings of the IEEE conference on computer vision and pattern recognition, 770–778 (2016). [Google Scholar]
  • 46.Huang G, Liu Z, van der Maaten L & Weinberger KQ Densely Connected Convolutional Networks. 30th Ieee Conference on Computer Vision and Pattern Recognition (Cvpr 2017) 1, 2261–2269, doi: 10.1109/Cvpr.2017.243 (2017). [DOI] [Google Scholar]
  • 47.Milletari F, Navab N & Ahmadi S-A V-net: Fully convolutional neural networks for volumetric medical image segmentation. 3D Vision (3DV), 2016 Fourth International Conference on, 565–571 (2016). [Google Scholar]
  • 48.Kandalan RN et al. Dose Prediction with Deep Learning for Prostate Cancer Radiation Therapy: Model Adaptation to Different Treatment Planning Practices. arXiv preprint arXiv:2006.16481 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Nguyen D et al. A feasibility study for predicting optimal radiation therapy dose distributions of prostate cancer patients from patient anatomy using deep learning. Scientific Reports 9, 1076, doi: 10.1038/s41598-018-37741-x (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 50.Murakami Y et al. Fully automated dose prediction using generative adversarial networks in prostate cancer patients. PloS one 15, e0232697 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 51.Kajikawa T et al. A convolutional neural network approach for IMRT dose distribution prediction in prostate cancer patients. Journal of radiation research 60, 685–693 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 52.Sumida I et al. A convolution neural network for higher resolution dose prediction in prostate volumetric modulated arc therapy. Physica Medica 72, 88–95 (2020). [DOI] [PubMed] [Google Scholar]
  • 53.Barragán-Montero AM et al. Three-dimensional dose prediction for lung IMRT patients with deep neural networks: robust learning from heterogeneous beam configurations. Medical Physics 46, 3679–3691, doi: 10.1002/mp.13597 (2019). [DOI] [PubMed] [Google Scholar]
  • 54.Shao Y et al. Prediction of Three-Dimensional Radiotherapy Optimal Dose Distributions for Lung Cancer Patients With Asymmetric Network. IEEE Journal of Biomedical and Health Informatics 25, 1120–1127 (2020). [DOI] [PubMed] [Google Scholar]
  • 55.Nguyen D et al. 3D radiotherapy dose prediction on head and neck cancer patients with a hierarchically densely connected U-net deep learning architecture. Physics in Medicine & Biology 64, 065020, doi: 10.1088/1361-6560/ab039b (2019). [DOI] [PubMed] [Google Scholar]
  • 56.Gronberg MP et al. Dose prediction for head and neck radiotherapy using a three-dimensional dense dilated U-net architecture. Medical Physics (2021). [DOI] [PubMed] [Google Scholar]
  • 57.Fan J et al. Automatic treatment planning based on three-dimensional dose distribution predicted from deep learning technique. Medical physics 46, 370–381 (2019). [DOI] [PubMed] [Google Scholar]
  • 58.Chen X, Men K, Li Y, Yi J & Dai J A feasibility study on an automated method to generate patient-specific dose distributions for radiotherapy using deep learning. Medical physics 46, 56–64 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 59.Craft DL, Hong TS, Shih HA & Bortfeld TR Improved planning time and plan quality through multicriteria optimization for intensity-modulated radiotherapy. International Journal of Radiation Oncology* Biology* Physics 82, e83–e90 (2012). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 60.Zarepisheh M, Uribe-Sanchez AF, Li N, Jia X & Jiang SB A multicriteria framework with voxel-dependent parameters for radiotherapy treatment plan optimization. Medical Physics 41, 041705–n/a, doi: 10.1118/1.4866886 (2014). [DOI] [PubMed] [Google Scholar]
  • 61.Nguyen D et al. Incorporating human and learned domain knowledge into training deep neural networks: A differentiable dose volume histogram and adversarial inspired framework for generating Pareto optimal dose distributions in radiation therapy. Medical Physics (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 62.Bohara G, Sadeghnejad Barkousaraie A, Jiang S & Nguyen D Using deep learning to predict beam-tunable Pareto optimal dose distribution for intensity-modulated radiation therapy. Medical physics 47, 3898–3912 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 63.Ma J et al. Individualized 3D Dose Distribution Prediction Using Deep Learning. Lecture Notes in Computer Science 11850, 110–118 (2019). [Google Scholar]
  • 64.Ma J et al. A Feasibility Study on Deep Learning–Based Individualized 3D Dose Distribution Prediction. Medical Physics (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 65.Gal Y & Ghahramani Z in international conference on machine learning. 1050–1059 (PMLR; ). [Google Scholar]
  • 66.Nguyen D et al. A comparison of Monte Carlo dropout and bootstrap aggregation on the performance and uncertainty estimation in radiation therapy dose prediction with deep learning neural networks. Physics in Medicine & Biology 66, 054002 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 67.Seco J & Verhaegen F Monte Carlo techniques in radiation therapy. (CRC press, 2013). [Google Scholar]
  • 68.Sievinen J, Ulmer W & Kaissl W AAA photon dose calculation model in Eclipse. Palo Alto (CA): Varian Medical Systems; 118, 2894 (2005). [Google Scholar]
  • 69.Gagne I, Ansbacher W, Zavgorodni S, Popescu C & Beckham W A Monte Carlo evaluation of RapidArc dose calculations for oropharynx radiotherapy. Physics in Medicine & Biology 53, 7167 (2008). [DOI] [PubMed] [Google Scholar]
  • 70.Bush K, Gagne I, Zavgorodni S, Ansbacher W & Beckham W Dosimetric validation of Acuros® XB with Monte Carlo methods for photon dose calculations. Medical physics 38, 2208–2221 (2011). [DOI] [PubMed] [Google Scholar]
  • 71.Xing Y, Nguyen D, Lu W, Yang M & Jiang S A Feasibility Study on Deep Learning-Based Radiotherapy Dose Calculation. Medical Physics (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 72.Xing Y et al. Boosting radiotherapy dose calculation accuracy with deep learning. Journal of applied clinical medical physics 21, 149–159 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 73.Kontaxis C, Bol G, Lagendijk J & Raaymakers B DeepDose: Towards a fast dose calculation engine for radiation therapy using deep learning. Physics in Medicine & Biology 65, 075013 (2020). [DOI] [PubMed] [Google Scholar]
  • 74.Wu C et al. Improving proton dose calculation accuracy by using deep learning. Machine Learning: Science and Technology 2, 015017 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 75.Mao X, Pineau J, Keyes R & Enger SA RapidBrachyDL: rapid radiation dose calculations in brachytherapy via deep learning. International Journal of Radiation Oncology* Biology* Physics 108, 802–812 (2020). [DOI] [PubMed] [Google Scholar]
  • 76.Neph R, Lyu Q, Huang Y, Yang YM & Sheng K DeepMC: a deep learning method for efficient Monte Carlo beamlet dose calculation by predictive denoising in magnetic resonance-guided radiotherapy. Physics in Medicine & Biology 66, 035022 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 77.Ma L, Chen M, Gu X & Lu W Deep learning-based inverse mapping for fluence map prediction. Physics in Medicine & Biology 65, 235035 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 78.Wang W et al. Deep Learning–Based Fluence Map Prediction for Pancreas Stereotactic Body Radiation Therapy With Simultaneous Integrated Boost. Advances in radiation oncology 6, 100672 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 79.Wang W et al. Fluence map prediction using deep learning models–direct plan generation for pancreas stereotactic body radiation therapy. Frontiers in artificial intelligence 3, 68 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 80.Li X et al. Automatic IMRT planning via static field fluence prediction (AIP-SFFP): a deep learning algorithm for real-time prostate treatment planning. Physics in Medicine & Biology 65, 175014 (2020). [DOI] [PubMed] [Google Scholar]
  • 81.Victoria YY et al. A prospective 4π radiation therapy clinical study in recurrent high-grade glioma patients. International Journal of Radiation Oncology* Biology* Physics 101, 144–151 (2018). [DOI] [PubMed] [Google Scholar]
  • 82.Tran A et al. Treatment planning comparison of IMPT, VMAT and 4π radiotherapy for prostate cases. Radiation Oncology 12, 10 (2017). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 83.Woods K et al. Viability of Noncoplanar VMAT for liver SBRT compared with coplanar VMAT and beam orientation optimized 4π IMRT. Advances in Radiation Oncology 1, 67–75, doi: 10.1016/j.adro.2015.12.004 (2016). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 84.Kaprealian T et al. First prospective trial in linear accelerator–based 4π radiation therapy: initial results in patients with recurrent glioblastoma. International Journal of Radiation Oncology• Biology• Physics 96, E89–E90 (2016). [Google Scholar]
  • 85.Rwigema J-CM et al. 4π Noncoplanar Stereotactic Body Radiation Therapy for Head-and-Neck Cancer: Potential to Improve Tumor Control and Late Toxicity. International Journal of Radiation Oncology*Biology*Physics 91, 401–409, doi: 10.1016/j.ijrobp.2014.09.043 (2015). [DOI] [PubMed] [Google Scholar]
  • 86.Tran A et al. Practical 4π Liver SBRT Using Eclipse Planning. International Journal of Radiation Oncology• Biology• Physics 93, E587 (2015). [Google Scholar]
  • 87.Landers A, O’Connor D, Ruan D & Sheng K Automated 4π radiotherapy treatment planning with evolving knowledge-base. Medical physics 46, 3833–3843 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 88.Nguyen D et al. Feasibility of extreme dose escalation for glioblastoma multiforme using 4π radiotherapy. Radiation Oncology 9, 1–9, doi: 10.1186/s13014-014-0239-x (2014). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 89.Nguyen D et al. Integral dose investigation of non-coplanar treatment beam geometries in radiotherapy. Medical Physics 41, 011905–n/a, doi: 10.1118/1.4845055 (2014). [DOI] [PubMed] [Google Scholar]
  • 90.Dong P et al. 4π Non-Coplanar Liver SBRT: A Novel Delivery Technique. International Journal of Radiation Oncology*Biology*Physics 85, 1360–1366, doi: 10.1016/j.ijrobp.2012.09.028 (2013). [DOI] [PubMed] [Google Scholar]
  • 91.Dong P et al. 4π Noncoplanar Stereotactic Body Radiation Therapy for Centrally Located or Larger Lung Tumors. International Journal of Radiation Oncology*Biology*Physics 86, 407–413, doi: 10.1016/j.ijrobp.2013.02.002 (2013). [DOI] [PubMed] [Google Scholar]
  • 92.Dong P, Liu H & Xing L Monte Carlo tree search-based non-coplanar trajectory design for station parameter optimized radiation therapy (SPORT). Physics in Medicine & Biology 63, 135014 (2018). [DOI] [PubMed] [Google Scholar]
  • 93.Kim H, Li R, Lee R & Xing L Beam’s-eye-view dosimetrics (BEVD) guided rotational station parameter optimized radiation therapy (SPORT) planning based on reweighted total-variation minimization. Physics in Medicine & Biology 60, N71 (2015). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 94.Xing L & Li R in Journal of Physics: Conference Series. 012065 (IOP Publishing; ). [Google Scholar]
  • 95.Li R & Xing L An adaptive planning strategy for station parameter optimized radiation therapy (SPORT): Segmentally boosted VMAT. Medical physics 40, 050701 (2013). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 96.Dong P, Ungun B, Boyd S & Xing L Optimization of rotational arc station parameter optimized radiation therapy. Medical physics 43, 4973–4982 (2016). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 97.Li R, Xing L, Horst KC & Bush K Nonisocentric treatment strategy for breast radiation therapy: A proof of concept study. International Journal of Radiation Oncology* Biology* Physics 88, 920–926 (2014). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 98.Sadeghnejad Barkousaraie A, Ogunmolu O, Jiang S & Nguyen D A fast deep learning approach for beam orientation optimization for prostate cancer treated with intensity-modulated radiation therapy. Medical physics 47, 880–897 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 99.Sadeghnejad-Barkousaraie A, Bohara G, Jiang S & Nguyen D A reinforcement learning application of a guided Monte Carlo Tree Search algorithm for beam orientation selection in radiation therapy. Machine Learning: Science and Technology 2, 035013 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 100.Sutton RS & Barto AG Reinforcement learning: An introduction. (MIT press, 2018). [Google Scholar]
  • 101.Tseng HH et al. Deep reinforcement learning for automated radiation adaptation in lung cancer. Medical physics 44, 6690–6705 (2017). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 102.Jalalimanesh A, Haghighi HS, Ahmadi A & Soltani M Simulation-based optimization of radiotherapy: Agent-based modeling and reinforcement learning. Mathematics and Computers in Simulation 133, 235–248 (2017). [Google Scholar]
  • 103.Shen C et al. Intelligent inverse treatment planning via deep reinforcement learning, a proof-of-principle study in high dose-rate Brachytherapy for cervical cancer. Physics in Medicine & Biology 64, 115013 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 104.Shen C et al. Operating a treatment planning system using a deep-reinforcement learning-based virtual treatment planner for prostate cancer intensity-modulated radiation therapy treatment planning. Medical physics 47, 2329–2336 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 105.Vanschoren J Meta-learning: A survey. arXiv preprint arXiv:1810.03548 (2018). [Google Scholar]
  • 106.Torrey L & Shavlik J in Handbook of research on machine learning applications and trends: algorithms, methods, and techniques 242–264 (IGI global, 2010). [Google Scholar]
  • 107.McIntosh C et al. Clinical integration of machine learning for curative-intent radiation treatment of patients with prostate cancer. Nature Medicine 27, 999–1005 (2021). [DOI] [PubMed] [Google Scholar]
  • 108.Xu H & Saenko K in European Conference on Computer Vision. 451–466 (Springer; ). [Google Scholar]
  • 109.Vaswani A et al. in Advances in neural information processing systems. 5998–6008. [Google Scholar]
  • 110.Bainbridge L in Analysis, design and evaluation of man–machine systems 129–135 (Elsevier, 1983). [Google Scholar]

RESOURCES