1.IntroductionAdnexal masses can be found in the ovary, fallopian tube, or surrounding tissue and represent a heterogeneous spectrum of benign, borderline, and malignant entities.1 They are common, with an incidence of 35% in premenopausal and 17% in postmenopausal women.2 Pathologies differ across age ranges and geographical areas,1,3,4 but most adnexal masses () are benign and without symptoms. Most can be managed conservatively with a follow-up by clinical exam and sequential imaging, without surgical intervention.5–7 It is estimated that 10% of all women will be operated on for an adnexal mass during their lifetime,7 potentially resulting in peri- and postoperative morbidity (e.g., infections, injury to adjacent organs, and anesthetic complications). However, although most adnexal masses are benign, and ovarian cancer is a rare disease with an incidence of one case per 91 women, it is the most lethal gynecology malignancy, with a 5-year survival rate of only 30% when diagnosed in advanced stages.8,9 Ultrasound imaging plays a key role in the evaluation of patients with adnexal masses.6 It is noninvasive, widely available, safe, and low cost. Assessments are based mainly on qualitative features, including mass morphology, margins and echogenicity, the presence of solid elements, acoustic shadowing, vascular flow signals, and interaction with the surrounding tissues.10 Given that ultrasound imaging is used early during the evaluation of any lower abdominal, back, or flank pain,11 the incidental detection of adnexal masses has substantially increased. Several ultrasound-based risk models have been developed to standardize adnexal mass assessment, such as the International Ovarian Tumor Analysis (IOTA) Simple Rules,12 the IOTA Assessment of Different NEoplasias in the adneXa model,13 and the American College of Radiology Ovarian-Adnexal Reporting and Data (O-RADS)14 risk stratification system with the goal of reducing false positive and false negative assessments. Recent studies comparing the performance of the risk stratification systems in differentiating between benign and malignant adnexal masses in cohorts in the United States reported strong performance of all models.15,16 However, these models rely on qualitative assessments of the masses, which are subject to inter- and intra-observer variability,17 and achieving expertise in ultrasound interpretation takes time to gain and is not ubiquitously available.6,18,19 Artificial intelligence (AI)-based automation for the assessment of adnexal masses on ultrasound images may provide decision support tools that are more quantitative, more robust, and better performing than qualitative-based systems, similar to other advances in oncology, such as breast cancer,20–22 lung cancer,23 and melanoma.24 Our long-term goal is to develop an AI-based pipeline that improves diagnostic accuracy for adnexal masses and decreases unnecessary surgeries for asymptomatic benign masses while being efficiently integrated into a clinical workflow. The first step is to automatically (i.e., objectively) outline the area of interest, the adnexal mass. This segmentation task includes identifying the extent of the abnormal tissue and distinguishing it from the surrounding tissue. When done manually, segmentations require expertise, are time-consuming, and are prone to errors even when done by experts.25,26 Moreover, because adnexal masses are heterogeneous, a reproducible system that separates the internal components by echogenicity will enable additional radiomic analysis by components, such as size and shape. The purpose of this study was to develop an automated two-step segmentation technique for adnexal masses using (1) a supervised deep learning (DL) algorithm to automatically segment the masses from surrounding tissue and (2) an unsupervised algorithm to automatically separate the interior parts of the masses by echogenic components. 2.Methods2.1.DatasetThe research used a retrospectively collected, deidentified dataset from a previously described database, including clinical information and ultrasound images of more than 500 consecutive patients undergoing evaluation for an adnexal mass in the Department of Obstetrics and Gynecology at the University of Chicago Medical Center in the Section of Ultrasound, Genetics, and Fetal Neonatal Care Center.16 The data had been collected under an IRB-approved protocol, with all images having been acquired using either GE Voluson E8 or E10 or Samsung Elite WS80 ultrasound systems between January 2017 and June 2023. Borderline masses were considered malignant for the purposes of this study, as they require surgery. Exclusion was conducted at the patient, adnexal mass, and image levels. Patients were excluded if they were managed conservatively (i.e., no surgery after imaging), if no follow-up information was available, or if the patient received imaging outside of the University of Chicago. Pelvic masses were excluded if they were not considered adnexal in origin. Images were excluded if the entire border of the mass was not visible, if the image had been acquired by transabdominal approach, or if the image had Doppler or measurement markups visible. Given the low prevalence of ovarian cancer, the dataset was also enriched by reviewing any contralateral malignant masses that were not excluded at the mass or image level. This resulted in the addition of three malignant masses into the dataset. There was a total of 133 patients with 136 unique adnexal masses in the dataset of images after the exclusion criteria and data enrichment were applied. Note that this imaging dataset of 133 patients was collected for overall AI pipeline research and development, including both a segmentation stage and a classification stage. Thus it was prospectively and manually split into a classification training and validation (classification TV) set (a total of 95 patients) and an independent classification test set (41 patients). This split was conducted to balance the sets by mass pathology subtype and clinical parameters, such as menopausal status and race, and to ensure equal distribution for a future AI-based classification model. U-net segmentation techniques do not require a large number of masses for training, especially when training data is augmented, due to the operations being conducted at the pixel level.27,28 From the classification TV set, a subset of adnexal masses was chosen for the automated mass segmentation development. Thus, the resulting final dataset for the segmentation component of the pipeline development consisted of only 54 adnexal masses (36 benign and 18 malignant) from 53 unique patients with a median age of 43 years (range: 20 to 79 years) (Fig. 1) leaving 82 masses from 80 patients reserved for the future classification stage. The final dataset of masses assigned for segmentation pipeline development was automatically split into a training set and a test set. The masses were separated by patient and by mass subtype into training (goal: 65%) and test (goal: 35%) for segmentation by stratified sampling29 (Table 1). This split proportion was chosen to ensure that each mass pathology subtype was included in the training and test sets whenever possible. Table 1Description of the adnexal mass dataset used for the segmentation pipeline development for adnexal masses. Percentages may not add to 100% due to rounding. Splitting was conducted at the patient level according to pathologist-reported findings.
2.2.Supervised Model for Segmentation of the Entire Adnexal Mass2.2.1.Model trainingThe borders of the adnexal masses were outlined by an experienced clinical researcher (RYB) followed by consensus from clinicians with more than 40 years of experience (JSA) and more than 20 years of experience (REL) in gynecological ultrasound interpretation. These consensus outlines were used as the reference to assess the segmentation of adnexal masses from surrounding tissue. Bounding boxes were placed around each mass, which served as the region of interest (ROI) for each mass. Each image was cropped to the bounding box outline and resized to . The resized ROIs of the masses in the U-net training set were augmented using flips (left-right and up-down) and rotations (12 combinations total). For AI-based segmentation of the mass from the surrounding tissue, we used a U-net algorithm30 because of the large amount of data that the pixel-based method provides to the pipeline. The U-net model was trained to identify pixels within the resized expert ROI as either within or outside the mass. Parameters were set as follows: Adam optimizer, initial learning rate: 0.001; maximum epochs: 120; and minibatch size: 12 (MATLAB R2022b, MathWorks, Natwick, Massachusetts). The trained U-net was applied to the resized expert ROIs of the masses in the test set, resulting in a prediction mask. For each image in the test set, the resized ROI that contained the U-net prediction of pixels within the mass was returned to the original size of the ROI. The prediction mask was filled in so that no holes were present. The boundary of the prediction mask was smoothed by applying a Gaussian kernel with a window size of 15 pixels to a two-dimensional convolution of the mask, and the final U-net prediction mask was set with a threshold of pixels . The final U-net prediction boundary for each mass was the outline of the boundary of the final U-net prediction mask for that image. Figure 2 shows the workflow for the U-net segmentation of masses. 2.2.2.Model testingThe U-net performance on the masses in the test set was compared to the expert outlines using (1) the Dice similarity coefficient (DSC)31 and (2) , defined as the ratio where for each mass, HD is the average Hausdorff distance32,33 and is the effective diameter, i.e., the diameter of a circle with the same area as the region of the expert outline (Eq. 1). was useful as a dimensionless metric of the distance of the U-net prediction outline from the expert outline, consistent with the nature of the DSC.2.3.Unsupervised Model for Segmentation of Internal Components2.3.1.Model developmentAfter the U-net described above was applied to each image, an unsupervised fuzzy c-means (FCM) algorithm34–36 was applied in a discovery mode to categorize pixels inside the segmented mass as belonging to one of the two components. The use of two components in the FCM was prospectively chosen due to the nature of most adnexal masses as containing low and high echogenic components. Three versions of the ultrasound image cropped to the expert bounding box outline were used as input to an unsupervised FCM algorithm: original grayscale, entropy-filtered, and standard-deviation filtered. These filtered versions were calculated using nine-pixel sliding neighborhoods of the entropy and standard deviation of each pixel. Entropy and standard deviation filters were chosen to emphasize the structure and magnitude, respectively, of the components within the mass. The mean of the pixels in each component was obtained, and the group of pixels with the lowest mean was identified as the relative “hypoechoic component.” From this, the other group of pixels was identified as the “hyperechoic component.” That is, hypoechoic pixels tended to have low grayscale, variation, and entropy, whereas hyperechoic pixels tended to have high grayscale, variation, and entropy. Figure 3 shows the workflow for identifying and segmenting the internal components of the masses. 2.3.2.Clinical assessmentThe associations of the hypoechoic and hyperechoic components in each image were reviewed by a clinical researcher (RYB) and expert clinician (JSA) for potential association with adnexal mass tissue properties, such as cystic, solid, or mixed components. This was conducted for the entire dataset. 3.Results3.1.Supervised Model for Segmentation of the Entire Adnexal MassThe Dice coefficient (median [95% confidence interval]) was 0.91 [0.78, 0.96] and was 0.04 [0.01, 0.12] in the test set (Fig. 4), indicating strong performance of the U-net in the task of segmenting adnexal masses from the surrounding tissue compared to expert outlines. 3.2.Unsupervised Model for Segmentation of Internal ComponentsThe components of the masses from the unsupervised FCM algorithm largely corresponded with the underlying mass characteristics in terms of echogenicity (Fig. 5). Most cystic and solid components in both benign and malignant mass pathology were correctly separated as hypoechoic and hyperechoic respectively, for example as seen in a benign epithelial mass [a cystadenofibroma, Fig. 5(a)] and an epithelial ovarian cancer [malignant clear cell carcinoma, Fig. 5(b)]. Note that retracted blood clots in a hemorrhagic cyst were correctly separated as a hyperechoic component [Fig. 5(c)]. Similarly, the hyperechoic area seen in a germ cell mass [a benign teratoma, Fig. 5(d)] was correctly separated from the hypoechoic area. Additional interesting results were the high-quality detection of intra-mass septations, such as seen in a sex cord-stromal mass [malignant granulosa cell tumor, Fig. 5(e)] as well as the depiction of slight differences in the echogenicity of solid components as seen in ovarian metastasis of gastric carcinoma [Fig. 5(f)]. Different cystic content and echogenicity may influence the clustering of the pixels. For example, mucinous cystadenoma, a benign epithelial mass, that contains mucin gelatinous material with heterogeneous viscosity, often appear on ultrasound as a cystic lesion with low-level internal echoes.37 When using the FCM algorithm for two components, some of the mucin particles were labeled as belonging to the hyperechoic component along with the edges of the mass [Fig. 5(g), two example collections of mucin particles indicated with white arrows]. Comparably, cystic lesions containing blood products, such as in an endometrioma, also displayed components consistent with separation in the aged blood accumulation [Fig. 5(h)]. Lastly, we observed that in some cases [e.g., benign ovarian fibroma, Fig. 5(i) and benign teratoma, Fig. 5(j)] acoustic shadowing, which is usually correlated with benign pathologies,38 was identified as hypoechoic. We anticipate that this differentiation of acoustic shadowing from other aspects of the masses will enhance the ability of a radiomics pipeline to distinguish between malignant and benign features. 4.DiscussionAdnexal mass assessments are challenging tasks requiring knowledge and expertise. Thus there is a rising interest in developing computer-aided diagnosis tools to ease and improve sonographic evaluations, diagnostic accuracy, and patient outcomes. The first and crucial step in a machine learning pipeline is an accurate outlining of the region of interest, the adnexal mass borders. The study results show that using a U-net architecture for automatic segmentation of adnexal masses on ultrasound images has excellent agreement with expert manual outlines, with a Dice score of 0.91 and of 0.04. This approach has the potential to improve operational efficiency and clinical workflow as it only requires the clinicians to define a bounding box surrounding the adnexal mass, thus also reducing the variability in manually outlining the region of interest. Several groups have studied the use of the U-Net architecture or its variations for segmentation of areas of interest on medical images across a variety of anatomies and physiologies as well as modalities,39–42 including ultrasound,43 computed tomography,44,45 and magnetic resonance imaging46 of ovarian masses. However, the use of U-net segmentation for adnexal mass assessments on ultrasound has been limited. In addition, most ultrasound-based radiomics classification studies for adnexal masses have used manual segmentation.47–52 One recent study examined the reproducibility of radiomics features extracted from ultrasound images after U-net-based segmentations from 127 patients diagnosed with ovarian cancer.53 Although they evaluated different variations of the U-Net algorithm, resulting in mean Dice scores between 0.81 and 0.87 compared to the expert outlines, their segmentation of benign adnexal masses was not assessed, and classification performance for the prediction of benign versus malignant masses was not reported. Recently, Barcroft et al.54 reported a segmentation and classification approach for adnexal masses on ultrasound; they evaluated several DL architectures for the segmentation task, and their best-reported U-net model resulted in a median Dice score of 0.85 in an external test set (184 masses) compared to manual expert outlines. Unsupervised FCM clustering automatically identified clinically-relevant internal mass components, which we hypothesize to be important for the future differentiation of these heterogeneous mass aspects via feature extraction and merging. By our implementation design, the FCM algorithm did not differentiate between types of hyperechoic components, i.e., between solid elements, solid-appearing, and mimickers at the same FCM level.10,14,55 Future work will explore the differences in the radiomic features of the various hypo- and hyper-echoic components by pathology subtype and their effect on malignancy prediction. Additionally, gelatinous material within a mucinous cystadenoma was hyperechoic, along with the rim of the mass. This may point to the need to differentiate the hyperechoic component along the edges of the mass from any presence of hyperechoic material inside the mass when conducting future feature extraction. To our knowledge, this study is the first to combine a supervised U-net segmentation approach with an unsupervised FCM approach for the segmentation of mass components for both benign and malignant masses prior to feature extraction and AI classification tasks. Chiappa et al.49 studied the importance of a separate feature analysis by the tissue constituent in ovarian masses from 241 patients. They developed three classification systems based on mass appearance: cystic, solid, or mixed. However, in that study, the masses were outlined manually, while our approach is fully automated and requires no labels for the internal components. Lebbos et al.26 also used a U-net model for the segmentation of ovarian masses from 222 patients, along with synthetic images, while additionally identifying the internal components as cyst locules, solid elements, or papillary projections based upon manual labels. Our study has some limitations, typical for an investigation of this nature. First, the study was limited to a segmentation task (i.e., segmentation of adnexal masses from the background, followed by internal component segmentation). By design, it did not incorporate a mass detection task or mass classification task, as we are especially interested in segmenting masses based upon user-provided ROIs around the masses, and we are currently engaging in an in-depth study of component-based radiomic feature extraction and merging for mass classification. Second, it was a single-center retrospective study. Future work will apply the model to images acquired at other institutions, pivotal for generalizability. Third, our dataset represented the inclusion of only adnexal masses that fit specific criteria, with exclusions applied at the patient, mass, and image levels. Ultrasound images of a given pelvic mass can vary by the equipment manufacturer, sonographer expertise and preferences, image acquisition factors such as transvaginal versus transabdominal approach, and image processing parameters including but not limited to depth and gain. Ultrasound is also affected by sound wave traits in biological tissue, which can result in speckle noise, artifacts, and acoustic shadowing. All of these factors impact any AI pipeline for ultrasound in medical imaging.56 In this study, we sought to control the impact of these factors through stringent exclusion criteria. Future steps will address these limitations by (a) investigating the application of the segmentation and future classification model to masses that were conservatively managed (i.e., did not progress to surgery); (b) incorporating additional pelvic mass etiologies; (c) studying the impact of user variability and training on segmentation performance (including at the level of the sonographer’s choice of images to archive for the patient); (d) including other image acquisition modes, such as Doppler-based acquisition; and (e) expanding the segmentation task to incorporate edge detection at the edge of the ultrasound image when relevant. The latter, in particular, will expand the model’s applicability to real-world scenarios in which complete visibility of the lesion edge is not always possible. Fourth, we did not study other variations of U-net algorithms or investigate the impact of user variability in ROI selection. These will be our focus in the near future. 5.ConclusionUsing a U-net algorithm to automatically outline adnexal masses from a bounding box had an excellent agreement with expert outlines based on performance metrics of DSC and . Furthermore, an unsupervised, automated approach for segmenting internal mass components correlated well with the clinical review of the components. Future work will apply the combined U-net and FCM methods to a larger dataset and investigate radiomic feature-based ultrasound classification of adnexal masses as malignant or benign, potentially providing a comprehensive and simple physician’s decision-support tool that can improve the differentiation between benign and malignant adnexal masses. DisclosuresM.L.G. is a stockholder in R2 Technology/Hologic and a shareholder in QView, receives royalties from various companies through the University of Chicago Polsky Center for Entrepreneurship and Innovation, and was a cofounder in Quantitative Insights (now Qlarity Imaging). L.L. and H.L. receive royalties through the University of Chicago Polsky Center for Entrepreneurship and Innovation. E.L. receives research funding from AbbVie for translational ovarian cancer research. It is in the University of Chicago Conflict of Interest Policy that investigators disclose publicly actual or potential significant financial interest that would reasonably appear to be directly and significantly affected by the research activities. Code and Data AvailabilityThe data used for this article, including ultrasound images, are not publicly available due to patient privacy and data sharing agreements. AcknowledgmentsWe are grateful to Tricia L. Chartrand, Chantelle D. Burns, and Kelly K. DeSantiago from the University of Chicago Department of Obstetrics and Gynecology for their assistance in dataset collection. We thank Gail Isenberg from the University of Chicago Department of Obstetrics and Gynecology for editing the manuscript. We would also like to thank Nick Gruszauskas from the University of Chicago Human Imaging Research Office at the University of Chicago for additional assistance in dataset collection. H.W. was supported by the Roswell Park-University of Chicago Ovarian Cancer SPORE Career Enhancement Program (NCI Grant No. 2P50CA159981) and the National Cancer Institute Cancer Center Support Grant to the University of Chicago Medicine Comprehensive Cancer Center (Grant No. 3P30CA014599). H.W., H.L., and M.L.G. were supported by the Medical Imaging and Data Resource Center, which is funded by the National Institute of Biomedical Imaging and Bioengineering (Contract No. 75N92020D00021). E.L. was supported by The Honorable Tina Brozman Foundation for Ovarian Cancer Research, Tina’s Wish, the Chicago Lying-In 75th Anniversary fund, and NIH/NCI Grant No. R35CA264619. ReferencesWHO Classification of Tumours Editorial Board, Female Genital Tumours, 5th ed.World Health Organization(
(2020). Google Scholar
R. C. Sisodia and M. G. del Carmen,
“Lesions of the ovary and fallopian tube,”
N. Engl. J. Med., 387
(8), 727
–736 https://doi.org/10.1056/NEJMra2108956 NEJMBH
(2022).
Google Scholar
T. R. Hall and T. C. Randall,
“Adnexal masses in the premenopausal patient,”
Clin. Obstet. Gynecol., 58
(1), 47
–52 https://doi.org/10.1097/GRF.0000000000000087
(2015).
Google Scholar
J. A. Rauh-Hain et al.,
“Adnexal mass in the postmenopausal patient,”
Clin. Obstet. Gynecol., 58
(1), 53
–65 https://doi.org/10.1097/GRF.0000000000000085
(2015).
Google Scholar
American College of Obstetricians and Gynecologists’ Committee on Practice Bulletins—Gynecology,
“Practice bulletin No. 174: evaluation and management of adnexal masses,”
Obstet. Gynecol., 128
(5), e210
–e226 https://doi.org/10.1097/AOG.0000000000001768
(2016).
Google Scholar
D. Timmerman et al.,
“ESGO/ISUOG/IOTA/ESGE consensus statement on preoperative diagnosis of ovarian tumors,”
Ultrasound Obstet. Gynecol., 58
(1), 148
–168 https://doi.org/10.1002/uog.23635
(2021).
Google Scholar
B. Bullock et al.,
“Management of the adnexal mass: considerations for the family medicine physician,”
Front. Med., 9 913549 https://doi.org/10.3389/fmed.2022.913549 FMBEEQ
(2022).
Google Scholar
R. L. Siegel et al.,
“Cancer statistics, 2023,”
CA Cancer J. Clin., 73
(1), 17
–48 https://doi.org/10.3322/caac.21763 CAMCAM 0007-9235
(2023).
Google Scholar
“Ovarian Cancer—Cancer Stat Facts,”
https://seer.cancer.gov/statfacts/html/ovary.html
().
Google Scholar
D. Timmerman et al.,
“Terms, definitions and measurements to describe the sonographic features of adnexal tumors: a consensus opinion from the International Ovarian Tumor Analysis (IOTA) Group,”
Ultrasound Obstet. Gynecol., 16
(5), 500
–505 https://doi.org/10.1046/j.1469-0705.2000.00287.x
(2000).
Google Scholar
A. Morgan,
“Adnexal mass evaluation in the emergency department,”
Emerg. Med. Clin. North Am., 19
(3), 799
–816 https://doi.org/10.1016/S0733-8627(05)70216-9 EMCAD7 0733-8627
(2001).
Google Scholar
D. Timmerman et al.,
“Simple ultrasound-based rules for the diagnosis of ovarian cancer,”
Ultrasound Obstet. Gynecol., 31
(6), 681
–690 https://doi.org/10.1002/uog.5365
(2008).
Google Scholar
B. Van Calster et al.,
“Evaluating the risk of ovarian cancer before surgery using the ADNEX model to differentiate between benign, borderline, early and advanced stage invasive, and secondary metastatic tumours: prospective multicentre diagnostic study,”
BMJ, 349 g5920 https://doi.org/10.1136/bmj.g5920
(2014).
Google Scholar
R. F. Andreotti et al.,
“O-RADS US risk stratification and management system: a consensus guideline from the ACR ovarian-adnexal reporting and data system committee,”
Radiology, 294
(1), 168
–185 https://doi.org/10.1148/radiol.2019191150 RADLAX 0033-8419
(2020).
Google Scholar
A. K. Hiett et al.,
“Performance of IOTA simple rules, simple rules risk assessment, ADNEX model and O-RADS in differentiating between benign and malignant adnexal lesions in North American women,”
Ultrasound Obstet. Gynecol., 59
(5), 668
–676 https://doi.org/10.1002/uog.24777
(2022).
Google Scholar
R. Yoeli-Bik et al.,
“Diagnostic performance of ultrasonography-based risk models in differentiating between benign and malignant ovarian tumors in a US Cohort,”
JAMA Network Open, 6
(7), e2323289 https://doi.org/10.1001/jamanetworkopen.2023.23289
(2023).
Google Scholar
D. Timmerman et al.,
“Subjective assessment of adnexal masses with the use of ultrasonography: an analysis of interobserver variability and experience,”
Ultrasound Obstet. Gynecol., 13
(1), 11
–16 https://doi.org/10.1046/j.1469-0705.1999.13010011.x
(1999).
Google Scholar
E. M. J. Meys et al.,
“Subjective assessment versus ultrasound models to diagnose ovarian cancer: a systematic review and meta-analysis,”
Eur. J. Cancer, 58 17
–29 https://doi.org/10.1016/j.ejca.2016.01.007 EJCAEL 0959-8049
(2016).
Google Scholar
P. Glanc et al.,
“First international consensus report on adnexal masses: management recommendations,”
J. Ultrasound Med., 36
(5), 849
–863 https://doi.org/10.1002/jum.14197 JUMEDA 0278-4297
(2017).
Google Scholar
K. Horsch et al.,
“Performance of computer-aided diagnosis in the interpretation of lesions on breast sonography,”
Acad. Radiol., 11
(3), 272
–280 https://doi.org/10.1016/S1076-6332(03)00719-0
(2004).
Google Scholar
Q. Hu and M. L. Giger,
“Clinical artificial intelligence applications: breast imaging,”
Radiol. Clin. North Am., 59
(6), 1027
–1043 https://doi.org/10.1016/j.rcl.2021.07.010
(2021).
Google Scholar
K. Lång et al.,
“Artificial intelligence-supported screen reading versus standard double reading in the Mammography Screening with Artificial Intelligence trial (MASAI): a clinical safety analysis of a randomised, controlled, non-inferiority, single-blinded, screening accuracy study,”
Lancet Oncol., 24
(8), 936
–944 https://doi.org/10.1016/S1470-2045(23)00298-X LOANBN 1470-2045
(2023).
Google Scholar
C. Ladbury et al.,
“Integration of artificial intelligence in lung cancer: rise of the machine,”
Cell Rep. Med., 4
(2), 100933 https://doi.org/10.1016/j.xcrm.2023.100933
(2023).
Google Scholar
S. Grossarth et al.,
“Recent advances in melanoma diagnosis and prognosis using machine learning methods,”
Curr. Oncol. Rep., 25
(6), 635
–645 https://doi.org/10.1007/s11912-023-01407-3
(2023).
Google Scholar
W. L. Bi et al.,
“Artificial intelligence in cancer imaging: clinical challenges and applications,”
CA Cancer J. Clin., 69
(2), 127
–157 https://doi.org/10.3322/caac.21552 CAMCAM 0007-9235
(2019).
Google Scholar
C. Lebbos et al.,
“Adnexal mass segmentation with ultrasound data synthesis,”
Simplifying Medical Ultrasound, 106
–116 Springer International Publishing, Cham
(2022). Google Scholar
F. Eckstein et al.,
“Effect of training set sample size on the agreement, accuracy, and sensitivity to change of automated U-net-based cartilage thickness analysis,”
Osteoarthr. Cartil., 29 S326
–S327 https://doi.org/10.1016/j.joca.2021.02.427 OSCAEO 1063-4584
(2021).
Google Scholar
T. Nemoto et al.,
“Effects of sample size and data augmentation on U-Net-based automatic segmentation of various organs,”
Radiol. Phys. Technol., 14
(3), 318
–327 https://doi.org/10.1007/s12194-021-00630-6
(2021).
Google Scholar
N. Baughan et al.,
“Sequestration of imaging studies in MIDRC: stratified sampling to balance demographic characteristics of patients in a multi-institutional data commons,”
J. Med. Imaging, 10
(6), 064501 https://doi.org/10.1117/1.JMI.10.6.064501
(2023).
Google Scholar
O. Ronneberger, P. Fischer and T. Brox,
“U-Net: convolutional networks for biomedical image segmentation,”
(2015). Google Scholar
L. R. Dice,
“Measures of the amount of ecologic association between species,”
Ecology, 26
(3), 297
–302 https://doi.org/10.2307/1932409 ECGYAQ 0094-6621
(1945).
Google Scholar
O. U. Aydin et al.,
“On the usage of average Hausdorff distance for segmentation performance assessment: hidden error when used for ranking,”
Eur. Radiol. Exp., 5 4 https://doi.org/10.1186/s41747-020-00200-2
(2021).
Google Scholar
O. U. Aydin et al.,
“Correction: on the usage of average Hausdorff distance for segmentation performance assessment: hidden error when used for ranking,”
Eur. Radiol. Exp., 6 56 https://doi.org/10.1186/s41747-022-00309-6
(2022).
Google Scholar
J. C. Bezdek, Pattern Recognition with Fuzzy Objective Function Algorithms, Springer, New York
(1981). Google Scholar
W. Chen, M. L. Giger and U. Bick,
“A fuzzy C-means (FCM)-based approach for computerized segmentation of breast lesions in dynamic contrast-enhanced MR images,”
Acad. Radiol., 13
(1), 63
–72 https://doi.org/10.1016/j.acra.2005.08.035
(2006).
Google Scholar
W. Chen et al.,
“Volumetric texture analysis of breast lesions on contrast-enhanced magnetic resonance images,”
Magn. Reson. Med., 58
(3), 562
–571 https://doi.org/10.1002/mrm.21347 MRMEEN 0740-3194
(2007).
Google Scholar
F. Moro et al.,
“Imaging in gynecological disease (11): clinical and ultrasound features of mucinous ovarian tumors,”
Ultrasound Obstet. Gynecol., 50
(2), 261
–270 https://doi.org/10.1002/uog.17222
(2017).
Google Scholar
R. Yoeli-Bik et al.,
“Ovarian masses: the value of acoustic shadowing on ultrasound examination,”
J. Ultrasound Med., 42
(4), 935
–945 https://doi.org/10.1002/jum.16100 JUMEDA 0278-4297
(2023).
Google Scholar
P. Schelb et al.,
“Classification of cancer at prostate MRI: deep learning versus clinical PI-RADS assessment,”
Radiology, 293
(3), 607
–617 https://doi.org/10.1148/radiol.2019190938 RADLAX 0033-8419
(2019).
Google Scholar
Y.-C. Lin et al.,
“Deep learning for fully automated tumor segmentation and extraction of magnetic resonance radiomics features in cervical cancer,”
Eur. Radiol., 30
(3), 1297
–1305 https://doi.org/10.1007/s00330-019-06467-3
(2020).
Google Scholar
W. Liu et al.,
“Evaluation of acute pulmonary embolism and clot burden on CTPA with deep learning,”
Eur. Radiol., 30
(6), 3567
–3575 https://doi.org/10.1007/s00330-020-06699-8
(2020).
Google Scholar
Y. Moribata et al.,
“Automatic segmentation of bladder cancer on MRI using a convolutional neural network and reproducibility of radiomics features: a two-center study,”
Sci. Rep., 13
(1), 628 https://doi.org/10.1038/s41598-023-27883-y SRCEC3 2045-2322
(2023).
Google Scholar
S. Marques et al.,
“Segmentation of gynaecological ultrasound images using different U-Net based approaches,”
in IEEE Int. Ultrason. Symp. (IUS),
1485
–1488
(2019). Google Scholar
L. Rundo et al.,
“Tissue-specific and interpretable sub-segmentation of whole tumour burden on CT images by unsupervised fuzzy clustering,”
Comput. Biol. Med., 120 103751 https://doi.org/10.1016/j.compbiomed.2020.103751 CBMDAW 0010-4825
(2020).
Google Scholar
Y. Wang et al.,
“CT-based deep learning segmentation of ovarian cancer and the stability of the extracted radiomics features,”
Quant. Imaging Med. Surg., 13
(8), 5218
–5229 https://doi.org/10.21037/qims-22-1135
(2023).
Google Scholar
Y. Wang et al.,
“Deep learning for the ovarian lesion localization and discrimination between borderline and malignant ovarian tumors based on routine MR imaging,”
Sci. Rep., 13
(1), 2770 https://doi.org/10.1038/s41598-023-29814-3 SRCEC3 2045-2322
(2023).
Google Scholar
S. Khazendar et al.,
“Automated characterisation of ultrasound images of ovarian tumours: the diagnostic accuracy of a support vector machine and image processing with a local binary pattern operator,”
Facts Views Vis. Obgyn., 7
(1), 7
–15
(2015).
Google Scholar
D. Al-karawi et al.,
“An evaluation of the effectiveness of image-based texture features extracted from static B-mode ultrasound images in distinguishing between benign and malignant ovarian masses,”
Ultrason. Imaging, 43
(3), 124
–138 https://doi.org/10.1177/0161734621998091 ULIMD4 0161-7346
(2021).
Google Scholar
V. Chiappa et al.,
“The adoption of radiomics and machine learning improves the diagnostic processes of women with Ovarian MAsses (the AROMA pilot study),”
J. Ultrasound, 24
(4), 429
–437 https://doi.org/10.1007/s40477-020-00503-5
(2021).
Google Scholar
F. Yao et al.,
“Nomogram based on ultrasound radiomics score and clinical variables for predicting histologic subtypes of epithelial ovarian cancer,”
Br. J. Radiol., 95
(1136), 20211332 https://doi.org/10.1259/bjr.20211332 BJRAAP 0007-1285
(2022).
Google Scholar
P. Shrestha et al.,
“A systematic review on the use of artificial intelligence in gynecologic imaging – background, state of the art, and future directions,”
Gynecol. Oncol., 166
(3), 596
–605 https://doi.org/10.1016/j.ygyno.2022.07.024 GYNOA3
(2022).
Google Scholar
Z.-P. Tang et al.,
“Ultrasound-based radiomics for predicting different pathological subtypes of epithelial ovarian cancer before surgery,”
BMC Med. Imaging, 22
(1), 147 https://doi.org/10.1186/s12880-022-00879-2
(2022).
Google Scholar
J. Jin et al.,
“Multiple U-Net-based automatic segmentations and radiomics feature stability on ultrasound images for patients with ovarian cancer,”
Front. Oncol., 10 614201 https://doi.org/10.3389/fonc.2020.614201
(2021).
Google Scholar
J. F. Barcroft et al.,
“Machine learning and radiomics for segmentation and classification of adnexal masses on ultrasound,”
NPJ Precis. Oncol., 8 41 https://doi.org/10.1038/s41698-024-00527-8
(2024).
Google Scholar
C. H. Phillips et al.,
“The ovarian/adnexal reporting and data system for ultrasound: from standardized terminology to optimal risk assessment and management,”
Can. Assoc. Radiol. J., 74
(1), 44
–57 https://doi.org/10.1177/08465371221108057 CARJE4
(2023).
Google Scholar
L. J. Brattain,
“Machine learning for medical ultrasound: status, methods, and future opportunities,”
Abdom. Radiol., 43
(4), 786
–799 https://doi.org/10.1007/s00261-018-1517-0
(2018).
Google Scholar
BiographyHeather M. Whitney, PhD, is an assistant professor of radiology at the University of Chicago. She received her PhD in physics from Vanderbilt University, conducting research at the Vanderbilt University Institute of Imaging Science. She is interested in investigating the effects of the physical basis of imaging on radiomics, the repeatability and robustness of radiomics, the development of methods for task-based distribution, and bias and diversity of medical imaging datasets. Roni Yoeli-Bik, MD, is a postdoctoral scholar in the Lengyel Ovarian Cancer Research Laboratory/Department of Obstetrics and Gynecology at the University of Chicago. She received her MD from Hebrew University of Jerusalem, Hadassah Medical Center, Israel. She is interested in refining diagnostic methods for adnexal masses, leveraging advanced AI techniques to extend the reach of quality care, and investigating innovative diagnostic strategies to promote women’s health. Jacques S. Abramowicz, MD, is a professor of obstetrics and gynecology at the University of Chicago and previous director of ultrasound at the Fetal and Neonatal Care Center. His specialty is maternal–fetal medicine with special training and expertise in obstetrics and gynecology ultrasound. His interests are prenatal diagnosis of fetal anomalies, ovarian cancer screening, 3D ultrasound, and bioeffects and safety of ultrasound. He is a fellow of ACOG, AIUM, and AGOS. Li Lan, MS, has been working on breast image analysis research at the University of Chicago since 1996. Her research interests include developing user-friendly workstations/software packages, database management, and data analysis. Hui Li, PhD, is a research associate professor of radiology at the University of Chicago. He has been working on quantitative imaging analysis on medical images for more than 20 years. His research interests include risk assessment, diagnosis, prognosis, response to therapy, understanding the relationship between radiomics and genomics, and their future roles in precision medicine with both conventional and deep learning approaches. Ryan E. Longman, MD, is an associate professor and the Section Chief of Ultrasound, Genetics, and the Fetal Neonatal Care Center for the Department of Obstetrics and Gynecology at the University of Chicago. His clinical practice specializes on prenatal and gynecologic imaging, early fetal anatomic survey at 12 to 14 weeks, amniocentesis, chorionic villus sampling, noninvasive prenatal genetic testing, carrier screening, chromosomal microarray, fetal exome sequencing, pregnant women with connective tissue disorders, and cancer genetics. Ernst Lengyel, MD, PhD, is a professor of obstetrics and gynecology at the University of Chicago. He is a gynecologic oncologist treating women with ovarian cancer and directs a translational research laboratory investigating the biology of ovarian cancer. Maryellen L. Giger is the A.N. Pritzker Distinguished Service Professor at the University of Chicago. Her research involves computer-aided diagnosis/machine learning in medical imaging. She is contact PI on the NIBIB-funded Medical Imaging and Data Resource Center; a member of the National Academy of Engineering; a recipient of the AAPM Coolidge Gold Medal, the SPIE Harrison H. Barrett Award, and the RSNA Outstanding Researcher Award; and a fellow of AAPM, AIMBE, SPIE, and IEEE. |
Image segmentation
Ultrasonography
Education and training
Tissues
Ovarian cancer
Pathology
Radiomics