| Literature DB >> 35140318 |
Cowan Ho1, Zitong Zhao2, Xiu Fen Chen2, Jan Sauer3, Sahil Ajit Saraf3, Rajasa Jialdasani3, Kaveh Taghipour3, Aneesh Sathe3, Li-Yan Khor2,4, Kiat-Hon Lim2,4, Wei-Qiang Leow5,6,7.
Abstract
Colorectal cancer is one of the most common cancers worldwide, accounting for an annual estimated 1.8 million incident cases. With the increasing number of colonoscopies being performed, colorectal biopsies make up a large proportion of any histopathology laboratory workload. We trained and validated a unique artificial intelligence (AI) deep learning model as an assistive tool to screen for colonic malignancies in colorectal specimens, in order to improve cancer detection and classification; enabling busy pathologists to focus on higher order decision-making tasks. The study cohort consists of Whole Slide Images (WSI) obtained from 294 colorectal specimens. Qritive's unique composite algorithm comprises both a deep learning model based on a Faster Region Based Convolutional Neural Network (Faster-RCNN) architecture for instance segmentation with a ResNet-101 feature extraction backbone that provides glandular segmentation, and a classical machine learning classifier. The initial training used pathologists' annotations on a cohort of 66,191 image tiles extracted from 39 WSIs. A subsequent application of a classical machine learning-based slide classifier sorted the WSIs into 'low risk' (benign, inflammation) and 'high risk' (dysplasia, malignancy) categories. We further trained the composite AI-model's performance on a larger cohort of 105 resections WSIs and then validated our findings on a cohort of 150 biopsies WSIs against the classifications of two independently blinded pathologists. We evaluated the area under the receiver-operator characteristic curve (AUC) and other performance metrics. The AI model achieved an AUC of 0.917 in the validation cohort, with excellent sensitivity (97.4%) in detection of high risk features of dysplasia and malignancy. We demonstrate an unique composite AI-model incorporating both a glandular segmentation deep learning model and a classical machine learning classifier, with excellent sensitivity in picking up high risk colorectal features. As such, AI plays a role as a potential screening tool in assisting busy pathologists by outlining the dysplastic and malignant glands.Entities:
Mesh:
Year: 2022 PMID: 35140318 PMCID: PMC8828883 DOI: 10.1038/s41598-022-06264-x
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1A sample analysis on a whole slide image (WSI). Left: original image. Right: the segmentation model highlighted regions of the WSI as (1) likely benign or normal (green), (2) likely dysplastic (orange), and (3) likely malignant (red). The AI model also segmented blood vessels (pink) and inflammation (yellow), and these segmentations were taken into account for slide labeling.
Data augmentations applied during training.
| Augmentation method | Details |
|---|---|
| Rotation | Images were randomly rotated by 0°, 90°, 180°, or 270° with equal probability |
| Mirroring | Images were randomly mirrored along either the horizontal axis, the vertical axis, or neither axis with equal probability |
| Contrast | Increases or decreases the contrast of an image by shifting pixel values either away from or towards the mean intensity of the image, respectively, by a uniformly sampled random multiplicative factor between 0.7 and 1.3 |
| Brightness | Increases or decreases the brightness of an image by increasing or decreasing the pixel values, respectively, by a uniformly sampled random multiplicative factor between 0.7 and 1.3 |
| H&E color augmentation | The image is transformed from the RGB color space into the H&E color space so the first image channel now corresponds to the intensity of the hematoxylin and the second to the eosin stains. These two channels are now modulated by adding or subtracting uniformly sampled random numbers between − 0.05 and 0.05 to each channel. The image is then converted back to the RGB color space |
| This augmentation is meant to simulate the effects of variability in the staining intensity | |
| Gaussian noise | Every pixel is additively modulated by a normally distributed number (sigma = 0.1). This is meant to simulate various digital image artifacts that can occur during the scanning process |
| Gaussian blur | A Gaussian blur effect is applied to the entire image (radius = 0.1) to simulate microscope images that may be slightly out of focus |
Figure 2Labelling of “high-risk” (red) versus “low-risk” (green) regions based on the ground truth. A tile is labeled high-risk if there is overlap with any amount of high-risk ground truth annotations. Otherwise, the tile is labeled as low-risk. In this example, the highlighted tile would be labeled high-risk. The same rule was also applied to AI annotations. If a tile contains any amount of high-risk annotation given by AI, the tile is labeled as high-risk by AI, and low-risk otherwise.
Figure 3Performance data from applying the AI model on the validation set of 150 WSIs.
Figure 4AUC curve from applying the AI model on the validation set of 150 WSIs. The system achieves an AUC of 91.7%.
Figure 5Proposed workflow for the use of AI in pathology.
Comparison of studies with similar convolutional neural network architecture.
| Study | Objectives | Dataset | F1 score |
|---|---|---|---|
| Xu et al. (2017) | Segmentation of colon glands | GLAS challenge (165 images) | 0.893 |
| Xu et al. (2016) | Nuclei segmentation | 537 images from Case Western Reserve University | 0.858 |
| Korbar et al. (2017) | Deep Neural Network Visualization to Interpret WSI Analysis Outcomes for Colorectal Polyps | 176 WSIs from Dartmouth-Hitchcock Medical Center | 0.925 |
| MIMO—Net[ | Various studies | Various studies | 0.913 |
| DeepLab v3+[ | Various studies | Various studies | 0.862 |
| SegNet[ | Various studies | Various studies | 0.858 |
| FCN—8[ | Various studies | Various studies | 0.783 |
| Qritive Colon AI (current study) | Glandular segmentation deep learning model to detect high risk colorectal polyps | WSIs produced from 294 colorectal specimens from Singapore General Hospital | 0.974–0.856 |
GLAS Gland Segmentation in Colon Histology Images Challenge Contest, WSI whole slide images.