Abstract
Purpose
Magnetic resonance (MR) imaging targeted prostate cancer (PCa) biopsy enables precise sampling of MR-detected lesions, establishing its importance in recommended clinical practice. Planning for the ultrasound-guided procedure involves pre-selecting needle sampling positions. However, performing this procedure is subject to a number of factors, including MR-to-ultrasound registration, intra-procedure patient movement and soft tissue motions. When a fixed pre-procedure planning is carried out without intra-procedure adaptation, these factors will lead to sampling errors which could cause false positives and false negatives. Reinforcement learning (RL) has been proposed for procedure plannings on similar applications such as this one, because intelligent agents can be trained for both pre-procedure and intra-procedure planning. However, it is not clear if RL is beneficial when it comes to addressing these intra-procedure errors.
Methods
In this work, we develop and compare imitation learning (IL), supervised by demonstrations of predefined sampling strategy, and RL approaches, under varying degrees of intra-procedure motion and registration error, to represent sources of targeting errors likely to occur in an intra-operative procedure.
Results
Based on results using imaging data from 567 PCa patients, we demonstrate the efficacy and value in adopting RL algorithms to provide intelligent intra-procedure action suggestions, compared to IL-based planning supervised by commonly adopted policies.
Conclusions
The improvement in biopsy sampling performance for intra-procedure planning has not been observed in experiments with only pre-procedure planning. These findings suggest a strong role for RL in future prospective studies which adopt intra-procedure planning. Our open source code implementation is available here.
Similar content being viewed by others
Avoid common mistakes on your manuscript.
Introduction
MR-targeted TRUS-guided prostate biopsy procedures
Acquiring magnetic resonance (MR) imaging scans is recommended before previously commonly adopted “blind” biopsy of prostate cancer [1]. In recent years, pre-procedural MR reporting has increasingly been followed by an MR-targeted approach for biopsy of suspicious lesions found on MR, typically guided by intra-procedural transrectal ultrasound (TRUS) imaging. A brachytherapy template can also be adopted to assist with sampling to stabilise needle insertion. To prepare for such a procedure, clinicians utilise pre-procedural MR scans with annotated positions of multiple suspected lesions to obtain an approximate plan of where to sample needles.
The most intuitive sampling strategies devised before the biopsy include sampling template grid positions closest to the lesion centre. However, applying this strategy during the procedure is subject to several potential targeting errors that result in false negatives from missed tumour samples [2]. First, the mapping of the pre-operative positions to the live US-images of the prostate requires cognitive or computational registration, both of which are subject to registration error [3]; second, the patient is subject to movement during the procedure; third, organ motion occurs due to factors such as respiratory motion, bladder filling, the US probe movement, needle insertion and non-trivial needle bending [4]. These errors are not independent of each other and may be difficult to de-couple, which means that targeting imprecision may be a result of a mixture of these. Their collective effect can be understood and modelled by a non-rigid spatial mismatch between MR-informed targets and actual biopsy sampled locations. Given the presence of these spatial mismatches, there is a need to learn robust and adaptable sampling strategies based on observed intra-procedure changes.
Related work
Previous work demonstrated that strategies which sample biopsy needles only at the centre of the lesion may lead to under-grading of tumours, especially in the case of heterogeneous PCa [5]. The study suggests that targeting the peripheral of the lesions could lead to more representative samples of the suspected lesions. However, to the best of our knowledge, there are limited studies that quantify the effectiveness of this strategy, or that search for alternative or optimum sampling strategies. In [6], reinforcement learning (RL) is used to learn patient-specific targeting strategies. An interesting finding is that RL learned strategies that adapted to the size of the lesions, by spreading the needles more for smaller lesions, achieving a similar detection rate as larger lesions. However, key limitations in training RL models are highlighted in this work: long training times, especially when training individual patient models, and sample-inefficiency as large amounts of experiences are required before learning an optimal strategy. These findings suggest a need to speed up the training process of RL, before training models that can generalise to multiple unseen cases.
Outside of prostate biopsy, RL has also been successfully applied in similar needle planning applications. In [7], RL is used to learn optimal electrode trajectories for thermal ablation of liver tumours. An environment is constructed to simulate the procedure, using fixed 3D masks derived from CT scans. To guide the agents’ learning, rewards are devised based on clinical constraints relevant to the ablation process, such as ensuring the electrode trajectories do not collide with organs of interest. They report results based on mean accuracy and failure cases, based on whether the trajectory is able to reach the target tumour. However, it is unknown whether their method is able to adapt to changes which may occur intra-operatively, such as tissue deformation or needle bending, which were not included in their simulations. In [8], RL is used for planning flexible needle insertion paths for surgical robotics. The agent learns actions that rotate and move the direction of insertion of the needles, receiving negative rewards for colliding with organs at risks. In their simulations, uncertainty from flexible needle-tissue interactions are modelled through a stochastic environment which incorporates a 10\(\%\) probability for movement failure. Their results suggest that the agent is able to learn optimal trajectories regardless of these uncertainties, achieving a high number of success cases. Thus simulation of these uncertainties could prove beneficial, allowing agents to learn adaptive and robust strategies.
RL for pre-procedure and intra-procedure planning
In this work, we propose to train RL agents that suggest a sequence of sampling locations without utilising previous intra-procedure sampling steps. We define this type of plan as “pre-procedure planning”. In this case, the RL agent acts as a trial-and-error optimisation approach to find optimal sampling location distribution, and potentially the optimum order of them, before the procedure.
Another potential advantage of using RL includes modelling the dynamic decision making process — data from previous steps can be used to suggest the next sampling actions. The sequential data modelling nature of RL algorithms enables real-time and potentially better action suggestion on-the-fly, which hereinafter is referred to as “intra-procedure planning”. The key difference is the availability of intra-procedure data, that enables the agents to modify the strategy intra-operatively.
To train the models, training data can ideally be acquired from interaction between agent-suggested actions and observations from the real clinical environment, for off-policy training Footnote 1 of intra-procedure planning agents. However, in practice these interactions are acquired through simulating the RL environment. In our work, the patient anatomy and pathology locations are obtained from the pre-procedure MR images and the spatial mismatch is quantified by assumptions on the above-discussed registration error, patient movement and organ motion. Intuitively, the more realistic these simulations are, the better chance the trained agents generalise in the intra-procedure planning. Hence we test the RL-learned strategies in the presence of these errors, to evaluate its potential in being used as an intra-procedure planning tool.
Training RL agents is considered more challenging due to potentially sensitive hyperparameter and algorithm choices; the off-policy interaction is logistically expensive to acquire; and simulating these spatial mismatch factors also requires further research. Therefore we aim to quantify the benefits of intra-procedure planning to justify the use of RL algorithms and interaction data. Furthermore, to address RL’s problem of long-training times, supervised imitation learning (IL) can also be used to train models for both pre-procedure and intra-procedure planning, supervised by “demonstrations” of expert-defined (pre-procedure or intra-procedure) sampling strategies. Combining IL and RL, by initialising RL agents with strategies learned by IL, allows for faster learning with fewer number of interactions required for training, as demonstrated by works in [9] and [10]. However, it is unknown which of these strategies can lead to better sampling performance. Thus we aim to evaluate and compare the performance of agents trained with IL, RL and IL+RL combined.
Study aim and contributions
In this work, we design a set of experiments to quantify biopsy outcomes using (a) IL-based pre-procedure planning, (b) RL-based intra-procedure planning and (c) training with varying spatial mismatch levels, for quantifying the difference between pre-procedure and intra-procedure planning, with increasing interaction data.
The key contributions of this paper are summarised as follows: (1) we describe a multi-patient training strategy to learn a generalisable sampling strategy that can be applied to unseen patients—for the first time in this application; (2) we demonstrate that initialising RL agents with demonstrated actions of biopsy needle sampling is beneficial for pre-procedure planning in terms of clinically relevant metrics such as hit rate and average cancer core length; (3) we present an interesting observation: training with RL alone is more robust to changes observed intra-operatively such as organ deformation, compared to initialised strategies using demonstrations. Importantly, this suggests the capability of RL in learning novel solutions that are adaptive to intra-procedure changes, making it more suitable for intra-procedure planning.
Methodology
Data set
Multiparametric MR images (mpMRI) from 567 patients, with a mixed cohort of biopsy and focal therapy patients, were obtained from multiple clinical trials, including PROMIS [1], SmartTarget [11], and PICTURE [12]. All patients provided written consent, with ethics approved as part of their respective clinical protocols. A detailed description of the entire mpMRI data set, along with applied pre-processing methods such as re-sampling and normalisation, can be found in [13]. In this work, labelled prostate gland and suspected lesion masks are used, which are annotated by radiologists on the T2-weighted sequences. All lesions used in this data set are for lesions with Likert-scores \(\ge \) 3. To prevent data leakage, the data set is split at the patient level between training, validation and test sets as 396:58:113. For patients with multiple images obtained at different time points, both images are included within the same split, such that the test set does not include images from the same patients used for training. For each patient, at least two lesion masks are present and treated as individual cases, resulting in 966, 141 and 275 lesions for the training, validation and test sets, respectively. All lesions from the same patient are in the same split. The binary labelled masks of lesions and prostate glands are the only input required for the presented planning strategies in this study.
Transperineal prostate biopsy procedure
We simulate a targeted transperineal template-guided biopsy procedure using information derived from T2-weighted MR images and their corresponding prostate and lesion masks using the described data set in 2.1. MR images provide the information about the position of the lesion within the prostate gland, and a simulated brachytherapy template grid will be used for needle insertion, for which there are 13x13 discrete locations in a para-transverse plane, which is illustrated in Fig. 1.
Templates are also commonly used in saturation-biopsy, where the entirety of the prostate gland is sampled. In this application we focus on targeted sampling and use the template as a guide for improved stabilised needle insertion. The aim is to learn a sampling strategy that determines the position of five needle positions to target the lesion of interest identified on MR scans.
Reinforcement learning for optimal core positions
The task of finding optimal biopsy needle positions is formulated as an RL problem, which can be formally defined as a Markov decision process (MDP) tuple:
where S, A and R are the domains of states, actions and rewards, respectively. The state at time-step t describes the information provided to the agent, denoted as \(s_t \in S\), where \(s_t = (P_t, L_t, N_t, N_{t-1}, N_{t-2})\). \(P_t\) and \(L_t\) describe the prostate and lesion masks respectively. \(N_t\) describes a 3D binary mask of the needle trajectory and a history of past trajectories are included, from \(N_{t-2}\) to \(N_t\), to provide information about previous grid positions, enabling agents to make dynamically informed decisions for next actions. An example of the observed states are illustrated in Fig. 1.
A describes the domain of actions that the agent takes within the environment, denoted as \(a_t \in A\) where \(a_t= (\delta _x, \delta _y, \delta _z) \). The actions \(\delta _x\), \(\delta _y\) represent continuous movement within the grid between \((-10,+10)\) which are converted into 5 mm intervals, whilst \(\delta _z\) represents the depth of needle firing within the patient, for which one out of two depths is chosen: one near the apex and one near the base of the prostate gland. Continuous actions enable the movement of multiple grid positions at a time, allowing for greater exploration whilst reducing the training time required due to the large action spaces.
The rewards \(r(s_t,a_t)=R_t\) can be defined in Eq. 2. Integer rewards are chosen empirically for effective and efficient RL training.
Policy learning
Using the described MDP, we aim to learn a policy \(\pi (\cdot | s_t; \theta )\) that maps a state \(s_t\) to action \(a_t\) by maximising the expected cumulative sum of rewards \(Q^{\pi }(s_t, a_t) = \sum _{k=0}^T\gamma ^k R_{t+K}\), where \(\gamma \) is a discount factor applied to balance the contributions of future rewards with intermediate rewards. We denote \(Q^{\pi }(s_t, a_t)\) as the Q-value which describes the expected reward received being in a state \(s_t\) and taking action \(a_t\). Neural networks can be used to parameterise the policy as \(\pi (\cdot | s_t; \theta )\) and Q-value network as \(Q^{\pi }(s_t, a_t; w)\). An action can be sampled from this policy using \(a_t\sim \pi (\cdot | s_t; \theta )\) to provide the sequence of biopsy core positions to target within the grid.
The policy-gradient based algorithm proximal policy optimisation (PPO) is used to learn the optimal parameters \(\theta \) and w for the policy and value-network because of its guaranteed monotonic reward improvement and improved training stability [14]. PPO minimises the loss function in Eq. 3. \( L_t^{CLIP}\) is a clipping function that prevents large policy updates, enabling stability in training; \(L_t^{VF}\) describes the loss between the estimated values from \(Q_\theta ^\pi (s_t,a_t)\) and actual values obtained from trajectory estimates, whilst H is an entropy term that encourages the agent to visit and explore other states during training. The terms \(c_1\) and \(c_2\) are weighting factors describing the contribution of each term in the overall loss function. The optimal policy can be obtained by minimising the combined terms as \(\pi ^* = arg\min _{\theta ,w}(L_t^{CLIP + VF + H})\). Further details and description of each loss term can be found in [14].
Learning from demonstrations
Imitation learning (IL) is proposed to address the long training times of RL. We hypothesise that learning from prior demonstrations can help to initialise and guide the exploration of RL agents. We describe a set of demonstrations \(D \in (s_0, a_0, s_1, a_1,..., s_n, a_n) \) that consists of paired states s and corresponding actions a provided by an expert policy. The goal of IL is to imitate these demonstrated actions by learning a policy \({\widetilde{\pi }}_{\theta }(a_t | s_t)\) that closely resembles the demonstrated policy \(\pi _{D}(a_t | s_t)\). This involves solving the optimisation problem: \( {\widetilde{\pi }}^* = arg\min (L(\pi (a_t, s_t), \pi ^D(a_t, s_t)))\).
Where L is a loss function we aim to minimise that compares the two policies. The loss function \(L = \frac{1}{n}\sum _{i=1}^{n}(a_{d_i} - a_{pred_i})^2 \) describes the mean squared error between predicted actions \(a_{pred}\) and demonstrated actions \(a_d\) taken at the same state s.
We describe two different expert policies that are suggested in clinical practice, which can be visualised in Fig. 1. \(\pi _{Centre}(a_t, s_t)\) targets five grid positions closest to each lesion centre. \(\pi _{Edge}(a_t, s_t)\) targets the centre of the lesion, followed by four grid positions at the edge of the lesion, similar to a strategy proposed by [5].
Simulation of intra-procedure mismatches
To investigate the robustness of the agents to registration effects, Gaussian noise is added to the positions of both the prostate and lesion, thereby simulating movement within the observed states, following the previous work [6]. The scale of Gaussian noise added is varied to simulate different levels of target registration error (TRE), which are in line with levels of registration errors reported in previous studies [15].
To devise a controlled organ deformation, a free-form deformation model of the prostate gland is implemented based on [16]. The control points are placed in a 10\(\times \)10\(\times \)10 equidistant grid positions over the MR image space, interpolating a smooth transformation using Gaussian splines, for the capability to model both global and local deformations [16]. An efficient PyTorch implementation, based on transposed convolution, is implemented to cope with training large number of on-the-fly sampled deformations and image re-sampling. Varying levels of deformation can be adjusted by two parameters: a rate (the percentage of control points deformed at each time step), and a scale (the range of sampled distance in mm assigned to displaced control points) at each time step. Further details of the adopted deformation model may refer to the provided open-source repository.
Experiments
IL and RL implementation and training
Five different models are trained using the same size and network architecture for the policy and value networks, with detailed implementation of the networks found in our open-source repository here. Two IL methods are trained following a supervised-learning approach(Sect. 2.5); 1000 epochs are used for training using an Adam optimiser with learning rate 0.0005. Three RL agents are also trained using the PPO algorithm, two of which are initialised with the weights obtained from IL and one with randomly initialised weights. For training RL models, training lasts for 100,000 episodes, here each episode is an interaction with a new patient data set; the length of each episode is limited to a maximum number of 20 time steps but can terminate early if five fired needles intersect with the lesion. Every 100 episodes, the models are evaluated on validation patients and saved if the average episode reward is higher than previously observed reward values. Similar to IL, an Adam optimiser is used for training but with a learning rate of 0.00005 as a lower rate lead to better training reward convergence. All models are trained using a Ubuntu 18.04.6 operating system, with a Quadro P5000 GPU with 32GB of memory and left for approximately 2–3 days to train until convergence.
Metrics for biopsy outcome measurements
To measure the performance of these learned strategies, clinically relevant metrics are used which are commonly reported for biopsy outcome. Hit rate (HR) is the percentage of needles fired by the agents which hit the lesion. Cancer core length (CCL) describes total length of intersection between the needle trajectory and the suspected lesion in mm. We also report another measure N.CCL which is CCL normalised by the maximum possible CCL obtainable within each volume. N.Coverage measures the spread of the needles normalised by the area of the lesion, obtained as \(\frac{std_x * std_y * \pi }{Area_L}\) where \(std_x\) and \(std_y\) describes the standard deviation of the x and y positions of the fired needles, whilst \(area_L\) is the 2D area of the lesion projected onto the transverse plane. Cancer core length correlation coefficient (CCL coeff) measures the correlation between the lesion size in voxels and measured CCL. This measures how well the sampling strategy can measure the extent of disease burden; a higher coefficient indicates that the obtained CCL is more representative of the true size of each lesion.
Comparative analysis
To test the statistical significance of the difference in results, paired student’s t-tests were conducted using a significance level of \(\alpha =0.05\). We compare the following:
Comparison of initialised and randomly-initialised agents—We compare IL models, defined as \(\pi _\textrm{Centre}\) and \(\pi _\textrm{Edge}\), with RL models, \(\pi _\textrm{Centre}+RL\), \(\pi _\textrm{Edge}+RL\) and RL. This is to measure the benefit of initialising RL with predefined IL-learned strategies, against the benchmark of RL with random initialisation. It also quantifies the potential value in using RL in this application, compared with alternative supervised IL methods. We also qualitatively compare the learned strategies.
Comparison of RL agents under varying registration errors For the RL-trained models, we evaluate the performance under different levels of simulated TREs (Sect. 2.6) from 0 to 10 mm. This set of experiments evaluates the sensitivity of RL performance to a specific type of intra-procedure mismatch, likely caused by registration between a MR-based pre-procedure planning and intra-procedure target locations.
Comparison under varying intra-procedure mismatch We vary the rates and scales of applied deformation - representing the collective spatial mismatch (Sect. 2.6) and measure the biopsy metrics for three models: the best performing IL-initialised RL model, its corresponding IL model and an RL model. This set of experiments investigates the biopsy performance of the trained models, the IL model (without training-time deformation described above) and different RL models used for a pre-procedure planning (represented by small or no intra-procedure mismatch), and when applied to intra-procedure planning (with larger observed intra-procedure mismatch) during test, to quantify the potential value in using RL for the latter.
Results
Comparison between IL models and RL agents
The biopsy performance metrics are summarised in Table 1 for the two IL-models, \(\pi _\textrm{Centre}\) and \(\pi _\textrm{Edge}\), and three RL-trained models. IL-initialised RL models significantly outperformed their corresponding IL models (p-values \(p=0.042\) and \(p<0.001\) in terms of HR, for centre and edge cases, respectively), which demonstrates the added benefit of training using RL. When comparing the RL-trained methods, the best performing method is \(\pi _\textrm{Centre}+RL\), with p-values \(<0.020\), compared with both \(\pi _\textrm{Edge}+RL\) and RL alone for HR. It also obtains the highest CCL, N.CCL and CCL coeff when compared with all other methods. This suggests that initialisation using a centre-based strategy followed by training with RL can achieve the highest performance compared to using RL and IL alone. The policy \(\pi _\textrm{Edge}\) has the highest N.Coverage, which suggests a more spread strategy, but performs the worst in terms of HR and CCL. From this, a trade off is observed between HR and N.Coverage; although a larger area of the lesion could be detected, the overall effective HR is reduced.
The difference between the three RL strategies are illustrated in Fig. 2. We observe that the initialised strategies resemble the imitated strategies shown in Fig. 1. A randomly-initialised RL strategy can be seen to cover more of the entire lesion, in contrast to \(\pi _\textrm{Centre}+RL\) where only the centre section of the lesion is captured, which supports results seen in Table 1. However, a higher HR is also observed as a result of this strategy, when compared to a more spread strategy displayed by \(\pi _\textrm{Edge}+RL\).
Performance with varying intra-procedure mismatch
From Table 2, an expected result is obtained: the performance of the three models decreases with increasing TREs. The pattern of this decrease can be seen visually in Fig. 3. The within-model reductions due to varying TREs are statistically significant after TRE\(\ge \)6 mm and \(\ge \)10 mm, for N.CCL and HR, respectively. From [15], an average TRE of \(\sim \)4 mm was reported when using computational registration methods, which may suggest that RL-learned strategies are robust to intra-procedure registration errors in this application. When comparing the three strategies, we observe that \(\pi _\textrm{Centre}\)+RL obtains the highest HR and N.CCL, with statistical significance of \(p<0.03\) for all TRE except for 6 mm. However, there is no statistical significance detected between \(\pi _\textrm{Edge}\)+RL and RL, which is also evident in Fig. 2, showing a similar spread strategy between the two.
From Table 3, an interesting phenomenon is observed: when comparing the two metrics, HR and N.CCL, a randomly-initialised agent performs better than an agent initialised with IL, which is opposite to the result in Sect. 4.1; The performance differences are statistically significant, better for larger simulated deformations, which suggests that training with RL, without using imitated actions, enables more robust learning strategies in the presence of intra-procedure mismatch. Although initilisation with IL-learned strategies in general improves the RL training, it may also adversely impact the exploration and versatility inherent in RL algorithms, especially in an increasingly complex environment. Compared with the IL models, RL yielded the same advantages as intra-procedure mismatch increased (with statistical significance found in both metrics when scale and rate>0.5). Visual results of learned strategies from the RL agent can be seen in Fig. 4. The shape of both lesion and prostate gland are visibly different when increased levels of deformation rate and scale are applied. For the last row of figures where both deformation rate and scale are 1.0, this illustrates the large range of the deformation parameters used in the experiments, with the unlikely extreme parameter values leading to arguably implausible deformation. Despite the large levels of deformation and positional changes in both prostate gland and lesion, the agent is still able to fire needles that hit the target lesion. These results highlight the strength of RL in its ability to adapt to dynamic changes, such as the frequently encountered significant deformation in prostate gland, making it a useful tool for intra-procedure planning.
Discussion and conclusion
In this work, we describe the use of RL for both pre-procedure and intra-procedure planning. Experimental results, based on a large real clinical imaging data set, suggest that learning from demonstrations of clinically applied strategies, when combined with RL, can improve biopsy performance in terms of clinical metrics. Additionally, we find that these strategies perform well despite the presence of registration errors. While IL-initialised RL strategies prove helpful when performing pre-procedure planning, a different story is observed when the encountered intra-procedure deformation increases: strategies learned using RL alone outperforms models initialised with IL. As shown in our experiments, the actions of RL adapt based on observed changes of environment state, for instance the shape and position of the prostate and lesions, which further supports its use as an intra-operative planning tool.
When comparing to previous works in this field, we show that building on a centre-based strategy, aiming at the closest grid points near the centre of the lesion, we achieve higher HR and N.CCL for pre-procedure planning but that RL, which spreads the needles around the peripheral of the lesion, suits better for intra-procedure planning. This supports the suggestions made by [5] that strategies should also consider aiming around the edges of the lesion. Building on previous work in [6], we train models that can generalise to unseen patients, rather than training patient-specific models for each new patient. Outside of this clinical application, our work is similar to [7] where the procedure is simulated using 3D masks derived from real patient data. However, we include the modelling of intra-procedure errors that enables adaptive planning, which is not discussed in their work. Similar to [8] we include uncertainties in our model to account for errors that could occur in the real-world procedure; however, we believe that modelling individual components of these errors (such as registration and deformation) could be more informative than using a failure probability accounting for all movement errors which is done in their work.
Despite these interesting findings, our experiments are mainly limited by a number of assumptions, including the limited test of different IL models (e.g. for estimating performance change due to different number of needles feasibly required), simplified registration error based on independent errors on target and anatomy locations, and the nonrigid yet general-purpose spline-based motion models. Although these approximations are arguably necessary before any prospective studies or even interaction data acquisition (as discussed in Sect. 1.3), we aim to take the next step in acquiring real-world interaction data for developing and validating these RL-trained intra-procedure planning agents. This is much encouraged by the results presented in this study. In addition, we are also developing a virtual environment through a game-like interface for acquiring additional interaction data, by recruiting volunteers to play the biopsy game, with the under-development code available also on GitHub: BiopsyGame. Using real interaction data can enable us to compare the detection rates achieved with RL-trained models beyond simulations, which can further demonstrate the robustness of the targeted biopsy strategies.
Notes
In general, we consider an on-policy training in this application for needle placement to be infeasible due to patient risk and other ethical concerns.
References
Ahmed HU, El-Shater Bosaily A, Brown LC, Gabe R, Kaplan R, Parmar MK, Collaco-Moraes Y, Ward K, Hindley RG, Freeman A, Kirkham AP, Oldroyd R, Parker C, Emberton M (2017) Diagnostic accuracy of multi-parametric MRI and TRUS biopsy in prostate cancer (PROMIS): a paired validating confirmatory study. The Lancet 389:815–822. https://doi.org/10.1016/s0140-6736(16)32401-1
Muthigi A, George AK, Sidana A, Kongnyuy M, Simon R, Moreno V, Merino MJ, Choyke PL, Turkbey B, Wood BJ, Pinto PA (2017) Missing the mark: prostate cancer upgrading by systematic biopsy over magnetic resonance imaging/transrectal ultrasound fusion biopsy. J Urol 197:327–334. https://doi.org/10.1016/j.juro.2016.08.097
Baco E, Rud E, Eri LM, Moen G, Vlatkovic L, Svindland A, Eggesbø HB, Ukimura O (2016) A randomized controlled trial to assess and compare the outcomes of two-core prostate biopsy guided by fused magnetic resonance and transrectal ultrasound images and traditional 12-core systematic biopsy. Eur Urol 69:149–156. https://doi.org/10.1016/j.eururo.2015.03.041
Engels RRM, Israël B, Padhani AR, Barentsz JO (2020) Multiparametric magnetic resonance imaging for the detection of clinically significant prostate cancer: What urologists need to know. Part 1: Acquisition. Eur Urol 77:457–468. https://doi.org/10.1016/j.eururo.2019.09.021
Orczyk C, Hu YP, Gibson E, El-Shater Bosaily A, Kirkham A, Punwani S, Brown L, Bonmati E, Coraco-Moraes Y, Ward K, Kaplan R, Barratt D, Emberton M, Ahmed HU (2017) Mp38-07 should we aim for the centre of an MRI prostate lesion? Correlation between mpMRI and 3-dimensional 5mm transperineal prostate mapping biopsies from the PROMIS trial. J Urol. https://doi.org/10.1016/j.juro.2017.02.1160
Gayo IJ, Saeed SU, Barratt DC, Clarkson MJ, Hu Y (2022) Strategising template-guided needle placement for MR-targeted prostate biopsy. Cancer Prev Through Early Detect. https://doi.org/10.1007/978-3-031-17979-2_15
Chaitanya K, Audigier C, Balascuta LE, Mansi T (2022) Automatic planning of liver tumor thermal ablation using deep reinforcement learning. PMLR. https://proceedings.mlr.press/v172/chaitanya22a.html
Lee Y, Tan X, Chng C-B, Chui C-K (2019) Simulation of robot-assisted flexible needle insertion using deep q-network. In: 2019 IEEE international conference on systems, man and cybernetics (SMC), pp 342–346. https://doi.org/10.1109/SMC.2019.8914191
Hester T, Vecerik M, Pietquin O, Lanctot M, Schaul T, Piot B, Horgan D, Quan J, Sendonaris A, Osband I, Dulac-Arnold G, Agapiou J, Leibo J, Gruslys A (2018) Deep q-learning from demonstrations. Proc AAAI Conf Artif Intell. https://doi.org/10.1609/aaai.v32i1.11757
Liang L, Cool D, Kakani N, Wang G, Ding H, Fenster A (2020) Automatic radiofrequency ablation planning for liver tumors with multiple constraints based on set covering. IEEE Trans Med Imaging 39:1459–1471. https://doi.org/10.1109/TMI.2019.2950947
Hamid S, Donaldson IA, Hu Y, Rodell R, Villarini B, Bonmati E, Tranter P, Punwani S, Sidhu HS, Willis S, Meulen J, Hawkes D, McCartan N, Potyka I, Williams NR, Brew-Graves C, Freeman A, Moore CM, Barratt D, Emberton M, Ahmed HU (2019) The smarttarget biopsy trial: a prospective, within-person randomised, blinded trial comparing the accuracy of visual-registration and magnetic resonance imaging/ultrasound image-fusion targeted biopsies for prostate cancer risk stratification. Eur Urol 75:733–740. https://doi.org/10.1016/j.eururo.2018.08.007
Simmons LAM, Kanthabalan A, Arya M, Briggs T, Barratt D, Charman SC, Freeman A, Hawkes D, Hu Y, Jameson C, McCartan N, Moore CM, Punwani S, Muelen J, Emberton M, Ahmed HU (2018) Accuracy of transperineal targeted prostate biopsies, visual estimation and image fusion in men needing repeat biopsy in the picture trial. J Urol 200:1227–1234. https://doi.org/10.1016/j.juro.2018.07.001
Yan W, Chiu B, Shen Z, Yang Q, Syer T, Min Z, Punwani S, Emberton M, Atkinson D, Barratt DC, Hu Y (2024) Combiner and hypercombiner networks: Rules to combine multimodality MR images for prostate cancer localisation. Medical Image Anal. 91:103030. https://doi.org/10.1016/j.media.2023.103030
Schulman, J., Wolski F, Dhariwal P, Radford A, Klimov O (2017) Proximal policy optimization algorithms. arXiv:1707.06347
Hu Y, Modat M, Gibson E, Li W, Ghavami N, Bonmati E, Wang G, Bandula S, Moore CM, Emberton M, Ourselin S, Noble JA, Barratt DC, Vercauteren T (2018) Weakly-supervised convolutional neural networks for multimodal image registration. Med Image Anal 49:1–13. https://doi.org/10.1016/j.media.2018.07.002
Fornefett M, Rohr K, Stiehl HS (2001) Radial basis functions with compact support for elastic registration of medical images. Image Vis Comput 19:87–96. https://doi.org/10.1016/s0262-8856(00)00057-3
Funding
This work is supported by the EPSRC-funded UCL Centre for Doctoral Training in Intelligent, Integrated Imaging in Healthcare (i4health) [EP/S021930/1], and NIHR funded Biomedical Research Centre at University College Hospital. This work is also supported by the International Alliance for Cancer Early Detection, an alliance between Cancer Research UK [C28070/A30912; C73666/A31378], Canary Center at Stanford University, the University of Cambridge, OHSU Knight Cancer Institute, University College London and the University of Manchester. This work is also supported by the EPSRC [EP/T029404/1] and Wellcome/EPSRC Centre for Interventional and Surgical Sciences [203145Z/16/Z].
Author information
Authors and Affiliations
Corresponding author
Ethics declarations
Conflict of interest
All authors have no conflict of interest to declare that are relevant to the content of this article.
Ethics approval
All procedures performed in studies involving human participants were in accordance with the ethical standards of the institutional and/or national research committee and with the 1964 Helsinki Declaration and its later amendments or comparable ethical standards.
Consent to participate
Informed consent was obtained from all individual participants included in the study
Additional information
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
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/.
About this article
Cite this article
Gayo, I.J.M.B., Saeed, S.U., Bonmati, E. et al. The distinct roles of reinforcement learning between pre-procedure and intra-procedure planning for prostate biopsy. Int J CARS 19, 1003–1012 (2024). https://doi.org/10.1007/s11548-024-03084-4
Received:
Accepted:
Published:
Issue Date:
DOI: https://doi.org/10.1007/s11548-024-03084-4