Optimized Octave Convolution Network Model for Histopathological Image Classification

  • Abstract
  • Literature Map
  • Similar Papers
Abstract
Translate article icon Translate Article Star icon
Take notes icon Take Notes

Accurate histopathological image classification plays a crucial role in cancer detection and diagnosis. In automated cancer detection methods, extraction of histological features of malignant and benign tissues is a challenging task. This paper presents a modified approach on octave convolution to extract high and low-frequency features which help to provide a comprehensive representation of histopathological images. Proposed octave convolution model is used to perform histopathological image classification using three different optimization strategies. Firstly, an optimal alpha value of 0.5 is used to give equal importance to both high-frequency and low-frequency feature maps. This balanced approach ensures that the model effectively considers critical high-frequency features as well as low-frequency features of cancerous tissues. Secondly, high-frequency and low-frequency feature maps are extracted and down sampled into half the spatial dimension size to reduce the computational cost compared to standard CNN. Thirdly, training and validation was conducted using ReLU, PReLU, LeakyReLU, ELU, GELU and Swish activation functions. From the experiment, it was concluded that PReLU is the best activation function for capturing intricate patterns inherent in cancer-related histopathological images. Combining all these optimization strategies, the proposed method proved to provide a classification accuracy of 93% and also to reduce the computational cost by 50%. Performance validation against pre-trained models, CNN variants and vision transformer-based models has also been conducted, which proved superior performance of the proposed model.

Similar Papers
  • Book Chapter
  • Cite Count Icon 2
  • 10.1007/978-3-030-82469-3_18
Histopathological Image Classification Using Ensemble Transfer Learning
  • Sep 30, 2021
  • Binet Rose Devassy + 1 more

Histopathological image analysis of biopsy sample provides an accurate diagnosis method for cancer. Usually Pathologists examine the microscopic images of biopsy sample manually for the detection and grading of cancer. Automation in this field helps the pathologists to take a second opinion before confirming with their findings. We propose an effective method of automated cancer detection by combining the effect of transfer learning and ensemble learning. Six pre-trained models such as Densenet121, Resnet 50, Xception, EfficientNet B7, MobileNetV2, and VGG19 are used for preparing an ensemble model. A dataset contains 5547 H&E stained histopathological images of malignant and benign tissues are used to train and validate each models individually and obtained an accuracy of 77.9%, 79%, 79.8%, 78.3%, 77%, and 76% respectively. Based on the accuracy, best performing three models Resnet50, Xception, and EfficientnetB7 are selected to form an ensemble model. Then the layers and weights of these models are freezed and the output layers are concatenated to make an ensemble model. New dense layers are added to the ensembled model to provide a single output for binary classification. The model is compiled by an Adam optimizer with a learning rate of 0.001. The images are again applied to this ensemble model to classify the malignant and benign tissues and obtained an accuracy of 96% and precision of 96%.

  • Research Article
  • 10.3233/jifs-234920
Unsupervised domain adaptation with local structure preservation for colon histopathological image classification
  • Jan 10, 2024
  • Journal of Intelligent & Fuzzy Systems
  • Ping Li + 4 more

The histopathological image classification method, based on deep learning, can be used to assist pathologists in cancer recognition in colon histopathology. The popularization of automatic and accurate histopathological image classification methods in this way is of great significance. However, smaller medical institutions with limited medical resources may lack colon histopathology image training sets with reliable labeled information; thus they may be unable to meet the needs of deep learning for many labeled training samples. Therefore, in this paper, the colon histopathological image set with rich label information from a certain medical institution is taken as the source domain; the colon histopathological image set from a smaller medical institution with limited medical resources is taken as the target domain. Considering the potential differences between histopathological images obtained by different institutions, this paper proposes a classification learning framework, namely unsupervised domain adaptation with local structure preservation for colon histopathological image classification, which can learn an adaptive classifier by performing distribution alignment and preserving intra-domain local structure to predict the labels of the colon histopathological images from institutions with lower medical resources. Extensive experiments demonstrate that the proposed framework shows significant improvement in accuracy and specificity of colon histopathological images without reliable labeled information compared to models without unsupervised domain adaptation. Specifically, in an affiliated hospital in Fuyang City, Anhui Province, the classification accuracy of benign and malignant colon histopathological images reaches 96.21%. The results of comparative experiments also show promising classification performance of our method in comparison with other unsupervised domain adaptation methods.

  • Research Article
  • Cite Count Icon 40
  • 10.1007/s10489-019-01460-1
Histopathological image classification using enhanced bag-of-feature with spiral biogeography-based optimization
  • Apr 11, 2019
  • Applied Intelligence
  • Raju Pal + 1 more

An exponential growth of histopathological digital images over the Internet requires an efficient method for organizing them properly for better retrieval and analysis process. For the same, an automatic histopathological image classification system can be useful. Moreover, such classification system may also be used to identify the inflamed and healthy tissues from tissue image datasets. However, complex background structures and heterogeneity among histopathological tissue images make it a complicated process. Therefore, this paper introduces an innovative method for categorization of histopathological images using an enhanced bag-of-feature framework. To obtain the optimal visual words in bag-of-features, a new spiral biogeography-based optimization algorithm has been proposed which introduces a spiral search and random search in the mutation operator to generate the suitability index variables. The efficacy of the spiral biogeography-based optimization algorithm has been tested on CEC 2017 benchmarks problems. Moreover, the applicability of the proposed classification method has been observed on two histopathological image datasets, Blue Histology image dataset and ADL Histopathological image dataset. The efficacy of the spiral biogeography-based optimization algorithm based bag-of-features method has been analyzed and compared with other state-of-the-art methods with respect to average accuracy, recall, precision, and F1-measure parameters.

  • Research Article
  • Cite Count Icon 93
  • 10.1109/tmi.2018.2796130
Histopathological Whole Slide Image Analysis Using Context-Based CBIR.
  • Jul 1, 2018
  • IEEE Transactions on Medical Imaging
  • Yushan Zheng + 6 more

Histopathological image classification (HIC) and content-based histopathological image retrieval (CBHIR) are two promising applications for the histopathological whole slide image (WSI) analysis. HIC can efficiently predict the type of lesion involved in a histopathological image. In general, HIC can aid pathologists in locating high-risk cancer regions from a WSI by providing a cancerous probability map for the WSI. In contrast, CBHIR was developed to allow searches for regions with similar content for a region of interest (ROI) from a database consisting of historical cases. Sets of cases with similar content are accessible to pathologists, which can provide more valuable references for diagnosis. A drawback of the recent CBHIR framework is that a query ROI needs to be manually selected from a WSI. An automatic CBHIR approach for a WSI-wise analysis needs to be developed. In this paper, we propose a novel aided-diagnosis framework of breast cancer using whole slide images, which shares the advantages of both HIC and CBHIR. In our framework, CBHIR is automatically processed throughout the WSI, based on which a probability map regarding the malignancy of breast tumors is calculated. Through the probability map, the malignant regions in WSIs can be easily recognized. Furthermore, the retrieval results corresponding to each sub-region of the WSIs are recorded during the automatic analysis and are available to pathologists during their diagnosis. Our method was validated on fully annotated WSI data sets of breast tumors. The experimental results certify the effectiveness of the proposed method.

  • Book Chapter
  • Cite Count Icon 93
  • 10.1007/978-3-030-87237-3_18
TransPath: Transformer-Based Self-supervised Learning for Histopathological Image Classification
  • Jan 1, 2021
  • Xiyue Wang + 7 more

A large-scale labeled dataset is a key factor for the success of supervised deep learning in histopathological image analysis. However, exhaustive annotation requires a careful visual inspection by pathologists, which is extremely time-consuming and labor-intensive. Self-supervised learning (SSL) can alleviate this issue by pre-training models under the supervision of data itself, which generalizes well to various downstream tasks with limited annotations. In this work, we propose a hybrid model (TransPath) which is pre-trained in an SSL manner on massively unlabeled histopathological images to discover the inherent image property and capture domain-specific feature embedding. The TransPath can serve as a collaborative local-global feature extractor, which is designed by combining a convolutional neural network (CNN) and a modified transformer architecture. We propose a token-aggregating and excitation (TAE) module which is placed behind the self-attention of the transformer encoder for capturing more global information. We evaluate the performance of pre-trained TransPath by fine-tuning it on three downstream histopathological image classification tasks. Our experimental results indicate that TransPath outperforms state-of-the-art vision transformer networks, and the visual representations generated by SSL on domain-relevant histopathological images are more transferable than the supervised baseline on ImageNet. Our code and pre-trained models will be available at https://github.com/Xiyue-Wang/TransPath.

  • Research Article
  • Cite Count Icon 4
  • 10.1088/1361-6560/acf556
Dual-branch hybrid encoding embedded network for histopathology image classification
  • Sep 18, 2023
  • Physics in Medicine & Biology
  • Mingshuai Li + 8 more

Objective. Learning-based histopathology image (HI) classification methods serve as important tools for auxiliary diagnosis in the prognosis stage. However, most existing methods are focus on a single target cancer due to inter-domain differences among different cancer types, limiting their applicability to different cancer types. To overcome these limitations, this paper presents a high-performance HI classification method that aims to address inter-domain differences and provide an improved solution for reliable and practical HI classification. Approach. Firstly, we collect a high-quality hepatocellular carcinoma (HCC) dataset with enough data to verify the stability and practicability of the method. Secondly, a novel dual-branch hybrid encoding embedded network is proposed, which integrates the feature extraction capabilities of convolutional neural network and Transformer. This well-designed structure enables the network to extract diverse features while minimizing redundancy from a single complex network. Lastly, we develop a salient area constraint loss function tailored to the unique characteristics of HIs to address inter-domain differences and enhance the robustness and universality of the methods. Main results. Extensive experiments have conducted on the proposed HCC dataset and two other publicly available datasets. The proposed method demonstrates outstanding performance with an impressive accuracy of 99.09% on the HCC dataset and achieves state-of-the-art results on the other two public datasets. These remarkable outcomes underscore the superior performance and versatility of our approach in multiple HI classification. Significance. The advancements presented in this study contribute to the field of HI analysis by providing a reliable and practical solution for multiple cancer classification, potentially improving diagnostic accuracy and patient outcomes. Our code is available at https://github.com/lms-design/DHEE-net.

  • Research Article
  • Cite Count Icon 1
  • 10.1088/1742-6596/2129/1/012049
A Review of Breast Cancer Histopathological Image Classification
  • Dec 1, 2021
  • Journal of Physics: Conference Series
  • Lei Huang + 3 more

Breast Cancer (BC) is the most common malignant tumor for women in the world. Histopathological examination serves as basis for breast cancer diagnosis. Due to the low accuracy of histopathological images through manual judgment, the classification of histopathological images of breast cancer has become a research hotspot in the field of medical image processing. Accurate classification of images can help doctors to properly diagnoses and improve the survival rate of patients. This paper reviews the existing works on histopathological image classification of breast cancer and analysis the advantages and disadvantages of related algorithms. Findings of the histopathological image classification of the Breast Cancer study are drawn, and the possible future directions are also discussed.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 28
  • 10.3390/diagnostics13040683
Accuracy Analysis of Deep Learning Methods in Breast Cancer Classification: A Structured Review.
  • Feb 11, 2023
  • Diagnostics
  • Marina Yusoff + 5 more

Breast cancer is diagnosed using histopathological imaging. This task is extremely time-consuming due to high image complexity and volume. However, it is important to facilitate the early detection of breast cancer for medical intervention. Deep learning (DL) has become popular in medical imaging solutions and has demonstrated various levels of performance in diagnosing cancerous images. Nonetheless, achieving high precision while minimizing overfitting remains a significant challenge for classification solutions. The handling of imbalanced data and incorrect labeling is a further concern. Additional methods, such as pre-processing, ensemble, and normalization techniques, have been established to enhance image characteristics. These methods could influence classification solutions and be used to overcome overfitting and data balancing issues. Hence, developing a more sophisticated DL variant could improve classification accuracy while reducing overfitting. Technological advancements in DL have fueled automated breast cancer diagnosis growth in recent years. This paper reviewed studies on the capability of DL to classify histopathological breast cancer images, as the objective of this study was to systematically review and analyze current research on the classification of histopathological images. Additionally, literature from the Scopus and Web of Science (WOS) indexes was reviewed. This study assessed recent approaches for histopathological breast cancer image classification in DL applications for papers published up until November 2022. The findings of this study suggest that DL methods, especially convolution neural networks and their hybrids, are the most cutting-edge approaches currently in use. To find a new technique, it is necessary first to survey the landscape of existing DL approaches and their hybrid methods to conduct comparisons and case studies.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 232
  • 10.3389/fgene.2019.00080
Deep Learning Based Analysis of Histopathological Images of Breast Cancer
  • Feb 19, 2019
  • Frontiers in Genetics
  • Juanying Xie + 3 more

Breast cancer is associated with the highest morbidity rates for cancer diagnoses in the world and has become a major public health issue. Early diagnosis can increase the chance of successful treatment and survival. However, it is a very challenging and time-consuming task that relies on the experience of pathologists. The automatic diagnosis of breast cancer by analyzing histopathological images plays a significant role for patients and their prognosis. However, traditional feature extraction methods can only extract some low-level features of images, and prior knowledge is necessary to select useful features, which can be greatly affected by humans. Deep learning techniques can extract high-level abstract features from images automatically. Therefore, we introduce it to analyze histopathological images of breast cancer via supervised and unsupervised deep convolutional neural networks. First, we adapted Inception_V3 and Inception_ResNet_V2 architectures to the binary and multi-class issues of breast cancer histopathological image classification by utilizing transfer learning techniques. Then, to overcome the influence from the imbalanced histopathological images in subclasses, we balanced the subclasses with Ductal Carcinoma as the baseline by turning images up and down, right and left, and rotating them counterclockwise by 90 and 180 degrees. Our experimental results of the supervised histopathological image classification of breast cancer and the comparison to the results from other studies demonstrate that Inception_V3 and Inception_ResNet_V2 based histopathological image classification of breast cancer is superior to the existing methods. Furthermore, these findings show that Inception_ResNet_V2 network is the best deep learning architecture so far for diagnosing breast cancers by analyzing histopathological images. Therefore, we used Inception_ResNet_V2 to extract features from breast cancer histopathological images to perform unsupervised analysis of the images. We also constructed a new autoencoder network to transform the features extracted by Inception_ResNet_V2 to a low dimensional space to do clustering analysis of the images. The experimental results demonstrate that using our proposed autoencoder network results in better clustering results than those based on features extracted only by Inception_ResNet_V2 network. All of our experimental results demonstrate that Inception_ResNet_V2 network based deep transfer learning provides a new means of performing analysis of histopathological images of breast cancer.

  • Research Article
  • Cite Count Icon 20
  • 10.1016/j.compbiomed.2021.104788
Semi-HIC: A novel semi-supervised deep learning method for histopathological image classification
  • Aug 21, 2021
  • Computers in Biology and Medicine
  • Lei Su + 3 more

Semi-HIC: A novel semi-supervised deep learning method for histopathological image classification

  • Research Article
  • Cite Count Icon 209
  • 10.1002/ima.22403
Residual learning based CNN for breast cancer histopathological image classification
  • Feb 14, 2020
  • International Journal of Imaging Systems and Technology
  • Mahesh Gour + 2 more

Biopsy is one of the most commonly used modality to identify breast cancer in women, where tissue is removed and studied by the pathologist under the microscope to look for abnormalities in tissue. This technique can be time‐consuming, error‐prone, and provides variable results depending on the expertise level of the pathologist. An automated and efficient approach not only aids in the diagnosis of breast cancer but also reduces human effort. In this paper, we develop an automated approach for the diagnosis of breast cancer tumors using histopathological images. In the proposed approach, we design a residual learning‐based 152‐layered convolutional neural network, named as ResHist for breast cancer histopathological image classification. ResHist model learns rich and discriminative features from the histopathological images and classifies histopathological images into benign and malignant classes. In addition, to enhance the performance of the developed model, we design a data augmentation technique, which is based on stain normalization, image patches generation, and affine transformation. The performance of the proposed approach is evaluated on publicly available BreaKHis dataset. The proposed ResHist model achieves an accuracy of 84.34% and an F1‐score of 90.49% for the classification of histopathological images. Also, this approach achieves an accuracy of 92.52% and F1‐score of 93.45% when data augmentation is employed. The proposed approach outperforms the existing methodologies in the classification of benign and malignant histopathological images. Furthermore, our experimental results demonstrate the superiority of our approach over the pre‐trained networks, namely AlexNet, VGG16, VGG19, GoogleNet, Inception‐v3, ResNet50, and ResNet152 for the classification of histopathological images.

  • Research Article
  • Cite Count Icon 128
  • 10.1016/j.artmed.2019.101743
Automated classification of histopathology images using transfer learning.
  • Nov 1, 2019
  • Artificial Intelligence in Medicine
  • Muhammed Talo

Automated classification of histopathology images using transfer learning.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 20
  • 10.3390/app13010156
Multi-Class Breast Cancer Histopathological Image Classification Using Multi-Scale Pooled Image Feature Representation (MPIFR) and One-Versus-One Support Vector Machines
  • Dec 22, 2022
  • Applied Sciences
  • David Clement + 5 more

Breast cancer (BC) is currently the most common form of cancer diagnosed worldwide with an incidence estimated at 2.26 million in 2020. Additionally, BC is the leading cause of cancer death. Many subtypes of breast cancer exist with distinct biological features and which respond differently to various treatment modalities and have different clinical outcomes. To ensure that sufferers receive lifesaving patients-tailored treatment early, it is crucial to accurately distinguish dangerous malignant (ductal carcinoma, lobular carcinoma, mucinous carcinoma, and papillary carcinoma) subtypes of tumors from adenosis, fibroadenoma, phyllodes tumor, and tubular adenoma benign harmless subtypes. An excellent automated method for detecting malignant subtypes of tumors is desirable since doctors do not identify 10% to 30% of breast cancers during regular examinations. While several computerized methods for breast cancer classification have been proposed, deep convolutional neural networks (DCNNs) have demonstrated superior performance. In this work, we proposed an ensemble of four variants of DCNNs combined with the support vector machines classifier to classify breast cancer histopathological images into eight subtypes classes: four benign and four malignant. The proposed method utilizes the power of DCNNs to extract highly predictive multi-scale pooled image feature representation (MPIFR) from four resolutions (40×, 100×, 200×, and 400×) of BC images that are then classified using SVM. Eight pre-trained DCNN architectures (Inceptionv3, InceptionResNetv2, ResNet18, ResNet50, DenseNet201, EfficientNetb0, shuffleNet, and SqueezeNet) were individually trained and an ensemble of the four best-performing models (ResNet50, ResNet18, DenseNet201, and EfficientNetb0) was utilized for feature extraction. One-versus-one SVM classification was then utilized to model an 8-class breast cancer image classifier. Our work is novel because while some prior work has utilized CNNs for 2- and 4-class breast cancer classification, only one other prior work proposed a solution for 8-class BC histopathological image classification. A 6B-Net deep CNN model was utilized, achieving an accuracy of 90% for 8-class BC classification. In rigorous evaluation, the proposed MPIFR method achieved an average accuracy of 97.77%, with 97.48% sensitivity, and 98.45% precision on the BreakHis histopathological BC image dataset, outperforming the prior state-of-the-art for histopathological breast cancer multi-class classification and a comprehensive set of DCNN baseline models.

  • Research Article
  • Cite Count Icon 2
  • 10.2174/2213275912666181127120030
Efficient Bag-of-Features using Improved Whale Optimization Algorithm for Histopathological Image Classification
  • Aug 19, 2019
  • Recent Patents on Computer Science
  • Varun Tiwari + 1 more

Background: The whale optimization algorithm is one of the popular meta-heuristic algorithms which has successfully been applied in various application areas such as image analysis and data clustering. However, the slow convergence rate and chances of sticking into the local optima due to improper balance of its exploration and exploitation phases are some of its pitfalls. Therefore, in this paper, a new improved whale optimization algorithm has been proposed. Moreover, the proposed method has been used in bag-of-features method for histopathological image classification. Methods: The new algorithm, improved whale optimization algorithm, modifies the encircling phase of original whale optimization algorithm. The proposed algorithm has been used to cluster the extracted features for finding the relevant codewords to be used in the bag-of-features method for histopathological image classification. Results: The efficiency of proposed algorithm has been analyzed on 23 benchmark functions in terms of mean fitness, standard deviation values, and convergence behavior. The performance of the improved whale optimization algorithm based histopathological image classification method has been analyzed on blue histology image dataset and compared with other meta-heuristic based bagof- features methods in terms of recall, precision, F-measure, and accuracy. The experimental results validate that the proposed method outperforms the considered state-of-the-art methods and attains 12% increase in the histopathological image classification accuracy. Conclusion: In this paper, a new improved whale optimization algorithm has been proposed and applied in bag-of-features method for histopathological image classification. The results of proposed method outperform the other existing meta-heuristic methods over standard benchmark functions and histopathological image dataset.

  • Book Chapter
  • Cite Count Icon 2
  • 10.1007/978-3-319-47157-0_15
Learning Representation for Histopathological Image with Quaternion Grassmann Average Network
  • Jan 1, 2016
  • Jinjie Wu + 4 more

Feature representation is a key step for the classification of histopathological images. The principal component analysis network (PCANet) offers a new unsupervised feature learning algorithm for images via a simple deep network architecture. However, PCA is sensitive to noise and outliers, which may depress the representation learning of PCANet. Grassmann averages (GA) is a newly proposed dimensionality reduction algorithm, which is more robust and effective than PCA. Therefore, in this paper, we propose a GA network (GANet) algorithm to improve the robustness of learned features from images. Moreover, since quaternion algebra provides a mathematically elegant tool to well handle color images, a quaternion representation based GANet (QGANet) is developed to fuse color information and learn a superior representation for color histopathological images. The experimental results on two histopathological image datasets show that GANet outperforms PCANet, while QGANet achieves the best performance for the classification of color histopathological images.

Save Icon
Up Arrow
Open/Close
  • Ask R Discovery Star icon
  • Chat PDF Star icon

AI summaries and top papers from 250M+ research sources.