Figures
Abstract
Accurate and efficient automatic segmentation is essential for various clinical tasks such as radiotherapy treatment planning. However, atlas-based segmentation still faces challenges due to the lack of representative atlas dataset and the computational limitations of deformation algorithms. In this work, we have proposed an atlas selection procedure (subset atlas grouping approach, MAS-SAGA) which utilized both image similarity and volume features for selecting the best-fitting atlases for contour propagation. A dataset of anonymized female pelvic Computed Tomography (CT) images demonstrated that MAS-SAGA significantly outperforms conventional multi-atlas-based segmentation (cMAS) in terms of Dice Similarity Coefficient (DSC) and 95th Percentile Hausdorff Distance (95HD) for bladder and rectum segmentation using a three-fold cross-validation strategy. The proposed procedure also reduced computation time compared to cMAS, making it a promising tool for medical image analysis applications. In addition, we have evaluated two distinct atlas selection methods: the Feature-based Atlas Selection Approach (MAS-FASA) and the Similarity-based Atlas Selection Approach (MAS-SIM). We investigate the differences between these two methods in terms of their ability to select the best fitting atlases. The findings demonstrated that MAS-FASA selected different atlases than MAS-SIM, resulting in improved segmentation performance overall. It highlighted the potential of feature-based subgrouping techniques in enhancing the efficacy of MAS algorithms in the field of medical image segmentation.
Citation: Shan G, Bai X, Ge Y, Wang B (2025) A feature-based approach for atlas selection in automatic pelvic segmentation. PLoS ONE 20(1): e0317801. https://doi.org/10.1371/journal.pone.0317801
Editor: Jose Gerardo Tamez-Peña, Instituto Tecnológico y de Estudios Superiores de Monterrey: Tecnologico de Monterrey, MEXICO
Received: October 2, 2023; Accepted: January 4, 2025; Published: January 30, 2025
Copyright: © 2025 Shan et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: “Data cannot be shared publicly because it contains personal information restricted to use. Data are available from the Zhejiang Cancer Hospital Institutional Data Access / Ethics Committee contact via (ec@zjcc.org.cn) for researchers who meet the criteria for access to confidential data.”
Funding: This study was financially supported by the Medical Science and Technology Project of Zhejiang Province (2021PY039), the Natural Science Foundation of Zhejiang Province (LSY19H180002). The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
Competing interests: The authors have declared that no competing interests exist.
Introduction
Medical image segmentation predefines normal tissues for the purpose of their protection in radiation therapy planning, thus having broad applications in the field of radiation therapy [1,2]. Multi-atlas-based segmentation (MAS) uses the prior knowledge provided by finding the best-fitting images contoured previously and then propagating the delineation in the atlas onto the target image using Deformable Image Registration (DIR) [3]. In addition to image segmentation, MAS is also an important method for radiation therapy dose accumulation and prediction [4,5,6]. Unlike Deep Learning-based methods that typically predict the likelihood of each pixel belonging to a certain class, MAS calculates Deformation Vector Fields (DVF), which provide an elastic mapping between image coordinates to adjust the alignment between the atlases and the target image. The DVF provided by such type of registration approach is continuous and interpretable. Compared to Deep Learning-based approaches which require extensive amounts of labeled data or computational resources, MAS offers a practical solution that only requires finite training data and yields accurate results across various imaging modalities.
MAS is typically composed of three steps: atlas selection, registration, and label fusion [7,8]. The choice of atlas selection significantly impacts the accuracy of image segmentation. Intensity-based similarity metric is a widely used method to find most fitting atlases. These similarity metric includes similarity index [9], the sum of squared difference of image intensity [10], correlation coefficient [11], and mutual information (MI) [12]. Although these methods can quantify the overall similarity of the entire image, global similarity measures may be insensitive to local variations within specific anatomical structures, leading to less accurate comparisons in regions with unique imaging.
Recently, MAS has been challenged by deep learning-based segmentation. Deep learning based segmentation employs deep neural network models to learn features and semantic information from images, achieving excellent segmentation results in medical image segmentation [13]. However, this method also exhibits certain drawbacks, such as challenges in data acquisition and annotation, limited model generalization capability, and poor interpretability. When employed in new tasks or with diverse types of imaging data, their performance may significantly decline [14]. In contrast, MAS is an interpretable method and does not require a large number of annotated images for training. Therefore, it is still being used in some fields, such as brain segmentation [15] and dose accumulation assessment in radiotherapy [16,17] and has not been replaced by deep learning. however, the lack of precise feature classification during the atlas search and deformation processes in MAS leads to a segmentation accuracy inferior to that achieved by deep learning methodologies.
Some efforts have been made in determining the most representative atlas groups by combining image similarity with other image features. For instance, previous study using Location-Based Feature Matching atlas pre-selection approaches and compared them to random and Mutual Information-based Methods [18] and genetic algorithm [19]. Zaffino et al. introduced an approach for selecting preregistration atlas subsets. They based this method on the pairwise feature selection of both the whole prostate and the left ventricle of the heart from magnetic resonance images. This approach relies on selecting the best performing group of atlases rather than the group of highest scoring individual atlases [20]. Another study reported an iterative atlas selection procedure with a cross-validation strategy where each dataset serves as an atlas set to segment each image in the other dataset [21]. Other approaches such as the selection of atlases using manifold parameters in head and neck CT images [22] and neighborhood approximation forests [23] have also been proposed in the literature. However, these methods are often task-specific for particular segmentation and the extraction of key features as well as the specific deformation algorithms used subsequently can significantly influence the segmentation performance.
Our study is based on the following hypothesis that similarity-based atlas selection methods tend to search for atlases with high overall image similarity. However, when dealing with large-scale deformation, the accuracy of deformation modeling is often compromised due to the involvement of significant nonlinear deformations, geometric complexities, and the impact of intricate boundary conditions and constraints. It may lead to instability in segmentation results, making further refinement challenging. To assess the improvement of segmentation performance using different atlas selection methods, we conducted experiments comparing them against a conventional multi-atlas segmentation (cMAS) approach. We firstly propose an atlas grouping method (subset atlas grouping approach, SAGA). This method utilizes both image similarity and volume features to enhance the accuracy of the Deformable Image Registration (DIR) step. By extracting image features and performing classification, subsets corresponding to specific classification tasks are established. We also suggested a feature-based atlas selection approach (MAS-FASA), where the atlas with the closest feature space distance is selected as the candidate for MAS segmentation. This method eliminates the need for additional atlases, resulting in reduced atlas search time.
Specifically, the contributions of our work are as follows:
- A subgrouping atlas search approach was proposed. This enables the search strategies to select the most fitting atlases considering both similarity and volume features, thereby enhancing segmentation accuracy.
- To further clarify the advantage of volume features in selecting atlases, this study then ranked the most fitting atlases obtained from two atlas selection approaches, based on similarity and volume features, and compared their differences in priority when selecting candidate atlases.
- A comparison of the execution time efficiency of the four proposed atlas search methods was also performed.
Finally, we compared the differences in atlases obtained through similarity-based selection and feature-based selection methods to verify significant difference in segmentation performance. Moreover, we analyzed the different images selected by these methods and the computational time required for each approach.
Materials and methods
Conventional Multi-Atlas Segmentation (cMAS)
Conventional Multi-Atlas Segmentation (cMAS) is a widely used technique in medical imaging applications that utilizes prior knowledge provided by contoured atlas images to perform segmentation tasks on un-contoured target images. The process begins by selecting the best-fitting contoured atlas images, followed by identifying the corresponding DVF between the target and atlas images. Then, the acquired contours are projected onto the target image and assigned the same labels as those on the contoured atlas image. Finally, the contours contributed by each of the selected atlases are merged by label fusion methods on the target image.
This study conducted a retrospective analysis on CT data of 100 female pelvic region patients who underwent radiotherapy treatment at Zhejiang Cancer Hospital from August 24, 2022 to May 31, 2023. The data used in this study was approved by the Medical Ethics Committee of Zhejiang Cancer Hospital (IRB-2023-175). The ethics committee waived the requirement for informed consent. These data were obtained from the hospital database on June 5, 2023 for research purposes. To minimize data degradation from imaging artifacts, patients who had received contrast agents or metal implants (e.g., hip prosthetics) were exempt from enrollment. This collection of images was then divided into two subsets: 70 images were selected randomly to construct the atlas dataset and 30 images out of the atlas dataset were assigned as the validation set. Five contours were manually delineated by an expert radiation oncologist including the bladder, rectum, bone marrow as well as left and right femoral heads. The CT images were acquired using a GE LightSpeed CT scanner (General Electric Healthcare; Milwaukee, WI) and a Brilliance CT Big Bore scanner (Philips Medical Systems, Cleveland, OH, USA). To the best of our knowledge, there is no evidence indicating that different CT scanners have a significant impact on atlas segmentation results. Therefore, we did not follow any extra criteria when selecting images.
Segmentation was then performed using Raystation v9.0 (RaySearch Laboratories AB, Stockholm, Sweden) based on a DIR algorithm along with rigid registration before segmentation. A hybrid registration (Anatomically Constrained Deformation Algorithm, ANACONDA) combines image similarity with anatomical information [24] as provided by contoured image sets was applied. The five highest performing atlases were integrated into the collaborative registration contour in the label fusion step. Majority voting was then used to assign a label to each voxel that most segmentation agree on for five candidate atlas images. Despite the recognition of potential improvements via the increase of the atlas, we maintained the size at five to balance quality gains against computational expenses.
Subset atlas grouping approach (MAS-SAGA)
This study proposed a subgrouping method for atlas selection to better identify the best-fitting atlas. An overall framework of the MAS-SAGA for pelvic segmentation was illustrated in Fig 1. Firstly, atlases were grouped according to their volume features in each contour. Four distinct groups were derived following the application of K-means clustering. Subsequently, the target image was assigned to specific subgroups after estimating contour volumes.
Volume feature extraction.
The goal of this study is to investigate whether volume feature metric atlas selection is better than the intensity-based similarity metric approach. We employed a subset atlas grouping approach based on volume features. For each atlas Ai, we calculated the volume of each contour, V(Ai) = (V1, . . ., Vn). Contours including the body external, bladder, rectum, femoral head, and bone marrow were obtained. Due to the variety in organ volume that may cause discrepancies when registering larger structures to smaller ones, a preliminary step was taken to normalize the volumes within the bounds of [0,1] and minimize negative impacts on segmentation accuracy.
Feature clustering.
In MAS application, poor contour propagation is usually caused by large volume deformation between the atlas image and target image. Previous studies have suggested that reducing the relative volume ratio can lead to better segmentation results [25]. The subgrouping method is a technique within atlas frameworks. For example, it can be applied in the segmentation of tumor targets at various stages. Employing grouping methods decreases the likelihood of uncertainties in deformation algorithms. In this research, we utilize Gaussian Mixture Models (GMM) to create subset atlases that reflect volume variations within a target dataset to improve segmentation accuracy.
For each image Ai in atlas dataset, the feature vector is formed of normalized volume values as described above. The dimension of
is equal to the number of contour labels in each image.
A major contribution of this work is to divide the atlas into subsets by volume feature clustering. Given a set of n-dimensional vector, k-means clustering aims to partition the N atlas images into k ( ≤ N) sets
where μi is the center of i-th clustering. The atlas dataset A then was divided into k subgroups here .
The GMM divides a set of n images into k clusters so that each image belongs to the cluster whose centroid is closest to it [12]. In this research, four clusters were assigned without compromising segmentation performance or introducing difficulty in cluster selection. As a result, each cluster contains an average of approximately 18 images making the selection process time-saving. The volume of the ROI needs to be estimated prior to the segmentation process, and then the corresponding subgroup is assigned for segmentation.
Feature-based atlas selection approach (MAS-FASA)
MAS-SAGA defined subsets utilizing volume features and selected by the cMAS method according to similarity metric. Therefore, the image selected for label fusion is not completely selected according to volume features. Furthermore, identifying the atlas selection for the final label fusion process within a commercialized treatment planning system remains challenging. To further clarify the advantages of volume features metric relative to intensity-based similarity metric in selecting atlas images, we proposed a feature-based atlas selection approach (MAS-FASA) which selected corresponding atlas images to combine in a label fusion process directly.
The distance of volume feature D is used to predict the registration performance of Ai image in the Euclidean dataset and target images.
where and
denote the volumetric feature vectors of the atlas image and target image, respectively. The identical scaling transformation was applied to the feature vector of the target image. Atlas images with the lowest D were selected with the same number in cMAS and MAS-SAGA. This approach expedites the search for the most fitting image, achieved by computing the distance between
without demanding image-to-image similarity evaluations. In this study, MAS-FASA was used to search five atlas images with the minimized distance of volume feature D for each target image. Then thirty independent atlas subsets were created corresponding to each target image.
Similarity selection (MAS-SIM)
To establish an intensity similarity metric atlas searching method that can be compared with MAS-FASA, MAS-SIM was proposed to further verify the effectiveness of the volume feature metric method. Since acquiring exact atlases for cMAS remains challenging as mentioned in section 3, a routine to the Insight Segmentation and Registration Toolkit (ITK) was implemented to calculate the mutual information similarity between target and atlas images. These routines compute the MI between two images after rigid registration using the method of Mattes [26]. Mutual information (MI) is a common metric that provides a measure of the intensity similarity between two images due to its robustness to outliers and calculation efficiency [27]. MI assesses the image registration performance and will be maximized when two images are most accurately registered. To identify corresponding images for target volumes within this study, we computed the pairwise MI between every target image and candidate atlas before ranking the intensity similarity of atlas images and finding out the potential matching images to be selected. Then the same size of atlas images with MAS-FASA which were selected with intensity similarity metric were also constructed followed by the same label fusion approaches mentioned in section 3.
Data analysis
The Dice similarity coefficient (DSC) was used to evaluate the propagation performance of each contour. , Where A was the segmented contour and B was the ground truth contour. DSC obtained by MAS was compared to that one obtained by MAS-SAGA and MAS-FASA. The 95% Hausdorff distance (95HD) was also used which represents the largest surface-to-surface separation among the closest 95% of surface points. The difference between the MAS-SAGA/MAS-FASA approaches and the MAS approach was tested for statistical significance using a two-tailed, paired t-test, assessed by a 0.05 significance level
Result
Sub-grouping and auto-segmentation procedure
The 100 atlas samples that were selected are representative, with bladder volumes ranging from 70.89cc to 437.09cc and rectal volumes ranging from 21.3cc to 115.04cc. To evaluate the performance of the proposed atlas selection approach on the MAS segmentation task, we addressed five contours using cMAS, MAS-SAGA, MAS-FASA, and MAS-SIM. In this work, we employed a cross-validation strategy, randomly assigning 30 images as the test set, while the remaining images were assigned to the atlas dataset. The atlas set was randomly selected three times with the following group results: (21, 19, 17, and 13)(20, 14, 15, and 21), and (17, 16, 18, and 19). The cMAS approach used a comprehensive atlas dataset comprising 70 images. Meanwhile, MAS-SAGA constructed four subgroups with variable sizes to generate the best matching images. For MAS-FASA or MAS-SIM, five best-matching atlases were directly selected based on feature distance or similarity from a dataset of 70 atlas images. These selected atlases were then used in the label fusion process to generate the final segmentation results.
Segmentation performance
Table 1 presents the Dice Similarity Coefficient (DSC) and 95th Percentile Hausdorff Distance (95HD) of cMAS, MAS-SAGA, MAS-FASA, and MAS-SIM for five contours on 30 pelvic cancer patients. Compared to cMAS, the sub-grouping method MAS-SAGA has improved the segmentation accuracy. For the bladder, the Dice Similarity Coefficient (DSC) values were (0.83 ± 0.09) compared to (0.69 ± 0.15), and for the rectum, the values were (0.70 ± 0.07) compared to (0.56 ± 0.16), with statistically significant results. The feature-based method MAS-FASA, in comparison to the similarity-based method MAS-SIM, also achieved good performance. The DSC values for the bladder and rectum were (0.79 ± 0.04) and (0.67 ± 0.09) respectively, slightly lower than those of MAS-SAGA. The 95th percentile Hausdorff Distance (95HD) values for each method showed a similar trend, with the sub-grouping method MAS-SAGA achieving the best results for the rectum (0.78 ± 0.21 cm), left femoral head (0.35 ± 0.13 cm), right femoral head (0.41 ± 0.06 cm), and bone (0.71 ± 0.07 cm). It is worth noting that the two similarity-related atlas selection methods, cMAS and MAS-SIM, obtained similar results and showed no statistically significant differences are shown in Fig 2 and 3.
Atlas ranking of strategies
The comparison between MAS-FASA and MAS-SIM regarding the selection of the best-fitting atlases is depicted in Fig 4, illustrating the outcomes of atlas selection derived from a randomly assigned grouping. In the analysis involving the separate application of both methods to the set of 30 test images, five best-fitting atlases were identified for each image, resulting in a total of 300 candidate atlases. It was discerned that the two approaches coincided in selecting the same best-fitting image on only 12 occasions (4.0%). Among this array of atlases, image #41 emerged as the most frequently chosen by both approaches, having been selected in 18 instances, with two instances of concurrent selection by both methods. However, in the majority of cases, the two approaches diverged in their preferences for atlas selection. Within the entire set of 70 atlas images, a subset of 3 (4.3%) atlas images remained unselected (image #22, image #48, image #51)
Computation time
The average time cost of the four methods were shown in Table 2. The offline time was the time for subgrouping or calculating the similarity of image pairs. The online time was the best-fitting image selected from the atlas dataset and propagated to the target image. For the MAS-SAGA, clustering takes approximately 2 minutes, and only one approach was required for the entire dataset. MAS-FASA required the contour volume statistics of the images in the dataset but did not increase the preparation time. MAS-SIM required the longest offline time due to the similarity calculation for each image pairwise. On a computer with Intel(R) Xeon(R) Gold 6132 CPU @ 2.60GHz 2.59 GHz (2 processors) and 128GB memory, the time to calculate a pairwise were about 50s. It took about 58.3 minutes for a dataset of 70 images.
Discussion
The conventional MAS has its limitation on large volume registration which may cause unexpected propagation results in the second step mentioned above. In this paper, we introduced two novel atlas selection methods, MAS-SAGA and MAS-FASA, for multi-atlas-based segmentation (MAS) in medical imaging. We first proposed a MAS-SAGA method that combines the subset atlas grouping approach with volumetric selection and employs a k-means clustering algorithm to partition the atlases based on their features. Experimental evaluation indicates that MAS-SAGA outperforms conventional cMAS by integrating both volumetric and similarity information from atlases. Moreover, our second method, MAS-FASA, selects the most suitable atlases based on their voxel-wise volumetric similarity with the target image, thereby reducing computational time without degrading accuracy. Quantitative analysis shows that both MAS-SAGA and MAS-FASA significantly improve computational efficiency while maintaining comparable segmentation quality to cMAS.
Previous studies evaluating the performance of multiple atlas-based segmentation approaches have yielded varying results depending on the specific algorithm utilized. Different warping techniques can affect the fusion. Some algorithms achieve deformation by controlling the displacement of feature points, while others use finite element methods. Different algorithms and parameter settings handle various types of organs and boundaries differently, leading to varying final results. One such investigation focused on five atlas-based segmentation tools used to delineate the prostate and surrounding structures, including the bladder and rectum [28]. Findings indicated unsatisfactory prostate contouring for the bladder (mean DSC = 0.59 ± 0.15 cm)(mean 95HD = 2.85 ± 1.31 cm) and rectum (mean DSC = 0.49 ± 0.12 cm, 95HD = 1.65 ± 0.37 cm). However, our current research, employing cMAS with Raystation software, achieved comparable outcomes relative to the earlier report for the bladder (mean DSC = 0.69 ± 0.15, mean 95HD = 1.77 ± 0.34 cm) and rectum (mean DSC = 0.56 ± 0.16, mean 95HD = 1.01 ± 0.38 cm), though they still presented room for improvement. Our novel approach, MAS-SAGA, further improved the precision of these segmentations for the bladder (mean DSC = 0.83 ± 0.09, mean 95HD = 1.38 ± 0.20 cm) and rectum (mean DSC = 0.70 ± 0.07, mean 95HD = 0.78 ± 0.21 cm) as compared to traditional cMAS using similarity selection strategies.
The size of atlas datasets can greatly affect both the accuracy and time efficiency of segmentation implementation. Although large datasets have the potential to produce high-quality segmentations, their increased processing time could become inefficient. According to ANACONDA's recommendations, a smaller atlas comprising just 25 images would suffice, with subsequent evaluation beginning from the fifth image. Some previous works investigate how many images are adequate when necessary to enhance segmentation outputs. Kim et al evaluated three different atlas libraries for ABAS in groups of 20, 40, or 60 [29]. They found a poor performance of bladder segmentation with a DSC < 0.6 and a mean HD > 40 mm in all libraries. Increasing the size of libraries did not improve the results of segmentation. Our clustering procedure allowed us to extract a representative set of atlas images from the candidate images pool, each subgroup consisted of fewer than 25 images, resulting in substantially enhanced segmentation performance compared to conventional methods.
We believe that the success of segmentation depends on whether the task falls within the reasonable computational scale of the deformation registration algorithm. The results showed that SAGA achieved better performance because it initially filters out large-volume deformations, which pose significant challenges to deformations. Intensity-based metrics are the most frequently applied atlas selection method for medical image registration. Although the difficulty of deforming dissimilar images is much greater than that of deforming similar images, ROI volume deformation may be quite the opposite. Images with high overall similarity but significant differences in ROI often result in poor segmentation. However, studies have shown that differences in overall image similarity may not accurately represent variations in local regions of interest. Few publications have examined the impact of employing both similarity and volumetric features for atlas selection on segmentation outcomes. Our study was the first exploration revealing dissimilar performance from intensity versus volume-driven selection techniques, with merely 4% of chosen atlases being consistent between them. Notably, the proposed volumetric feature-based selection led to superior segmentation accuracy of the bladder and rectum in the MAS-SAGA and MAS-FASA, coupled with accelerated computation times beneficial for clinical implementation.
One limitation of current research lies in its dependency on selecting the external contour as the primary region of interest for deformation registration-based segmentation. This choice may lead to variations in segmentation quality due to variable slice thicknesses, patient body size, and bladder volumes [8]. Therefore, optimized scanning protocols and image pre-processing would probably enhance the quality of segmentation. Additionally, more accurate segmentation performances could be acquired by determining the volume of ROIs effectively during the examination. Further investigations should concentrate on developing effective methods to estimate the volume of the ROI. Such methods might involve computing the bladder's dimensions and quantifying the intersection area of the rectum in imaging slices. Another challenge arises from deformable registration, wherein the regularization terms of different deformable registration methods vary, leading to different degrees of algorithmic flexibility. This study achieved relatively favorable results by employing the ANACONDA registration method in RayStation. Additionally, the required number of groups needs to be determined based on the specific deformable algorithm when implementing other deformable registration methods.
Conclusion
This study proposed a subgrouping method for MAS, which aided in searching for the most fitting atlases based on multiple features. The proposed MAS-SAGA revealed improvements in segmentation performance compared to conventional MAS (cMAS) approach, with the DSC for the bladder and rectum escalating from 0.69 ± 0.15 to 0.83 ± 0.09 and from 0.56 ± 0.16 to 0.70 ± 0.07, respectively. Furthermore, we conducted a comparative analysis between two atlas selection methods, similarity and volume features, and found that the consistency in candidate atlas selection between the two methods was only 4%, indicating significant disagreement between the two approaches. Hence, the integration of volume features into atlas search contributes to enhancing the segmentation performance of MAS.
Acknowledgments
The authors would like to acknowledge research assistant, Yizhen Wang, who has shown a strong interest in image processing technics and actively participated in this research. His assistance in conducting software testing on the data and his contributions to data visualization are greatly acknowledged.
References
- 1. Ahmad M, Qadri S, Ashraf M, Subhi K, Khan S. Efficient liver segmentation from computed tomography images using deep learning. Comput Intell Neurosci. 2022;18:2665283.
- 2. Qadri SF, Lin H, Shen L, Ahmad M, Qadri S, Khan S, et al. CT-Based automatic spine segmentation using patch-based deep learning. Int J Intell Sys. 2023;2023(1):2345835.
- 3. Iglesias JE, Sabuncu MR. Multi-atlas segmentation of biomedical images: a survey. Med Image Anal. 2015;24(1):205–19. pmid:26201875
- 4. Zachiu C, de Senneville BD, Tijssen RHN, Kotte ANTJ, Houweling AC, Kerkmeijer LGW, et al. Non-rigid CT/CBCT to CBCT registration for online external beam radiotherapy guidance. Phys Med Biol. 2017;63(1):015027. pmid:29116054
- 5. Rivest-Hénault D, Dowson N, Greer PB, Fripp J, Dowling JA. Robust inverse-consistent affine CT-MR registration in MRI-assisted and MRI-alone prostate radiation therapy. Med Image Anal. 2015;23(1):56–69. pmid:25966468
- 6. Markiewicz PJ, Matthews JC, Ashburner J, Cash DM, Thomas DL, De Vita E, et al. Uncertainty analysis of MR-PET image registration for precision neuro-PET imaging. Neuroimage. 2021;232:117821. pmid:33588030
- 7. Wang X, Miralbell R, Fargier-Bochaton O, Bulling S, Vallée JP, Dipasquale G, et al. Atlas sampling for prone breast automatic segmentation of organs at risk: the importance of patients’ body mass index and breast cup size for an optimized contouring of the heart and the coronary vessels. Technol Cancer Res Treat. 2020;19:1533033820920624. pmid:32314647
- 8. Kennedy A, Dowling J, Greer PB, Holloway L, Jameson MG, Roach D, et al. Similarity clustering-based atlas selection for pelvic CT image segmentation. Med Phys. 2019;46(5):2243–50. pmid:30887526
- 9. Hill DL, Batchelor PG, Holden M, Hawkes DJ. Medical image registration. Phys Med Biol. 2001;46(3):R1–45. pmid:11277237
- 10. Bhat DN, Nayar SK. Ordinal measures for image correspondence. IEEE Trans Pattern Anal Machine Intell. 1998;20(4):415–23.
- 11. Kaneko S, Satoh Y, Igarashi S. Using selective correlation coefficient for robust image registration. Pattern Recognition. 2003;36(5):1165–73.
- 12. Klein S, van der Heide UA, Lips IM, van Vulpen M, Staring M, Pluim JPW, et al. Automatic segmentation of the prostate in 3D MR images by atlas matching using localized mutual information. Med Phys. 2008;35(4):1407–17. pmid:18491536
- 13. Minaee S, Boykov Y, Porikli F, Plaza A, Kehtarnavaz N, Terzopoulos D, et al. Image segmentation using deep learning: a survey. IEEE Trans Pattern Anal Mach Intell. 2022;44(7):3523–42. pmid:33596172
- 14. Ma J, He Y, Li F, Han L, You C, Wang B, et al. Segment anything in medical images. Nat Commun. 2024;15(1):654. pmid:38253604
- 15. Sämann PG, Iglesias JE, Gutman B, Grotegerd D, Leenings R, Flint C, et al. FreeSurfer-based segmentation of hippocampal subfields: A review of methods and applications, with a novel quality control procedure for ENIGMA studies and other collaborative efforts. Hum Brain Mapp. 2022;43(1):207–33. pmid:33368865
- 16. Wang B, Hu W, Shan G, Xu X. Estimating the accumulative dose uncertainty for intracavitary and interstitial brachytherapy. Biomed Eng Online. 2021;20(1):106. pmid:34663336
- 17. Lowther NJ, Marsh SH, Louwe RJW. Quantifying the dose accumulation uncertainty after deformable image registration in head-and-neck radiotherapy. Radiother Oncol. 2020;143:117–25. pmid:32063377
- 18. Ye C, Ma T, Wu D, Ceritoglu C, Miller MI, Mori S, et al. Atlas pre-selection strategies to enhance the efficiency and accuracy of multi-atlas brain segmentation tools. PLoS One. 2018;13(7):e0200294. pmid:30052643
- 19. Antonelli M, Cardoso MJ, Johnston EW, Appayya MB, Presles B, Modat M, et al. GAS: a genetic atlas selection strategy in multi-atlas segmentation framework. Med Image Anal. 2019;52:97–108. pmid:30476698
- 20. Zaffino P, Ciardo D, Raudaschl P, Fritscher K, Ricotti R, Alterio D, et al. Multi atlas based segmentation: should we prefer the best atlas group over the group of best atlases?. Phys Med Biol. 2018;63(12):12NT01. pmid:29787381
- 21. Finnegan R, Lorenzen E, Dowling J, Holloway L, Thwaites D, Brink C, et al. Localised delineation uncertainty for iterative atlas selection in automatic cardiac segmentation. Phys Med Biol. 2020;65(3):035011. pmid:31869823
- 22. Hoang Duc AK, Modat M, Leung KK, Cardoso MJ, Barnes J, Kadir T, et al. Using manifold learning for atlas selection in multi-atlas segmentation. PLoS One. 2013;8(8):e70059. pmid:23936376
- 23. Konukoglu E, Glocker B, Zikic D, Criminisi A. Neighbourhood approximation using randomized forests. Med Image Anal. 2013;17(7):790–804. pmid:23725639
- 24. Weistrand O, Svensson S. The ANACONDA algorithm for deformable image registration in radiotherapy. Med Phys. 2015;42(1):40–53. pmid:25563246
- 25. Thörnqvist S, Petersen JBB, Høyer M, Bentzen LN, Muren LP. Propagation of target and organ at risk contours in radiotherapy of prostate cancer using deformable image registration. Acta Oncol. 2010;49(7):1023–32. pmid:20831491
- 26. Pluim JPW, Maintz JBA, Viergever MA. Mutual-information-based registration of medical images: a survey. IEEE Trans Med Imaging. 2003;22(8):986–1004. pmid:12906253
- 27. Gong M, Zhao S, Jiao L, Tian D, Wang S. A Novel Coarse-to-fine scheme for automatic image registration based on SIFT and mutual information. IEEE Trans Geosci Remote Sensing. 2014;52(7):4328–38.
- 28. Delpon G, Escande A, Ruef T, Darréon J, Fontaine J, Noblet C, et al. Comparison of automated atlas-based segmentation software for postoperative prostate cancer radiotherapy. Front Oncol. 2016;6:178. pmid:27536556
- 29. Kim N, Chang JS, Kim YB, Kim JS. Atlas-based auto-segmentation for postoperative radiotherapy planning in endometrial and cervical cancers. Radiat Oncol. 2020;15(1):106. pmid:32404123