| Literature DB >> 34900711 |
Xiaoliang Xie1,2, Xulin Wang3, Yuebin Liang4,5, Jingya Yang4,5,6, Yan Wu4,5, Li Li7, Xin Sun8, Pingping Bing9, Binsheng He9, Geng Tian4,5,10, Xiaoli Shi4,5.
Abstract
Many diseases are accompanied by changes in certain biochemical indicators called biomarkers in cells or tissues. A variety of biomarkers, including proteins, nucleic acids, antibodies, and peptides, have been identified. Tumor biomarkers have been widely used in cancer risk assessment, early screening, diagnosis, prognosis, treatment, and progression monitoring. For example, the number of circulating tumor cell (CTC) is a prognostic indicator of breast cancer overall survival, and tumor mutation burden (TMB) can be used to predict the efficacy of immune checkpoint inhibitors. Currently, clinical methods such as polymerase chain reaction (PCR) and next generation sequencing (NGS) are mainly adopted to evaluate these biomarkers, which are time-consuming and expansive. Pathological image analysis is an essential tool in medical research, disease diagnosis and treatment, functioning by extracting important physiological and pathological information or knowledge from medical images. Recently, deep learning-based analysis on pathological images and morphology to predict tumor biomarkers has attracted great attention from both medical image and machine learning communities, as this combination not only reduces the burden on pathologists but also saves high costs and time. Therefore, it is necessary to summarize the current process of processing pathological images and key steps and methods used in each process, including: (1) pre-processing of pathological images, (2) image segmentation, (3) feature extraction, and (4) feature model construction. This will help people choose better and more appropriate medical image processing methods when predicting tumor biomarkers.Entities:
Keywords: cancer biomarker; color normalization; deep learning; feature extraction; histopathological image analysis
Year: 2021 PMID: 34900711 PMCID: PMC8660076 DOI: 10.3389/fonc.2021.763527
Source DB: PubMed Journal: Front Oncol ISSN: 2234-943X Impact factor: 6.244
Figure 1The flow chart for predicting cancer-related biomarkers based on digital pathological images. Firstly, H&E stained histology slides of patients were obtained and whole slide images (WSIs) was obtained after scanning. Secondly, tumor regions were annotated by pathologists or through CNN model. Then, the regions were segmented to patches and color-normalized. Thirdly, feature extraction and model training were carried out according to biomarker labels. Finally, biomarker prediction was implemented in test dataset.
A summary of color normalization methods.
| Authors | Methods | Characteristics | References |
|---|---|---|---|
| Magee | A method based on supervised pixel classification | Estimate the color of the coloring. | ( |
| Macenko | A method based on singular value decomposition (SVD) | Direct estimation matrix. | ( |
| Niethammer | An improved method based on singular value decomposition (SVD) | By expanding ( | ( |
| Khan | Nonlinear mapping based on source image to target image | An improvement is proposed on the method of ( | ( |
| Vahadane | A technique of dye separation and color normalization (SPCN) | It does a good job of maintaining the quality of biological structure and the number of stains. | ( |
| Ramakrishnan | The improved SPCN | In the SPCN technology, some improvements are proposed for the occasional errors in estimating color bases, which lead to artifacts. | ( |
A summary of methods on segmentation after detection of individual cells.
| Methods | Characteristics | References |
|---|---|---|
| Based on different voting rules | Simple and suitable for segmentation of most images | ( |
| Based on Laplace operator and gaussian filter | Accurately detect the edge of the cell | ( |
| Based on H-minima transformation | Effectively restrain oversegmentation and reduce undersegmentation | ( |
| Based on Morphologic manipulation | Could output an image by acting a structure element on the input image | ( |
| Based on back propagation with MRF | Good at dealing with the problems of image local volume and artifacts | ( |
| Based on the active contour model | Could convert pixels to a distance field | ( |
| Based on the level set | A numerical method based on the theory of geometric active contour model | ( |
Figure 2Main process of constructing a compound framework by combining pathological images with genomic data or clinical information. Convolutional neural networks are commonly used to extract image features, and then genomic features or clinical information are integrated into the full connection layer. Support vector machine (a), logistic regression (b), convolutional neural network (c) or random forest (d) can be used to establish the final multimodal fusion model.