WO2020222985A1 - System and method for attention-based classification of high-resolution microscopy images - Google Patents

System and method for attention-based classification of high-resolution microscopy images Download PDF

Info

Publication number
WO2020222985A1
WO2020222985A1 PCT/US2020/027178 US2020027178W WO2020222985A1 WO 2020222985 A1 WO2020222985 A1 WO 2020222985A1 US 2020027178 W US2020027178 W US 2020027178W WO 2020222985 A1 WO2020222985 A1 WO 2020222985A1
Authority
WO
WIPO (PCT)
Prior art keywords
attention
set forth
tissue
images
attention network
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/US2020/027178
Other languages
French (fr)
Inventor
Saeed Hassanpour
Naofumi Tomita
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Dartmouth College
Original Assignee
Dartmouth College
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dartmouth College filed Critical Dartmouth College
Priority to US17/608,016 priority Critical patent/US12340506B2/en
Priority to CA3138679A priority patent/CA3138679A1/en
Publication of WO2020222985A1 publication Critical patent/WO2020222985A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0012Biomedical image inspection
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/82Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10056Microscopic image
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20021Dividing image into blocks, subimages or windows
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30024Cell structures in vitro; Tissue sections in vitro

Definitions

  • This invention relates to classification of high-resolution microscopy images used in pathology, and more particularly to computerized techniques for analyzing whole-slide microscopy images.
  • tissue slides are scanned as high-resolution images, which can have sizes up to 10,000 x 10,000 pixels (approximately 100
  • pathologists viewing images of the slides on computer display annotate bounding boxes on whole slides in order to train a classifier on small crops, typically of sizes in the range of 200 c 200 pixels to 500 c 500 pixels.
  • this crop classifier is applied to extracted windows from the image, and then a heuristic, often developed in conjunction with a domain-expert
  • the system and method for analyzing and classifying imaged from whole slides of tissue provides a source of image data that transmits images of the tissue on the whole slides to a
  • the GPU performs a feature extraction process that identifies and segments 5 regions of interest in each of the images, and an attention network that, based upon
  • the characteristics can comprise medical conditions, such as cancerous and/or pre-cancerous conditions in the tissue.
  • medical conditions such as cancerous and/or pre-cancerous conditions in the tissue.
  • One such group of cancerous/pre- 10 cancerous conditions associated with a gastrointestinal tract of the patient e g.
  • the feature extraction process can include a convolutional neural network (CNN).
  • CNN convolutional neural network
  • the attention network can be adapted performs attention-based weighting of features relative to the trained characteristics, and/or the attention network can include 3D convolutional filters of size N c d c d, where N is a 15 depth of a filter kernel and d denotes a height and width of the kernel.
  • N is a 15 depth of a filter kernel and d denotes a height and width of the kernel.
  • the image data of each whole slide is acquired using an image sensor having
  • the term“100 Megapixel(s)” being taken broadly to include approximately 10000 X 10000 pixels and/or a similar granularity/resolution in another aspect ratio, that may provide a larger, or (typically)
  • FIG. 1 is a diagram of an overview of a system for analyzing
  • FIG. 2 is a diagram of an exemplary whole-slide image showing the dynamic location of regions of interest for further inspection in accordance with the system and method of Fig. 1;
  • FIG. 3 is a diagram showing an overview of the attention-based network for use in the system and method of Fig. 1 including feature extraction and attention-based feature weighting;
  • FIG. 4 is a diagram showing the use of a grid-based attention
  • Fig. 5 A is a diagram showing a typical whole-slide image input to the system and method of Fig. 1 as part of a runtime dataset;
  • Fig. 5B is a diagram showing examples of classified medical
  • Fig. 6 is a diagram of whole-slide image regions of interest
  • Fig. 1 shows and arrangement 100 for scanning whole slides 110, which are generated using patient tissue— for example in connection with potentially diseased/tumorous tissue, such as found in the esophagus.
  • a selected slide 112 from the group of slides 110 to be examined is imaged using a camera-based imaging
  • optics 122 The optics 122 is aligned along an optical axis OA, and images a field of view (FOV) that encompasses the slide 112.
  • Appropriate illumination (not-shown— for example, backlit illumination) can be provided, and more generally, the imaging system and associated optics can be of conventional design, with the sensor S having 20 at least a 10,000 X 10,000 resolution in exemplary implementations.
  • Transmission can be via a network or physical loading of stored data—for example via a portable (e.g.
  • the computing device can be any standalone or network based 25 data processing system with an associated processor arrangement 140.
  • the computing computing device 130 can, thus, be a server, PC, laptop, cloud-computing
  • the computing device processor can include a graphics processing unit GPU (with one or more parallel graphics
  • processor(s) which is adapted to handle image data at high volume and speed.
  • the processor/GPU 140 and its associated process module(s) includes vision system tools 142 that perform basic machine vision and image manipulation tasks on the received F
  • PCT/US2020/027178 image data 124. These can include edge detection and alignment, blob analysis and bounding box generation (e g. around the slide perimeter to narrow the region of interest to be analyzed by subsequent processes. These subsequent processes
  • CNN convolutional neural network
  • a data library 150 that can be locally stored or part of a remote network can be used to train and refine the CNN and/or attention network in a manner described below.
  • a local user interface/computing device for example, a PC, server,
  • GUI graphical user interface
  • the user interface/computing device 170 can provide instructions and associated control data 162 to the system computing
  • Results and associated annotations provided by a practitioner can be transmitted via a network and/or portable storage to a patient data store 180 using appropriate mechanisms (e.g. encrypted data formatting). These results can be appended to the patient’s chart/file and used in subsequent consultation and treatment.
  • attention models are applied to regular image analysis tasks, especially image captioning. Such attention mechanisms are described as a part of the prediction module that sequentially selects 25 subsets of input to be processed. See by way of useful background information, L. C.
  • FIG. 2 shows an exemplary microscopy slide image 200 containing regions of interest with diseased tissue (e.g.
  • this exemplary microscopy image is 4,428 c 6,396 pixels.
  • the exemplary attention-based model herein dynamically identifies regions of interest in a high-resolution image and makes a whole-slide classification to based on analyzing only these selected regions. This methodology is essentially
  • the illustrative grid-based attention module uses a 3D convolution operation that does not require a fixed size input grid.
  • the input size can be any rectangular shape that fits in GPU memory.
  • the model herein uniquely generalizes the attention mechanism to classification of a high-resolution slide image 310.
  • the input image JC (310) is divided into H' x W (height x width) grid cells (the depicted dividing lines 312 are shown only for visualization) to extract features using the CNN 314. These cells are
  • Ueamable 3D convolutional filters of size N x d d 322 are then applied on the grid-based feature map tensor U 324 to generate an attention map a (326), which operates as the weights for an affine combination of U in an attention-based feature weighting operation 330.
  • the grid-based attention mechanism uses a 3D convolution.
  • CNN neural network
  • a top-down recurrent attention CNN has been proposed.
  • the exemplary implementation herein is based on the soft attention mechanism, but designed for classification of high-resolution images that are not typically encountered in the field of 20 computer/machine vision.
  • the attention approach in deploys two parallel networks for the classification of thorax disease.
  • the exemplary implementation is based upon this approach, but directly reuses extracted features in a single attention network.
  • the first phase is grid-based feature extraction from the whole image, where each grid cell in the whole-slide is analyzed to generate a feature map.
  • the second phase applies the attention network on the extracted features for whole-slide
  • the feature extractor is jointly optimized across all the tiles 15 along with the attention module in an end-to-end fashion.
  • Every slide image is divided image is divided into smaller tiles with no (free-of) overlap.
  • Features are extracted from each tile and reformatted to a single grid-based set of features.
  • the 20 feature map is generated in the following fashion (as also depicted and described
  • ResNet residual neural network
  • ResNet-18 Recognition Competition
  • the procedure applies 3D convolutional filters of size N x d x d, where N is the kernel’s depth and d denotes the height and 20 width of the kernels.
  • the feature vector z is subsequently used for whole-slide classification through fully connected layers and a non-linear activation function. Moreover, the use of multiple attention modules in the exemplary framework can potentially capture more local
  • results of the illustrative model’s performance are compared to those generated by the state-of-the-art sliding window method. In general, the results determined that the illustrative model outperforms this sliding window model by a significant margin.
  • Fig. 5A shows a typical whole-slide image 500 from the dataset. These images can cover multiple pieces of to tissue, so they are separated into large sub-images 510, 520 and 530 with average size of (e.g.) 5,131 x 5,875 pixels, each only covering a single piece of tissue. Every sub image has an overall label based on the labels of its lesions. If multiple lesions with different classes are present, then the class with the highest nsk is used as the
  • each sub-image is assigned to one of our four classes: Normal (560), BE-no-dysplasia (570), BE-with-dysplasia (580), and Adenocarcinoma (590).
  • the dataset includes (e.g.) 256 sub-images after preprocessing. To avoid possible data leakage, extracted tissues from one whole-slide 20 image are all placed into the same set of images when the development and test set are split. Table 1 below summarizes the test dataset.
  • a current, state-of-the-art sliding window method can 30 be implemented, as described in N. Coudray et al., Classification and mutation prediction from non-small cell lung cancer histopathology images using deep
  • annotated bounding box labels are used to generate small crops of size 224 x 224 pixels for training a crop classifier.
  • color channels For preprocessing, color channels (RBG) are normalized, and a standard data augmentation including color jittering, random flips, and rotations is performed.
  • the ResNet-18 is initialized with the He initialization (See by way of useful background information, K. He, X. Zhang, S. Ren, and J. Sun, Delving deep into rectifiers: Surpassing human-level performance on
  • the procedure optimizes over the cross-entropy loss function for 100 epochs, employing standard weight regularization techniques and learning rate decay.
  • the crop classifier is trained to predict the class of any given window in a whole-slide image. For whole-slide
  • Normal includes normal stratified squamous epithelium, normal to squamous and columnar junction epithelium, and normal columnar epithelium.
  • BE-no-dysplasia includes Barret’s Esophagus negative for
  • Esophagus is defined by columnar epithelium with goblet cells (intestinal metaplasia) and preservation of orderly
  • BE-with-dysplasia includes noninvasive low-grade neoplasia (low- grade dysplasia) and noninvasive high-grade neoplasia (high-grade dysplasia).
  • Adenocarcinoma includes invasive carcinoma (intramucosal carcinoma and submucosal carcinoma and beyond) and suspicious for invasive
  • the illustrative model desirably identifies such regions of interest automatically.
  • the feature extraction network is first initialized with weights pre-
  • Input of the network is an extracted grid cell of (e.g.) 492 c 492 pixels and resized to (e.g.) 224 c 224 pixels.
  • the input values are normalized by the mean and standard deviation of pixel values computed over all tissues.
  • the last fully connected layer of the network is removed, and all residual blocks except for the last one are
  • tissue images extracted from whole slides For data augmentation, a random rotation and random scaling is applied, with a scaling factor between 0.8 and 1.2 on the fly during training.
  • the procedure can employ an Adam optimizer F
  • WO 2020/222985 PCT/US2020/027178 with an initial learning rate of le-3, decaying by 0.95 after each epoch, and reset the learning rate to le-4 every 50 epochs in a total of 200 epochs, similar to the cyclical learning rate.
  • the mini batch size is also set to (e.g.) two (2) to maximize the
  • BE-no-dysplasia Normal, BE-no-dysplasia, and Adenocarcinoma. Because BE-with-dysplasia was the least frequent class in the exemplary dataset, comprising only 11% of images, it is possible that the present arrangement performed less robustly on this class. Of note, our model is also the first to automate classification of tissue in Barrett’s Esophagus 25 using histopathology slides. The following is a further description of analysis processes employed.
  • a qualitative analysis visualizes the generated 64 attention maps for all the testing images to verify the attention mechanism in the illustrative model.
  • Fig. 6 is a depiction 600 of various examples of attention maps 610
  • the exemplary filters are optimized for attending to the features of the Adenocarcinoma class.
  • the top row 620 shows input whole-slide sub-images from the test dataset.
  • the second to fourth rows 612-616 thus, show attention maps of the selected
  • each map is normalized so its maximum 5 value is 1.
  • the attended regions for the Adenocarcinoma class images (column 630)
  • the response is low over all regions (the first and second columns, representing normal and BE-no-dysplasia conditions, respectively)
  • the system and method provides an attention-based model for classification of high-resolution microscopy images. Analogous to how pathologists 25 examine slides under the microscope, the system and method and associated model
  • the model generally outperforms the current sliding window method on a dataset for Barrett’s Esophagus. Previous methodology for analyzing microscopy images is limited by manual annotation and access to medical expertise. Our model, on the
  • any function, process and/or processor herein can be implemented using electronic hardware, software consisting of a non-transitory computer-readable medium of program instructions, or a combination of hardware and software.
  • various directional and dispositional terms 20 such as“vertical”,“horizontal”,“up”,“down”,“bottom”,“top”,“side”,“front”,
  • 25 characteristic it refers to a quantity that is within a normal operating range to achieve desired results, but that includes some variability due to inherent inaccuracy and error within the allowed tolerances of the system (e.g. 1-5 percent). Accordingly, this description is meant to be taken only by way of example, and not to otherwise limit the scope of this invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Health & Medical Sciences (AREA)
  • Evolutionary Computation (AREA)
  • Quality & Reliability (AREA)
  • Radiology & Medical Imaging (AREA)
  • Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
  • Databases & Information Systems (AREA)
  • Multimedia (AREA)
  • Software Systems (AREA)
  • Artificial Intelligence (AREA)
  • Computing Systems (AREA)
  • Image Analysis (AREA)

Abstract

This invention provides a system and method for analyzing and classifying imaged from whole slides of tissue. A source of image data transmits images of the tissue on the whole slides to a GPU. The GPU performs a feature extraction process that identifies and segments regions of interests in each of the images, and an attention network that, based upon training from an expert, identifies trained characteristics can comprise cancerous and/or pre-cancerous conditions/e.g. those associated with a gastrointestinal tract, such ad Barret's Esophagus. The feature extraction process can include a convolutional neural network (CNN). The attention network can be adapted performs attention/based weighting of features relative to the trained characteristics, and/or the attention network can include 3D convolutional filters. The image data is acquired using an image sensor having approximately 100 Megapixel resolution.

Description

F
WO 2020/222985 PCT/US2020/027178
SYSTEM AND METHOD FOR ATTENTION-BASED
CLASSIFICATION OF HIGH-RESOLUTION MICROSCOPY
IMAGES
5 STATEMENT REGARDING FEDERALLY SPONSORED
RESEARCH OR DEVELOPMENT
[0001] This invention was made with government support under Grant #
P20GM104416 awarded by the National Institutes of Health. The government has 10 certain rights in the invention.
FIELD OF THE INVENTION
[0002] This invention relates to classification of high-resolution microscopy images used in pathology, and more particularly to computerized techniques for analyzing whole-slide microscopy images.
15 BACKGROUND OF THE INVENTION
[0003] In the field of pathology, tissue slides are scanned as high-resolution images, which can have sizes up to 10,000 x 10,000 pixels (approximately 100
Megapixels). This high-resolution is desired because each whole slide contains thousands of cells, for which the cellular structures must be visible in order to identify 20 regions of the tissue that indicate disease (lesions). However, the size of lesions is
often relatively small, typically occupying around 100 c 100 pixels in the overall image, and most of the cells in a given slide are normal. Therefore, the decisive regions of interest containing lesions usually comprise much less than one percent of the imaged tissue area. Even for trained pathologists, localizing these lesions for the 25 classification of the whole slide is time-consuming and often inconsistent in results.
In recent years, computer-based deep learning has made considerable advances in classification of microscopy images. A common approach in this domain involves a sliding window for crop classification, followed by statistical methods of aggregation for whole-slide inference. See by way of useful background information, Cosatto et 30 al, Automated gastric cancer diagnosis on h&e-stained sections; training a classifier on a large scale with multiple instance machine learning , in Medical Imaging 2013:
Digital Pathology, 2013, vol. 8676, p. 867605: International Society for Optics and Photonics; L. Hou, D. Samaras, T. M. Kurc, Y. Gao, J. E. Davis, and J. H. Saltz,
Patch-based convolutional neural network for whole slide tissue image classification , F
WO 2020/222985 PCT/US2020/027178 in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition,
2016, pp. 2424-2433; D. Komura, S. J. C. Ishikawa, and S. B. Journal, Machine learning methods for histopathological image analysis , vol. 16, pp. 34-42, 2018; B.
Korbar et al., Looking Under the Hood: Deep Neural Network Visualization to
5 Interpret Whole-Slide Image Analysis Outcomes for Colorectal Polyps , in Computer
Vision and Pattern Recognition Workshops (CVPRW), 2017 IEEE Conference on,
2017, pp. 821-827: IEEE; and M. Saha, C. Chakraborty, D. J. C. M. I. Racoceanu, and Graphics, Efficient deep learning model for mitosis detection using breast
histopathology image , vol. 64, pp. 29-40, 2018.
10 [0004] In this approach, pathologists viewing images of the slides on computer display annotate bounding boxes on whole slides in order to train a classifier on small crops, typically of sizes in the range of 200 c 200 pixels to 500 c 500 pixels. For evaluating a whole slide, this crop classifier is applied to extracted windows from the image, and then a heuristic, often developed in conjunction with a domain-expert
15 (human) pathologist, is used to determine how the distribution of crop classification
scores translates into a whole-slide diagnosis.
[0005] However, there are many limitations to this sliding window approach.
For example, since crop classifiers are needed, all images in the training set must be annotated by pathologists with bounding boxes around each region of interest. In
20 addition, developing a heuristic for aggregating crop classifications often requires
pathologist expertise and/or insight. Thus, the present approach is practical when engineers have easy access to medical professionals, but it is not scalable, as the heuristics used are dependent on the nature of the classification task and therefore unique. Also, in the sliding window approach, crops are classified independently of 25 their neighbors and whole-slide classification does not consider the correlations
between neighboring windows. More generally, the use of automation to examine slides is highly desirable to alleviate the possibility of human errors, speed diagnosis, allow for remote diagnostic and treatment of distantly located patients, and generally reduce the need for time-intensive examination by expert practitioners.
30 SUMMARY OF THE INVENTION
[0006] This invention overcomes the disadvantages of the prior art by
providing a system, method and non-transitory computer-readable medium of program program instructions for whole-side examination that uses an attention-based F
WO 2020/222985 PCT/US2020/027178 mechanism to classify microscopy images. In an illustrative embodiment, the system and method for analyzing and classifying imaged from whole slides of tissue provides a source of image data that transmits images of the tissue on the whole slides to a
GPU. The GPU performs a feature extraction process that identifies and segments 5 regions of interest in each of the images, and an attention network that, based upon
training from an expert, identifies trained characteristics in the regions of interest and provides identification data to a user, which can be accessible through an interface.
Illustratively, the characteristics can comprise medical conditions, such as cancerous and/or pre-cancerous conditions in the tissue. One such group of cancerous/pre- 10 cancerous conditions associated with a gastrointestinal tract of the patient (e g.
Barret’s Esophagus). Illustratively, the feature extraction process can include a convolutional neural network (CNN). The attention network can be adapted performs attention-based weighting of features relative to the trained characteristics, and/or the attention network can include 3D convolutional filters of size N c d c d, where N is a 15 depth of a filter kernel and d denotes a height and width of the kernel. Illustratively,
the image data of each whole slide is acquired using an image sensor having
approximately 100 Megapixel resolution (the term“100 Megapixel(s)” being taken broadly to include approximately 10000 X 10000 pixels and/or a similar granularity/resolution in another aspect ratio, that may provide a larger, or (typically)
20 smaller, actual pixel count).
BRIEF DESCRIPTION OF THE DRAWINGS
[0007] The invention description below refers to the accompanying drawings, of which:
25 [0008] Fig. 1 is a diagram of an overview of a system for analyzing and
classifying features on whole-slide images according to an illustrative embodiment;
[0009] Fig. 2 is a diagram of an exemplary whole-slide image showing the dynamic location of regions of interest for further inspection in accordance with the system and method of Fig. 1;
30 [0010] Fig. 3 is a diagram showing an overview of the attention-based network for use in the system and method of Fig. 1 including feature extraction and attention-based feature weighting;
[0011] Fig. 4 is a diagram showing the use of a grid-based attention
mechanism that employs 3D convolution for the attention network of Fig. 3; F
WO 2020/222985 PCT/US2020/027178
[0012] Fig. 5 A is a diagram showing a typical whole-slide image input to the system and method of Fig. 1 as part of a runtime dataset;
[0013] Fig. 5B is a diagram showing examples of classified medical
conditions or characteristics in segmented regions of interest in the image of Fig. 5 A;
5 and
[0014] Fig. 6 is a diagram of whole-slide image regions of interest and
associated attention maps with respect to different applied attention modules (filters), using the system and method of Fig. 1.
DETAILED DESCRIPTION
10 [0015] F System Overview
[0016] Fig. 1 shows and arrangement 100 for scanning whole slides 110, which are generated using patient tissue— for example in connection with potentially diseased/tumorous tissue, such as found in the esophagus. A selected slide 112 from the group of slides 110 to be examined is imaged using a camera-based imaging
15 system (e.g. having CMOS image sensor S) 120 in conjunction with microscope
optics 122. The optics 122 is aligned along an optical axis OA, and images a field of view (FOV) that encompasses the slide 112. Appropriate illumination (not-shown— for example, backlit illumination) can be provided, and more generally, the imaging system and associated optics can be of conventional design, with the sensor S having 20 at least a 10,000 X 10,000 resolution in exemplary implementations.
[0017] The image data 124, generated by the imaging system 120 and
associated sensor S, is transmitted to a computing device 130. Transmission can be via a network or physical loading of stored data— for example via a portable (e.g.
USB-based) drive. The computing device can be any standalone or network based 25 data processing system with an associated processor arrangement 140. The computing computing device 130 can, thus, be a server, PC, laptop, cloud-computing
arrangement, or combination of such, and/ or a purpose-built processing device, such as one or more FPGAs. More particularly, the computing device processor can include a graphics processing unit GPU (with one or more parallel graphics
30 processor(s), which is adapted to handle image data at high volume and speed. The
architecture and/or programming of such processor(s) is known to those of skill. The processor/GPU 140 and its associated process module(s) includes vision system tools 142 that perform basic machine vision and image manipulation tasks on the received F
WO 2020/222985 PCT/US2020/027178 image data 124. These can include edge detection and alignment, blob analysis and bounding box generation (e g. around the slide perimeter to narrow the region of interest to be analyzed by subsequent processes. These subsequent processes
(described in further detail below) include segmenting the image data using a
5 convolutional neural network (CNN) 144 and feature-based weighting using an
attention network 146 in accordance with the exemplary embodiment herein. A data library 150 that can be locally stored or part of a remote network can be used to train and refine the CNN and/or attention network in a manner described below.
[0018] The results 160 of the analysis performed by the attention network 146
10 are provided to a local user interface/computing device (for example, a PC, server,
laptop, tablet or smartphone) 170, with associated graphical user interface (GUI) display/touchscreen 172, keyboard 174, mouse 176, etc. for observing and
manipulating images and/or textual content. The user interface/computing device 170 can provide instructions and associated control data 162 to the system computing
15 device 130 and associated processor/GPU 140 for use in processing/analyzing image
data. Results and associated annotations provided by a practitioner can be transmitted via a network and/or portable storage to a patient data store 180 using appropriate mechanisms (e.g. encrypted data formatting). These results can be appended to the patient’s chart/file and used in subsequent consultation and treatment.
20 [0019] II. Image Analysis
[0020] A. CNN and Attention-based Network Operation Overview
[0021] By way of further background information, attention models are applied to regular image analysis tasks, especially image captioning. Such attention mechanisms are described as a part of the prediction module that sequentially selects 25 subsets of input to be processed. See by way of useful background information, L. C.
Chen, Y. Yang, J. Wang, W. Xu, and A. L. Yuille, Attention to scale: Scale-ccware semantic image segmentation , in Proceedings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 3640- 3649; and Y. A. Chung and W. H. J. a. p. a. Weng, Learning Deep Representations of Medical Images using Siamese CNNs 30 with Application to Content-Based Image Retrieval , 2017.
[0022] Reference is made to Fig. 2, which shows an exemplary microscopy slide image 200 containing regions of interest with diseased tissue (e.g.
adenocarcinoma, Barret’s Esophagus (BE) with-dysplasia and BE-without-dysplasia) F
WO 2020/222985 PCT/US2020/027178 described further below, and which is subjected to the attention-based classification model employed by the processor 140 in the module 146. The attention-based model dynamically finds regions of interest for closer inspection. The image 200 is
segmented into a grid tiles 210, 220 and 230 (shown in the image and as respective 5 magnified squares 212, 222 and 232 based upon (e g.) the CNN 144. Predictions are
made based on weighted features from each tile, as shown in the results box 240. The size of this exemplary microscopy image is 4,428 c 6,396 pixels.
[0023] The exemplary attention-based model herein dynamically identifies regions of interest in a high-resolution image and makes a whole-slide classification to based on analyzing only these selected regions. This methodology is essentially
analogous to how pathologists examine slides under the microscope. The model is trainable end-to-end with only whole-slide labels. All components of the model are optimized through backpropagation. Unlike the current sliding window approach, the exemplary attention-based model does not entail use of bounding box annotations for 15 regions of interest or pathologist insight for heuristic development. The model is also flexible with regard to input size for images. Using methodology that is based upon convolutional network techniques, the illustrative grid-based attention module uses a 3D convolution operation that does not require a fixed size input grid. The input size can be any rectangular shape that fits in GPU memory.
20 [0024] More particularly, with reference to the operational procedure 300 of
Fig. 3, the model herein uniquely generalizes the attention mechanism to classification of a high-resolution slide image 310. As shown, the input image JC (310) is divided into H' x W (height x width) grid cells (the depicted dividing lines 312 are shown only for visualization) to extract features using the CNN 314. These cells are
25 provided to the attention network 320. Ueamable 3D convolutional filters of size N x d d 322 are then applied on the grid-based feature map tensor U 324 to generate an attention map a (326), which operates as the weights for an affine combination of U in an attention-based feature weighting operation 330. As shown further in the depiction 400 of Fig. 4, the grid-based attention mechanism uses a 3D convolution.
30 The significance of each location 412 in the grid 410 is determined based on its own
features and those of its surrounding crops (cuboidal box 420). In the exemplary depiction 400, the application of a 3D convolutional filter of size 512 c 3 c 3 is depicted by the lead lines 430. F
WO 2020/222985 PCT/US2020/027178
[0025] Although the definition of attention mechanisms in the art is not applicable to non-sequential tasks, the essence of attention mechanisms can be
reduced to the ability of networks to generate a dynamic representation of features through weighting them in response to the geometric and holistic context of input.
5 Recent advancement of soft attention enabled end-to-end training on convolutional
neural network (CNN) models. See by way of useful background information, J. Fu,
H. Zheng, and T. Mei, Look closer to see better: Recurrent attention convolutional neural network for fine- grained image recognition, in CVPR, 2017, vol. 2, p. 3; M.
Jaderberg, K. Simonyan, and A. Zisserman, Spatial transformer networks, in
10 Advances in neural information processing systems, 2015, pp. 2017-2025; and F.
Wang et al., Residual attention network for image classification, 2017. Spatial transformer networks capture high-level information from inputs to derive affine transformation parameters, which are subsequently applied to spatial invariant input for a CNN. For semantic segmentation tasks, the attention mechanism is applied to 15 learn multi-scale features. Residual attention networks use soft attention masks to
extract features in different granularities. To analyze images in detail, a top-down recurrent attention CNN has been proposed. Notably, the exemplary implementation herein is based on the soft attention mechanism, but designed for classification of high-resolution images that are not typically encountered in the field of 20 computer/machine vision.
[0026] B. Attention in Medical Image Analysis.
[0027] There have been several applications of the attention mechanism in the medical domain, such as using soft attention to generate masks around lesion areas on CT images (See by way of useful background information, Q. Guan, Y. Huang, Z.
25 Zhong, Z. Zheng, L. Zheng, and Y. J. a. p. a. Yang, Diagnose like a radiologist:
Attention guided convolutional neural network for thorax disease classification,
2018,), and employing recurrent attention models fused with reinforcement learning to to locate lung nodules (See by way of useful background information, E. Pesce, P.P.
Ypsilantis, S. Withey, R. Bakewell, V. Goh, and G. J. a. p. a. Montana, Learning to 30 detect chest radiographs containing lung nodules using visual attention networks,
2017.), or enlarged hearts (See by way of useful background information, P.P.
Ypsilantis and G. J. a. p. a. Montana, Learning what to look in chest X-rays with a recurrent visual attention model, 2017) in chest radiography images. In pathology, F
WO 2020/222985 PCT/US2020/027178 recorded navigation of pathologists has been used as attention maps to detect
carcinoma (See by way of useful background information G. Corredor, J. Whitney, V.
L. A. Pedroza, A. Madabhushi, and E. R. J. J. o. M. I. Castro, Training a cell-level classifier for detecting basal-cell carcinoma by combining human visual attention
5 maps with low-level handcrafted features , vol. 4, no. 2, p. 021105, 2017.). The soft
attention approach in deploys two parallel networks for the classification of thorax disease. The exemplary implementation is based upon this approach, but directly reuses extracted features in a single attention network.
[0028] C. Operational Model
to [0029] As described generally above, the illustrative procedure has two
phases. The first phase is grid-based feature extraction from the whole image, where each grid cell in the whole-slide is analyzed to generate a feature map. The second phase applies the attention network on the extracted features for whole-slide
classification. Notably, the feature extractor is jointly optimized across all the tiles 15 along with the attention module in an end-to-end fashion.
[0030] D. Grid-based Feature Extraction
[0031] To extract features on the whole image through a CNN, every slide image is divided image is divided into smaller tiles with no (free-of) overlap. Features are extracted from each tile and reformatted to a single grid-based set of features. The 20 feature map is generated in the following fashion (as also depicted and described
above): let x denote an input image of shape 3 * H c W , where 3 , H and W are the red, green and blue pixel (RGB) color channels, height, and width of the image, respectively. Through feature extraction, a feature map tensor U of shape N c H' c W, where N is the number of extracted features, H' is the number of rows, and W is 25 the number of columns of non-overlapping tiles on the image. More particularly, H'
= [H/h\ and W = [W/w\, where h and w are the height and width of each tile.
[0032] With reference to CNN architecture, the commercially available, residual neural network (ResNet) architecture is employed (See by way of useful
30 background information, K. He, X. Zhang, S. Ren, and J. Sun, Deep residual learning for image recognition , in Proceedings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 770-778.). This architecture is one of the state-of-the- art CNN models with high performance on the ImageNet Large Scale Visual F
WO 2020/222985 PCT/US2020/027178
Recognition Competition (ILSVRC), as well as many medical image classification tasks. Among several variants of ResNet models, the exemplary implementation can employ the pre-activation ResNet-18 model (See by way of useful background
information, K. He, X. Zhang, S. Ren, and J. Sun, Identity mappings in deep residual 5 networks , in European conference on computer vision, 2016, pp. 630-645: Springer.).
This model achieves a good trade-off between performance and GPU memory usage, which is vital for processing high-resolution image data. By removing the final fully- connected layer before the global pooling layer, the network produces a tensor of size of 512 x H' x W as output for an input image. The model is extended herein by
10 replacing all 2D convolutions with 3D convolutional filters of shape 1 x 3 x 3 in order to implement mini-batch training for image samples. Consequently, input tensors are defined as T c (H' W) c 3 c h c w, where T is the mini-batch size.
[0033] E. Attention-based Classification
[0034] After feature extraction, attention modules are applied to the feature
15 map, with their weights determining the importance of each tile. Then, a feature
vector is computed and optimized against labels of each image in a feedforward neural network, allowing for classification of the entire whole-slide image. For the attention mechanism of the exemplary implementation, the procedure applies 3D convolutional filters of size N x d x d, where N is the kernel’s depth and d denotes the height and 20 width of the kernels. As a general example of the operation of the procedure herein,
one filter and one corresponding attention map is described. Applying a 3D filter of size N x d c d to a feature map U thereby generates a raw attention map output of V G RH' W'. Once V is computed, an attention map is calculated by:
Figure imgf000011_0001
25
where / and j are row and column indices of the resulting attention map a. By treating the attention map a as feature weights, the components zn of the final feature vector z are computed by: F
WO 2020/222985 PCT/US2020/027178
Figure imgf000012_0001
The feature vector z is subsequently used for whole-slide classification through fully connected layers and a non-linear activation function. Moreover, the use of multiple attention modules in the exemplary framework can potentially capture more local
5 patterns for classification, increasing the capacity and robustness of the network,
particularly for medical images of high-resolution. As such, the procedure
simultaneously applies m 3D filters that generate m attention maps and individually populate m, respective, feature vectors. All feature vectors are then concatenated to form a single vector, which is fed to the fully connected classifier. In the end-to-end to training pipeline, the cross-entropy loss over all classes is computed on classification
predictions. The loss is back-propagated to optimize all parameters in the network without any specific adjustment for attention modules. Our model does not need bounding box annotations around regions of interest, and all optimization is performed with respect to only the labels at the whole-slide level.
15 [0035] III. Experimental Results
[0036] Having described the implementation and operation of the system and method herein, the following is a discussion of experimental procedures and results employing the illustrative attention-based classification model herein for high- resolution microscopy images related to a dataset of Barrett’s Esophagus (BE) images, 20 which are slides of tissues surgically removed from patients at risk of esophageal
cancer. The results of the illustrative model’s performance are compared to those generated by the state-of-the-art sliding window method. In general, the results determined that the illustrative model outperforms this sliding window model by a significant margin.
25 [0037] A. Experimental Dataset
[0038] For the experiment, whole-slide images were collected from patients who underwent endoscopic gastric mucosal biopsy since 2017. Commercially
available (e.g. Leica Aperio) digital scanners digitized H&E-stained whole-slide images at 20 x magnification. A total of 180 whole-slide images were generated, and 30 116 were used as the development set, while 64 were used as the test set. 20% of the
development set were reserved for validation. In order to determine labels for whole- F
WO 2020/222985 PCT/US2020/027178 slide images and to train the sliding window method as our baseline, bounding boxes around lesions in these images were annotated by two human pathologists of ordinary, or greater than ordinary, skill in the art. These labels as reference standard, as any disagreements in annotation were resolved through further discussion among
5 annotators and consultation with a senior domain-expert pathologist. These bounding boxes were not used in training the illustrative attention-based model.
[0039] For preprocessing, white background is removed from the slides and only regions of the images that contain tissue is extracted. Fig. 5A shows a typical whole-slide image 500 from the dataset. These images can cover multiple pieces of to tissue, so they are separated into large sub-images 510, 520 and 530 with average size of (e.g.) 5,131 x 5,875 pixels, each only covering a single piece of tissue. Every sub image has an overall label based on the labels of its lesions. If multiple lesions with different classes are present, then the class with the highest nsk is used as the
corresponding label, as that lesion would have the highest impact clinically. If no
15 abnormal lesions are found in a sub-image, then it is assigned to the normal class.
After this preprocessing step, and as depicted in Fig. 5B, each sub-image is assigned to one of our four classes: Normal (560), BE-no-dysplasia (570), BE-with-dysplasia (580), and Adenocarcinoma (590). The dataset includes (e.g.) 256 sub-images after preprocessing. To avoid possible data leakage, extracted tissues from one whole-slide 20 image are all placed into the same set of images when the development and test set are split. Table 1 below summarizes the test dataset.
Figure imgf000013_0001
25 Table 1. Class distribution of Barrett’s Esophagus (BE) images in test dataset.
[0040] B. Sliding Window Baseline
[0041] In order to compare the exemplar model to previous methods for high-resolution image analysis, a current, state-of-the-art sliding window method can 30 be implemented, as described in N. Coudray et al., Classification and mutation prediction from non-small cell lung cancer histopathology images using deep
learning , vol. 24, no. 10, p. 1559, 2018 and B. Korbar et al., Looking Under the
Hood: Deep Neural Network Visualization to Interpret Whole-Slide Image Analysis F
WO 2020/222985 PCT/US2020/027178
Outcomes for Colorectal Polyps, in Computer Vision and Pattern Recognition
Workshops (CVPRW), 2017 IEEE Conference on, 2017, pp. 821-827: IEEE (by way of useful background information). In this method, annotated bounding box labels are used to generate small crops of size 224 x 224 pixels for training a crop classifier. For 5 For preprocessing, color channels (RBG) are normalized, and a standard data augmentation including color jittering, random flips, and rotations is performed.
[0042] For training of the network, the ResNet-18 is initialized with the He initialization (See by way of useful background information, K. He, X. Zhang, S. Ren, and J. Sun, Delving deep into rectifiers: Surpassing human-level performance on
10 imagenet classification , in Proceedings of the IEEE international conference on
computer vision, 2015, pp. 1026-1034.). By way of example, the procedure optimizes over the cross-entropy loss function for 100 epochs, employing standard weight regularization techniques and learning rate decay. The crop classifier is trained to predict the class of any given window in a whole-slide image. For whole-slide
15 inference, a grid search is performed over the validation set to find optimal thresholds for filtering noise. Then, tw o separate human pathologists were consulted to develop heuristics for aggregating crop predictions. The thresholds and heuristic are chosen from the approach that performed the best on the validation set and applied that to the whole-slide images in the test set. Performance metrics for this sliding window
20 approach are shown in Table 2 below.
Ground Truth Sliding Attention
Window Model
Figure imgf000014_0001
F
WO 2020/222985 PCT/US2020/027178
Table 2. Classification results for our test set on Barret’s Esophagus. The model’s performance is assessed in terms of accuracy, recall, precision, and FI score, and the illustrative model/system and method outperforms the sliding window baseline in and FI score for all classes.
5
[0043] Note, for purposes of the experimental procedure described herein, the following exemplary definitions can be used with respect to the medical conditions represented by the image dataset.
(1) Normal: includes normal stratified squamous epithelium, normal to squamous and columnar junction epithelium, and normal columnar epithelium.
(2) BE-no-dysplasia: includes Barret’s Esophagus negative for
dysplasia or indefinite for dysplasia. Barret’s Esophagus is defined by columnar epithelium with goblet cells (intestinal metaplasia) and preservation of orderly
glandular architecture of the columnar epithelium with surface maturation. Indefinite
15 for dysplasia denotes that the lesion is suggestive of but not diagnostic of dysplasia,
such as significant atypia with or without surface maturation in the context of
inflammation, ulceration, or regenerative changes.
(3) BE-with-dysplasia: includes noninvasive low-grade neoplasia (low- grade dysplasia) and noninvasive high-grade neoplasia (high-grade dysplasia).
20 Columnar epithelium with low-grade dysplasia is characterized by nuclear pseudostratification, mild to moderate nuclear hyperchromasia and irregularity , and the cytologic ah pi a extending to the surface epithelium. High-grade dysplasia
demonstrates marked cytologic atypia including loss of polarity, severe nuclear enlargement and hyperchromasia, numerous mitotic figures, and architectural
25 abnormalities such as lateral budding, branching, villous formation, as well as variation of the size and shape of crypts.
(4) Adenocarcinoma: includes invasive carcinoma (intramucosal carcinoma and submucosal carcinoma and beyond) and suspicious for invasive
carcinoma. Cases of high-grade dysplasia with features suggestive of invasion are
30 classified into this category; and the worrisome features include cribriform/solid
growth, ulceration occurring within high-grade dysplasia, dilated dysplastic glands with necrotic debris, large angulated glands, and dysplastic tubules incorporated into overlying squamous epithelium. F
WO 2020/222985 PCT/US2020/027178
[0044] C. Attention Model Implementation
[0045] The attention model was applied to the experimental dataset as
described above. Given the size of features extracted from ResNet-18 model, 512 c 3 x 3 3D convolutional fdters were used in the attention module, with the implicit zero- 5 padding of (0, 1, 1) for depth, height, and width dimensions, respectively. By way of example, 64 of these filters were employed to increase the robustness of the attention module, as patterns in the feature space are likely too complex to be recognized and attended by a single filter. To avoid overfitting and encourage each filter to capture different patterns, the procedure regularized the attention module by applying dropout 10 with p - 0.5 after concatenating all the feature vectors z (See by way of useful
background information, N. Srivastava, G. Hinton, A. Krizhevsky, I. Sutskever, and R. J. T. J. o. M. L. R. Salakhutdinov, Dropout: a simple way to prevent neural
networks from overfitting, vol. 15, no. 1, pp. 1929-1958, 2014). We initialized the entire network with the He initialization for convolutional filters (see reference
15 above), unit weight and zero-bias for batch normalizations, and the Glorot initialization for fully connected layers (See by way of useful background
information, X. Glorot and Y. Bengio, Understanding the difficulty of training deep feedforward neural networks , in Proceedings of the thirteenth international conference on artificial intelligence and statistics, 2010, pp. 249-256.). Note that only the cross- 20 entropy loss against class labels is used in training, and other information such as the
location of bounding boxes is not given to the network as a guidance to optimal attention maps. The illustrative model desirably identifies such regions of interest automatically.
[0046] The feature extraction network is first initialized with weights pre-
25 trained on the ImageNet dataset (See by way of useful background, Glorot, referenced above.). Input of the network is an extracted grid cell of (e.g.) 492 c 492 pixels and resized to (e.g.) 224 c 224 pixels. The input values are normalized by the mean and standard deviation of pixel values computed over all tissues. The last fully connected layer of the network is removed, and all residual blocks except for the last one are
30 frozen, serving as a regularization mechanism. The entire network is trained on large
tissue images extracted from whole slides. For data augmentation, a random rotation and random scaling is applied, with a scaling factor between 0.8 and 1.2 on the fly during training. By way of example, the procedure can employ an Adam optimizer F
WO 2020/222985 PCT/US2020/027178 with an initial learning rate of le-3, decaying by 0.95 after each epoch, and reset the learning rate to le-4 every 50 epochs in a total of 200 epochs, similar to the cyclical learning rate. The mini batch size is also set to (e.g.) two (2) to maximize the
utilization of memory on the GPU, which in this example is a Titan Xp GPU,
5 commercially available from NVidia of Santa Clara, CA. In an exemplary arrangement the model is implemented in the associated PyTorch graphical operating system framework (See by way of useful background information, A. Paszke, S.
Gross, S. Chintala, and G. Chanan, PyTorch, ed, 2017.).
[0047] D. Results
to [0048] The illustrative model and associated system and method herein
outperforms prior art techniques and methodology, based upon both a quantitative and a qualitative evaluation. As a reference baseline, results from using the sliding- window method are used for this classification task, trained on the same data split but with annotated bounding boxes. For quantitative evaluation, four standard metrics are 15 used for classification: accuracy, recall, precision, and FI score. The classification
results on the test set are summarized on Table 2, above. Compared to the baseline, the illustrative model/system and method achieved better accuracy and FI score in all classes. Particularly for FI score, which is the harmonic mean of precision and recall, the illustrative model outperformed the baseline approach by at least 8% for each
20 class. Quantitative analysis shows exemplary performance of the model on the
Normal, BE-no-dysplasia, and Adenocarcinoma. Because BE-with-dysplasia was the least frequent class in the exemplary dataset, comprising only 11% of images, it is possible that the present arrangement performed less robustly on this class. Of note, our model is also the first to automate classification of tissue in Barrett’s Esophagus 25 using histopathology slides. The following is a further description of analysis processes employed.
[0049] A qualitative analysis visualizes the generated 64 attention maps for all the testing images to verify the attention mechanism in the illustrative model.
Characteristic examples for the Adenocarcinoma class are show n in Fig. 6. More
30 particularly, Fig. 6 is a depiction 600 of various examples of attention maps 610
generated by different attention modules (filters) in rows 612, 614 and 616. The exemplary filters are optimized for attending to the features of the Adenocarcinoma class. The top row 620 shows input whole-slide sub-images from the test dataset. F
WO 2020/222985 PCT/US2020/027178
The second to fourth rows 612-616, thus, show attention maps of the selected
attention modules for input images from different ground truth classes. As depicted, higher attention weight is denoted by white/light color and lower is denoted by
black/dark color. For visualization purposes, each map is normalized so its maximum 5 value is 1. The attended regions for the Adenocarcinoma class images (column 630)
are verified to be correct by two human pathologists. In contrast, these attention modules are inattentive to lower risk class images. The distributions of the attention module highlighted across different classes indicate that each module looks for specific features in the Adenocarcinoma class. Furthermore, multiple attention
10 modules complement each other to make a robust classification decision. For images
without (free-of) the target features, the response is low over all regions (the first and second columns, representing normal and BE-no-dysplasia conditions, respectively)
632 and 634. For the third column 636 (BE-with-dysplasia), we observe that the attention map is focused on specific regions, which is reasonable from a clinical
15 perspective, in which BE-with-dysplasia progresses to Adenocarcinoma as neoplastic
epithelia begin to invade the muscularis mucosae.
[0050] IV. Conclusion
[0051] The above-described system and method for whole-slide analysis and classification provides a robust and reliable, automated technique for identifying and 20 classifying diseased cells and other conditions on whole-slide images. Once appropriately trained, the system and method allows for automated segmenting of the regions of interest and characterization of underlying conditions in those regions.
More particularly, the system and method provides an attention-based model for classification of high-resolution microscopy images. Analogous to how pathologists 25 examine slides under the microscope, the system and method and associated model
finds regions of interest and examines their features for whole-slide classification.
The model generally outperforms the current sliding window method on a dataset for Barrett’s Esophagus. Previous methodology for analyzing microscopy images is limited by manual annotation and access to medical expertise. Our model, on the
30 other hand, is trained end-to-end with only labels at the whole-slide level, removing
the high cost of data annotation and opening the door for deep learning to solve more classification problems in pathology. F
WO 2020/222985 PCT/US2020/027178
[0052] The foregoing has been a detailed description of illustrative
embodiments of the invention. Various modifications and additions can be made without departing from the spirit and scope of this invention. Features of each of the various embodiments described above may be combined with features of other
5 described embodiments as appropriate in order to provide a multiplicity of feature
combinations in associated new embodiments. Furthermore, while the foregoing describes a number of separate embodiments of the apparatus and method of the present invention, what has been described herein is merely illustrative of the
application of the principles of the present invention. For example, as used herein, the 10 terms“process” and/or“processor” should be taken broadly to include a variety of
electronic hardware and/or software based functions and components (and can
alternatively be termed functional“modules” or“elements”). Moreover, a depicted process or processor can be combined with other processes and/or processors or divided into various sub-processes or processors. Such sub-processes and/or sub- 15 processors can be variously combined according to embodiments herein. Likewise, it is expressly contemplated that any function, process and/or processor herein can be implemented using electronic hardware, software consisting of a non-transitory computer-readable medium of program instructions, or a combination of hardware and software. Additionally, as used herein various directional and dispositional terms 20 such as“vertical”,“horizontal”,“up”,“down”,“bottom”,“top”,“side”,“front”,
“rear”,“left”,“right”, and the like, are used only as relative conventions and not as absolute directi ons/dispositions with respect to a fixed coordinate space, such as the acting direction of gravity. Additionally, where the term“substantially” or
“approximately” is employed with respect to a given measurement, value or
25 characteristic, it refers to a quantity that is within a normal operating range to achieve desired results, but that includes some variability due to inherent inaccuracy and error within the allowed tolerances of the system (e.g. 1-5 percent). Accordingly, this description is meant to be taken only by way of example, and not to otherwise limit the scope of this invention.
30 [0053] What is claimed is:

Claims

F
WO 2020/222985 PCT/US2020/027178
1 1. A system for analyzing and classifying imaged from whole slides of tissue
2 comprising:
3 a source of image data including images of the tissue on the whole slides;
4 a feature extraction process that identifies and segments regions of interest in
5 each of the images; and
6 an attention network that, based upon training from an expert, identifies
7 trained characteristics in the regions of interest and provides identification data to a
8 user.
1 2. The system as set forth in claim 1 wherein the characteristics comprise medical
2 medical conditions.
1 3. The system as set forth in claim 2 wherein the medical conditions comprise at
2 least one of cancerous and pre-cancerous conditions.
1 4. The system as set forth in claim 3 wherein the tissue is associated with a
2 gastrointestinal tract of the patient.
1 5. The system as set forth in claim 1 wherein the feature extraction process
2 includes a CNN.
1 6. The system as set forth in claim 5 wherein the attention network performs
2 attention-based weighting of features relative to the trained characteristics.
1 7. The system as set forth in claim 6 wherein the attention network includes 3D
2 convolutional filters of size N c d c d, where N is a depth of a filter kernel and d
3 denotes a height and width of the kernel.
1 8. The system as set forth in claim 1 further comprising a GPU that operates the
2 feature extraction process and the attention network. F
WO 2020/222985 PCT/US2020/027178
1 9. The system as set forth in claim 1 wherein the image data of each whole slide
2 is acquired using an image sensor having approximately 100 Megapixel resolution.
1 10. A method for analyzing and classifying imaged from whole slides of tissue
2 comprising the steps of:
3 acquiring image data including images of the tissue on the whole slides;
4 extracting features by identifying and segmenting regions of interest in each of
5 the images; and
6 based upon training from an expert, identifying, with an attention network,
7 trained characteristics in the regions of interest and providing identification data to a
8 user.
1 11. The method as set forth in claim 10 wherein the characteristics comprise at
2 least one of visible tissue-related medical conditions, cancerous conditions and pre-
3 cancerous conditions.
1 12. The method as set forth in claim 11 wherein the tissue is associated with a
2 gastrointestinal tract of the patient.
1 13. The method as set forth in claim 10 wherein the step of extracting includes
2 operating a trained CNN.
1 14. The method as set forth in claim 13 wherein the step of operating the attention
2 network comprises performing attention-based weighting of features relative to the
3 trained characteristics.
1 15. The method as set forth in claim 14 wherein the attention network includes 3D
2 convolutional filters of size N c d c d, where N is a depth of a filter kernel and d
3 denotes a height and width of the kernel.
1 16. The method as set forth in claim 10 further comprising a GPU that operates the
2 the step of extracting and the attention network. F
WO 2020/222985 PCT/US2020/027178
1 17. A non-transitory , computer-readable medium including program instructions
2 that perform the steps of:
3 extracting features from acquired image data, including images of the tissue on
4 the whole slides, by identifying and segmenting regions of interest in each of the
5 images; and
6 based upon training from an expert, identifying, with an attention network,
7 trained characteristics in the regions of interest and providing identification data to a
8 user, accessible through an interface.
1 18. The non-transitory, computer-readable medium as set forth in claim 17
2 wherein the characteristics comprise at least one of visible tissue-related medical
3 conditions, cancerous conditions and pre-cancerous conditions.
1 19. The non-transitory , computer-readable medium as set forth in claim 18
2 wherein the tissue is associated with a gastrointestinal tract of the patient.
1 20. The non-transitory, computer-readable medium as set forth in claim 19
2 wherein the step of extracting includes operating a trained CNN.
1 21. The non-transitory , computer-readable medium as set forth in claim 20
2 wherein the step of operating the attention network comprises performing attention-
3 based weighting of features relative to the trained characteristics.
1 22. The non-transitory, computer-readable medium as set forth in claim 21
2 wherein the attention network includes 3D convolutional filters of size N c d c d,
3 where N is a depth of a filter kernel and d denotes a height and width of the kernel.
PCT/US2020/027178 2019-04-30 2020-04-08 System and method for attention-based classification of high-resolution microscopy images Ceased WO2020222985A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US17/608,016 US12340506B2 (en) 2019-04-30 2020-04-08 System and method for attention-based classification of high-resolution microscopy images
CA3138679A CA3138679A1 (en) 2019-04-30 2020-04-08 System and method for attention-based classification of high-resolution microscopy images

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201962840538P 2019-04-30 2019-04-30
US62/840,538 2019-04-30

Publications (1)

Publication Number Publication Date
WO2020222985A1 true WO2020222985A1 (en) 2020-11-05

Family

ID=73028654

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2020/027178 Ceased WO2020222985A1 (en) 2019-04-30 2020-04-08 System and method for attention-based classification of high-resolution microscopy images

Country Status (3)

Country Link
US (1) US12340506B2 (en)
CA (1) CA3138679A1 (en)
WO (1) WO2020222985A1 (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112784685A (en) * 2020-12-28 2021-05-11 山东师范大学 Crowd counting method and system based on multi-scale guiding attention mechanism network
CN112861978A (en) * 2021-02-20 2021-05-28 齐齐哈尔大学 Multi-branch feature fusion remote sensing scene image classification method based on attention mechanism
CN112863550A (en) * 2021-03-01 2021-05-28 德鲁动力科技(成都)有限公司 Crying detection method and system based on attention residual learning
CN112966743A (en) * 2021-03-08 2021-06-15 携程计算机技术(上海)有限公司 Image classification method, system, device and medium based on multi-dimensional attention
CN113128583A (en) * 2021-04-15 2021-07-16 重庆邮电大学 Medical image fusion method and medium based on multi-scale mechanism and residual attention
CN113239886A (en) * 2021-06-04 2021-08-10 合肥工业大学智能制造技术研究院 Method and device for describing underground pipeline leakage based on cross-language image change description
CN113762278A (en) * 2021-09-13 2021-12-07 中冶路桥建设有限公司 Asphalt pavement damage identification method based on target detection
CN113822287A (en) * 2021-11-19 2021-12-21 苏州浪潮智能科技有限公司 An image processing method, system, device and medium
CN114387467A (en) * 2021-12-09 2022-04-22 哈工大(张家口)工业技术研究院 Medical image classification method based on multi-module convolution feature fusion
WO2022105655A1 (en) * 2020-11-23 2022-05-27 中兴通讯股份有限公司 Image processing method, image processing apparatus, electronic device, and computer readable storage medium
CN114548265A (en) * 2022-02-21 2022-05-27 安徽农业大学 A crop leaf disease image generation model training method, crop leaf disease identification method, electronic equipment and storage medium
US11386989B2 (en) * 2020-03-13 2022-07-12 PAIGE.AI, Inc. Systems and methods of automatically processing electronic images across regions
CN114937202A (en) * 2022-04-11 2022-08-23 青岛理工大学 Double-current Swin transform remote sensing scene classification method
WO2022193628A1 (en) * 2021-03-15 2022-09-22 华南理工大学 Colon lesion intelligent recognition method and system based on unsupervised transfer picture classification, and medium
CN115147315A (en) * 2022-09-05 2022-10-04 杭州涿溪脑与智能研究所 A Neural Network Fluorescence Microscopic Image Denoising Method Based on Transformer Module
EP4075325A1 (en) 2021-04-15 2022-10-19 Ardigen S.A. Method and system for the classification of histopathological images based on multiple instance learning
CN115294023A (en) * 2022-07-04 2022-11-04 清华大学 Liver tumor automatic segmentation method and device
WO2023001190A1 (en) * 2021-07-23 2023-01-26 天津御锦人工智能医疗科技有限公司 Colorectal polyp image recognition method, apparatus, and storage medium
WO2023143995A1 (en) 2022-01-26 2023-08-03 Bayer Aktiengesellschaft Disease detection, identification and/or characterization using multiple representations of audio data
CN116721302A (en) * 2023-08-10 2023-09-08 成都信息工程大学 A lightweight network-based ice and snow crystal particle image classification method
US20230419479A1 (en) * 2022-06-28 2023-12-28 Yokogawa Fluid Imaging Technologies, Inc. System and method for classifying microscopic particles
CN117370648A (en) * 2023-09-26 2024-01-09 齐鲁工业大学(山东省科学院) Patented recommendation method based on Transformer encoder and regularization strategy
WO2024056439A1 (en) 2022-09-14 2024-03-21 Bayer Aktiengesellschaft Ascertaining the stability of packaged formulations
EP4350701A1 (en) 2022-10-07 2024-04-10 SIVA Health AG Classifying individuals suffering from chronic cough
CN118941950A (en) * 2024-07-18 2024-11-12 广东省水利水电科学研究院 Intelligent imaging method, system, device and storage medium for water conveyance tunnel diseases

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110335256A (en) * 2019-06-18 2019-10-15 广州智睿医疗科技有限公司 A kind of pathology aided diagnosis method
US11810312B2 (en) * 2020-04-21 2023-11-07 Daegu Gyeongbuk Institute Of Science And Technology Multiple instance learning method
US12229949B2 (en) * 2020-08-13 2025-02-18 Ohio State Innovation Foundation Systems for automated lesion detection and related methods
CN113298083B (en) * 2021-02-25 2025-03-07 阿里巴巴集团控股有限公司 A data processing method and device
CN113065645B (en) * 2021-04-30 2024-04-09 华为技术有限公司 Twin attention network, image processing method and device
US11967067B2 (en) * 2021-05-13 2024-04-23 Merative Us L.P. Disease detection with masked attention
CN113222044B (en) * 2021-05-25 2022-03-08 合肥工业大学 Cervical fluid-based cell classification method based on ternary attention and scale correlation fusion
CN113222989B (en) * 2021-06-09 2024-08-02 联仁健康医疗大数据科技股份有限公司 Image grading method and device, storage medium and electronic equipment
CN113822282B (en) * 2021-06-15 2025-11-28 腾讯科技(深圳)有限公司 Image semantic segmentation method, device, computer equipment and storage medium
CN113378791B (en) * 2021-07-09 2022-08-05 合肥工业大学 Cervical cell classification method based on double-attention mechanism and multi-scale feature fusion
JP2024530213A (en) * 2021-08-10 2024-08-16 ルニット・インコーポレイテッド Method and device for outputting information regarding pathology slide images
DE102021126965A1 (en) * 2021-10-18 2023-05-04 Mira Vision Holding Gmbh Computer-implemented method for generating synthetic images for training artificial intelligence (AI)
WO2023147563A1 (en) * 2022-01-31 2023-08-03 PAIGE.AI, Inc. Systems and methods for processing electronic images for auto-labeling for computational pathology
CN114841320B (en) * 2022-05-07 2025-04-18 西安邮电大学 An automatic organ segmentation method based on laryngoscope medical images
CN115147004B (en) * 2022-07-27 2025-07-29 长春理工大学 VR disease assessment method based on bimodal network
CN115564996B (en) * 2022-09-29 2026-01-02 安徽大学 A Hyperspectral Remote Sensing Image Classification Method Based on Attention Joint Network
CN115578436B (en) * 2022-10-13 2026-01-23 安徽理工大学 Monocular depth prediction method based on multistage feature parallel interaction fusion
CN115909006B (en) * 2022-10-27 2024-01-19 武汉兰丁智能医学股份有限公司 Mammary tissue image classification method and system based on convolution transducer
CN116012367B (en) * 2023-02-14 2023-09-12 山东省人工智能研究院 Deep learning-based stomach mucosa feature and position identification method
CN116310866B (en) * 2023-03-07 2025-07-11 西北工业大学 A cross-view and cross-modal image geolocation method based on collaborative CNN and cross-layer interactive Transformer
CN116246326B (en) * 2023-03-07 2026-02-10 西安电子科技大学广州研究院 Pain expression assessment method based on multi-task transformer
CN116596765B (en) * 2023-03-10 2025-11-04 苏州知造爱思信息科技有限公司 An Attention-Based Method for Industrial Image Restoration and Feature Learning
CN116524253A (en) * 2023-04-19 2023-08-01 杭州电子科技大学 Thyroid cancer pathological image classification method based on lightweight transducer
CN116188701A (en) * 2023-04-27 2023-05-30 四川大学 A 3D face reconstruction method and device based on speckle structured light
CN117392468B (en) * 2023-12-11 2024-02-13 山东大学 Cancer pathology image classification system, medium and equipment based on multi-example learning
CN117496280B (en) * 2024-01-03 2024-04-02 安徽大学 Brain CT image quality control method based on 3D convolution and multi-label decoding
CN117994587A (en) * 2024-02-26 2024-05-07 昆明理工大学 A pathological image classification method based on deep learning two-stage inference network
CN118032062B (en) * 2024-04-11 2024-08-02 克拉玛依市城投油砂矿勘探有限责任公司 SAGD downhole temperature and pressure monitoring system and method based on artificial intelligence
CN118570570B (en) * 2024-08-05 2024-10-11 杭州六智科技有限公司 Traditional Chinese medicine tongue picture identification system and method based on image identification technology
CN119359638B (en) * 2024-09-29 2026-03-17 重庆理工大学 A Cervical Cell Detection Method Based on Multi-Scale Spatial Information
CN119540525B (en) * 2024-11-08 2025-09-23 西安邮电大学 Small-scale auroral structure positioning and measurement method for full-sky view

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180165934A1 (en) * 2016-12-09 2018-06-14 The Boeing Company Automated object and activity tracking in a live video feed
US20180204048A1 (en) * 2015-09-02 2018-07-19 Ventana Medical Systems, Inc. Automated analysis of cellular samples having intermixing of analytically distinct patterns of analyte staining
US20190114770A1 (en) * 2017-10-13 2019-04-18 Shenzhen Keya Medical Technology Corporation Systems and methods for detecting cancer metastasis using a neural network

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102005023040A1 (en) * 2005-05-13 2006-11-16 Basell Polyolefine Gmbh Polyolefinic molding composition for producing pipes with improved resistance comprises thermoplastic polyolefin, and organic polyoxy compound and/or organic polyhydroxy compound
US20150347833A1 (en) * 2014-06-03 2015-12-03 Mark Ries Robinson Noncontact Biometrics with Small Footprint
US9792534B2 (en) * 2016-01-13 2017-10-17 Adobe Systems Incorporated Semantic natural language vector space
US10013781B1 (en) * 2017-06-13 2018-07-03 Google Llc Sewing machine-style polygon drawing method
CN109145927A (en) * 2017-06-16 2019-01-04 杭州海康威视数字技术股份有限公司 The target identification method and device of a kind of pair of strain image
SG11202005483XA (en) * 2017-12-28 2020-07-29 Changi General Hospital Pte Ltd Motion compensation platform for image guided percutaneous access to bodily organs and structures
US10891778B2 (en) * 2018-01-10 2021-01-12 The Board Of Trustees Of The University Of Illinois Apparatus and method for producing three-dimensional models from magnetic resonance imaging
EP3815040A4 (en) * 2018-05-21 2022-03-02 Corista LLC Multi-sample whole slide image processing via multi-resolution registration
CN109579774B (en) * 2018-11-06 2021-04-23 五邑大学 An Antenna Downtilt Measurement Method Based on Deep Instance Segmentation Network
US10755412B2 (en) * 2018-11-20 2020-08-25 International Business Machines Corporation Automated patient complexity classification for artificial intelligence tools

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180204048A1 (en) * 2015-09-02 2018-07-19 Ventana Medical Systems, Inc. Automated analysis of cellular samples having intermixing of analytically distinct patterns of analyte staining
US20180165934A1 (en) * 2016-12-09 2018-06-14 The Boeing Company Automated object and activity tracking in a live video feed
US20190114770A1 (en) * 2017-10-13 2019-04-18 Shenzhen Keya Medical Technology Corporation Systems and methods for detecting cancer metastasis using a neural network

Cited By (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11386989B2 (en) * 2020-03-13 2022-07-12 PAIGE.AI, Inc. Systems and methods of automatically processing electronic images across regions
US12211610B2 (en) 2020-03-13 2025-01-28 PAIGE.AI, Inc. Systems and methods of automatically processing electronic images across regions
US11791036B2 (en) 2020-03-13 2023-10-17 PAIGE.AI, Inc. Systems and methods of automatically processing electronic images across regions
WO2022105655A1 (en) * 2020-11-23 2022-05-27 中兴通讯股份有限公司 Image processing method, image processing apparatus, electronic device, and computer readable storage medium
CN112784685A (en) * 2020-12-28 2021-05-11 山东师范大学 Crowd counting method and system based on multi-scale guiding attention mechanism network
CN112784685B (en) * 2020-12-28 2022-08-26 山东师范大学 Crowd counting method and system based on multi-scale guiding attention mechanism network
CN112861978A (en) * 2021-02-20 2021-05-28 齐齐哈尔大学 Multi-branch feature fusion remote sensing scene image classification method based on attention mechanism
CN112863550A (en) * 2021-03-01 2021-05-28 德鲁动力科技(成都)有限公司 Crying detection method and system based on attention residual learning
CN112966743A (en) * 2021-03-08 2021-06-15 携程计算机技术(上海)有限公司 Image classification method, system, device and medium based on multi-dimensional attention
WO2022193628A1 (en) * 2021-03-15 2022-09-22 华南理工大学 Colon lesion intelligent recognition method and system based on unsupervised transfer picture classification, and medium
CN113128583A (en) * 2021-04-15 2021-07-16 重庆邮电大学 Medical image fusion method and medium based on multi-scale mechanism and residual attention
EP4075325A1 (en) 2021-04-15 2022-10-19 Ardigen S.A. Method and system for the classification of histopathological images based on multiple instance learning
CN113128583B (en) * 2021-04-15 2022-08-23 重庆邮电大学 Medical image fusion method and medium based on multi-scale mechanism and residual attention
CN113239886B (en) * 2021-06-04 2024-03-19 合肥工业大学智能制造技术研究院 Underground pipeline leakage description method and device based on cross-language image change description
CN113239886A (en) * 2021-06-04 2021-08-10 合肥工业大学智能制造技术研究院 Method and device for describing underground pipeline leakage based on cross-language image change description
WO2023001190A1 (en) * 2021-07-23 2023-01-26 天津御锦人工智能医疗科技有限公司 Colorectal polyp image recognition method, apparatus, and storage medium
CN113762278B (en) * 2021-09-13 2023-11-17 中冶路桥建设有限公司 A method for identifying asphalt pavement damage based on target detection
CN113762278A (en) * 2021-09-13 2021-12-07 中冶路桥建设有限公司 Asphalt pavement damage identification method based on target detection
CN113822287A (en) * 2021-11-19 2021-12-21 苏州浪潮智能科技有限公司 An image processing method, system, device and medium
CN113822287B (en) * 2021-11-19 2022-02-22 苏州浪潮智能科技有限公司 Image processing method, system, device and medium
US12118771B2 (en) 2021-11-19 2024-10-15 Suzhou Metabrain Intelligent Technology Co., Ltd. Method and system for processing image, device and medium
CN114387467B (en) * 2021-12-09 2022-07-29 哈工大(张家口)工业技术研究院 Medical image classification method based on multi-module convolution feature fusion
CN114387467A (en) * 2021-12-09 2022-04-22 哈工大(张家口)工业技术研究院 Medical image classification method based on multi-module convolution feature fusion
WO2023143995A1 (en) 2022-01-26 2023-08-03 Bayer Aktiengesellschaft Disease detection, identification and/or characterization using multiple representations of audio data
CN114548265A (en) * 2022-02-21 2022-05-27 安徽农业大学 A crop leaf disease image generation model training method, crop leaf disease identification method, electronic equipment and storage medium
CN114937202A (en) * 2022-04-11 2022-08-23 青岛理工大学 Double-current Swin transform remote sensing scene classification method
US20230419479A1 (en) * 2022-06-28 2023-12-28 Yokogawa Fluid Imaging Technologies, Inc. System and method for classifying microscopic particles
CN115294023A (en) * 2022-07-04 2022-11-04 清华大学 Liver tumor automatic segmentation method and device
CN115147315A (en) * 2022-09-05 2022-10-04 杭州涿溪脑与智能研究所 A Neural Network Fluorescence Microscopic Image Denoising Method Based on Transformer Module
WO2024056439A1 (en) 2022-09-14 2024-03-21 Bayer Aktiengesellschaft Ascertaining the stability of packaged formulations
EP4350701A1 (en) 2022-10-07 2024-04-10 SIVA Health AG Classifying individuals suffering from chronic cough
WO2024074636A1 (en) 2022-10-07 2024-04-11 Siva Health Ag Classifying individuals suffering from chronic cough
CN116721302B (en) * 2023-08-10 2024-01-12 成都信息工程大学 Ice and snow crystal particle image classification method based on lightweight network
CN116721302A (en) * 2023-08-10 2023-09-08 成都信息工程大学 A lightweight network-based ice and snow crystal particle image classification method
CN117370648A (en) * 2023-09-26 2024-01-09 齐鲁工业大学(山东省科学院) Patented recommendation method based on Transformer encoder and regularization strategy
CN118941950A (en) * 2024-07-18 2024-11-12 广东省水利水电科学研究院 Intelligent imaging method, system, device and storage medium for water conveyance tunnel diseases

Also Published As

Publication number Publication date
US20220309653A1 (en) 2022-09-29
CA3138679A1 (en) 2020-11-05
US12340506B2 (en) 2025-06-24

Similar Documents

Publication Publication Date Title
US12340506B2 (en) System and method for attention-based classification of high-resolution microscopy images
Li et al. Path R-CNN for prostate cancer diagnosis and gleason grading of histological images
Gecer et al. Detection and classification of cancer in whole slide breast histopathology images using deep convolutional networks
Sun et al. Diagnosis of cholangiocarcinoma from microscopic hyperspectral pathological dataset by deep convolution neural networks
Elmannai et al. Deep learning models combining for breast cancer histopathology image classification
Kainz et al. Semantic segmentation of colon glands with deep convolutional neural networks and total variation segmentation
Wang et al. Weakly supervised learning for whole slide lung cancer image classification
Zubair et al. An interpretable framework for gastric cancer classification using multi-channel attention mechanisms and transfer learning approach on histopathology images
CN109523535A (en) A kind of preprocess method of lesion image
Chen et al. Automatic whole slide pathology image diagnosis framework via unit stochastic selection and attention fusion
Yu et al. Large-scale gastric cancer screening and localization using multi-task deep neural network
EP4256533A1 (en) Systems and methods for determining regions of interest in histology images
Nath et al. Gastrointestinal disease classification through explainable and cost-sensitive deep neural networks with supervised contrastive learning
Naas et al. An explainable AI for breast cancer classification using vision Transformer (ViT)
Alhajlah Automated lesion detection in gastrointestinal endoscopic images: leveraging deep belief networks and genetic algorithm-based Segmentation
Bhattacharyya et al. A study of Accuracy in Detection of Lung Cancer through CNN Models
Hiary et al. Segmentation and localisation of whole slide images using unsupervised learning
Garcia-Peraza-Herrera et al. Interpretable fully convolutional classification of intrapapillary capillary loops for real-time detection of early squamous neoplasia
Dad et al. Multi-organ cancer detection and classification using nuclei segmentation and deep learning
Suresh et al. Mitosis detection in breast histopathology image using ensemble features fed cnn model
Sapkota et al. Automatic muscle perimysium annotation using deep convolutional neural network
Mercan et al. Automated Diagnosis of Breast Cancer and Pre-invasive Lesions on Digital Whole Slide Images.
KR102809726B1 (en) Method for detecting papillary thyroid cancer using ai
Kadiri et al. Deep Learning-Driven Detection of Lung and Colon Cancer via InceptionV3 Architecture
Zhang et al. RGB-Guided Spatial-Spectral Fusion for Microscopic Hyperspectral Image Segmentation

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20799236

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 3138679

Country of ref document: CA

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20799236

Country of ref document: EP

Kind code of ref document: A1

WWG Wipo information: grant in national office

Ref document number: 17608016

Country of ref document: US