Skip to main content

ORIGINAL RESEARCH article

Front. Bioeng. Biotechnol., 27 March 2019
Sec. Computational Genomics
Volume 7 - 2019 | https://doi.org/10.3389/fbioe.2019.00052

Deep Learning With Sampling in Colon Cancer Histology

  • 1Department of Computer Science, University of Warwick, Coventry, United Kingdom
  • 2Cellular Pathology Department, University Hospital of Coventry and Warwickshire, Coventry, United Kingdom

This study applied a deep-learning cell identification algorithm to diagnostic images from the colon cancer repository at The Cancer Genome Atlas (TCGA). Within-image sampling improved performance without loss of accuracy. The features thus derived were associated with various clinical variables including metastasis, residual tumor, venous invasion, and lymphatic invasion. The deep-learning algorithm was trained using images from a locally available data set, then applied to the TCGA images by tiling them, and identifying cells in each patch defined by the tiling. In this application the average number of patches containing tissue in an image was ~900. Processing a random sample of patches greatly reduced computation costs. The cell identification algorithm was applied directly to each sampled patch, resulting in a list of cells. Each cell was labeled with its location and classification (“epithelial,” “inflammatory,” “fibroblast,” or “other”). The number of cells of a given type in the patch was calculated, resulting in a patch profile containing four features. A morphological profile that applied to the entire image was obtained by averaging profiles over all patches. Two sampling policies were examined. The first policy was random sampling which samples patches with uniform weighting. The second policy was systematic random sampling which takes spatial dependencies into account. Compared with the processing of complete whole slide images there was a seven-fold improvement in performance when systematic random spatial sampling was used to select 100 tiles from the whole-slide image for processing, with very little loss of accuracy (~4% on average). We found links between the predicted features and clinical variables in the TCGA colon cancer data set. Several significant associations were found: increased fibroblast numbers were associated with the presence of metastasis, venous invasion, lymphatic invasion and residual tumor while decreased numbers of inflammatory cells were associated with mucinous carcinomas. Regarding the four different types of cell, deep learning has generated morphological features that are indicators of cell density. The features are related to cellularity, the numbers, degree, or quality of cells present in a tumor. Cellularity has been reported to be related to patient survival and other diagnostic and prognostic indicators, indicating that the features calculated here may be of general usefulness.

Introduction

Histopathology, the microscopic examination of diseased tissue is central to the diagnosis and treatment of cancer. Recent developments in digital microscopy have enabled the extraction of useful information from whole-slide images (WSIs) of cancer tissue using deep learning algorithms that are based on convolutional neural networks (Janowczyk and Madabhushi, 2016). Ideally, deep learning applications can replace tasks carried out in manual pathology, identifying key features that are easily interpretable and that have prognostic power.

Most deep learning algorithms are trained with relatively small images. To apply a trained algorithm to a whole-slide image a straightforward approach is to tile the WSI with small patches and apply the deep-learning algorithm to each patch independently. The per-patch results may be averaged over the WSI to generate a collection of features which characterize the spatial characteristics of the WSI, a morphological profile.

However, such an approach is computationally costly: on average, each WSI in the data set used in this study contained about 900 patches that had significant amounts of tissue. Computational costs can be reduced by sampling a limited number of patches, applying the algorithm to each, then averaging the per-patch features. In principle, if enough patches are sampled, processing costs can be reduced without significant loss of accuracy. The main aim of this study was to examine the behavior of sampling as applied to WSIs. In addition, we have showed how profiles generated by sampled patches have significant associations with clinical variables.

Figure 1 illustrates the stages used to create a morphological profile from a whole-slide image. The cell identification algorithm has been trained using images of fixed size and resolution. (In the experiments described here, the training image size was 500 × 500 pixels at a resolution of 20X, ~0.5 microns/pixel). The algorithm identifies cells (in practice cell nuclei) and classifies them as one of four types (epithelial cells, inflammatory cells, fibroblasts, and “other” cells).

FIGURE 1
www.frontiersin.org

Figure 1. From image to profile: stages. (A) Histopathology Image. (B) Foreground Mask. (C) Tiling, with sampled patches. (D) Sampled patch. (E) Cells identified by algorithm. (F) Histogram of cell frequencies.

In the first stage, that of segmentation, the whole slide image (1a) is separated into foreground and background regions, represented by a binary mask (1b). In the second stage the mask is divided into patches which are the same size and resolution as those used to train the algorithm. Each patch then is categorized as foreground or background, depending on the percentage of pixels assigned by the mask. Next, as shown in (1c) foreground patches in the grid of tiles are sampled. For each patch (1d) that has been sampled the cell identification algorithm locates and classifies cells (1e). The information concerning cell nuclei is summarized in a tile profile. The tile profiles are averaged, generating the profile for the whole-slide image. The profile is displayed as a histogram (1f) showing the frequencies of the four cell types: epithelial, inflammatory, fibroblasts and “other.” The features comprising the profile can be interpreted as measures of cellularity, the number of cells of a given type in the cancer tissue. Cellularity is described as:

“The degree, quality, or condition of cells that are present” (Farlex Partner Medical Dictionary, 2012).

Sampling of regions within an image is a standard procedure in manual pathology. Pathologists are accustomed to rapidly scanning tissue slides under the microscope and selecting interesting regions for intensive consideration. Kayser et al. (2009) discuss how an equivalent procedure can be carried out using digital pathology. They propose an implementation using three stages. In the first stage a set of regions in the image is generated by automated sampling, in the second stage an information measure is calculated for each region, and in the final stage the most informative regions are selected for intensive consideration by the pathologist. The authors argue that this hybrid approach can achieve viewing times that are comparable with those achieved in manual pathology.

Automated sampling within an image is used in stereology, originally the analysis of three-dimensional structures, using two-dimensional sections. In stereology various statistical procedures are used to extract significant structural information. A typical approach is to lay a regular grid over the image, and to sample the image using the grid. Stereology has been applied using digital pathology by Keller et al. (2013). The authors found that the use of their automated sampling algorithm was 50–90% more time efficient than conventional random sampling.

In another study sampling was employed in the analysis of cases of colon cancer where pathologists were asked to categorize the tissue type at 300 randomly selected points in a dense region of tissue (West et al., 2010). The study found that a low proportion of tumor cells was related to poor cancer-specific survival.

As for digital pathology, a description of the use of sampling in the detection of invasive breast cancer in histopathology images can be found in Cruz-Roa et al. (2018). A trained CNN classifier accepted patches of fixed size as input. The pathology image was tiled and in the first sampling step the resulting patches were randomly sampled. Each patch in the sample set was classified as homogeneous or heterogeneous. Regions of interest were those where the classification was uncertain. The regions surrounding tiles of uncertain classification were searched by sampling them systematically, using the gradient of the uncertainty map to guide the search.

In histopathology applications the choice of a sampling policy is affected by spatial dependency, whereby characteristics at neighboring locations tend to have similar values. Standard statistical sampling techniques that assume independence among observations do not take spatial dependency into account and are not always the most appropriate. Sampling policies that do take account of spatial dependencies have been developed in geospatial statistics (Delemelle, 2009) and of these systematic random sampling is a well-known technique (De Smith, 2018).

In the experiments described in this article a straightforward approach has been used: sampling of a set of patches, followed by cell identification, and profile generation. The two sampling policies that have been implemented are random sampling, and systematic random sampling.

Note that in some situations, non-random sampling, such as uniform spacing may be adequate. Uniform spacing gives good coverage of the WSI but will fail if there are periodicities in the image, or if there are relationships that depend on distance that should be estimated from the sample.

In the work described here, variants of two sampling policies have been implemented. In the basic form of Random Sampling (RS) a set of N points is selected from a W × H sized rectangle, using the uniform distribution over [W, H]. Random sampling is straightforward to implement but if spatial dependencies are present random sampling tends over-sample some areas and under-sample others.

Systematic Random Sampling (SRS) overcomes the unbalanced sampling problem of RS. The region surrounding the image is overlaid with a grid of identical tiles and a sample is taken from within each tile. SRS may be viewed as a combination of random and non-random sampling.

In adaptive sampling, information is derived from the samples already taken, and used to choose later samples. If elements of search are incorporated into the sampling process, then adaptive sampling may be appropriate. SRS and RS are non-adaptive sampling policies: all observations are made at once, according to the same rule.

This article reports on experiments with sampling polices, RS and SRS. Because there was no prior information to indicate that any specific feature in the morphological profile should be prioritized, we did not consider the use of adaptive sampling. This does not rule out the use of adaptive sampling in future applications, for example, when it is necessary to concentrate on features that are uncommon and when sampling should be directed toward areas with such features. For example, if a tissue sample consists mainly of normal cells, but we wish to analyze the features of abnormal cells, it might be advisable to search near points already sampled that were found to contain abnormal cells.

Materials and Methods

Cell Identification Algorithm

To enable the comparison of the two sampling policies in the calculation of WSI profiles a cell identification algorithm was trained, based on work described in Sirinukunwattana et al. (2016). The algorithm comprised two convolutional neural networks (CNNs) working in series. The first network was a detection network which located cells and passed the cell coordinates to the second network, a classification network which categorized each cell as epithelial, inflammatory, a fibroblast or as “other.” The algorithm was trained using a dataset augmented from that used in Sirinukunwattana et al. (2016). Training data was a set of RGB images of size [500 × 500] at 20X. The output of the cell identification algorithm was a cell map—a set of cell locations and cell types.

In equation (1) the model accepts an image I, and creates a cell-map consisting of nM cell nuclei, located at points <x,y> each of which is labeled by a cell type c.

M(I) ={nM, xi,yi, ci:1inM}#(1)    (1)

The image's morphological profile is a set of J features. Feature fj is the number of cells of type j in the cell map:

fj=inM{(ci}==j)#(2)    (2)

Figure 2 displays a patch marked with the results of the cell identification algorithm (500 pixels square at 20X). The algorithm has identified a mixture of epithelial cells (red dots) and inflammatory cells (green dots), plus cells identified as fibroblasts (yellow dots). To compute the morphological profile of the patch, we simply count the numbers of different types of cell.

FIGURE 2
www.frontiersin.org

Figure 2. Patch showing types of cells identified.

Training the Cell Identification Algorithm

Training data consisted of 853 hand-marked images, most of which were from the same WSIs described in Sirinukunwattana et al. (2016). The detection algorithm was trained using the method proposed in that publication and described there. The code was implemented in Matconvnet (Vedaldi and Lenc, 2015). The same clustering algorithm as detailed in Sirinukunwattana et al. (2016) was applied to the probability map output by the convolutional neural network and generated the locations of cell nuclei.

The classification model, based on the Tensorflow “cifar10” model (Krizhevsky, 2009), was trained with Tensorflow (Abadi et al., 2016), using the Pycharm IDE. The layers of the classification CNN were the same as those defined in the “cifar10” model (Tensorflow, 2018), and the following hyperparameters were applied: (batch size = 128, moving average decay = 0.9999, number of epochs per decay = 350, learning rate decay factor = 0.1, initial learning rate = 0.1, maximum number of steps = 1,000,000).

The training data used in classification was marked with the locations of different types of cells. The data set included the 100 training images described in Sirinukunwattana et al. (2016) plus patches from the same WSIs and new ones. Sub-patches for training the classification network were generated by selecting 51 × 51 pixel images around hand-marking points. There were 111,659 of these, from which smaller patches of size 33 × 33 pixels were extracted subject to random displacements that allowed for inaccuracies in location (an average of up to ±5 pixels) and each which was augmented in training by four extra images generated by rotation and reflection. All processing was done at 20X (0.5 microns/pixel). The average RGB intensities of the training patches were recorded for later use in standardization. An accuracy of 84% was achieved in evaluation of classification using a hold-out set.

Experimental Dataset

Colorectal cancer data from The Cancer Genome Atlas (TCGA) has yielded a molecular characterization of human colon and rectal data (Cancer Genome Atlas Network, 2012). With a view to the creation of image profiles, diagnostic images of colon cancer (from haemotoxilyn and eosin formalin embedded samples) were downloaded from the TCGA COAD data set, via the Genomic Data Commons Portal (2018)1 COAD, the TCGA colon cancer dataset, contains 400+ diagnostic images, stored in SVS format, most of which have a resolution of 40X (0.25 microns/pixel). Of the COAD set 142 images were selected from a single site, the “AA” site.

Implementation of Profile Generation

Segmentation

Each WSI was segmented into foreground (tissue present) and background (no tissue present) regions using an entropy-based algorithm which created a foreground mask (See Figure 1B). The WSI was tiled with square patches 500 pixels in width (20X). Patches that overlapped with the foreground mask were denoted as foreground patches.

Random Sampling—Cell Identification

In the case of RS and for each experimental run, nT patches were randomly sampled from the set of nF foreground patches. The cell detection algorithm was applied to each patch individually. The detection component calculated the haemotoxylin channel and supplied it to the detection CNN. The classification module extracted small patches around each detected point, normalized them collectively, using the average intensities saved from the training stage, and applied the classification algorithm to each patch individually, generating a set of patch types which were used to calculate morphological profiles.

Denoting the profile of patch t by ftij, where each WSI is labeled with index i the whole-slide profile fwij is:

fwij=t=1nTftijnT#(3)    (3)

Systematic Random Sampling—Cell Identification

The following version of SRS was implemented. As with RS a sample size was specified: in this case a nominal sample size nNOM. A coarse tiling of the WSI used sample grids, squares that each contained g × g patches. With SRS one patch was sampled randomly from each sample grid. If the tile was a foreground tile, then the cell identification algorithm was applied to the patch and the resulting profile was added to a list of profiles associated with the WSI. Otherwise, if the patch was a background patch, it was ignored. The whole-slide profile was calculated by averaging the profiles in the list. The choice of g, the dimension of the sample grid, depended on the number of foreground tiles in the image as well as on the nominal sample size. The size of the sample grid is a function of three quantities, nNOM, the minimum number of tiles to be sampled; γ, the fraction of tiles in the image that are not artifacts; and nF the number of foreground tiles,

g=floor(γnFnNOM)#(4)    (4)

Figure 3 is a detail of a whole slide split into sample grids with divisions indicated by blue lines. Each sample grid contains 3 × 3 tiles. The tiles selected by SRS for processing by cell identification are outlined in yellow. Not every sample grid in the figure contains a yellow square: if the sample grid contains only background tiles no tile will be selected; or if a background tile happens to be selected then it is not processed.

FIGURE 3
www.frontiersin.org

Figure 3. Detail of whole-slide image showing sample grids and selected patches.

Note that a straightforward gray-detection algorithm was used to identify patches containing artifacts. The percentage of patches containing artifacts γ was estimated by sampling patches.

Evaluation of Profile Generation

In five of the TCGA diagnostic images 1,500 cells were hand-marked by a pathologist. Cells were classified as normal epithelial cells, malignant epithelial cells, inflammatory cells or as fibroblasts. Patches containing hand-marked cells were run through the cell identification algorithm, and the accuracies of detection and classification were computed. (Note that the two types of epithelial cells were merged into one, because the cell identification algorithm did not distinguish them). Both detection and classification achieved 65% accuracy on average (Table 1).

TABLE 1
www.frontiersin.org

Table 1. Detection and classification accuracy.

Experiments With Sampling

Both sampling policies, RS and SRS, were applied using the following nominal sample sizes: 25, 50, 100. For both RS and SRS and for each nominal sample size two batch runs were executed. In each batch run the sampling policy was applied to the 142 whole slide images. The batch runs of RS were done after those for SRS using the actual sample sizes generated by SRS, ensuring that the runs could be compared for accuracy.

Figure 4 comprises four scatterplots. Each scatterplot displays results for one type of cell and each point on a scatterplot corresponds to one of the images from the experimental dataset. X values are profile features calculated in the first batch run and Y values are the corresponding features output by the second batch run.

FIGURE 4
www.frontiersin.org

Figure 4. Scatterplots comparing batch runs of SRS (systematic random sampling).

Table 2 compares SRS and RS for a range of sample sizes and cell types. Table entries have been computed as follows. For a given nominal sample size, cell type, and WSI, the difference between the features output by two batch runs is calculated. The absolute difference is taken, averaged over all 142 images, and divided by the global average for that cell type to create a relative batch difference. As would be expected, the relative batch difference decreases with increasing sample size. SRS performs better than RS in all cases. For example, for epithelial cells, SRS average relative batch differences are fractions 0.80, 0.74, and 0.60 of the corresponding RS values.

TABLE 2
www.frontiersin.org

Table 2. Comparison of RS and SRS.

Correlation Matrix

Table 3 shows the correlations between counts of the four types of cells. A-priori one might expect cell counts to be negatively correlated because cells are competing for space in the tissue. Of the six correlations in the lower left of the matrix four are negative: however, the number of fibroblasts is positively related to the number of “Other” cells. Possibly, the algorithm is misidentifying cells here, or there may be a genuine biological connection.

TABLE 3
www.frontiersin.org

Table 3. Correlation matrix of cell counts.

Morphological Profiles and Clinical Variables

Preprocessing of the clinical data associated with the 142 images in the data set identified 14 clinical variables of interest. (Variables with large numbers of missing values were excluded, as were variables with constant values). Each variable was cross-tabulated against each of the four profile features, or correlation coefficients were calculated, or a MANOVA was performed. Where the clinical variable was a binary categorical variable, t-tests were used to compare the mean value of the profile variable by clinical group. For example, metastasis was grouped by value as “M0” or “M1” and it was natural to compare the average numbers of different types of cells in the two groups.

Table 4 shows the six clinical variables for which the (uncorrected) t-test had a p ≤ 0.05 for at least one of the four cell types. The other clinical variables were also tested, but no significant relationships were observed and we do not show these results. Table 4 shows the name of the clinical variable in the first column followed by the categories of interest and the number of patients in each category. In lines containing cell types, the average value of the cell count is shown for each category, followed by the p-value. The significance value of 0.05, appropriate to a single test has been adjusted using the Benjamini-Hochberg correction (Hochberg and Benjamini, 1990; Benjamini and Hochberg, 1995) and is shown in the column labeled “BH p-value.”

TABLE 4
www.frontiersin.org

Table 4. Associations between cells counts and clinical variables.

Differences between the two categories for metastasis had significant p-values for all cell types. Compared with M0 (colorectal cancer without evidence of distant metastasis), the category M1, where metastasis was present, had increased numbers of fibroblasts and “Other” cells and fewer epithelial cells and inflammatory cells. The presence of residual tumor was also associated with more fibroblasts and “Other” cells and fewer epithelial cells and inflammatory cells. Both vascular invasion and venous invasion were associated with increased numbers of fibroblasts. Venous invasion was associated with fewer epithelial cells.

Mucinous carcinomas were associated with fewer inflammatory cells than were non-mucinous carcinomas. Finally, the 12 patients who were recorded as dead when added to the TCGA repository were also likely to have fewer inflammatory cells detected than patients who were recorded as alive, although the associated p-values were not significant.

Note that the remaining clinical variables, for which no associations were found, were as follows: Gender, Age, T Stage, N Stage, History of colon polyps, History of other malignancy, Anatomic neoplasm subdivision (Tumor Location—left side vs. right side), and CEA level.

Discussion

Conclusions

In this application statistical sampling of patches from whole-slides images proved to be worthwhile: significant improvements in performance were achieved with very little loss of accuracy. Systematic random sampling was markedly more accurate than straightforward random sampling. For example, with a sample size of 100, and considering epithelial cell counts the batch difference indicator was 3.5% for systematic random sampling and 5.8% for basic random sampling (Table 3 above).

The profiles being computed were particularly suitable for random sampling because the features of interest were additive over regions in the images. In applications where the regions of interest are sparse and spatially concentrated, adaptive sampling may be more appropriate. The two examples from the literature, discussed in the introduction use random sampling to find regions of interest followed by adaptive sampling to narrow the search.

Statistically significant associations between morphology and various clinical variables were found in this study. The TNM grading system used in cancer treatment considers tumor penetration, nodes, and metastasis (National Cancer Institute, 2018). Of these three indicators significant associations were found for metastasis, for all four types of cell.

There were five clinical variables for which we found significant relationships with morphological features. Four clinical variables had significant associations with fibroblast counts: in each case higher fibroblast counts were associated with poorer values of the clinical variable. This is not unexpected (Hewitt et al., 1993). In a review of the role of cancer-associated fibroblasts in the tumor microenvironment, Kalluri (2016) refers to fibroblasts as the “cockroaches” of the human body and states that they play an important role in tumorigenesis and cancer progression.

Two clinical variables were associated with differences in inflammatory cell counts, namely metastasis, and mucinous carcinoma. Poor values of the clinical variables were associated with lower numbers of inflammatory cells, which might be expected, in the light of the positive role of tumor infiltrating lymphocytes in slowing down disease progression (Nosho et al., 2010; Nigro et al., 2016).

Finally, metastasis, residual tumor, and venous invasion were related to lower numbers of epithelial cells.

The morphological features extracted from the 142 diagnostic images from the COAD data set may be regarded as expressions of cellularity. Cellularity is a familiar concept in pathology: here each morphological feature corresponds to the spatial density of the corresponding cell type.

Future Directions

In addition to the cellularity features studied here, other features may be calculated using deep learning. Such features include tumor budding which is the presence of single tumor cells or small clusters of up to five cells in the stroma and which is associated with aggressive cancer (Ueno et al., 2002; De Smedt et al., 2016; Koelzer et al., 2016). In addition, (Konishi, 2018)suggest that poorly differentiated clusters, perineural invasion, and desmoplastic reaction are also important in diagnosis. Another morphology of interest is that of serrated cancers in which the colonic glands are of distinctly serrated form (García-Solano et al., 2012; Murcia et al., 2016).

Jass (2007) classified colorectal cancers according to molecular features, observing that they are related to morphological features such as the number of tumor infiltrating lymphocytes, differentiation, presence of dirty necrosis, serration, tumor budding, mucinous/not mucinous, and presence of an expanding invasive margin. Felipe De Sousa et al. (2013) reported that serrated cancers have distinct molecular features. Deep learning has recently been used to predict diagnostic molecular features from morphology, e.g., for lung cancer (Coudray et al., 2018), and breast cancer (Couture et al., 2018). It is to be expected that future work with deep learning will enable morphological, clinical and molecular data to be linked.

Extending the Analysis

We have shown experimentally that a cell identification algorithm using deep learning can uncover interesting relationships between tissue morphology and a range of clinical variables and that systematic sampling of tissue regions can improve performance without losing accuracy.

The experimental results in this paper were obtained from a single TCGA site. The analysis should be extended to all sites in the TCGA colon cancer repository. In the experiments carried out here, standardization was straightforward, using the pooled average intensities of a group of WSIs to normalize data. Unfortunately, there is no guarantee that this approach will always be successful. Standardization techniques that cater for the many different originating sites in TCGA should be used. Carried out effectively, standardization ensures that reproducible morphological features are generated.

Data Availability

Publicly available datasets were analyzed in this study. This data can be found here: https://gdc.cancer.gov.

Author Contributions

MS was responsible for aspects of sampling, handled the data, developed the code and did the numerical analysis, and wrote the report. KH did hand-marking of the TCGA histology slides and provided advice on both histology and clinical data. NR contributed the general framework for the deep learning approach and provided both general specific guidance.

Conflict of Interest Statement

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.

Footnotes

References

Abadi, M., Agarwal, A., Barham, P., Brevdo, E., Chen, Z., Citro, C., et al. (2016). “TensorFlow: large-scale machine learning on heterogeneous systems,” in 12th USENIX Symposium on Operating Systems Design and Implementation (Savannah), 265–283.

Google Scholar

Benjamini, Y., and Hochberg, Y. (1995). Controlling the false discovery rate: a practical and powerful approach to multiple testing. J. R. Stat. Soc. Series B 57, 289–300.

Google Scholar

Cancer Genome Atlas Network (2012). Comprehensive molecular characterization of human colon and rectal cancer. Nature 487, 330–337. doi: 10.1038/nature11252

CrossRef Full Text

Coudray, N., Ocampo, P. S., Sakellaropoulos, T., Narula, N., Snuderl, M., Fenyö, D., et al. (2018). Classification and mutation prediction from non–small cell lung cancer histopathology images using deep learning. Nat. Med. 24, 1559–1567. doi: 10.1038/s41591-018-0177-5

PubMed Abstract | CrossRef Full Text | Google Scholar

Couture, H. D., Williams, L. A., Geradts, J., Nyante, S. J., Butler, E. N., Marron, J. S., et al. (2018). Image analysis with deep learning to predict breast cancer grade, ER status, histologic subtype, and intrinsic subtype. NPJ Breast Cancer 4:30. doi: 10.1038/s41523-018-0079-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Cruz-Roa, A., Gilmore, H. L., Basavanhally, A., Feldman, M., Ganesan, S., Shih, N., et al. (2018). High-throughput adaptive sampling for whole-slide histopathology image analysis (HASHI) via convolutional neural networks: application to invasive breast cancer detection. PLoS ONE 13:5. doi: 10.1371/journal.pone.0196828

PubMed Abstract | CrossRef Full Text | Google Scholar

De Smedt, L., Palmans, S., and Sagaert, X. (2016). Tumour budding in colorectal cancer: what do we know and what can we do. Virchows Arch. 468, 397–408. doi: 10.1007/s00428-015-1886-5

PubMed Abstract | CrossRef Full Text | Google Scholar

De Smith, M. (2018). Geospatial Analysis: A Comprehensive Guide to Principles, Techniques and Software Tools. London: Drumlin Security Limited.

Google Scholar

Delemelle, E. (2009). “Spatial sampling,” in The SAGE Handbook of Spatial Analysis, eds A. Stewart Fotheringham, P. A. Rogerson (Los Angeles, CA; London; New Delhi: SAGE Publications), 183–206.

Google Scholar

Farlex Partner Medical Dictionary. (2012). Retrieved March 24 2019 from http://medical-dictionary.thefreedictionary.com/VA

Felipe De Sousa, E. M., Wang, X., Jansen, M., Fessler, E., Trinh, A., De Rooij, L. P., et al. (2013). Poor-prognosis colon cancer is defined by a molecularly distinct subtype and develops from serrated precursor lesions. Nat. Med. 19, 614–618. doi: 10.1038/nm.3174t

CrossRef Full Text | Google Scholar

García-Solano, J., Conesa-Zamora, P., Carbonell, P., Trujillo-Santos, J., Torres-Moreno, D., Pagán-Gómez, I., et al. (2012). Colorectal serrated adenocarcinoma shows a different profile of oncogene mutations, MSI status and DNA repair. Int. J. Cancer 131, 1790–1799. doi: 10.1002/ijc.27454

PubMed Abstract | CrossRef Full Text | Google Scholar

Hewitt, R. E., Powe, D. G., Ian Carter, G., and Turner, D. R. (1993). Desmoplasia and its relevance to colorectal tumour invasion. Int. J. Cancer 53, 62–69.

PubMed Abstract | Google Scholar

Hochberg, Y., and Benjamini, Y. (1990). More powerful procedures for multiple significance testing. Stat. Med. 9, 811–818.

PubMed Abstract | Google Scholar

Janowczyk, A., and Madabhushi, A. (2016). Deep learning for digital pathology image analysis: a comprehensive tutorial with selected use cases. J. Pathol. Inform. 7:29. doi: 10.4103/2153-3539.186902

PubMed Abstract | CrossRef Full Text | Google Scholar

Jass, J. R. (2007). Classification of colorectal cancer based on correlation of clinical, morphological and molecular features. Histopathology 50, 113–130. doi: 10.1111/j.1365-2559.2006.02549.x

PubMed Abstract | CrossRef Full Text | Google Scholar

Kalluri, R. (2016). The biology and function of fibroblasts in cancer. Nat. Rev. Cancer 16, 582–598. doi: 10.1038/nrc.2016.73

PubMed Abstract | CrossRef Full Text | Google Scholar

Kayser, K., Schultz, H., Goldmann, T., Görtler, J., Kayser, G., and Vollmer, E. (2009). Theory of sampling and its application in tissue based diagnosis. Diagn. Pathol. 4:6. doi: 10.1186/1746-1596-4-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Keller, K. K., Andersen, I. T., Andersen, J. B., Hahn, U., Stengaard-Pederson, K., Hauge, E. M., et al. (2013). Improving efficiency in stereology: a study applying the proportionator and the autodisector on virtual slides. J. Microsc. 251, 68–76. doi: 10.1111/jmi.12044

PubMed Abstract | CrossRef Full Text | Google Scholar

Koelzer, V. H., Zlobec, I., and Lugli, A. (2016). Tumor budding in colorectal cancer—ready for diagnostic practice? Hum. Pathol. 47, 4–19. doi: 10.1016/j.humpath.2015.08.007

PubMed Abstract | CrossRef Full Text | Google Scholar

Konishi, T. (2018). Poorly differentiated clusters predict colon cancer recurrence: an in-depth comparative analysis of invasive-front prognostic markers. Am. J. Surg. Pathol. 42:6, 705–714. doi: 10.1097/PAS.0000000000001059

CrossRef Full Text | Google Scholar

Krizhevsky, A. (2009). Learning Multiple Layers of Features from Tiny Images. Technical Report, University of Toronto. Available online at: https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf

Murcia, O., Juárez, M., Hernández-Illán, E., Egoavil, C., Giner-Calabuig, M., Rodríguez-Soler, M., et al. (2016). Serrated colorectal cancer: molecular classification, prognosis, and response to chemotherapy. World J. Gastroenterol. 22, 3516–3560. doi: 10.3748/wjg.v22.i13.3516

PubMed Abstract | CrossRef Full Text | Google Scholar

National Cancer Institute (2018). Tumor Grade Factsheet. Available online at: https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet (Accessed November 22, 2018).

Nigro, C. L., Comino, A., Vivenza, D., Granetto, C., Ferrero, M., Lattanzio, L., et al. (2016). Tumor-infiltrating lymphocytes (TILs) density as prognostic determinant in stage II colorectal cancer. Ann. Oncol. 27, 149–206. doi: 10.1093/annonc/mdw370

CrossRef Full Text | Google Scholar

Nosho, K., Baba, Y., Tanaka, N., Shima, K., Hayashi, M., Meyerhardt, J. A., et al. (2010). Tumour-infiltrating T-cell subsets, molecular changes in colorectal cancer, and prognosis: cohort study and literature review. J. Pathol. 222, 350–366. doi: 10.1002/path.2774

PubMed Abstract | CrossRef Full Text | Google Scholar

Sirinukunwattana, K., Raza, S. E. A., Tsang, Y. W., Snead, D. R., Cree, I. A., and Rajpoot, N. M. (2016). Locality sensitive deep learning for detection and classification of nuclei in routine colon cancer histology images. IEEE Trans. Med. Imaging 35, 1196–1206. doi: 10.1109/TMI.2016.2525803

PubMed Abstract | CrossRef Full Text | Google Scholar

Tensorflow (2018). Definition of Cifar10 Model. Available online at: https://github.com/tensorflow/models/blob/master/tutorials/image/cifar10/cifar10.py

Ueno, H., Murphy, J., Jass, J. R., Mochizuki, H., and Talbot, I. C. (2002). Tumour budding as an index to estimate the potential of aggressiveness in rectal cancer. Histopathology 40, 127–132. doi: 10.1046/j.1365-2559.2002.01324.x

PubMed Abstract | CrossRef Full Text | Google Scholar

Vedaldi, A., and Lenc, K. (2015). “Matconvnet: convolutional neural networks for Matlab,” in Proceedings of the 23rd ACM international conference on Multimedia (Brisbane, QLD: ACM) 689–692.

Google Scholar

West, N. P., Dattani, M., McShane, P., Hutchins, G., Grabsch, J., Mueller, W., et al. (2010). The proportion of tumour cells is an independent predictor for survival in colorectal cancer patients. Br. J. Cancer 102, 1519–1523. doi: 10.1038/sj.bjc.6605674

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: sampling, histopathology, TCGA, morphology, colon cancer, deep learning

Citation: Shapcott M, Hewitt KJ and Rajpoot N (2019) Deep Learning With Sampling in Colon Cancer Histology. Front. Bioeng. Biotechnol. 7:52. doi: 10.3389/fbioe.2019.00052

Received: 16 December 2018; Accepted: 01 March 2019;
Published: 27 March 2019.

Edited by:

April Khademi, Ryerson University, Canada

Reviewed by:

Nitish Kumar Mishra, University of Nebraska Medical Center, United States
Shihao Shen, University of California, Los Angeles, United States

Copyright © 2019 Shapcott, Hewitt and Rajpoot. 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: Mary Shapcott, c.m.shapcott@warwick.ac.uk

Download