F.M. Vos
Please Note
25 records found
1
Comparison of iodine-based staining solutions for post-mortem human fetal microfocus computed tomography
Effects on tissue shrinkage and contrast enhancement
1. to develop and implement a workflow for longitudinal micro-CT imaging of post-mortem human fetal specimens; and
2. to compare the effects of Lugol, B-Lugol, and PBS-Lugol staining on tissue shrinkage and contrast enhancement in the brain, lungs, liver and total body of these specimens.
Nine fetal specimens from the Dutch Fetal Biobank were equally allocated to three staining protocols (Lugol, B-Lugol or PBS-Lugol). Following baseline magnetic resonance imaging, specimens underwent longitudinal micro-CT scanning throughout the staining period. Methodological experiments were performed to develop and implement the longitudinal micro-CT workflow, focusing on beam-hardening correction, segmentation procedures and monitoring protocols prior to quantitative analysis. Longitudinal segmentations of the brain, lung, liver, and total body were generated. The influence of the staining protocols was evaluated by assessing tissue shrinkage using relative volume change and contrast enhancement using mean Hounsfield unit (HU)-equivalent values. Longitudinal changes were analysed using linear mixed-effects models.
An end-to-end workflow was developed for longitudinal micro-CT imaging, comprising a dedicated specimen holder to enable daily scanning, beam-hardening correction and segmentation procedures for extracting relevant anatomical structures from the micro-CT data for quantitative analysis. Using this workflow, longitudinal changes associated with the various staining protocols were assessed. Staining time was associated with significant reductions in relative volume across all staining protocols. B-Lugol exhibited a significantly slower rate of relative volume change in all organs and consistently showed the smallest increase in HU-equivalent values in all organs and total body, indicating reduced iodine uptake.
This study resulted in a longitudinal micro-CT workflow for post-mortem human fetal specimens, enabling quantitative analysis of shrinkage and contrast enhancement. B-Lugol is a promising alternative staining solution compared to Lugol when preservation of tissue morphology is prioritised. The lower contrast uptake should not necessarily be interpreted as reduced suitability for anatomical visualisation, as adequate relative contrast still allows detailed assessment of human fetal anatomy.
The findings of this study contribute to the standardisation of imaging protocols within fetal biobanks and improves the reliability of volumetric measurements by reduced tissue shrinkage. This may facilitate more accurate interpretation of rare or delicate specimens in both research and teaching contexts. Further research can focus on the effects of reduced contrast enhancement of B-Lugol on anatomical visualisation and diagnostic performance in human fetal micro-CT imaging. ...
1. to develop and implement a workflow for longitudinal micro-CT imaging of post-mortem human fetal specimens; and
2. to compare the effects of Lugol, B-Lugol, and PBS-Lugol staining on tissue shrinkage and contrast enhancement in the brain, lungs, liver and total body of these specimens.
Nine fetal specimens from the Dutch Fetal Biobank were equally allocated to three staining protocols (Lugol, B-Lugol or PBS-Lugol). Following baseline magnetic resonance imaging, specimens underwent longitudinal micro-CT scanning throughout the staining period. Methodological experiments were performed to develop and implement the longitudinal micro-CT workflow, focusing on beam-hardening correction, segmentation procedures and monitoring protocols prior to quantitative analysis. Longitudinal segmentations of the brain, lung, liver, and total body were generated. The influence of the staining protocols was evaluated by assessing tissue shrinkage using relative volume change and contrast enhancement using mean Hounsfield unit (HU)-equivalent values. Longitudinal changes were analysed using linear mixed-effects models.
An end-to-end workflow was developed for longitudinal micro-CT imaging, comprising a dedicated specimen holder to enable daily scanning, beam-hardening correction and segmentation procedures for extracting relevant anatomical structures from the micro-CT data for quantitative analysis. Using this workflow, longitudinal changes associated with the various staining protocols were assessed. Staining time was associated with significant reductions in relative volume across all staining protocols. B-Lugol exhibited a significantly slower rate of relative volume change in all organs and consistently showed the smallest increase in HU-equivalent values in all organs and total body, indicating reduced iodine uptake.
This study resulted in a longitudinal micro-CT workflow for post-mortem human fetal specimens, enabling quantitative analysis of shrinkage and contrast enhancement. B-Lugol is a promising alternative staining solution compared to Lugol when preservation of tissue morphology is prioritised. The lower contrast uptake should not necessarily be interpreted as reduced suitability for anatomical visualisation, as adequate relative contrast still allows detailed assessment of human fetal anatomy.
The findings of this study contribute to the standardisation of imaging protocols within fetal biobanks and improves the reliability of volumetric measurements by reduced tissue shrinkage. This may facilitate more accurate interpretation of rare or delicate specimens in both research and teaching contexts. Further research can focus on the effects of reduced contrast enhancement of B-Lugol on anatomical visualisation and diagnostic performance in human fetal micro-CT imaging.
Personalized event prediction applied to (medical) time-series
Using per-patient Isolation Forest anomaly scores as features
Three personalization methods were implemented: z-score normalization, Empirical Cumulative Distribution Function (ECDF) percentile scoring, and Isolation Forest anomaly detection. Each personalization method constructed patient-specific features by comparing current windows against the patient’s
own historical distribution, also called their baseline. These features were evaluated using static models (XGBoost and Logistic Regression) and a dynamic model (Temporal Convolutional Network) using ECG and PPG waveform data from the MIMIC-III database to predict sepsis and mortality hours in advance.
The results show that adding personalized features consistently improves predictive performance when using a sliding baseline over using global features alone. The AUROC when predicting sepsis improved from 0.72 to 0.82 when adding z-score normalized features, and mortality prediction AUROC improved from 0.77 to 0.82 when adding the Isolation Forest anomaly score. The optimal baseline length is dependent on the task. Using all available prior data is best for predicting sepsis, while a baseline constructed from the previous 4-8 hours is optimal for mortality prediction. A sliding baseline, which uses the most recent history for each prediction window, consistently outperforms a fixed baseline placed at the start of the stay.
The Isolation Forest anomaly score, which was computed individually per patient, was the most important feature for both sepsis and mortality prediction when combining all personalized feature sets with global features. Unlike other personalized features, the anomaly score also improved Logistic Regression performance, suggesting a more linear relationship with mortality risk.
Models trained on PPG data show similar improvement to ECG-based models, and approximately the same optimal baseline lengths are found across both signal types, for both sepsis and mortality prediction. This suggests that the optimal baseline is event-specific rather than just dataset-specific. The strong performance of PPG data is particularly promising because wearable devices could provide
a healthy pre-admission personal baseline, potentially mitigating the cold start problem and improving
performance further.
These results demonstrate that incorporating personal historical baselines into clinical prediction models is a practical and effective approach to improving early warning systems in the ICU. These methods are likely broadly applicable to any time-series domain where individual patterns carry predictive value. ...
Three personalization methods were implemented: z-score normalization, Empirical Cumulative Distribution Function (ECDF) percentile scoring, and Isolation Forest anomaly detection. Each personalization method constructed patient-specific features by comparing current windows against the patient’s
own historical distribution, also called their baseline. These features were evaluated using static models (XGBoost and Logistic Regression) and a dynamic model (Temporal Convolutional Network) using ECG and PPG waveform data from the MIMIC-III database to predict sepsis and mortality hours in advance.
The results show that adding personalized features consistently improves predictive performance when using a sliding baseline over using global features alone. The AUROC when predicting sepsis improved from 0.72 to 0.82 when adding z-score normalized features, and mortality prediction AUROC improved from 0.77 to 0.82 when adding the Isolation Forest anomaly score. The optimal baseline length is dependent on the task. Using all available prior data is best for predicting sepsis, while a baseline constructed from the previous 4-8 hours is optimal for mortality prediction. A sliding baseline, which uses the most recent history for each prediction window, consistently outperforms a fixed baseline placed at the start of the stay.
The Isolation Forest anomaly score, which was computed individually per patient, was the most important feature for both sepsis and mortality prediction when combining all personalized feature sets with global features. Unlike other personalized features, the anomaly score also improved Logistic Regression performance, suggesting a more linear relationship with mortality risk.
Models trained on PPG data show similar improvement to ECG-based models, and approximately the same optimal baseline lengths are found across both signal types, for both sepsis and mortality prediction. This suggests that the optimal baseline is event-specific rather than just dataset-specific. The strong performance of PPG data is particularly promising because wearable devices could provide
a healthy pre-admission personal baseline, potentially mitigating the cold start problem and improving
performance further.
These results demonstrate that incorporating personal historical baselines into clinical prediction models is a practical and effective approach to improving early warning systems in the ICU. These methods are likely broadly applicable to any time-series domain where individual patterns carry predictive value.
Investigating Signal Propagation and Stability in Spider Web-like Networks
Effects of Velocity, Geometry, and Structural Complexity
The study introduces distinct propagation approaches, ranging from simple discrete collision analysis to advanced continuous simulations incorporating energy dissipation, adaptive weighting, and refined collision detection algorithms. Key methodologies include simulations of force distribution using recurrence relations, random walk models, and wavefront propagation models to examine how signals traverse complex network topologies. These simulations reveal that network topology significantly impacts signal efficiency, propagation speed, collision frequency, and signal loss, with central nodes emerging as critical hubs of activity and congestion. Additionally, structural defects such as inactive nodes, altered masses, and weakened edges are systematically introduced to evaluate their influence on the overall stability and signal propagation efficiency. These imperfections profoundly affect network performance, demonstrating the necessity for structural adaptability and redundancy to maintain integrity under stress. ...
The study introduces distinct propagation approaches, ranging from simple discrete collision analysis to advanced continuous simulations incorporating energy dissipation, adaptive weighting, and refined collision detection algorithms. Key methodologies include simulations of force distribution using recurrence relations, random walk models, and wavefront propagation models to examine how signals traverse complex network topologies. These simulations reveal that network topology significantly impacts signal efficiency, propagation speed, collision frequency, and signal loss, with central nodes emerging as critical hubs of activity and congestion. Additionally, structural defects such as inactive nodes, altered masses, and weakened edges are systematically introduced to evaluate their influence on the overall stability and signal propagation efficiency. These imperfections profoundly affect network performance, demonstrating the necessity for structural adaptability and redundancy to maintain integrity under stress.
Rotating frame (T1ρ) relaxation measurements are a promising technique for assessing slow molecular interactions in tissue. This has applications in articular cartilage imaging, and cardiac imaging without contrast agent injection. T1ρ measurements require continuous application of an electromagnetic excitation field. Variations of both the main magnetic field and the excitation field strength cause this excitation to be off-resonant. This in turn leads to contrast loss in the final images.
Adiabatic pulses, whose orientation changes slowly in time, are resistant to these off-resonance effects. Their effectiveness is dependent on their parameters, such as the peak sharpness β or the frequency modulation amplitude A. Conventional optimization techniques for these parameters neglect off-resonance effects.
In this project Redfield theory was used to create a pulse optimization algorithm that can take this off-resonance behaviour into account.
...
Rotating frame (T1ρ) relaxation measurements are a promising technique for assessing slow molecular interactions in tissue. This has applications in articular cartilage imaging, and cardiac imaging without contrast agent injection. T1ρ measurements require continuous application of an electromagnetic excitation field. Variations of both the main magnetic field and the excitation field strength cause this excitation to be off-resonant. This in turn leads to contrast loss in the final images.
Adiabatic pulses, whose orientation changes slowly in time, are resistant to these off-resonance effects. Their effectiveness is dependent on their parameters, such as the peak sharpness β or the frequency modulation amplitude A. Conventional optimization techniques for these parameters neglect off-resonance effects.
In this project Redfield theory was used to create a pulse optimization algorithm that can take this off-resonance behaviour into account.
Recently, the Dose Transformer Algorithm (DoTA) [47], [48] and improved DoTA (iDoTA) [49] have shown to successfully calculate radiation therapy dose by modelling particle transport in 3D with the use of a neural network. By implementing a Transformer architecture [62], DoTA is able to capture the relationship between elements in a 3D CT volume while processing it as an input sequence. This results in an accurate prediction of particle transport, while significantly reducing computation times compared to other methods.
A neural network based on the DoTA-architecture is presented. It predicts projection data from CT input, modelling the x-ray photon transport. The network processes 2D CT images as a sequence of 1D lines. The ground truth data contains Monte Carlo projections of cylindrical water phantoms with inserts composed of five different materials.
The predictions are compared to Monte Carlo projections and raytracing projections generated with Astra Toolbox [45], as well as a Two-Angle Convolution (TAC) network [11]. The average NRMSE of the Transformer predictions was 0.725% compared to 2.20% and 1.09% respectively for the raytracer and TAC. The Transformer showed the ability to predict from unseen types of geometries and intensity values. Due to bias in the training data, it does not generalize well to input phantoms with an unseen outer shape.
Two phantoms were reconstructed using the network within an IR algorithm. For the Transformer and raytracer, the highest achieved CNR values are similar for low-contrast regions (6.88 and 8.28 for the raytracer compared to 7.10 and 7.35 for the Transformer) as well as high-contrast regions (37.40 and 41.94 for the raytracer compared to 39.01 and 39.80 for the Transformer). Convergence rates based on low-contrast CNR are higher for the raytracer (39 and 34 iterations compared to 41 and 41 iterations for the Transformer, respectively). The Transformer performs significantly better than the raytracer with respect to beam-hardening artefacts. The IR algorithm has not been tuned for use with the Transformer, suggesting that a higher performance is obtainable with adjustments such as the implementation of a different backprojector or a different value for correction factors used in the algorithm.
Limitations in prediction quality are likely related to factors outside of the model predictions, such as biases in the input data and resolution loss due to interpolation of the input data. When its prediction speed is optimised, the CT Transformer model has potential to replace conventional forward projections in IR methods, achieving Monte Carlo-level accuracy with a fraction of the computation time.
...
Recently, the Dose Transformer Algorithm (DoTA) [47], [48] and improved DoTA (iDoTA) [49] have shown to successfully calculate radiation therapy dose by modelling particle transport in 3D with the use of a neural network. By implementing a Transformer architecture [62], DoTA is able to capture the relationship between elements in a 3D CT volume while processing it as an input sequence. This results in an accurate prediction of particle transport, while significantly reducing computation times compared to other methods.
A neural network based on the DoTA-architecture is presented. It predicts projection data from CT input, modelling the x-ray photon transport. The network processes 2D CT images as a sequence of 1D lines. The ground truth data contains Monte Carlo projections of cylindrical water phantoms with inserts composed of five different materials.
The predictions are compared to Monte Carlo projections and raytracing projections generated with Astra Toolbox [45], as well as a Two-Angle Convolution (TAC) network [11]. The average NRMSE of the Transformer predictions was 0.725% compared to 2.20% and 1.09% respectively for the raytracer and TAC. The Transformer showed the ability to predict from unseen types of geometries and intensity values. Due to bias in the training data, it does not generalize well to input phantoms with an unseen outer shape.
Two phantoms were reconstructed using the network within an IR algorithm. For the Transformer and raytracer, the highest achieved CNR values are similar for low-contrast regions (6.88 and 8.28 for the raytracer compared to 7.10 and 7.35 for the Transformer) as well as high-contrast regions (37.40 and 41.94 for the raytracer compared to 39.01 and 39.80 for the Transformer). Convergence rates based on low-contrast CNR are higher for the raytracer (39 and 34 iterations compared to 41 and 41 iterations for the Transformer, respectively). The Transformer performs significantly better than the raytracer with respect to beam-hardening artefacts. The IR algorithm has not been tuned for use with the Transformer, suggesting that a higher performance is obtainable with adjustments such as the implementation of a different backprojector or a different value for correction factors used in the algorithm.
Limitations in prediction quality are likely related to factors outside of the model predictions, such as biases in the input data and resolution loss due to interpolation of the input data. When its prediction speed is optimised, the CT Transformer model has potential to replace conventional forward projections in IR methods, achieving Monte Carlo-level accuracy with a fraction of the computation time.
Imaging data from 102 patients with malignant (hepatocellular carcinoma) and benign (focal nodular hyperplasia and hepatocellular adenoma) primary liver tumors was used for binary classification through radiomics and deep learning approaches. The radiomics method was applied with the use of the open-source toolbox WORC. The deep learning model was based on the ResNet-10 architecture. The data input consisted of individual and combined phases of contrast-enhanced T1-weighted and T2-weighted MRI.
The highest performance values were found for the radiomics approach that combined the precontrast, arterial, portal venous, and delayed contrast phases together with T2-weighted MRI, with an AUC of 0.92. The deep learning model scored an AUC of 0.83 with this data input, however substantial overfitting occurred due to the limited sample size.
In conclusion, the radiomics classifiers based on combined contrast-enhanced T1-weighted and T2-weighted MRI can differentiate malignant from benign primary liver tumors with limited data samples. The classification task is too complex with the given data when using a ResNet-10 model and should be applied to an extended dataset. ...
Imaging data from 102 patients with malignant (hepatocellular carcinoma) and benign (focal nodular hyperplasia and hepatocellular adenoma) primary liver tumors was used for binary classification through radiomics and deep learning approaches. The radiomics method was applied with the use of the open-source toolbox WORC. The deep learning model was based on the ResNet-10 architecture. The data input consisted of individual and combined phases of contrast-enhanced T1-weighted and T2-weighted MRI.
The highest performance values were found for the radiomics approach that combined the precontrast, arterial, portal venous, and delayed contrast phases together with T2-weighted MRI, with an AUC of 0.92. The deep learning model scored an AUC of 0.83 with this data input, however substantial overfitting occurred due to the limited sample size.
In conclusion, the radiomics classifiers based on combined contrast-enhanced T1-weighted and T2-weighted MRI can differentiate malignant from benign primary liver tumors with limited data samples. The classification task is too complex with the given data when using a ResNet-10 model and should be applied to an extended dataset.
Parametric Relaxation Along a Fictitious Field (pRAFF) Pulse for Robust Quantitative MRI
A Parameterized Exploration of the Subadiabatic and Adiabatic Regimes for Radiofrequency Pulses Design
Low Field Magnetic Resonance Imaging of the Eye
Inexpensive MRI for Ocular Conditions
Design requirements are a scan time of less than 4 minutes; resolution of 1.0 mm isotropic; Field of View (FOV) large enough to contain the eye and the orbit; contrast sufficient to distinguish the sclera, vitreous, tumour, lens and lipid. The experimental setup consists of a 46 mT Halbach-array based scanner, a volume coil as transmit coil and a custom-built surface coil as receive coil. Images are made of a water phantom to characterise the FOV, and a porcine eye to characterise the contrast.
The FOV is found to meet the requirements, and the contrast is sufficient to distinguish the sclera, vitreous, lens and lipid in porcine eyes. The resolution is too low and the scans take too long (about 5 minutes at a resolution of 1.0 × 1.0 × 7.5 mm). Increasing the resolution and decreasing the scan time will result in a low Contrast to Noise Ratio (CNR), causing the contrast requirement to be violated. Fast, high-resolution three-dimensional imaging is therefore not feasible on the current system.
The CNR can be improved by using a higher field strength, which requires the development of new hardware. Furthermore, in order to develop a clinically useable system, it is necessary to determine tumour contrast, design optimised pulse sequences, and test the method on human subjects. ...
Design requirements are a scan time of less than 4 minutes; resolution of 1.0 mm isotropic; Field of View (FOV) large enough to contain the eye and the orbit; contrast sufficient to distinguish the sclera, vitreous, tumour, lens and lipid. The experimental setup consists of a 46 mT Halbach-array based scanner, a volume coil as transmit coil and a custom-built surface coil as receive coil. Images are made of a water phantom to characterise the FOV, and a porcine eye to characterise the contrast.
The FOV is found to meet the requirements, and the contrast is sufficient to distinguish the sclera, vitreous, lens and lipid in porcine eyes. The resolution is too low and the scans take too long (about 5 minutes at a resolution of 1.0 × 1.0 × 7.5 mm). Increasing the resolution and decreasing the scan time will result in a low Contrast to Noise Ratio (CNR), causing the contrast requirement to be violated. Fast, high-resolution three-dimensional imaging is therefore not feasible on the current system.
The CNR can be improved by using a higher field strength, which requires the development of new hardware. Furthermore, in order to develop a clinically useable system, it is necessary to determine tumour contrast, design optimised pulse sequences, and test the method on human subjects.
Model based image reconstruction for low-field hand-held MRI
On imaging using field geometry and sample translations
use on DXA scans and incorporating ethnic information into the algorithm.
For this purpose, a DL network was constructed and pre-trained on a large data set of radiographs. Transfer learning was adopted to a data set containing DXA scans. The performance of four different models was measured in mean absolute difference (MAD) to observe the effect of adding gender and ethnic information as extra inputs. Final performance was measured on a lock box, which was kept aside during the entire training and tuning process. To gain more insight, regions important for the assessment by the automated model were being visualised using a modified version of Class Activation Mapping (CAM). Furthermore, a comparison was made with software created for automated BAA on radiographs.
Whether or not adding gender and ethnic information as extra inputs did not show a clear effect on the performance. The final performance on the lock box was an MAD of 6.8 months. The activation maps showed that the carpal region was the most important for the automated BAA. The comparison with the radiograph software showed it was not applicable on DXA scans and emphasised the need for a DXA-specific method.
This is the first study that developed an automated BAA method for the use on DXA scans rather than radiographs and the first that incorporates ethnic information inside the algorithm. An MAD of 6.8 months on a totally independent test set (lock box) is comparable with the inter-observer variability of manual BAA and performances reported for state-of-the-art automated BAA methods on radiographs. This method can contribute to reducing radiation exposure and time-intensiveness of the current BAA procedure. ...
use on DXA scans and incorporating ethnic information into the algorithm.
For this purpose, a DL network was constructed and pre-trained on a large data set of radiographs. Transfer learning was adopted to a data set containing DXA scans. The performance of four different models was measured in mean absolute difference (MAD) to observe the effect of adding gender and ethnic information as extra inputs. Final performance was measured on a lock box, which was kept aside during the entire training and tuning process. To gain more insight, regions important for the assessment by the automated model were being visualised using a modified version of Class Activation Mapping (CAM). Furthermore, a comparison was made with software created for automated BAA on radiographs.
Whether or not adding gender and ethnic information as extra inputs did not show a clear effect on the performance. The final performance on the lock box was an MAD of 6.8 months. The activation maps showed that the carpal region was the most important for the automated BAA. The comparison with the radiograph software showed it was not applicable on DXA scans and emphasised the need for a DXA-specific method.
This is the first study that developed an automated BAA method for the use on DXA scans rather than radiographs and the first that incorporates ethnic information inside the algorithm. An MAD of 6.8 months on a totally independent test set (lock box) is comparable with the inter-observer variability of manual BAA and performances reported for state-of-the-art automated BAA methods on radiographs. This method can contribute to reducing radiation exposure and time-intensiveness of the current BAA procedure.
State-of-the-art AD progression prediction algorithms were collected from the TADPOLE-SHARE project. Algorithms were trained on data from the Alzheimer's Disease Neuroimaging Initiative (ADNI) study and made forecasts of the clinical diagnosis (CN, MCI, or AD). These algorithms were combined using i) simple, unlearned fuser methods and ii) learned fuser methods. In total, seven experiments were conducted, exploring different combination strategies with increasing complexity of fusers. Finally, we implemented and added our own individual algorithm, a residual neural network (ResNet). All individual algorithms and ensembles were evaluated with the multiclass area under the curve (mAUC) and the balanced classification accuracy (BCA) performance metrics. Statistical significance was evaluated with the McNemar test.
Results. TADPOLE-SHARE resulted in the collection of eight algorithms, from which five were reused for combination. Overall, combining algorithms slightly improves performance (i.e. increased BCA and mAUC), although improvements were not statistically significant (McNemar test). Both BCA and mAUC showed a trend of improved performance with increasing fuser complexity i.e. data learned fusers and re-entering original data features. DoubleResNet was the best performing ensemble (BCA = 0.809 [±0.026], mAUC = 0.902 [±0.020]) and performed slightly better than the best scoring fused algorithm EMCEB (BCA = 0.761 [±0.029]; mAUC = 0.866 [±0.020]).
These preliminary results suggest that combining pre-existing AD progression prediction algorithms might provide the increase in performance and generalisability needed to enable clinical translation. To do so, future work should be focused on increasing the interoperability of currently existing and newly developed algorithms. ...
State-of-the-art AD progression prediction algorithms were collected from the TADPOLE-SHARE project. Algorithms were trained on data from the Alzheimer's Disease Neuroimaging Initiative (ADNI) study and made forecasts of the clinical diagnosis (CN, MCI, or AD). These algorithms were combined using i) simple, unlearned fuser methods and ii) learned fuser methods. In total, seven experiments were conducted, exploring different combination strategies with increasing complexity of fusers. Finally, we implemented and added our own individual algorithm, a residual neural network (ResNet). All individual algorithms and ensembles were evaluated with the multiclass area under the curve (mAUC) and the balanced classification accuracy (BCA) performance metrics. Statistical significance was evaluated with the McNemar test.
Results. TADPOLE-SHARE resulted in the collection of eight algorithms, from which five were reused for combination. Overall, combining algorithms slightly improves performance (i.e. increased BCA and mAUC), although improvements were not statistically significant (McNemar test). Both BCA and mAUC showed a trend of improved performance with increasing fuser complexity i.e. data learned fusers and re-entering original data features. DoubleResNet was the best performing ensemble (BCA = 0.809 [±0.026], mAUC = 0.902 [±0.020]) and performed slightly better than the best scoring fused algorithm EMCEB (BCA = 0.761 [±0.029]; mAUC = 0.866 [±0.020]).
These preliminary results suggest that combining pre-existing AD progression prediction algorithms might provide the increase in performance and generalisability needed to enable clinical translation. To do so, future work should be focused on increasing the interoperability of currently existing and newly developed algorithms.
In this study, probabilistic treatment planning was investigated as a method to replace the margin concept. Probabilistic models were created by explicitly modeling uncertainties in the microscopic disease into an objective function used in the treatment plan optimization. By optimizing either the expected Tumor Control Probability (ETCP) or the expected Logarithmic Tumor Control Probability (ELTCP), optimal dose distributions could be obtained. Two different one-dimensional models for probabilistic treatment planning were investigated.
In the first model, the uncertainty in the extent of the microscopic disease was modeled into an objective function. This was done using a function that describes the probability of finding microscopic disease at a certain distance from the macroscopic disease. In the second model, the uncertainty in the tumor cell density in the microscopic disease area was modeled into an objective function. The uncertainty was modeled by defining the tumor cell density field as a random field and generating different realizations of the tumor cell density field using a Karhunen-Loève (KL) expansion.
For the first model, both the ETCP and the ELTCP were used as objective functions and in the second model, only the ETCP was used as an objective function. Furthermore, a penalized ETCP objective function was investigated for both models. In this penalized objective function a penalty on the dose was used to allow for controlling the balance between tumor control and sparing of normal tissue.
Using the first model, two different types of dose distributions were found. When the ETCP was optimized, the maximum dose was given to as large a volume as possible and no dose was given in the rest of the investigated volume. When the ELTCP was optimized, dose was given throughout the volume, so that the whole volume received as much dose as possible. Optimization of both objectives resulted in good tumor control. When the penalized ETCP was optimized, dose was given to a much smaller part of the volume than with the unpenalized objective, while the tumor control was still good.
Using the second model, it was shown that the KL-expansion is a promising method to model the uncertainty in tumor cell density. Different shapes of the input mean tumor cell density field were investigated. Optimizing the ETCP resulted in realistic dose distributions. Good tumor control was obtained for the different shapes of the input mean tumor cell density field. Furthermore, using the penalized ETCP, good tumor control was retained, while the dose deposited in the volume was decreased.
In conclusion, probabilistic treatment planning promises to be a good alternative to the current margin concept. It was shown that good tumor control could be achieved in the microscopic disease area using probabilistic objective functions. Both models showed promising results and the penalized objectives showed that it is possible to balance between tumor control in the microscopic disease area and sparing of normal tissue. Additional research is necessary to extend the one-dimensional KL-model into a more detailed three-dimensional model. Furthermore, the objectives need to be implemented in treatment planning systems to create real patient plans. Such studies should be performed in cooperation with clinicians and radiologists.
...
In this study, probabilistic treatment planning was investigated as a method to replace the margin concept. Probabilistic models were created by explicitly modeling uncertainties in the microscopic disease into an objective function used in the treatment plan optimization. By optimizing either the expected Tumor Control Probability (ETCP) or the expected Logarithmic Tumor Control Probability (ELTCP), optimal dose distributions could be obtained. Two different one-dimensional models for probabilistic treatment planning were investigated.
In the first model, the uncertainty in the extent of the microscopic disease was modeled into an objective function. This was done using a function that describes the probability of finding microscopic disease at a certain distance from the macroscopic disease. In the second model, the uncertainty in the tumor cell density in the microscopic disease area was modeled into an objective function. The uncertainty was modeled by defining the tumor cell density field as a random field and generating different realizations of the tumor cell density field using a Karhunen-Loève (KL) expansion.
For the first model, both the ETCP and the ELTCP were used as objective functions and in the second model, only the ETCP was used as an objective function. Furthermore, a penalized ETCP objective function was investigated for both models. In this penalized objective function a penalty on the dose was used to allow for controlling the balance between tumor control and sparing of normal tissue.
Using the first model, two different types of dose distributions were found. When the ETCP was optimized, the maximum dose was given to as large a volume as possible and no dose was given in the rest of the investigated volume. When the ELTCP was optimized, dose was given throughout the volume, so that the whole volume received as much dose as possible. Optimization of both objectives resulted in good tumor control. When the penalized ETCP was optimized, dose was given to a much smaller part of the volume than with the unpenalized objective, while the tumor control was still good.
Using the second model, it was shown that the KL-expansion is a promising method to model the uncertainty in tumor cell density. Different shapes of the input mean tumor cell density field were investigated. Optimizing the ETCP resulted in realistic dose distributions. Good tumor control was obtained for the different shapes of the input mean tumor cell density field. Furthermore, using the penalized ETCP, good tumor control was retained, while the dose deposited in the volume was decreased.
In conclusion, probabilistic treatment planning promises to be a good alternative to the current margin concept. It was shown that good tumor control could be achieved in the microscopic disease area using probabilistic objective functions. Both models showed promising results and the penalized objectives showed that it is possible to balance between tumor control in the microscopic disease area and sparing of normal tissue. Additional research is necessary to extend the one-dimensional KL-model into a more detailed three-dimensional model. Furthermore, the objectives need to be implemented in treatment planning systems to create real patient plans. Such studies should be performed in cooperation with clinicians and radiologists.
We propose a visualization using augmented reality which may assist in the planning of a craniotomy. In this visualization the goal is to show important brain structures aligned with the physical position of the patient. This should allow better perception of the spatial relations of these structures and thus assist the neurosurgeon. Additionally to the visualization of the structures, we created a heat map that is projected on top of the skull. This should give a quick overview of in which areas there are many important structures between the tumor and the skull surface, and should therefore be avoided.
User studies were conducted amongst neurosurgeons and surgeons from other fields to evaluate the proposed visualization. We found that many of the participants indeed thought that the visualization can assist in surgery. For the specific case of craniotomy planning, several improvements have to be made on the heat map before it can be useful. Nevertheless, the visualization of the structures in itself can assist neurosurgeons in the planning of a craniotomy. Although more work has be performed at practical aspects of the visualization to make it ready for clinical experiments. ...
We propose a visualization using augmented reality which may assist in the planning of a craniotomy. In this visualization the goal is to show important brain structures aligned with the physical position of the patient. This should allow better perception of the spatial relations of these structures and thus assist the neurosurgeon. Additionally to the visualization of the structures, we created a heat map that is projected on top of the skull. This should give a quick overview of in which areas there are many important structures between the tumor and the skull surface, and should therefore be avoided.
User studies were conducted amongst neurosurgeons and surgeons from other fields to evaluate the proposed visualization. We found that many of the participants indeed thought that the visualization can assist in surgery. For the specific case of craniotomy planning, several improvements have to be made on the heat map before it can be useful. Nevertheless, the visualization of the structures in itself can assist neurosurgeons in the planning of a craniotomy. Although more work has be performed at practical aspects of the visualization to make it ready for clinical experiments.
Top-Down Networks
A coarse-to-fine reimagination of CNNs