Literature DB >> 35603269

Automated bone marrow cytology using deep learning to generate a histogram of cell types.

Rohollah Moosavi Tayebi1,2, Youqing Mu1, Taher Dehkharghanian1, Catherine Ross1,3, Monalisa Sur1,3, Ronan Foley1,3, Hamid R Tizhoosh2,4, Clinton J V Campbell1,3.   

Abstract

Background: Bone marrow cytology is required to make a hematological diagnosis, influencing critical clinical decision points in hematology. However, bone marrow cytology is tedious, limited to experienced reference centers and associated with inter-observer variability. This may lead to a delayed or incorrect diagnosis, leaving an unmet need for innovative supporting technologies.
Methods: We develop an end-to-end deep learning-based system for automated bone marrow cytology. Starting with a bone marrow aspirate digital whole slide image, our system rapidly and automatically detects suitable regions for cytology, and subsequently identifies and classifies all bone marrow cells in each region. This collective cytomorphological information is captured in a representation called Histogram of Cell Types (HCT) quantifying bone marrow cell class probability distribution and acting as a cytological patient fingerprint.
Results: Our system achieves high accuracy in region detection (0.97 accuracy and 0.99 ROC AUC), and cell detection and cell classification (0.75 mean average precision, 0.78 average F1-score, Log-average miss rate of 0.31). Conclusions: HCT has potential to eventually support more efficient and accurate diagnosis in hematology, supporting AI-enabled computational pathology.
© The Author(s) 2022.

Entities:  

Keywords:  Laboratory techniques and procedures; Pathology

Year:  2022        PMID: 35603269      PMCID: PMC9053230          DOI: 10.1038/s43856-022-00107-6

Source DB:  PubMed          Journal:  Commun Med (Lond)        ISSN: 2730-664X


Introduction

A bone marrow study is the foundation of making a hematological diagnosis, with an estimated 700 000 bone marrow studies performed annually in the US[1]. It is performed to investigate a clinically suspected hematological disorder, as part of lymphoma staging protocols and to assess bone marrow response to chemotherapy in acute leukemias[2]. Information is extracted by a hematopathologist from the multiple components that comprise a bone marrow study and then integrated with clinical information to make a final diagnostic interpretation[2]. Much of this interpretation relies on visual features of bone marrow cells and tissue viewed through a light microscope[2] or more recently, via high-resolution scanned digital whole slide images (WSIs) of pathology specimens, known as digital pathology[3,4]. One component of a bone marrow study, called the aspirate, consists of particles of bone marrow tissue that are smeared onto a glass slide to allow individual bone marrow cells to be analyzed for subtle and complex cellular features that represent the morphological semantics of the tissue, known as cytology[2,5]. As per international standards, aspirate cytology includes a nucleated differential cell count (NDC), where 300-500 individual bone marrow cells are manually identified, counted, and classified into one of many discrete categories by a highly experienced operator such as a hematopathologist[2]. Bone marrow cytology and the NDC are required for many critical clinical decision points in hematology. For example, the identification of leukemic blasts may lead to immediate initiation of flow cytometry, karyotype, and induction chemotherapy in acute myeloid leukemia (AML)[6,7]. Similarly, the identification of subtle cytological changes in bone marrow cells is necessary for the diagnosis and risk stratification in patients with a myelodysplastic syndrome (MDS)[8]. Failure to recognize and quantify abnormal cell populations in the aspirate in a timely and accurate manner may lead to delayed or incorrect diagnosis. In the context of a busy reference hematopathology lab, performing cytological review on every bone marrow aspirate specimen is tedious and subject to inter-observer variability[9-11]. At the same time, smaller community centers often lack sufficient technical expertise to correctly interpret bone marrow aspirate cytology[12]. One study estimated that up to 12% of MDS cases are misdiagnosed due to the inability to recognize morphological dysplasia in aspirate specimens in less experienced centers[11]. This leaves an unmet clinical need for innovative computational pathology tools that will support the aspirate review process. Artificial Intelligence (AI) describes the aspiration to build machines, or computer software, with human-like intelligence[13,14]. One particular type of AI algorithm, called deep learning, has shown considerable success in digital image analysis and image classification tasks in many domains[15,16]. In the pathology domain, deep learning represents a computational pathology tool that has been successfully implemented in many non-hematopoietic pathology sub-specialties using WSIs of solid tissue pathology specimens, known as histopathology[17]. Numerous studies have demonstrated the ability of deep networks to perform tasks such as binary morphological classification, distinguishing tumor from normal tissue[18-23], as well as histomorphological tissue grading[24]. While these approaches generally deliver excellent classification results, they do not capture the nuances or complexity inherent in bone marrow aspirate cytology. Specifically, the vast majority of morphological analysis in the hematopoietic system is performed at the level of cellular resolution and represents non-binary classification based on subtle morphological features such as dysplasia in MDS. The application of deep learning to diagnostic hematopathology will therefore require unique solutions that are tailored to these distinct cytomorphological challenges. While there are several commercial computational pathology workflow support tools developed for analysis of peripheral blood cytology[25], there are currently no clinical-grade solutions available for bone marrow cytology. In comparison to blood film cytology, bone marrow aspirates are complex cytological specimens. Aspirates contain only a small number of regions suitable for cytology, significant non-cellular debris and many different cell types that are often aggregated or overlapping[2,5]. This has rendered bone cytology as a relatively challenging computational pathology problem. Aspirate cytology can be roughly modeled into three distinct computational steps to reflect real-world hematopathology practice. The first problem is region of interest (ROI) detection, where a small number of regions or tiles suitable for cytology must be selected from large WSI prior to cell detection and classification. ROI selection has previously been accomplished in bone marrow aspirates by a human operator manually selecting and cropping the appropriate tiles in aspirate WSIs[26,27]. Second, there is the problem of object detection, where individual bone marrow cells or non-cellular objects must be identified in aspirate WSI as both distinct and separate from background. Prior approaches have employed deep learning for object detection such as regional CNN (R-CNN), fast and Faster R-CNN[28,29]. These approaches utilize region proposals for object detection followed by a separate method such as object classification, which renders them complex to train and hence computationally inefficient[26,30,31]. Third and finally there is the problem of object classification, where individual bone marrow cells or non-cellular objects must be assigned to one of numerous discrete classes based on nuanced and complex cytological features. This complexity increases in MDS, where morphological dysplasia creates subtle cytological changes. One study attempted to address the second and third problems using fine-tuning of Faster R-CNN and the VGG16 convolutional network[26]. However, this approach proved operationally slow and is not likely scalable to a clinical diagnostic workflow. Therefore, novel, efficient and scalable computational pathology approaches are needed to support bone marrow aspirate cytology; specifically approaches that add full end-to-end automation, i.e., from unprocessed WSI to bone marrow cell counts and classification. Recently, a deep learning model called You Only Look Once (YOLO) was developed for real-time object detection to specifically address the detection and classification problems in complex image analysis domains[31]. YOLO uniquely allows for object detection and classification to occur in a single step, where all objects in an image are simultaneously identified and localized by a “bounding box” and then assigned a class probability by the same deep network[31]. The YOLO model outputs a set of real numbers that captures both object localization in an image and an object class probability, therefore solving both object detection and classification problems simultaneously in a regression approach[31]. In addition, the most recent version of YOLO, YOLOV4, has been optimized for small object detection and uses complete intersection-over-union loss (CIoU), which results in faster convergence and better accuracy for bounding box prediction[32]. These factors collectively lead to increased computational efficiency and speed compared to previous methods[28-32]. YOLO can perform object detection and classification on multiple image objects which are complex and overlapping in virtual real-time (milliseconds)[31], and consequently has been applied in several real-world problems including autonomous driving[31,33-35]. Recently, YOLO has been applied in some medical domain problem such as pathology. For example in ref. [36], YOLO has been applied to assess the cell types in bone marrow smears. However, only 7 cell types have been considered in that study. Moreover, the tiles need to be selected manually by the user. In this work, we demonstrate the first automated end-to-end AI architecture for bone marrow aspirate cytology. We first employ and implement a fine-tuned DenseNet model to rapidly and automatically select appropriate ROI tiles from a WSI for bone marrow aspirate cytology. Subsequently, we implement a YOLO model trained from scratch to detect and assign class probabilities to all cellular and non-cellular objects in bone marrow aspirate digital WSI. Collective cytological information for each patient is then summarized as a Histogram of Cell Types (HCT), which is a novel information summary quantifying the class probability distribution of bone marrow cell types, acting as a cytological fingerprint. A histogram is generally a representation of a distribution, a very old graphical technique to count discrete values[37]. Our approach shows cross-validation accuracy of 0.97 and precision of 0.90 in ROI detection (selecting appropriate tiles), and mAP (mean Average Precision) of 0.75 and average F1-score of 0.78 for detecting and classifying 16 key cellular and non-cellular objects in aspirate WSIs. Our approach has potential to fundamentally change the process of bone marrow aspirate cytology, leading to more efficient, more consistent and automated diagnostic workflows, and providing a foundation for computational pathology driven augmented diagnostics and precision medicine in hematology.

Methods

This work proposes a new end-to-end AI architecture for bone marrow aspirate NDC based on machine learning and deep learning algorithms (Fig. 1).
Fig. 1

End-to-end AI architecture for bone marrow aspirate cytology.

In this architecture, initially, our Region of Interest (ROI) detection model is run on unprocessed bone marrow aspirate WSI. A grid is created on an original Whole-Slide Image (WSI) and ROI tiles are selected using ROI detection model. Subsequently, a You-Only-Look-Once (YOLO)-based object detection and classification is run to localize and classify cells in the selected tiles and generate the Integrated Histogram of Cell Types (IHCT).

End-to-end AI architecture for bone marrow aspirate cytology.

In this architecture, initially, our Region of Interest (ROI) detection model is run on unprocessed bone marrow aspirate WSI. A grid is created on an original Whole-Slide Image (WSI) and ROI tiles are selected using ROI detection model. Subsequently, a You-Only-Look-Once (YOLO)-based object detection and classification is run to localize and classify cells in the selected tiles and generate the Integrated Histogram of Cell Types (IHCT).

Dataset

This study was approved by the Hamilton Integrated Research Ethics Board (HiREB), study protocol 7766-C. As this study protocol was retrospective, it was approved with waiver of patient consent. Digital whole slide images (WSI) were acquired retrospectively and de-identified and annotated with only a diagnosis, spanning a period of 1-year and 1247 patients. This starting dataset represented the complete breadth of diagnoses over this period in a major hematology reference center. WSI were then sampled from this dataset for model development and validation as described in Table 1 and Supplementary Table S3. These images were scanned with either an Aperio Scanscope AT Turbo or a Huron TissueScope at 40X and acquired as SVS and tif file format.
Table 1

Diagnostic tags and the number of patient WSI used for training and test-validation in each category for the ROI detection model.

Diagnostic tagsUsed in trainingUsed in test-validationNumber of patients
Normal801898
Myelodysplastic syndrome (MDS)15318
Acute leukemia23528
Lymphoproliferative disorder28735
Plasma cell neoplasm19423
Hypercellular516
Erythroid hyperplasia303
Myeloproliferative neoplasm (MPN)415
Inadequate11314
Hypocellular628
MPN/MDS202
MPN314
Necrosis213
Carcinoma303
Total20446250
Diagnostic tags and the number of patient WSI used for training and test-validation in each category for the ROI detection model.

Data annotation and augmentation strategy

ROI tiles and individual bone marrow cell types included were annotated by expert hematopathologists as the ground truth or reference standard in WSI images used for model training and test-validation as described below. This follows ICSH guidelines, where expert pathologists are considered the reference standard for bone marrow aspirate cytology in clinical diagnosis[2]. Data augmentation was applied to increase the diversity of the input image types. Generally, there are two categories for pixel-wise adjustments augmentation, photometric distortion, which includes hue, contrast, brightness, saturation adjustment, and adding noise; and geometric distortion, which includes flipping, rotating, cropping, and scaling. As we had an imbalanced class distribution within our dataset for the ROI detection model (70,250 inappropriate and 4,750 appropriate tiles), it was necessary to apply one of the over-sampling or under-sampling methods to prevent misclassification. To address this, a number of the above augmentation techniques were applied to the training data during the learning process to over-sample the appropriate ROI tiles and train the model correctly. Subsequently, after applying augmentation, the dataset in this phase contained 98,750 annotated images for training, including 70,250 inappropriate ROI tiles and 28,500 appropriate ROI tiles (Supplementary Table S1). For the cell detection and classification model, after annotating the objects inside ROI tiles by using LabelImg tool (Supplementary Fig. S1)[38], in addition to the above augmentation categories, other techniques were also applied, like cutmix[39] which mixes 2 input images, and mosaic, which mixes 4 different training images. Accordingly, after applying augmentation, the dataset in this phase contained 1,178,408 annotated cells for training, including 119,416 neutrophils, 44,748 metamyelocytes, 52,756 myelocytes, 17,996 promyelocytes, 173,800 blasts, 117,392 erythroblasts, 1,012 megakaryocyte nuclei, 57,420 lymphocytes, 25,036 monocytes, 7,744 plasma cells, 10,956 eosinophils, 308 basophils, 4,664 megakaryocytes, 246,532 debris, 8,404 histiocytes, 1,452 mast cells, 174,724 platelets, 25,740 platelet clumps, and 88,308 Other cell types (Supplementary Table S2). To enhance generalization, the augmentation was only applied on the training set in each fold of the cross-validation.

Region of interest (ROI) detection method

The first phase in the proposed architecture is ROI detection. The ROI detection was applied to extract tiles from a WSI and examine if that tile was suitable for diagnostic cytology. To accomplish this, a deep neural network was built, fine-tuned and evaluated on aspirate digital WSI tiles. In the ROI detection method, initially 98,750 tiles (including augmented data) in 512 × 512-pixel size in high resolution are extracted and acquired from 250 WSI. To choose the tiles, a grid of 15 rows and 20 columns was created on each digital WSI and tiles were selected from the center of each grid cell, ensuring all tiles have been sampled from the WSI evenly. Appropriate and inappropriate ROI tiles were annotated by an expert hematopathologist; appropriate ROI tiles needed to be well spread, thin and free of red cell agglutination, overstaining and debris; and contain at least one segmentable cell or non-cellular object as outlined above. Then, a deep neural network based on DenseNet121 architecture[39] was fine-tuned to extract features from each tile. A binary classifier was added in the last layer of the model to classify appropriate and inappropriate tiles. This network was trained using a cross entropy loss function and AdamW optimizer with learning rate 1e-4 and weight decay 5.0e-4. Also, a pretrained DenseNet121 was applied to initialize all weights in the network prior to fine-tuning. The entire network was fine-tuned for 20 epochs with 32 batch size. We applied patient-level 5-folds cross-validation to train and test the model. Hence, the dataset (98,750 tiles) was split into two main partitions in each fold, training and test-validation, 80% (204 WSIs including 80,250 tiles) and 20% (46 WSIs including 18,500 tiles), respectively. The test-validation was also been split into two main partitions, 70% validation and 30% test. To ensure that enough data for each class was chosen in our dataset, the above split ratios were enforced on appropriate and inappropriate tiles separately. The dataset was split into training, validation and test sets at patient level, such that each set has a patient WSI that does not come in the other sets to prevent data leakage. In each fold, the best model was picked by running on the validation partition after the training and then evaluated on unseen patients in the test dataset. Extracting ROI tiles for further processing for the cell detection and classification model was the primary aim of using the ROI detection model. To this end, the ROI detection model should be able to minimize false positives in the result. Therefore, the precision has been considered as a key performance metric to select the best model.

Cell detection and classification

The next phase was cell detection and classification applied on ROI tiles of 512 × 512 pixels in high resolution. To accomplish this, the YOLOv4 model was customized, trained and evaluated to predict bounding boxes of bone marrow cellular objects (white blood cells) and non-cellular objects inside the input ROI tile and classify them into 19 different classes. In this architecture, CSPDarknet53[40] was used as the backbone of the network to extract features, SPP[41] and PAN[42] were used as the neck of the network to enhance feature expressiveness and robustness, and YOLOv3[43] as the head. As bag of specials (BOS) for the backbone, Mish activation function[44], cross-stage partial connection (CSP) and multi input weighted residual connection (MiWRC) were used. For the detector, Mish activation function, SPP-block, SAM-block, PAN path-aggregation block, and DIoU-NMS[45] were used. As bag of freebies (BoF) for the backbone, CutMix and Mosaic data augmentations, DropBlock regularization[46], and class label smoothing were used. For the detector, complete IoU loss (CIoU-loss)[45], cross mini-Batch Normalization (CmBN), DropBlock regularization, Mosaic data augmentation, self-adversarial training, eliminate grid sensitivity, using multiple anchors for single ground truth, Cosine annealing scheduler[47], optimal hyperparameters and random training shapes were used. In addition, the hyperparameters for bone marrow cell detection and classification were used as follows: max-batches is 130,000; the training steps are 104,000 and 117,000; batch size 64 with subdivision 16; the polynomial decay learning rate scheduling strategy is applied with an initial learning rate of 0.001; the momentum and weight decay are set as 0.949 and 0.0005 respectively; warmup step is 1,000; YOLO network size set to 512 in both height and width; anchor size set to 13, 14, 19, 18, 29, 30, 19, 64, 62, 20, 41, 39, 35, 59, 50, 49, 74, 35, 56, 62, 68, 53, 46, 87, 70, 70, 95, 65, 79, 85, 101, 95, 87,129, 139,121, 216, 223. Similar to the ROI detection method above, patient-level 5-folds cross-validation was applied to train the model here. Therefore, each fold is divided into training and test-validation partitions, 80% and 20% respectively. The test-validation data portion was split into two main partitions (70% validation and 30% test). Additionally, to ensure that enough data for each class was chosen in our dataset, the mentioned portions were enforced on each object class type individually. In each fold, the best model was picked by running it on the validation partition and then evaluation on the test (unseen) dataset was performed using the mean average precision (mAP). After training and applying the cell detection and classification model on each tile, the Chi-square distance (Eq. (1)) was applied to determine when the IHCT converges.If IHCT converged, the bone marrow NDC is completed and represented by the IHCT, otherwise, another tile is extracted, and the previous process applied again iteratively until it converges. To calculate Chi-square distance, the number of following cellular objects, as well as BMME ratio (Eq. (2)), were utilized: “neutrophil”, “metamyelocyte”, “myelocyte”, “promyelocyte”, “blast”, “erythroblast”, “lymphocyte”, “monocyte”, “plasma cell”, “eosinophil”, “basophil”, “megakaryocyte”. Cell types were chosen to include all bone marrow cell types traditionally included in the NDC, as well as several additional cell or object types that have diagnostic relevance in hematology (“megakaryocytes”, “megakaryocyte nuclei”, “platelets”, “platelet clumps” and “histiocytes”).

Evaluation

To evaluate the ROI detection model in predicting appropriate and inappropriate tiles, we calculated common performance measures such as accuracy, precision (PPV-positive predictive value), recall (sensitivity), specificity, and NPV (negative predictive value), as shown by the following equations: For the ROI detection model, Tp, Tn, Fp and Fn in the above equations are defined as: Tp (True Positive): The number of appropriate tiles which predicted correctly Tn (True Negative): The number of inappropriate tiles which predicted correctly Fp (False Positive): The number of inappropriate tiles which predicted as appropriate tiles Fn (False Negative): The number of appropriate tiles which predicted as inappropriate tiles To assess the performance of the proposed cell detection and classification method, Average Precision (AP) was used with 11-point interpolation (Eq. (8)). Also at the end, the mean Average Precision (mAP) [48] was calculated for all the AP values (Eq. (10)). The value of recall was divided from 0 to 1.0 points and the average of maximum precision value was calculated for these 11 values. It is worth mentioning that the value of 0.5 was considered for Intersection over Union (IoU) in AP for each object detection and >0.75 has been used for class probability. In addition, Precision, Recall, F1-score (Eq. (12)), average IoU (Eq. (11)) and log-average miss rate (Eq. (13)) have been calculated here for each object type.where For the cell detection and classification model, Tp, Fp and Fn in Eq. (4) and Eq. (5) are defined as: Tp (True Positive): The number of all cellular and non-cellular objects which predicted correctly. Fp (False Positive) and Fn (False Negative): The number of all cellular and non-cellular objects which not predicted correctly The Log-average miss rate[49] is calculated by averaging miss rates at 9 evenly spaced FPPI points between 10−2 and 100 in log-space.Where a1, a2,a9 are positive values corresponding the miss rates at 9 evenly spaced FPPI points in log-space, between 10−2 and 100.
Table 2

Evaluation of the ROI detection using 5-fold cross-validation to calculate accuracy, precision (PPV-Positive Predictive Value), recall (Sensitivity), specificity, and NPV (Negative Predictive Value).

Metrics%
Average Cross-validation Accuracy0.97
Average Cross-validation Precision (PPV)0.90
Average Cross-validation Specificity0.99
Average Cross-validation Recall (Sensitivity)0.78
Average Cross-validation NPV0.99

All these metrics were computed in each test (unseen) fold separately and then the average was calculated.

Table 3

Performance result of the proposed cell detection and classification model.

Object classPrecisionRecallF1 scoreLog-average miss rateAP@0.5
Neutrophil0.840.910.870.210.90
Metamyelocyte0.680.790.730.370.77
Myelocyte0.800.820.810.340.80
Promyelocyte0.600.670.640.530.62
Blast0.870.900.880.340.84
Erythroblast0.860.920.890.170.92
Megakaryocyte nucleus0.800.570.670.180.60
Lymphocyte0.730.650.690.490.66
Monocyte0.840.710.770.360.72
Plasma cell0.750.690.720.330.72
Eosinophil0.930.940.930.060.97
Megakaryocyte1.000.790.880.190.82
Debris0.850.800.820.340.79
Histiocyte0.900.530.670.50.54
Platelet0.840.640.730.330.64
Platelet clump0.930.610.730.410.62
Average0.830.750.780.32mAP@0.5 =0.75
Table 4

Performance result of using active learning.

Iteration 1Iteration 2Iteration 3Iteration 4Iteration 5Iteration 6Iteration 7Iteration 8
Object classCountAPCountAPCountAPCountAPCountAPCountAPCountAPCountAP
Neutrophil6800.7512560.8215680.8317560.8518950.8620500.8923980.9127140.90
Metamyelocyte4800.606050.667520.697850.728560.769250.759860.7610170.77
Myelocyte3900.535890.556650.597200.628690.709500.7810150.7911990.80
Promyelocyte650.441020.462560.522850.543200.593260.623600.644090.62
Blast10500.6917850.7620290.7825900.8128960.8032680.8335260.8439500.84
Erythroblast6200.7211500.7813900.8015800.8220280.8922950.9024800.9226680.92
Megakaryocyte nucleus50.3270.35180.52190.55190.55230.60230.59230.60
Lymphocyte3900.475300.486890.507060.517800.5210150.5911500.6213050.66
Monocyte620.47980.512950.573680.614230.624850.655200.685690.72
Plasma cell290.57450.59500.61820.631050.671350.681580.711760.72
Eosinophil310.59380.631350.831720.861850.882210.952280.952490.97
Megakaryocyte250.49300.52900.77900.77920.78950.801000.811060.82
Debris13800.5826800.6234500.6539200.6844900.7349010.7752600.7756030.79
Histiocyte380.34720.421470.481630.481680.511740.521820.541910.54
Platelet7900.4116800.4621500.4825600.5228900.5832500.6536800.6539710.64
Platelet clump930.371460.413200.544090.564750.575360.585630.615850.62
Average61280.52108130.56140040.64162050.66184910.69206490.72226290.74247350.75

Model training started with a small dataset at the first and second iteration, and then is improved (especially on rare cellular objects) in the subsequent iterations by using active learning.

  32 in total

Review 1.  Bone marrow aspiration.

Authors:  B J Bain
Journal:  J Clin Pathol       Date:  2001-09       Impact factor: 3.411

2.  Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition.

Authors:  Kaiming He; Xiangyu Zhang; Shaoqing Ren; Jian Sun
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2015-09       Impact factor: 6.226

Review 3.  Deep learning.

Authors:  Yann LeCun; Yoshua Bengio; Geoffrey Hinton
Journal:  Nature       Date:  2015-05-28       Impact factor: 49.962

Review 4.  Diagnosis and management of AML in adults: 2017 ELN recommendations from an international expert panel.

Authors:  Hartmut Döhner; Elihu Estey; David Grimwade; Sergio Amadori; Frederick R Appelbaum; Thomas Büchner; Hervé Dombret; Benjamin L Ebert; Pierre Fenaux; Richard A Larson; Ross L Levine; Francesco Lo-Coco; Tomoki Naoe; Dietger Niederwieser; Gert J Ossenkoppele; Miguel Sanz; Jorge Sierra; Martin S Tallman; Hwei-Fang Tien; Andrew H Wei; Bob Löwenberg; Clara D Bloomfield
Journal:  Blood       Date:  2016-11-28       Impact factor: 22.113

Review 5.  Artificial Intelligence in Hematology: Current Challenges and Opportunities.

Authors:  Nathan Radakovich; Matthew Nagy; Aziz Nazha
Journal:  Curr Hematol Malig Rep       Date:  2020-06       Impact factor: 3.952

Review 6.  Gland segmentation in colon histology images: The glas challenge contest.

Authors:  Korsuk Sirinukunwattana; Josien P W Pluim; Hao Chen; Xiaojuan Qi; Pheng-Ann Heng; Yun Bo Guo; Li Yang Wang; Bogdan J Matuszewski; Elia Bruni; Urko Sanchez; Anton Böhm; Olaf Ronneberger; Bassem Ben Cheikh; Daniel Racoceanu; Philipp Kainz; Michael Pfeiffer; Martin Urschler; David R J Snead; Nasir M Rajpoot
Journal:  Med Image Anal       Date:  2016-09-03       Impact factor: 8.545

7.  White blood cell differential count of maturation stages in bone marrow smear using dual-stage convolutional neural networks.

Authors:  Jin Woo Choi; Yunseo Ku; Byeong Wook Yoo; Jung-Ah Kim; Dong Soon Lee; Young Jun Chai; Hyoun-Joong Kong; Hee Chan Kim
Journal:  PLoS One       Date:  2017-12-11       Impact factor: 3.240

Review 8.  Myelodysplastic syndromes current treatment algorithm 2018.

Authors:  David P Steensma
Journal:  Blood Cancer J       Date:  2018-05-24       Impact factor: 11.037

9.  International evaluation of an AI system for breast cancer screening.

Authors:  Scott Mayer McKinney; Marcin Sieniek; Varun Godbole; Jonathan Godwin; Natasha Antropova; Hutan Ashrafian; Trevor Back; Mary Chesus; Greg S Corrado; Ara Darzi; Mozziyar Etemadi; Florencia Garcia-Vicente; Fiona J Gilbert; Mark Halling-Brown; Demis Hassabis; Sunny Jansen; Alan Karthikesalingam; Christopher J Kelly; Dominic King; Joseph R Ledsam; David Melnick; Hormuz Mostofi; Lily Peng; Joshua Jay Reicher; Bernardino Romera-Paredes; Richard Sidebottom; Mustafa Suleyman; Daniel Tse; Kenneth C Young; Jeffrey De Fauw; Shravya Shetty
Journal:  Nature       Date:  2020-01-01       Impact factor: 49.962

10.  Deep Learning for Classification of Colorectal Polyps on Whole-slide Images.

Authors:  Bruno Korbar; Andrea M Olofson; Allen P Miraflor; Catherine M Nicka; Matthew A Suriawinata; Lorenzo Torresani; Arief A Suriawinata; Saeed Hassanpour
Journal:  J Pathol Inform       Date:  2017-07-25
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.