Skip to main content

ORIGINAL RESEARCH article

Front. Oncol., 22 February 2024
Sec. Cancer Imaging and Image-directed Interventions
This article is part of the Research Topic Artificial Intelligence and Imaging for Oncology View all 12 articles

A study on the radiomic correlation between CBCT and pCT scans based on modified 3D-RUnet image segmentation

Yanjuan Yu&#x;Yanjuan Yu1†Guanglu Gao&#x;Guanglu Gao2†Xiang Gao*Xiang Gao2*Zongkai ZhangZongkai Zhang2Yipeng HeYipeng He2Liwan ShiLiwan Shi2Zheng Kang*Zheng Kang2*
  • 1College of Electronic Engineering, Zhangzhou Institute of Technology, Zhangzhou, Fujian, China
  • 2Department of Radiation Oncology, the First Affiliated Hospital of Xiamen University, Xiamen, Fujian, China

Purpose: The present study is based on evidence indicating a potential correlation between cone-beam CT (CBCT) measurements of tumor size, shape, and the stage of locally advanced rectal cancer. To further investigate this relationship, the study quantitatively assesses the correlation between positioning CT (pCT) and CBCT in the radiomics features of these cancers, and examines their potential for substitution.

Methods: In this study, 103 patients diagnosed with locally advanced rectal cancer and undergoing neoadjuvant chemoradiotherapy were selected as participants. Their CBCT and pCT images were used to divide the participants into two groups: a training set and a validation set, with a 7:3 ratio. An improved conventional 3D-RUNet (CLA-UNet) deep learning model was trained on the training set data and then applied to the validation set. The DSC, HD95 and ASSD were calculated for quantitative evaluation purposes. Then, radiomics features were extracted from 30 patients of the test set.

Results: The experiments demonstrate that, the modified model achieves an average DSC score 0.792 for pCT and 0.672 for CBCT scans. 1037 features were extracted from each patient’s CBCT and pCT images, 73 image features were found to have R values greater than 0.9, including three features related to the staging and prognosis of rectal cancer.

Conclusion: In this study, we proposed an automatic, fast, and consistent method for rectal cancer GTV segmentation for pCT and CBCT scans. The findings of radiomic results indicate that CBCT images have significant research value in the field of radiomics.

Introduction

The standard-of-care treatment for locally advanced rectal cancer (LARC, T34 or N+) is currently total mesorectal excision (TME) followed by neoadjuvant chemoradiotherapy (nCRT) (13). After nCRT, approximately 15%–27% of patients can show a pathologic complete response (pCR) (4, 5). And several prior studies have shown that these patients typically have outstanding long-term outcomes without surgery (69). Habr-Gama and colleagues suggested a “wait and see” policy, while Maas and colleagues approach a reasonable solution that could avoid surgery and preserve organs (6, 10). The pCR, however, could only be performed using histopathological analysis of surgically resected specimens. So, it remains a major challenge to develop a non-invasive, validated way to reliably classify pCR patients after chemoradiotherapy.

Tumor segmentation and the subsequent quantitative of rectal cancer in medical images provide valuable information for the analysis of pathologies and prediction of patient outcomes. Numerous studies have shown that image radiomic features extracted from multi-modality imaging techniques, such as CT (11), MRI (12), and PET-CT (13), can be used to predict the treatment response and prognosis of locally advanced rectal cancer. Machine learning models based on CT and MRI image radiomics have also demonstrated good reproducibility and robustness (14, 15). However, these imaging techniques are typically used for disease diagnosis before or after radiotherapy, and are unable to monitor the changes in tumor heterogeneity during the treatment process (16). In contrast, cone-beam CT (CBCT) scans, which are routinely obtained during radiotherapy to examine patient position changes, do not require patients to undergo additional radiation exposure. The features extracted from CBCT may provide valuable information on the changes in tumors during the treatment process without exposing patients to additional radiation hazards. The goal of this study is to examine whether CBCT features can be used for clinical staging or prognosis assessment of tumors by comparing the linear relationship between CBCT and pCT-extracted imaging features.

Precise segmentation of rectal cancer as the mask is particularly important for radiomics extraction and affects the robustness of radiomic features. The current image segmentation methods include manual, semiautomatic, and fully segmentation. The U-Net (17) based models have proven effectiveness over traditional medical segmentation algorithms. However, the 2D U-Net model for segmenting tumors only obtain a single tumor slice in CT scan, while tumors are usually distributed in continuous CT slices (18). To solve the issues, we extend the 2D U-Net to a 3D version with Resnet architecture to capture the inter-slice continuity of the tumor.

Methods

Patients

The article under consideration presents a retrospective analysis of 103 patients who underwent neoadjuvant chemoradiotherapy in the Department of Oncology Radiotherapy at the Affiliated Hospital of Xiamen University between January 2019 and October 2020. The study followed the ethical principles outlined in the Helsinki Declaration and its subsequent relevant revisions for all procedures involving human participants. The inclusion criteria for the retrospective analysis were as follows:

1. Biopsy-confirmed primary rectal adenocarcinoma

2. Locally advanced disease (T stage ≥3) prior to treatment

3. No prior receipt of chemoradiotherapy, radiotherapy, or chemotherapy

Only patients who met these criteria were included in the analysis. In compliance with the Helsinki Declaration of 1964 and its later corresponding revisions, all the procedures carried out in this study involving human participants were compliant. CBCT was scanned during the whole treatment period.

Image acquisition

The CT scans utilized in this study for lesion localization were conducted using a GE LightSpeed device (manufactured by GE Medical System, USA). The scans were performed using parameters of 120 kV tube voltage, 200 mA tube current, a 512×512 reconstruction matrix, and 5mm slice thickness. In addition, CBCT scans were performed using a Truebeam linear accelerator (manufactured by Varian Medical System), with a 512×512 reconstruction matrix and 3mm slice thickness.

CLA-UNet structure analysis

In this article, we extend the traditional 2D U-Net to 3D U-Net equipped with ResNet architecture to capture the inter-slice continuity of the tumor, and we propose a CLAHE (19) processed U-Net (CLA-UNet) model to further improve the clarity of the anatomy structure, texture, and boundary in the CT image before segmentation. This CLA-UNet designed to accurately segment the lesion area in positioning CT (pCT) and cone-beam CT (CBCT) images of rectal cancer tumor. The CLA-UNet network combines the popular 3D-UNet structure with a residual module (Res-net) to improve the accuracy of tumor location and boundary description, ensuring a precise radiation target area.

The structure of the CLA-UNet network is illustrated in Figure 1 of the article. The network is designed to automatically segment the lesion area both in pCT and CBCT images, which also providing valuable information for radiation treatment planning and evaluation.

Figure 1
www.frontiersin.org

Figure 1 Layers of the proposed CLA-UNet model.

CLAHE algorithm processing

Prior to importing the 3D CT data into the 3D-RUNet network for training, a preprocessing step is carried out to crop the CT volume and enhance the image contour. This involves removing any blank areas or areas without drawn target regions, resulting in the cropped CT volume being resized to 256×256×128 voxels using linear interpolation. As rectal tumors are considered soft tissue, the CT value range is restricted to (-200, 300). To focus the network training on information that is relevant to rectal tumors, the 3D CT image is thresholder such that any image values outside the specified range are replaced with corresponding boundary values. To further improve the clarity of the anatomy structure, texture, and boundary in the CT image, the thresholder CT image is processed using the Contrast Limited Adaptive Histogram Equalization (CLAHE) algorithm.

This results in the rectal structure and boundary becoming clearer and an overall improvement in image quality, as demonstrated in a comparison of the image before and after thresholding and CLAHE processing shown in Figure 2.

Figure 2
www.frontiersin.org

Figure 2 Data pre-processing with CLAHE. (A) Original CT image; (B) CT image intercepted by threshold with HU=(-200~300); (C) CT image transformed by CLAHE.

Model training and evaluation

The CLA-UNet network is based on the PyTorch kernel platform and the training machine is configured with a Windows 10 operating system and a Quadro P5000 GPU device. The Adam optimizer is used for training with an initial learning rate of 0.0001, and the batch size for network training is set to 2 with a maximum training cycle of 150. This study is trained on a 103 rectal cancer CT dataset provided by the First Affiliated Hospital of Xiamen University, with 70% of the data randomly selected as the training set and 30% as the testing set. The network is trained using the Tversky Loss function, shown in Equation 1.

T(α,β)=i=1Np0iɡ0ii=1Np0iɡ0i+αi=1Np0iɡ1i+βi=1Np1iɡ0i(1)

p0i is the probability that the i-th voxel is a tumor, p1i is the probability that the i-th voxel is not a tumor, g0i is 1 if the voxel is abnormal, 0 if it is not abnormal, g1i is the opposite of g0i. Tversky Loss effectively solves the problem of data imbalance by finding a better balance between accuracy and recall.

The model is evaluated using the Dice similarity coefficient (DSC), Hausdorff-95 distance (95% HD), and average symmetric surface distance (ASSD) evaluation metric to compare the segmentation results with those of CBCT scans.

The DSC is defined as follows, shown in Equation 2:

DSC=2|PG||P|+|G|(2)

Where the P represents the ground truth, G denotes the prediction results and the PG is the intersection of P and G. The range of DSC evaluation is [0,1], and the higher the score is close to 1.0, the more accurate the prediction is. P and G represent the target structure drawn by the physician and the model, respectively.

The HD(A,B) is defined as follows, shown in Equation 3:

HD(A,B)=max(maxaB(minbBd(a,b)),maxbB(minaBd(b,a)))(3)

Where d (a, b) is the distance between the point a and b.

The ASSD is shown in Equation 4:

ASSD=1S(A)+S(B)(SAS(A)d(SA,S(B))+SBS(B)d(SB,S(A)))(4)

Where S(A) represents the surface voxels in set A, and d( SA,S(B)) represents the shortest distance from SA to S(B).

Radiomics correlation analysis

The open source radiomics extraction software Pyradiomics 3.0 (https://pyradiomics.readthedocs.io/en/latest/) was used to extract high-throughput features from patient images. In the test group, a total of 30 cases were automatically segmented from pCT and CBCT images using the 3D CLA-UNet model. All the images were filtered by Laplacian of Gaussian (LoG) filter and performed wavelet transformation, so there are four types of images, namely, “Original Images”, “texture Images”, “LoG Images”, and “Wavelet Images”.

After that, the Pearson correlation test was used to analyze the correlation between the image radiomic feature values of pCT and CBCT, if the Pearson correlation coefficient (PCC) R is greater than 0.9, it is considered that the feature value has strong consistency and substitutability in machine learning (14). Pearson correlation coefficient is a method for measuring the similarity of vectors, the range of correlation is [-1, 1], it is defined as the ratio of the covariance and standard deviation of two feature variables, calculated as follows shown in Equation 5:

ρ=Cov(X,Y)σxσy=E[(Xμx)(Yμx)]σxσy(5)

Among them, X and Y are two different groups of eigenvalue variables, and μ_x and σ_x are mean and standard deviation respectively. This process was implemented using the Pearson algorithm in the R language (R language 3.6).

Results

Study population

The radiomics analysis were conducted on a test set of 30 patients, patients’ radiomic characteristics were grouped by LN metastasis and compared in Supplementary Table 1. The clinical information includes gender, age, pathology, and clinical-stage information. All the patients received pCRT followed by TME, and group differences were examined.

Model performance

The trend of the average Loss and average Dice values during the CLA-UNet training process is depicted in Figure 3. It is evident that as the number of training rounds, also known as epochs, increases, the Loss values (a) on both the training and validation sets rapidly decrease, while the Dice values (b) steadily improve. When the number of epochs reaches 50, the trend stabilizes, with the Loss value reaching close to 0 and the Dice value reaching a stable value around 0.8, details were shown in Table 1.

Figure 3
www.frontiersin.org

Figure 3 Trend of Loss and Dice value with epoch during training both for CTs (A, B) and CBCTs (C, D).

Table 1
www.frontiersin.org

Table 1 Comparison results on the test set for the pCT and CBCT scans.

The results of the CLA-UNet network training on 103 samples showed that the network could segment the rectal tumor with good accuracy, details shown in Figure 4. As seen in the transverse sections, the performance of the automatic segmentation was satisfactory for the majority of the levels. However, there were some regions, particularly near the cecum and anus, where larger discrepancies were observed between the manual annotations and the machine segmentations. This was likely due to the close proximity of densities in these areas, making it more challenging to distinguish between the different tissues. In such cases, manual annotations by doctors may require additional imaging modalities, such as MRI or PET-CT, or the use of their experience to assist in the outlining process. Despite these limitations, the average Dice score for the CLA-UNet outlining ranged from 0.72 to 0.86, which is generally in line with the clinical requirements.

Figure 4
www.frontiersin.org

Figure 4 Gross tumor volume contouring with Dice = 0.78. (A) manual; (B) contouring of CLA-UNet; comparing of segmentations between manual and deep-learning both for transverse (C) and coronal (D) planes. The red was contoured by CLA-UNet and the white was contoured by manual.

Inter-group correlations calculation

Automatically contouring 30 patient images based on deep learning algorithms to ensure consistency in contouring results. 1037 features were extracted from pCT and CBCT modalities using machine learning algorithms, including shape features (n=14), first-order features (n=19), texture features (n=172), wavelet features (n=728), and loG features (n=104). Pearson’s correlation analysis was used to analyze the correlation of two sets of features, and strong correlated features were extracted. 73 features had Pearson correlation coefficients R greater than 0.9, meaning that these 73 features can be interchangeable. The three features confirmed in previous literature to be related to rectal cancer staging and new adjuvant therapy effectiveness (20), including original first-order Energy, wavelet-HLH_glrlm Gray Level Non Uniformity, and original_glrlm Gray Level Non Uniformity, are included in the strong correlated features. The correlation coefficients R of these three features are 0.9521, 0.9406, and 0.9191, respectively, the data of the subsequent two radiomics were shown in detail in Figure 5.

Figure 5
www.frontiersin.org

Figure 5 Scatter diagram of features extracted from CBCT and CT scans.

Discussion

The usage of imaging radiomics in CT scans for rectal cancer diagnosis and prognosis analysis has been well documented in previous studies (21). However, the application of CBCT in this regard has been less explored. In this study, a modified deep learning algorithm, CLA-UNet, was developed to automatically segment the rectal cancer tumor location. With our previous work, we had trained the deep-learning model and used it in our clinical practice. The results indicate that the CLA-UNet model is feasible and time-saving to perform fully automatic segmentation for the rectal tumor both on CBCT and pCT images. To evaluate the accuracy of the 3D mask of the CLA-UNet mode, we compared the coverage of the predicated area with the manual segmentation with an average Dice value, which was 0.792 for pCT and 0.672 for CBCT scans.

Subsequently, imaging radiomic features were extracted and analyzed from both pCT and CBCT scans using machine learning algorithms. The results showed that 73 features had a correlation coefficient (R) greater than 0.9. Our findings also demonstrate that some of the prognostically significant features of radiomics have a strong linear relationship between the pCT and CBCT images based on automatic image segmentation, which indicate a measure of interchangeability between the two scans. These high-correlation features include those previously reported in literature as important indicators for rectal cancer (22, 23). This highlights the potential value of CBCT as an early biomarker for treatment response evaluation (24).

Moreover, high-dimensional features were confirmed in previous literature to be related to rectal cancer staging and new adjuvant therapy effectiveness, in the present study, most of the key features were wavelet features, which are challenging to decipher with the naked eyes. However, high-dimensional features hold more detailed information about the tumor and more sensitive when assessing pCR, as was also demonstrated in recent study (20).

However, there are still some challenges in using CBCT images for radiomics, cause the extracted textural features typically depend on the reconstruction and scanning parameters (25). To be consistent throughout in this study all the CBCTs were resampled into an equal size of 5mm as pCTs, and the influence of slice thickness on the radiomic parameters needs further investigation. Nevertheless, other unknown factors may also influence the consistency evaluation between pCT and CBCT radiomics. Potentially, a radiomics approved reconstruction or corrections could in general improve the consistency and utility of radiomics in medical imaging. Besides this, the detector size of the CBCT has a limited field of view (FOV) that may not be large enough for off-axis patient positions and extensive tumors.

In conclusion, this study provides a preliminary exploration of the correlation between pCT and CBCT imaging radiomics in locally advanced rectal cancer. The CLA-UNet algorithm was successfully applied to segment the rectal tumors, then the correlation between the extracted imaging radiomic features was analyzed. The results showed that radiomic features have a high correlation between pCT and CBCT images, indicating the potential use of CBCT images as an early biomarker for the evaluation of treatment response. However, there are still some limitations in the use of CBCT images. First, the patient sample size was small, a larger sample size test is needed to achieve robust results. Second, the differences in reconstruction algorithms and scan parameters, FOV limitations, and sensitivity to motion artifacts which will influence the consistency evaluation between pCT and CBCT radiomics. Further research is needed to explore the potential applications of CBCT in the diagnosis and prognosis of rectal cancer. Future studies could also focus on multi-center data collection and validation, and on reducing the number of features for clinical predictions.

Conclusion

In this study, we have presented a modified 3D-UNet segmentation method, CLA-UNet, based on deep learning to automatic segmentation the rectal cancer tumor both for pCTs and CBCTs. Subsequently, radiomic features were extracted and analyzed to find out the inter-group correlation, and the results indicate that some of the prognostically significant features of radiomics have a strong linear relationship between the pCT and CBCT images, which indicate a measure of interchangeability between the two scans.

Data availability statement

The original contributions presented in the study are included in the article/Supplementary Material. Further inquiries can be directed to the corresponding authors.

Ethics statement

The studies involving humans were approved by the First Affiliated Hospital of Xiamen University medical ethics committee. The studies were conducted in accordance with the local legislation and institutional requirements. Written informed consent for participation was not required from the participants or the participants’ legal guardians/next of kin in accordance with the national legislation and institutional requirements.

Author contributions

YY: Writing – original draft. GG: Data curation, Software, Writing – review & editing. XG: Conceptualization, Funding acquisition, Writing – review & editing. YH: Formal analysis, Validation, Writing – review & editing. LS: Resources, Visualization, Writing – review & editing. ZK: Funding acquisition, Methodology, Supervision, Writing – original draft. ZZ: Formal analysis, Validation, Writing – review & editing.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. Contract grant sponsor (contract grant number): The Nature Scientific Foundation of China (Grant No. 81772893); Fujian Province Young and Middle-aged Teacher Education Research Project (No. JAT210852); Zhangzhou Institute of Technology school-level projects (No. ZZY2021B031).

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fonc.2024.1301710/full#supplementary-material

Abbreviations

pCT, Planning Computerized Tomography; CBCT, Cone Beam CT; TME, Total Mesolectal Excision; nCRT, Neoadjuvant Chemoradiotherapy; pCR, Pathologic Complete Response; CLAHE, Contrast Limited Adaptive Histogram Equalization; DSC, Dice similarity coefficient; 95%HD, Hausdorff-95 distance; ASSD, average symmetric surface distance; PCC, Pearson correlation coefficient.

References

1. Kapiteijn E, Marijnen CA, Nagtegaal ID, Putter H, Steup WH, Wiggers T, et al. Preoperative radiotherapy combined with total mesorectal excision for resectable rectal cancer. N Engl J Med (2001) 345:638–46. doi: 10.1056/NEJMoa010580

PubMed Abstract | CrossRef Full Text | Google Scholar

2. van de Velde CJ, Boelens PG, Borras JM, Coebergh J-W, Cervantes A, Blomqvist L, et al. EURECCA colorectal: multidisciplinary management: European consensus conference colon & rectum. EJC (2014) 50:1.e1–1.e34. doi: 10.1016/j.ejca.2013.06.048

CrossRef Full Text | Google Scholar

3. van Gijn W, Marijnen CA, Nagtegaal ID, Kranenbarg EM-K, Putter H, Wiggers T, et al. Preoperative radiotherapy combined with total mesorectal excision for resectable rectal cancer: 12-year follow-up of the multicentre, randomised controlled TME trial. (2011) 12:575–82. doi: 10.1016/S1470-2045(11)70097-3

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Sanghera P, Wong D, McConkey C, Geh J, Hartley A. Chemoradiotherapy for rectal cancer: an updated analysis of factors affecting pathological response. Clin Oncol (2008) 20:176–83. doi: 10.1016/j.clon.2007.11.013

CrossRef Full Text | Google Scholar

5. Maas M, Nelemans PJ, Valentini V, Das P, Rödel C, Kuo L-J, et al. Long-term outcome in patients with a pathological complete response after chemoradiation for rectal cancer: a pooled analysis of individual patient data. Lancet Oncol (2010) 11:835–44. doi: 10.1016/S1470-2045(10)70172-8

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Habr-Gama A, Perez RO, Proscurshim I, Campos FG, Nadalin W, Kiss D, et al. Patterns of failure and survival for nonoperative treatment of stage c0 distal rectal cancer following neoadjuvant chemoradiation therapy. J Gastrointest Surg (2006) 10:1319–29. doi: 10.1016/j.gassur.2006.09.005

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Borschitz T, Wachtlin D, Möhler M, Schmidberger H, Junginger T. Neoadjuvant chemoradiation and local excision for T2-3 rectal cancer. Ann Surg Oncol (2008) 15:712–20. doi: 10.1245/s10434-007-9732-x

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Sebag-Montefiore D, Stephens RJ, Steele R, Monson J, Grieve R, Khanna S, et al. Preoperative radiotherapy versus selective postoperative chemoradiotherapy in patients with rectal cancer (MRC CR07 and NCIC-CTG C016): a multicentre, randomised trial. Lancet (2009) 373(9666):811–20. doi: 10.1016/S0140-6736(09)60484-0

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Renehan AG, Malcomson L, Emsley R, Gollins S, Maw A, Myint AS, et al. Watch-and-wait approach versus surgical resection after chemoradiotherapy for patients with rectal cancer (the OnCoRe project): a propensity-score matched cohort analysis. Lancet Oncol (2016) 17(2):174–83. doi: 10.1016/S1470-2045(15)00467-2

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Marijnen CAM. Organ preservation in rectal cancer: have all questions been answered? Lancet Oncol (2015) 16(1):e13–22. doi: 10.1016/S1470-2045(14)70398-5

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Ganeshan B, Panayiotou E, Burnand K, Dizdarevic S, Miles K. Tumour heterogeneity in non-small cell lung carcinoma assessed by CT texture analysis: a potential marker of survival. European radiology (2012) 22:796–802. doi: 10.1007/s00330-011-2319-8

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Yu X, Song W, Guo D, Liu H, Zhang H, He X, et al. Preoperative prediction of extramural venous invasion in rectal cancer: comparison of the diagnostic efficacy of radiomics models and quantitative dynamic contrast-enhanced magnetic resonance imaging. Front Oncol. (2020) 10:459. doi: 10.3389/fonc.2020.00459

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Cook GJ, Yip C, Siddique M, Goh V, Chicklore S, Roy A, et al. Are pretreatment 18F-FDG PET tumor textural features in non–small cell lung cancer associated with response and survival after chemoradiotherapy? J Nucl Med (2013) 54(1):19–26. doi: 10.2967/jnumed.112.107375

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Gillies RJ, Kinahan PE, Hricak HJR. Radiomics: images are more than pictures, they are data. Radiology (2016) 278:563–77. doi: 10.1148/radiol.2015151169

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Xie K, Sun H, Lin T, Gao L, Sui J, NI X. Research progresses in feature extraction of radiomics. Chin J Med Imaging Technol. (2017) 033:1792–6. doi: 10.13929/j.1003-3289.201707022

CrossRef Full Text | Google Scholar

16. García-Figueiras R, Baleato-González S, Padhani AR, Luna-Alcalá A, Vallejo-Casas JA, et al. How clinical imaging can assess cancer biology. Insights Imaging. (2019) 10(1):28. doi: 10.1186/s13244-019-0703-0

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Ronneberger O, Fischer P, Brox T. U-NET: convolutional networks for biomedical image segmentation. In: Navab N, Hornegger J, Wells W, Frangi A (eds). Medical Image Computing and Computer-Assisted Intervention – MICCAI 2015. Lecture Notes in Computer Science. vol. 9351. (Cham: Springer) (2015). doi: 10.48550/arXiv.1505.04597

CrossRef Full Text | Google Scholar

18. Huang Q, Sun J, Ding H, Wang X, Wang G. Robust liver vessel extraction using 3D U-Net with variant dice loss function. Comput Biol Med. (2018) 101:153–62. doi: 10.1016/j.compbiomed.2018.08.018

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Mishra A. Contrast limited adaptive histogram equalization (CLAHE) approach for enhancement of the microstructures of friction stir welded joints. Advances in Mechanics [preprint] (2021) 9(3):216–40. doi: 10.21203/rs.3.rs-607179/v1 In Review.

CrossRef Full Text | Google Scholar

20. Liu Z, Zhang XY, Shi YJ, Wang L, Zhu HT, Tang Z, et al. Radiomics analysis for evaluation of pathological complete response to neoadjuvant chemoradiotherapy in locally advanced rectal cancer. Clin Cancer Res. (2017) 23:7253–62. doi: 10.1158/1078-0432.CCR-17-1038

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Wang J, Shen L, Zhong H, Zhou Z, Hu P, Gan J, et al. Radiomics features on radiotherapy treatment planning CT can predict patient survival in locally advanced rectal cancer patients. Sci Rep. (2019) 9(1):15346. doi: 10.1038/s41598-019-51629-4

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Wang F, Tan BF, Poh SS, Siow TR, Lim FLWT, Yip C, et al. Predicting outcomes for locally advanced rectal cancer treated with neoadjuvant chemoradiation with CT-based radiomics. Sci Rep. (2022) 12(1):6167. doi: 10.1038/s41598-022-10175-2

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Bibault JE, Giraud P, Housset M, Durdux C, Taieb J, Berger A, et al. Deep learning and radiomics predict complete response after neo-adjuvant chemoradiation for locally advanced rectal cancer. Sci Rep. (2018) 8(1):12611. doi: 10.1038/s41598-018-30657-6

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Wang J, Shen L, Zhong H, Hu P, Zhang Z. Radiomics prediction model for locally advanced rectal cancer. Int J Radiat Oncol Biol Phys. (2017) 99(2):S184. doi: 10.1016/j.ijrobp.2017.06.460

CrossRef Full Text | Google Scholar

25. van Timmeren JE, Leijenaar RTH, van Elmpt W, Reymen B, Lambin P. Feature selection methodology for longitudinal cone-beam CT radiomics. Acta Oncol. (2017) 56(11):1537–43. doi: 10.1080/0284186X.2017.1350285

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: radiomics, cone-beam CT, rectal cancer, 3D-RUnet, CLAHE

Citation: Yu Y, Gao G, Gao X, Zhang Z, He Y, Shi L and Kang Z (2024) A study on the radiomic correlation between CBCT and pCT scans based on modified 3D-RUnet image segmentation. Front. Oncol. 14:1301710. doi: 10.3389/fonc.2024.1301710

Received: 25 September 2023; Accepted: 06 February 2024;
Published: 22 February 2024.

Edited by:

Sharon R. Pine, University of Colorado Anschutz Medical Campus, United States

Reviewed by:

Juefeng Wan, Fudan University, China
Zhenyu Shu, Zhejiang Provincial People’s Hospital, China

Copyright © 2024 Yu, Gao, Gao, Zhang, He, Shi and Kang. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Xiang Gao, gx@xmu.edu.cn; Zheng Kang, txzzyx07@126.com

These authors have contributed equally to this work

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.