This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
1. Introduction
Pathological image classification is important in various biomedical applications, such as for lesion detection [1], cancer subtype identification [2], and pathological grading [3]. However, it is difficult for human eyes to recognize subtle differences in the tissue; there are thus different interpretations among medical experts. Moreover, pathologists generally perform the pathological image classification by the microscopic examination, which is time-consuming, operator intensive and subjective. Therefore, computer-aided diagnosis (CAD) is indispensable for pathological image analysis.
Traditionally, machine learning (ML) techniques have been widely used for different medical image processing tasks, including image detection [4], segmentation [5], and recognition [6]. Specifically, many researchers applied them to the field of pathological image analysis, which has achieved a great performance. For example, an automated system [7] was used to extract a set of texture features by multiwavelets, Gabor-filters, gray level cooccurrence matrix (GLCM), and fractal dimensions (FD) for grading pathological images of prostatic carcinoma. Experimental results showed that FD-based features set had very good performance and provided useful information for pathological image classification. If FD-based features were included in the feature set and optimized, the classification accuracy can be increased to 95.6%. Jia et al. [8] proposed an unsupervised network for image segmentation by learning the nonlinear distribution of medical data without prior knowledge. Experimental results demonstrated that the unsupervised one-class support vector machine (SVM) had better segmentation results than a supervised two-class SVM. To sum up, conventional machine learning methods are generally performed based on discriminative hand-craft features from manual features, but the abstract level of the manual features is relatively low, which brings difficulties for subsequent experiments.
Recently, several CAD models based on deep learning (DL) strategies have been developed for pathological image processing, which achieve the automatic extraction of features and improve the accuracy of classification. Hence, CAD using deep learning significantly reduces the subjective misjudgment of doctors. For instance, Sirinukunwattana et al. [9] explored the effect of the convolutional network depth on its accuracy in the localization and classification track respectively. Xu et al. [10] employed a deep convolutional neural network (CNN) to learn the high-level representations of histopathology images based on the transfer learning technology. In other words, initial weights of the model were determined using the optimal parameters pretrained on ImageNet. Lei et al. [11] accomplished a work with respect to a weakly supervised classification and disease localization using pretrained deep convolutional network. Gu et al. [12] employed the classical AlexNet to analyze the corresponding classification problems. The classification accuracy obtained by the proposed model can achieve to 69.9% in the task of cancer classification. Maga
Generally, DL methods require a large number of training data. However, one challenge is how to deal with the lack of data samples in the field of medical images. For example, Shang et al. [15] proposed a novel algorithm that can preserve geometric structure information based on the feature selection framework of subspace learning and then used the
As previously mentioned, features extracted by DL and transfer learning are beneficial for pathological image classification. However, different features represent different image characteristics; there are thus many literatures to obtain more comprehensive information via image feature fusion. For instance, Li et al. [17] proposed a multimodal feature fusion-based framework to achieve representations of geographic images by leveraging a low-to-high learning flow for both the deep and shallow modality features. Banerjee et al. [18] presented deep-learning-based CADs for the diagnosis of subtypes of rhabdomyosarcoma (RMS) by analyzing multiparametric MR images. They achieved creating a comprehensive representation of tumor by a fusion method. Finally, they used a pretrained deep convolutional neural network to perform classification of two RMS subtypes, which achieved a fast, efficient, and reproducible diagnosis for RMS subtypes.
In this study, we propose a pathological image classification framework based on a multispace image reconstruction method and the transfer learning technology. The contributions of this paper are summarized as follows. First, the reconstructed image is a new generated image containing three channels composed of gradient, gray level cooccurrence matrix (GLCM) and local binary pattern (LBP) spaces. Specifically, the gradient image is sensitive to the boundaries and GLCM image is sensitive to regions of nuclei. The LBP image mainly highlights the center of each nucleus. Second, high-level semantic features from RGB and pseudocolor images are extracted via the pretrained VGG-16 net and the long short-term memory (LSTM) layer is used to reduce the feature dimension while increasing its discrimination capability. Our framework is evaluated using a publicly available microscopy image dataset of IICBU malignant lymphoma [19]. Experimental results demonstrate the performance advantages of our proposed classification framework by comparing with the related works.
The remainder of this paper is organized as follows. In Section 2, we introduce NHL pathological image dataset and our classification framework. Section 3 shows the classification results and a comprehensive comparison with some other methods. Finally, discussions and conclusions are summarized in Sections 4 and 5, respectively.
2. Materials and Methods
2.1. Dataset Description
The IICBU lymphoma dataset contains 374 hematoxylin and eosin (H & E) stained non-Hodgkin lymphoma (NHL) images, which are divided into three classes: chronic lymphocytic leukemia (CLL), follicular lymphoma (FL), and mantle cell lymphoma (MCL). They are the major types of malignant small B-cell lymphoma [19]. The dataset sections are captured using the bright field microscopy and each image is
2.2. Pathological Image Classification
As shown in Figure 1, the proposed process of the pathological image classification is described, which is summarized as four stages, including multispace image reconstruction, feature extraction, feature selection, and image classification. First, a multispace image reconstruction method is developed to generate new color images, which contain the gradient, GLCM, and LBP information adequately. Second, the VGG-16 net pretrained on ImageNet is applied to original images and reconstructed images for feature extraction. Third, the long short-term memory (LSTM) layer is used for feature selection. Finally, the softmax classifier is utilized to perform the classification task.
[figure omitted; refer to PDF]2.2.1. Multispace Image Reconstruction
Generally, H & E images vary significantly in color, because of many factors, including specimen preparation and staining protocol inconsistencies (e.g., temperature of solutions); variations in fixation characteristics and interpatient variation and the scanner are used to digitize the slides. The classification performance could be hampered by color and intensity variations. Many classification tasks implemented by DL strategies not only considered RGB inputs but also took the advantage of other spaces’ inputs, such as HSV, Lab, and YUV [20]. Inspired by these works, we first use the white balance method to alleviate color influence and then convert RGB images into grayscale images. Besides, in order to consider more beneficial information, we propose a novel multispace reconstruction method to generate a new image which is composed of the gradient, GLCM and LBP spaces’ images. In other words, the R, G, and B channels of a reconstructed image are represented as the gradient, GLCM, and LBP spaces’ images, respectively. Figure 2 presents the generative process of a reconstructed image. Figure 2(a) is an original H & E pathological image. Figures 2(b)–2(e) represent the grayscale, gradient, GLCM, and LBP images. Figure 2(f) is the generated reconstructed image. Visually, the gradient image is sensitive to boundaries and the GLCM image is sensitive to the regions of nuclei. The LBP image mainly emphasizes the center of each nucleus. The following experiments demonstrate that these three kinds of information are effective for the pathological image classification.
[figures omitted; refer to PDF]
2.2.2. Feature Extraction via VGG-16 Net
As is well known, the effective classification greatly depends on the discriminative representations of samples. Some literatures [21] treated the feature extraction and classifier design as two separated processes; they could not work together to maximally extract and retain the most discriminative information. Recently, deep learning strategies are widely applied to the feature extraction on different image classification tasks. Particularly, conventional convolutional neural network (CNN) [22] is consisted of alternating convolution and subsampling operations. Flatten operation was used on the feature maps of the last convolution layer to obtain the feature vectors. The next several fully connected layers were applied one by one on the feature vectors. These series of operations were regarded as a process of feature extraction. In addition, the transfer learning in [23] used the parameters of trained models (via natural images) to extract medical images’ features or initialized the parameters of a particular model. Motivated by [24], our strategy uses the pretrained VGG-16 [25] (Visual Geometry Group) net for performing the feature extraction on lymphoma patches. VGG-16 is a simple and common deep convolutional neural network and can obtain the competitive performances with other networks. The proposed feature extraction process using VGG-16 net is described in Figure 3. The network is trained on the entire ImageNet [26] dataset and our input images are all resized to 64
Table 1
The network structure for our classification task.
Layer | Filter number | Kernel size | Dimension |
---|---|---|---|
Input | - | - | |
Conv1 | 64 | | |
Conv2 | 64 | | |
Max-Pool1 | - | | |
Conv3 | 128 | | |
Conv4 | 128 | | |
Max-Pool2 | - | | |
Conv5 | 256 | | |
Conv6 | 256 | | |
Conv7 | 256 | | |
Max-Pool3 | - | | |
Conv8 | 512 | | |
Conv9 | 512 | | |
Conv10 | 512 | | |
Max-Pool4 | - | | |
Conv11 | 512 | | |
Conv12 | 512 | | |
Conv13 | 512 | | |
Max-Pool5 | - | | |
2.2.3. Feature Selection by LSTM
Due to the great differences between natural images and pathological images, the features extracted by pretrained VGG-16 net may not obtain the satisfactory classification results. A common method for addressing this issue is to initialize the model’s parameters using the pretrained net and then train our images to adjust the parameters. However, there is no essential difference compared with training own data directly, and it also could lead to the overfitting. To this end, we propose a “feature selection strategy” to find the discriminative features and remove the redundant features using the long short-term memory (LSTM) layer. The LSTM [27] is an efficient network for text classification tasks, which considers the relationship between the text and time information. For our case, the relationship between original RGB images and corresponding reconstructed images is similar to temporal text data. Specifically, redundant features are removed via the forget gate, then beneficial features are added to the input gate and the optimal feature vector is obtained by the output gate. Figure 1 shows the feature selection process using the LSTM layer. The VGG-16 features of RGB images are regarded as the original content information (text information in LSTM), while the VGG-16 features of the corresponding reconstructed images are considered as the auxiliary information (temporal information in LSTM). There are 32-dimension features selected via the LSTM layer. Afterwards, we cascade the 32-dimension features of RGB images and the reconstructed images into a 64-dimension feature vector. Finally, the softmax classifier is used to perform the pathological image classification task. Note that the integral loss function is defined as follows in (1)-(3).
3. Results and Comparisons
3.1. Experimental Results
In order to verify the effectiveness of the proposed framework, three commonly used evaluative criteria are considered as follows in (4)-(6).
In our experiments, first, we perform the NHL classification tasks using the VGG-16 features (Section 2.2). Our experiments adopt 10-cross validation method to determine the optimal parameters of each model. Table 2 presents the different classification results with the VGG-16 features extracted on the original and reconstructed images. We can observe that the feature combination (4096-dimension) is beneficial for our classification task. It can be also proved that reconstructed images can provide complementary information with respect to RGB images. As is well known, more features could not denote that they can achieve a better result. This is because that there are redundant features which can result in the worse classification results. To address this issue, the feature selection strategy is widely used for the more accurate classification result while reducing the computational cost. Table 3 shows different classification results using different features selected by the LSTM layer. It can be observed that the LSTM layer is effective for feature selection and improving classification accuracy. Following these experimental results, our proposed framework for NHL image classification is determined. In addition, Figure 4 shows the classification results according to different iteration times and the best time is 250.
Table 2
Different classification results using RGB (2048-dimension), reconstruction (2048-dimension), and combination features (4096-dimension).
Index | Classes | RGB | Reconstruction | Combination |
---|---|---|---|---|
ACC | Overall | | | |
| ||||
CLL | | | | |
SEN | FL | | | |
MCL | | | | |
| ||||
CLL | | | | |
SPE | FL | | | |
MCL | | | |
Table 3
Different classification results using RGB (32-dimension), reconstruction (32-dimension), and combination features selected by the LSTM layer (64-dimension).
Index | Classes | RGB-LSTM | Reconstruction-LSTM | Combination-LSTM |
---|---|---|---|---|
ACC | Overall | | | |
| ||||
CLL | | | | |
SEN | FL | | | |
MCL | | | | |
| ||||
CLL | | | | |
SPE | FL | | | |
MCL | | | |
3.2. Image-Level Classification
As mentioned before, our objective of this paper is to classify 374 NHL pathological images, which include CLL, FL, and MCL. Our proposed classification framework is performed on the image patches with 64
[figures omitted; refer to PDF]
3.3. Comparisons
To further evaluate our proposed classification framework with other models, there are three popular methods [28–30] used for comparison in our experiments. Shamir et al. [28] developed CAD software for biological image analysis. This software worked by first extracting image content descriptors from the raw images, image transforms, and compound image transforms. Then, the most informative features were selected and then used for classification and similarity measurement. Meng et al. [29] proposed a framework using the novel and robust collateral representative subspace projection modeling (CRSPM) supervised classification model for general histology image classification. Codella et al. [30] first created additional 5 images for each H & E pathological image, which can emphasize unique aspects of the original image, such as dominant staining and staining segmentations. Then a pretrained CNN model was used to extract 4096-dimension visual features. Finally, nonlinear SVMs were utilized to perform the classification. Similarly, all methods are performed on NHL dataset and tested using 10-cross validation method. The average comparison results are presented in Figure 6. We can observe that our method performs the best in terms of ACC.
[figure omitted; refer to PDF]4. Discussions
According to the classification results in Section 3.1 (Tables 2 and 3), there are two important characteristics with respect to our proposed classification framework. First, besides RGB image information, we also consider the other classes of information via a “multispace image reconstruction” strategy. As Figure 2 is shown, the gradient image is sensitive to boundaries and GLCM image is sensitive to regions of nuclei. The LBP image mainly highlights the center of each nucleus. The results indicate that this auxiliary information facilitates the improvement of classification accuracy significantly. Second, in order to remove redundant features, the pretrained LSTM layer is used to perform a “feature selection” process. Further, our classification framework obtains the ACC of 98.94% in patch-level classification.
Comparing results from our classification framework with other methods, the software proposed in [28] only used hand-craft features to perform classification tasks and considered no high-level semantic features (extracted via deep learning model). Our method and [29] both converted the image-level classification into the patch-level classification. A difference from [29] was that it divided the image into 25 overlapped patches with a larger size. This, however, may lose more subtle local information. Finally, the method in [30] utilized a pretrained CNN to extract the visual features from different images. Our improvement related to [30] is that we adopt a feature selection method to increase its discrimination capability. The results in Figure 6 demonstrate the advantages of our proposed classification framework.
5. Conclusions
In this paper, we proposed a novel classification framework based on a multispace image reconstruction method and the transfer learning technology. The multispace image reconstruction mapping method can convert original RGB images into gradient, gray level cooccurrence matrix (GLCM), and local binary pattern (LBP) spaces. This auxiliary information is beneficial for more accurate classification results. Then, the pretrained VGG-16 net was utilized to extract the high-level semantic features of RGB and reconstructed images. Subsequently, the LSTM layer was used for feature selection and refinement while increasing its discrimination capability. Experimental results demonstrated the performance advantages of our proposed classification framework by comparing with related works. Future work may be considered based on our proposed framework. For feature extraction, we plan to establish a complete feature set, which includes hand-craft features and high-level representations. Another important work will consider the feature extraction on more other spaces’ images.
Conflicts of Interest
The authors declare that they have no conflicts of interest.
Acknowledgments
This work was supported by the National Natural Science Foundation of China (No. 61872075).
[1] M. H. Yap, G. Pons, J. Martí, S. Ganau, M. Sentís, R. Zwiggelaar, A. K. Davison, R. Martí, "Automated breast ultrasound lesions detection using convolutional neural networks," IEEE Journal of Biomedical and Health Informatics, vol. 22 no. 4, pp. 1218-1226, DOI: 10.1109/JBHI.2017.2731873, 2018.
[2] L. Addou-Klouche, "Identification of candidates genes implicated in the development and hormone resistance of the luminal B breast cancer molecular subtype," European Journal of Cancer, vol. 92, pp. S146-S147, DOI: 10.1016/S0959-8049(18)30664-6, 2018.
[3] R. Chetty, P. Gill, A. C. Bateman, D. K. Driman, D. Govender, A. R. Bateman, Y. J. Chua, G. Greywoode, C. Hemmings, I. Imat, E. Jaynes, C. S. Lee, M. Locketz, C. Rowsell, A. Rullier, S. Serra, E. Szentgyorgyi, R. Vajpeyi, D. Delaney, L. M. Wang, "Pathological grading of regression: an International Study Group perspective," Journal of Clinical Pathology, vol. 65 no. 10, pp. 865-866, DOI: 10.1136/jclinpath-2012-201054, 2012.
[4] Y. Zeng, S. Liao, P. Tang, Y. Zhao, M. Liao, Y. Chen, Y. Liang, "Automatic liver vessel segmentation using 3D region growing and hybrid active contour model," Computers in Biology and Medicine, vol. 97, pp. 63-73, DOI: 10.1016/j.compbiomed.2018.04.014, 2018.
[5] Y.-Z. Zeng, Y.-Q. Zhao, S.-H. Liao, M. Liao, Y. Chen, X.-Y. Liu, "Liver vessel segmentation based on centerline constraint and intensity model," Biomedical Signal Processing and Control, vol. 45, pp. 192-201, DOI: 10.1016/j.bspc.2018.05.035, 2018.
[6] Y. Gan, J. Gong, M. Ye, Y. Qian, K. Liu, S. Zhang, "GANs with multiple constraints for image translation," Complexity, vol. 2018,DOI: 10.1155/2018/4613935, 2018.
[7] H. Sharma, N. Zerbe, I. Klempert, O. Hellwich, P. Hufnagl, "Deep convolutional neural networks for automatic classification of gastric carcinoma using whole slide images in digital histopathology," Computerized Medical Imaging and Graphics, vol. 61,DOI: 10.1016/j.compmedimag.2017.06.001, 2017.
[8] Z. Jia, X. Huang, E. I.-C. Chang, Y. Xu, "Constrained deep weak supervision for histopathology image segmentation," IEEE Transactions on Medical Imaging, vol. 36 no. 11, pp. 2376-2388, DOI: 10.1109/TMI.2017.2724070, 2017.
[9] K. Sirinukunwattana, S. E. A. Raza, Y.-W. Tsang, D. R. J. Snead, I. A. Cree, N. M. Rajpoot, "Locality sensitive deep learning for detection and classification of nuclei in routine colon cancer histology images," IEEE Transactions on Medical Imaging, vol. 35 no. 5, pp. 1196-1206, DOI: 10.1109/TMI.2016.2525803, 2016.
[10] Y. Xu, Z. Jia, L.-B. Wang, Y. Ai, F. Zhang, M. Lai, E. I.-C. Chang, "Large scale tissue histopathology image classification, segmentation, and visualization via deep convolutional activation features," BMC Bioinformatics, vol. 18 no. 1,DOI: 10.1186/s12859-017-1685-x, 2017.
[11] J. Lei, Z. Guo, Y. Wang, "Weakly supervised image classification with coarse and fine labels," Proceedings of the 14th Conference on Computer and Robot Vision, CRV 2017, pp. 240-247, .
[12] S. Gu, L. Ding, Y. Yang, X. Chen, "A new deep learning method based on AlexNet model and SSD model for tennis ball recognition," Proceedings of the 10th IEEE International Workshop on Computational Intelligence and Applications, IWCIA 2017, .
[13] O. Magaña-Tellez, M. Vrigkas, C. Nikou, I. A. Kakadiaris, "SPICE: superpixel classification for cell detection and counting," Proceedings of the 13th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications, VISIGRAPP 2018, .
[14] C. Mercan, S. Aksoy, E. Mercan, L. G. Shapiro, D. L. Weaver, J. G. Elmore, "Multi-instance multi-label learning for multi-class classification of whole slide breast histopathology images," IEEE Transactions on Medical Imaging, vol. 37 no. 1, pp. 316-325, DOI: 10.1109/TMI.2017.2758580, 2018.
[15] R. Shang, W. Wang, R. Stolkin, L. Jiao, "Subspace learning-based graph regularized feature selection," Knowledge-Based Systems, vol. 112, pp. 152-165, DOI: 10.1016/j.knosys.2016.09.006, 2016.
[16] U. Gupta, S. Chaudhury, "Deep transfer learning with ontology for image classification," Proceedings of the 5th National Conference on Computer Vision, Pattern Recognition, Image Processing and Graphics, NCVPRIPG 2015, .
[17] K. Li, C. Zou, S. Bu, Y. Liang, J. Zhang, M. Gong, "Multi-modal feature fusion for geographic image annotation," Pattern Recognition, vol. 73,DOI: 10.1016/j.patcog.2017.06.036, 2018.
[18] I. Banerjee, A. Crawley, M. Bhethanabotla, H. E. Daldrup-Link, D. L. Rubin, "Transfer learning on fused multiparametric MR images for classifying histopathological subtypes of rhabdomyosarcoma," Computerized Medical Imaging and Graphics, vol. 65, pp. 167-175, DOI: 10.1016/j.compmedimag.2017.05.002, 2018.
[19] J. R. Cook, "Nodal and leukemic small B-cell neoplasms," Modern Pathology, vol. 26 no. S1, pp. S15-S28, DOI: 10.1038/modpathol.2012.180, 2013.
[20] V. Santhi, A. Thangavelu, "DWT-SVD combined full band robust watermarking technique for color images in YUV color space," International Journal of Computer Theory and Engineering, pp. 424-429, DOI: 10.7763/IJCTE.2009.V1.68, 2009.
[21] T. Kooi, G. Litjens, B. van Ginneken, A. Gubern-Mérida, C. I. Sánchez, R. Mann, A. den Heeten, N. Karssemeijer, "Large scale deep learning for computer aided detection of mammographic lesions," Medical Image Analysis, vol. 35, pp. 303-312, DOI: 10.1016/j.media.2016.07.007, 2017.
[22] A. Krizhevsky, I. Sutskever, G. E. Hinton, "ImageNet classification with deep convolutional neural networks," Communications of the ACM, vol. 60 no. 6, pp. 84-90, DOI: 10.1145/3065386, 2017.
[23] X. Shi, W. Fan, J. Ren, "Actively transfer domain knowledge," Lecture Notes in Computer Science, pp. 342-357, 2008.
[24] H. Ravishankar, P. Sudhakar, R. Venkataramani, S. Thiruvenkadam, P. Annangi, N. Babu, V. Vaidya, "Understanding the mechanisms of deep transfer learning for medical images," Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics): Preface, vol. 10008, pp. 188-196, 2016.
[25] H.-C. Shin, L. Lu, L. Kim, A. Seff, J. Yao, R. Summers, "Interleaved text/image deep mining on a large-scale radiology image database," Advances in Computer Vision and Pattern Recognition, pp. 305-321, 2017.
[26] O. Russakovsky, J. Deng, H. Su, J. Krause, S. Satheesh, S. Ma, Z. Huang, A. Karpathy, A. Khosla, M. Bernstein, A. C. Berg, L. Fei-Fei, "Imagenet large scale visual recognition challenge," International Journal of Computer Vision, vol. 115 no. 3, pp. 211-252, DOI: 10.1007/s11263-015-0816-y, 2015.
[27] K. Greff, R. K. Srivastava, J. Koutnk, B. R. Steunebrink, J. Schmidhuber, "LSTM: a search space odyssey," IEEE Transactions on Neural Networks and Learning Systems, vol. 28 no. 10, pp. 2222-2232, DOI: 10.1109/tnnls.2016.2582924, 2017.
[28] L. Shamir, N. Orlov, D. M. Eckley, T. Macura, J. Johnston, I. G. Goldberg, "Wndchrm—an open source utility for biological image analysis," Source Code for Biology and Medicine, vol. 3 no. 1, pp. 13-26, DOI: 10.1186/1751-0473-3-13, 2008.
[29] T. Meng, L. Lin, M. Shyu, S. Chen, "Histology image classification using supervised classification and multimodal fusion," Proceedings of the 2010 IEEE International Symposium on Multimedia (ISM),DOI: 10.1109/ISM.2010.29, .
[30] N. Codella, M. Moradi, M. Matasar, T. Sveda-Mahmood, J. R. Smith, "Lymphoma diagnosis in histopathology using a multi-stage visual learning approach," Medical Imaging 2016: Digital Pathology, 2016.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2019 Honglin Zhu et al. This is an open access article distributed under the Creative Commons Attribution License (the “License”), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License. https://creativecommons.org/licenses/by/4.0/
Abstract
Pathological image classification is of great importance in various biomedical applications, such as for lesion detection, cancer subtype identification, and pathological grading. To this end, this paper proposed a novel classification framework using the multispace image reconstruction inputs and the transfer learning technology. Specifically, a multispace image reconstruction method was first developed to generate a new image containing three channels composed of gradient, gray level cooccurrence matrix (GLCM) and local binary pattern (LBP) spaces, respectively. Then, the pretrained VGG-16 net was utilized to extract the high-level semantic features of original images (RGB) and reconstructed images. Subsequently, the long short-term memory (LSTM) layer was used for feature selection and refinement while increasing its discrimination capability. Finally, the classification task was performed via the softmax classifier. Our framework was evaluated on a publicly available microscopy image dataset of IICBU malignant lymphoma. Experimental results demonstrated the performance advantages of our proposed classification framework by comparing with the related works.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer