WO2017146813A1 - Processing cell images using neural networks - Google Patents

Processing cell images using neural networks Download PDF

Info

Publication number
WO2017146813A1
WO2017146813A1 PCT/US2016/068356 US2016068356W WO2017146813A1 WO 2017146813 A1 WO2017146813 A1 WO 2017146813A1 US 2016068356 W US2016068356 W US 2016068356W WO 2017146813 A1 WO2017146813 A1 WO 2017146813A1
Authority
WO
WIPO (PCT)
Prior art keywords
cell
stained
images
neural network
image
Prior art date
Application number
PCT/US2016/068356
Other languages
French (fr)
Inventor
Philip Charles Nelson
Eric Martin CHRISTIANSEN
Marc Berndl
Michael Frumkin
Original Assignee
Google Inc.
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 Google Inc. filed Critical Google Inc.
Priority to EP16825981.0A priority Critical patent/EP3420495A1/en
Priority to CN201680083751.1A priority patent/CN108885682B/en
Publication of WO2017146813A1 publication Critical patent/WO2017146813A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/60Type of objects
    • G06V20/69Microscopic objects, e.g. biological cells or cellular parts
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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]

Definitions

  • This specification relates to a neural network for processing images of biological cells.
  • Neural networks are machine learning models that employ one or more layers of models to generate an output, e.g., one or more classifications, for a received input.
  • Some neural networks include one or more hidden layers in addition to an output layer. The output of each hidden layer is used as input to the next layer in the network, i.e., the next hidden layer or the output layer of the network.
  • Each layer of the network generates an output from a received input in accordance with current values of a respective set of parameters.
  • this specification describes a neural network for processing cell images.
  • a system obtains data that includes an input image of one or more biological cells illuminated with an optical microscopy technique.
  • the system processes the data using a stained cell neural network.
  • the stained cell neural network is a deep neural network that has been configured through training to receive the data and to process the data to generate one or more stained cell images. Each stained cell image depicts a respective stained version of the one or more biological cells in the input image.
  • a stained cell neural network can predict a stained cell image from an image of a cell and a cell characteristic neural network can predict characteristics of the cell from the stained cell image. Therefore, characteristics of the cell can be predicted from the image of the cell using automated processes, which can reduce cost and testing time. That is, the characteristics of the cell can be predicted without having to physically stain a live cell, which reduces the number of live cells that need to be modified to determine the characteristics of the cell. In particular, a stained image of a live cell can be generated without physically staining and possibly killing the cell. These stained images can then be used to determine characteristics of the cell. Additionally, generating stained images using a neural network is more efficient and requires fewer resources and less time than physically staining a cell to generate a stained image. Moreover, the neural network can be configured to stain for any number of channels simultaneously, whereas physical protocols can only stain for a small number of channels simultaneously.
  • FIG. 1 illustrates an example system for processing cell images.
  • FIG. 2 is a flow diagram of an example process for processing an image of one or more cells to identify features of the one or more cells.
  • FIG. 3 is a flow diagram of an example process for training a stained cell neural network.
  • FIG. 4 is a flow diagram of an example process for training a cell characteristic neural network.
  • FIG. 1 illustrates an example system 100 for processing cell images.
  • the system 100 is an example of a system implemented as computer programs on one or more computers in one or more locations, in which the systems, components, and techniques described below can be implemented.
  • the system 100 includes a stained cell neural network 104.
  • the stained cell neural network 104 is a neural network that is configured to process cell image data 102 to generate stained cell image data 106.
  • the cell image data 102 can include one or more images of one or more biological cells taken by a microscopic camera.
  • the stained cell image data 106 includes images predicting what the cells in the cell image data 102 would look like if the cells were stained.
  • Cell staining is a technique that is used to visualize biological cells, e.g., using a microscope, by applying a stain to the cells. After application, different stains can cause various components of the cells to display visual markers, e.g., to change color from their original color to a different color.
  • Example components of a cell which may display visual markers due to the cell being stained with a particular stain include the nucleus or the cell membranes of the cell.
  • Some cell staining techniques are performed on living cells while other staining techniques can be performed on non-living cells.
  • one cell staining technique is to immerse a sample of cells in a dye solution and then to rinse and capture an image of the sample under a microscope. After staining the cells, scientists can visually analyze the cells or the stained images of the cells to determine characteristics of the cells.
  • the stained cell neural network 104 is trained to generate multiple types of stained cell images from a given input cell image.
  • Each stained cell image corresponds to a different type of stain.
  • predicted stain images can be of stains generated using in vivo staining or in vitro staining.
  • one stained cell image can be a predicted image of the one or more cells being stained with a crystal violet stain.
  • Other stained cell images can be of various fluorescent channels of the cell image.
  • the stained cell neural network 104 receives, as input, data including pixels of a cell image.
  • the stained cell neural network 104 When generating a stained image, the stained cell neural network 104 generates, for each input pixel of the cell image, a respective output pixel. The output pixels for each cell image form a respective stained cell image.
  • the stained cell neural network 104 can implement a fully convolutional image-to-image regression.
  • An example neural network architecture that can be used for the stained cell neural network 104 is described in "Learning Deconvolution Network for Semantic Segmentation," Hyeonwoo Noh, Seunghoon Hong, and Bohyung Han, accessible at http://arxiv.org/abs/1505.04366.
  • the system 100 also includes a cell characteristic neural network 108.
  • the cell characteristic neural network 108 is configured to process stained cell image data 106 generated by the stained cell neural network 104 to generate cell features 110 of the one or more cells in the cell image data 102.
  • the cell features 110 characterize features of the one or more cells in the cell image data 102.
  • the cell features 110 can indicate one or more of: a cell type, health, provenance or condition, state of
  • the cell characteristic neural network 108 can generate a feature vector of outputs, with each feature corresponding to a respective portion of the outputs in the feature vector.
  • the system 100 can train the neural networks 104 and 108 on training data, which will be described further below with reference to FIGS. 3 and 4.
  • FIG. 2 is a flow diagram of an example process 200 for processing an image of one or more cells to identify features of the one or more cells.
  • the process 200 will be described with respect to a system, e.g., the system 100 of FIG. 1, having one or more computing devices that execute software to implement the process 200.
  • the system obtains data including one or more images of one or more cells illuminated with an optical microscopy technique (step 202).
  • the cells can be illuminated by differential interference contrast microscopy, red light microscopy, or ultraviolet light microscopy.
  • each image of the one or more cells is foveated.
  • the data includes multiple images, each illuminated by a different microscopy technique.
  • the data includes a set of images of varying focus. That is, each image focuses at a different depth point of the one or more cells, and the different depth points in the set of images span the entire structure of the one or more cells.
  • the images can be taken by a high resolution camera.
  • the system processes the data using a stained cell neural network, e.g., the stained cell neural network 104 of FIG. 1, to generate one or more stained cell images (step 204).
  • a stained cell neural network e.g., the stained cell neural network 104 of FIG. 1
  • the stained cell neural network is a neural network that has been configured through training to receive data including one or more images of one or more cells and to process the one or more images to generate one or more stained cell images. Training the stained cell neural network will be described further below with reference to FIG. 3.
  • the neural network includes multiple independent towers of neural network layers, an intermediate combining layer that combines the output of each tower to generate a combined output, and one or more additional neural network layers that process the combined output to generate the stained cell images.
  • the system groups the set of images into multiple image groups, with each group
  • each group includes a single image from the set of input images.
  • one or more of the groups can include multiple images, with the input to the corresponding tower being a multi-dimensional tensor, e.g., a stack of the images in the group.
  • the system processes the one or more stained cell images using a cell characteristic neural network, e.g., the cell characteristic neural network 108 of FIG. 1, to generate an output that characterizes features of the one or more cells (step 206).
  • a cell characteristic neural network e.g., the cell characteristic neural network 108 of FIG. 1
  • the cell characteristic neural network is a neural network that has been configured through training to receive one or more stained cell images that depict what one or more cells would look like if stained and to generate an output that characterizes features of the one or more cells that are depicted in the stained cell images.
  • the cell characteristic neural network may be configured to output a feature vector that includes multiple output values.
  • Each feature that the neural network is configured to characterize can correspond to a respective portion of the output values in the feature vector.
  • the features can indicate one or more of: a cell type, health, provenance or condition, state of differentiation in induced pluripotent stem cell protocols, or a count of the cells.
  • a predetermined one of the output values in the feature vector can represent a predicted count of the number of cells in the input image while the portion that corresponds to the cell type feature can include multiple values that each correspond to a respective type of cell.
  • the value that corresponds to a given cell type may represent a likelihood that the cells in the image are of that type.
  • FIG. 3 is a flow diagram of an example process 300 for training a stained cell neural network.
  • the process 300 will be described with respect to a system, e.g., the system 100 of FIG. 1, having one or more computing devices that execute software to implement the process 300.
  • the system obtains training data for the stained cell neural network (step 302).
  • the training data includes multiple training examples, with each training example including one or more images of one or more cells, and, for each training example, one or more corresponding stained images.
  • the corresponding stained images can depict the cells being stained with a variety of stains.
  • the system trains the stained cell neural network on the training data (step 304).
  • the system processes the image in each training example using the stained cell neural network to generate one or more stained cell images.
  • each stained cell image corresponds to a different stain.
  • the system determines, for each pixel of each stained cell image, an error between the pixel values generated by the stained cell neural network and the pixel values in the corresponding stained cell image in the training data.
  • the stained images may comprise images of cells that are stained with substances that target specific cellular compartments or structures.
  • some of the stains may be ones that stain the nucleus specifically, whilst others may bind to components of the cell cytoskeleton or one or more cell membranes, including the outer cell membrane and/or other ones of the intracellular membranes.
  • the system uses the error to update values of the parameters used in each layer of the stained cell neural network using conventional neural network training techniques, e.g., stochastic gradient descent with backpropagation.
  • FIG. 4 is a flow diagram of an example process 400 for training a cell characteristic neural network.
  • the process 400 will be described with respect to a system, e.g., the system 100 of FIG. 1, having one or more computing devices that execute software to implement the process 400.
  • the system obtains training data for the cell characteristic neural network (step 402).
  • the training data includes multiple training images, where each training example is an image of one or more stained cells, and for each training image, a corresponding feature vector.
  • the corresponding feature vectors include outputs corresponding to each feature that the cell characteristic neural network is configured to predict.
  • the system receives training data that includes images of unstained cells and then processes the images using the trained stained cell neural network to generate the training images that will be used as training data for the cell characteristic neural network.
  • the system trains the cell characteristic neural network on the training data (step 404). That is, the system processes each training image using the cell characteristic neural network to determine a predicted feature vector for the training image. The system then determines an error between the predicted feature vector for the training image and the feature vector corresponding to the training image in the training data and uses the error to update values of the parameters used in each layer of the cell characteristic neural network using conventional neural network training techniques.
  • a system of one or more computers to be configured to perform particular operations or actions means that the system has installed on it software, firmware, hardware, or a combination of them that in operation cause the system to perform the operations or actions.
  • one or more computer programs to be configured to perform particular operations or actions means that the one or more programs include instructions that, when executed by data processing apparatus, cause the apparatus to perform the operations or actions.
  • Embodiments of the subject matter and the functional operations described in this specification can be implemented in digital electronic circuitry, in tangibly-embodied computer software or firmware, in computer hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them.
  • Embodiments of the subject matter described in this specification can be implemented as one or more computer programs, i.e., one or more modules of computer program instructions encoded on a tangible non-transitory program carrier for execution by, or to control the operation of, data processing apparatus.
  • the program instructions can be encoded on an artificially -generated propagated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal, that is generated to encode information for transmission to suitable receiver apparatus for execution by a data processing apparatus.
  • the computer storage medium can be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of one or more of them. The computer storage medium is not, however, a propagated signal.
  • the term "data processing apparatus” encompasses all kinds of apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers.
  • the apparatus can include special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit).
  • the apparatus can also include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them.
  • a computer program (which may also be referred to or described as a program, software, a software application, a module, a software module, a script, or code) can be written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
  • a computer program may, but need not, correspond to a file in a file system.
  • a program can be stored in a portion of a file that holds other programs or data, e.g., one or more scripts stored in a markup language document, in a single file dedicated to the program in question, or in multiple coordinated files, e.g., files that store one or more modules, sub-programs, or portions of code.
  • a computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and
  • an “engine,” or “software engine,” refers to a software implemented input/output system that provides an output that is different from the input.
  • An engine can be an encoded block of functionality, such as a library, a platform, a software development kit ("SDK”), or an object.
  • SDK software development kit
  • Each engine can be implemented on any appropriate type of computing device, e.g., servers, mobile phones, tablet computers, notebook computers, music players, e-book readers, laptop or desktop computers, PDAs, smart phones, or other stationary or portable devices, that includes one or more processors and computer readable media. Additionally, two or more of the engines may be implemented on the same computing device, or on different computing devices.
  • the processes and logic flows described in this specification can be performed by one or more programmable computers executing one or more computer programs to perform functions by operating on input data and generating output.
  • the processes and logic flows can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit).
  • Computers suitable for the execution of a computer program include, by way of example, can be based on general or special purpose microprocessors or both, or any other kind of central processing unit.
  • a central processing unit will receive instructions and data from a read-only memory or a random access memory or both.
  • the essential elements of a computer are a central processing unit for performing or executing instructions and one or more memory devices for storing instructions and data.
  • a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto-optical disks, or optical disks.
  • mass storage devices for storing data
  • a computer need not have such devices.
  • a computer can be embedded in another device, e.g., a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a Global Positioning System (GPS) receiver, or a portable storage device, e.g., a universal serial bus (USB) flash drive, to name just a few.
  • PDA personal digital assistant
  • GPS Global Positioning System
  • USB universal serial bus
  • Computer-readable media suitable for storing computer program instructions and data include all forms of non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto- optical disks; and CD-ROM and DVD-ROM disks.
  • semiconductor memory devices e.g., EPROM, EEPROM, and flash memory devices
  • magnetic disks e.g., internal hard disks or removable disks
  • magneto- optical disks e.g., CD-ROM and DVD-ROM disks.
  • the processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
  • a computer having a display device, e.g., a CRT (cathode ray tube) monitor, an LCD (liquid crystal display) monitor, or an OLED display, for displaying information to the user, as well as input devices for providing input to the computer, e.g., a keyboard, a mouse, or a presence sensitive display or other surface.
  • a display device e.g., a CRT (cathode ray tube) monitor, an LCD (liquid crystal display) monitor, or an OLED display
  • input devices for providing input to the computer, e.g., a keyboard, a mouse, or a presence sensitive display or other surface.
  • Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input.
  • a computer can interact with a user
  • Embodiments of the subject matter described in this specification can be implemented in a computing system that includes a back end component, e.g., as a data server, or that includes a middleware component, e.g., an application server, or that includes a front end component, e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this specification, or any combination of one or more such back end, middleware, or front end components.
  • the components of the system can be
  • Examples of communication networks include a local area network (“LAN”) and a wide area network (“WAN”), e.g., the Internet.
  • LAN local area network
  • WAN wide area network
  • the computing system can include clients and servers.
  • a client and server are generally remote from each other and typically interact through a communication network.
  • the relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.

Abstract

Methods, systems, and apparatus, including computer programs encoded on computer storage media, for processing cell images using neural networks. One of the methods includes obtaining data comprising an input image of one or more biological cells illuminated with an optical microscopy technique; processing the data using a stained cell neural network; and processing the one or more stained cell images using a cell characteristic neural network, wherein the cell characteristic neural network has been configured through training to receive the one or more stained cell images and to process the one or more stained cell images to generate a cell characteristic output that characterizes features of the biological cells that are stained in the one or more stained cell images.

Description

PROCESSING CELL IMAGES USING NEURAL NETWORKS
BACKGROUND
[0001] This specification relates to a neural network for processing images of biological cells.
[0002] Neural networks are machine learning models that employ one or more layers of models to generate an output, e.g., one or more classifications, for a received input. Some neural networks include one or more hidden layers in addition to an output layer. The output of each hidden layer is used as input to the next layer in the network, i.e., the next hidden layer or the output layer of the network. Each layer of the network generates an output from a received input in accordance with current values of a respective set of parameters.
[0003] Existing methods of processing cells include manually washing the cells with fluorescent markers to generate stained cells. From the stained cells, scientists can manually identify characteristics of the cells.
SUMMARY
[0004] In general, this specification describes a neural network for processing cell images.
[0005] In particular, a system obtains data that includes an input image of one or more biological cells illuminated with an optical microscopy technique.
[0006] The system processes the data using a stained cell neural network. The stained cell neural network is a deep neural network that has been configured through training to receive the data and to process the data to generate one or more stained cell images. Each stained cell image depicts a respective stained version of the one or more biological cells in the input image.
[0007] Particular embodiments of the subject matter described in this specification can be implemented so as to realize one or more of the following advantages.
[0008] A stained cell neural network can predict a stained cell image from an image of a cell and a cell characteristic neural network can predict characteristics of the cell from the stained cell image. Therefore, characteristics of the cell can be predicted from the image of the cell using automated processes, which can reduce cost and testing time. That is, the characteristics of the cell can be predicted without having to physically stain a live cell, which reduces the number of live cells that need to be modified to determine the characteristics of the cell. In particular, a stained image of a live cell can be generated without physically staining and possibly killing the cell. These stained images can then be used to determine characteristics of the cell. Additionally, generating stained images using a neural network is more efficient and requires fewer resources and less time than physically staining a cell to generate a stained image. Moreover, the neural network can be configured to stain for any number of channels simultaneously, whereas physical protocols can only stain for a small number of channels simultaneously.
[0009] The details of one or more embodiments of the subject matter of this specification are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and the claims.
BRIEF DESCRIPTION OF THE DRAWINGS
[0010] FIG. 1 illustrates an example system for processing cell images.
[0011] FIG. 2 is a flow diagram of an example process for processing an image of one or more cells to identify features of the one or more cells.
[0012] FIG. 3 is a flow diagram of an example process for training a stained cell neural network.
[0013] FIG. 4 is a flow diagram of an example process for training a cell characteristic neural network.
[0014] Like reference numbers and designations in the various drawings indicate like elements.
DETAILED DESCRIPTION
[0015] FIG. 1 illustrates an example system 100 for processing cell images. The system 100 is an example of a system implemented as computer programs on one or more computers in one or more locations, in which the systems, components, and techniques described below can be implemented.
[0016] The system 100 includes a stained cell neural network 104. The stained cell neural network 104 is a neural network that is configured to process cell image data 102 to generate stained cell image data 106. The cell image data 102 can include one or more images of one or more biological cells taken by a microscopic camera. The stained cell image data 106 includes images predicting what the cells in the cell image data 102 would look like if the cells were stained. [0017] Cell staining is a technique that is used to visualize biological cells, e.g., using a microscope, by applying a stain to the cells. After application, different stains can cause various components of the cells to display visual markers, e.g., to change color from their original color to a different color. Example components of a cell which may display visual markers due to the cell being stained with a particular stain include the nucleus or the cell membranes of the cell. Some cell staining techniques are performed on living cells while other staining techniques can be performed on non-living cells. For example, one cell staining technique is to immerse a sample of cells in a dye solution and then to rinse and capture an image of the sample under a microscope. After staining the cells, scientists can visually analyze the cells or the stained images of the cells to determine characteristics of the cells.
[0018] In some implementations, the stained cell neural network 104 is trained to generate multiple types of stained cell images from a given input cell image. Each stained cell image corresponds to a different type of stain. For example, predicted stain images can be of stains generated using in vivo staining or in vitro staining. By way of illustration, one stained cell image can be a predicted image of the one or more cells being stained with a crystal violet stain. Other stained cell images can be of various fluorescent channels of the cell image.
[0019] In particular, the stained cell neural network 104 receives, as input, data including pixels of a cell image. When generating a stained image, the stained cell neural network 104 generates, for each input pixel of the cell image, a respective output pixel. The output pixels for each cell image form a respective stained cell image. Thus, the stained cell neural network 104 can implement a fully convolutional image-to-image regression. An example neural network architecture that can be used for the stained cell neural network 104 is described in "Learning Deconvolution Network for Semantic Segmentation," Hyeonwoo Noh, Seunghoon Hong, and Bohyung Han, accessible at http://arxiv.org/abs/1505.04366.
[0020] The system 100 also includes a cell characteristic neural network 108. The cell characteristic neural network 108 is configured to process stained cell image data 106 generated by the stained cell neural network 104 to generate cell features 110 of the one or more cells in the cell image data 102. The cell features 110 characterize features of the one or more cells in the cell image data 102. For example, the cell features 110 can indicate one or more of: a cell type, health, provenance or condition, state of
differentiation in induced pluripotent stem cell protocols, or a count of the cells. For example, for each input image, the cell characteristic neural network 108 can generate a feature vector of outputs, with each feature corresponding to a respective portion of the outputs in the feature vector.
[0021] To configure the neural networks 104 and 108 to generate the stained cell image data 106 and the cell features 110, the system 100 can train the neural networks 104 and 108 on training data, which will be described further below with reference to FIGS. 3 and 4.
[0022] FIG. 2 is a flow diagram of an example process 200 for processing an image of one or more cells to identify features of the one or more cells. For convenience, the process 200 will be described with respect to a system, e.g., the system 100 of FIG. 1, having one or more computing devices that execute software to implement the process 200.
[0023] The system obtains data including one or more images of one or more cells illuminated with an optical microscopy technique (step 202).
[0024] For example, in the one or more images, the cells can be illuminated by differential interference contrast microscopy, red light microscopy, or ultraviolet light microscopy. In some implementations, each image of the one or more cells is foveated. In some implementations, the data includes multiple images, each illuminated by a different microscopy technique.
[0025] In some implementations, the data includes a set of images of varying focus. That is, each image focuses at a different depth point of the one or more cells, and the different depth points in the set of images span the entire structure of the one or more cells. The images can be taken by a high resolution camera.
[0026] The system processes the data using a stained cell neural network, e.g., the stained cell neural network 104 of FIG. 1, to generate one or more stained cell images (step 204).
[0027] The stained cell neural network is a neural network that has been configured through training to receive data including one or more images of one or more cells and to process the one or more images to generate one or more stained cell images. Training the stained cell neural network will be described further below with reference to FIG. 3.
[0028] In implementations where the data includes a set of images of varying focus, the neural network includes multiple independent towers of neural network layers, an intermediate combining layer that combines the output of each tower to generate a combined output, and one or more additional neural network layers that process the combined output to generate the stained cell images. In these implementations, the system groups the set of images into multiple image groups, with each group
corresponding to a respective one of the towers. The system then processes each group using the corresponding tower. In some cases, each group includes a single image from the set of input images. In some other cases, one or more of the groups can include multiple images, with the input to the corresponding tower being a multi-dimensional tensor, e.g., a stack of the images in the group.
[0029] The system processes the one or more stained cell images using a cell characteristic neural network, e.g., the cell characteristic neural network 108 of FIG. 1, to generate an output that characterizes features of the one or more cells (step 206).
[0030] The cell characteristic neural network is a neural network that has been configured through training to receive one or more stained cell images that depict what one or more cells would look like if stained and to generate an output that characterizes features of the one or more cells that are depicted in the stained cell images.
[0031] For example, the cell characteristic neural network may be configured to output a feature vector that includes multiple output values. Each feature that the neural network is configured to characterize can correspond to a respective portion of the output values in the feature vector. For example, the features can indicate one or more of: a cell type, health, provenance or condition, state of differentiation in induced pluripotent stem cell protocols, or a count of the cells. As one example, a predetermined one of the output values in the feature vector can represent a predicted count of the number of cells in the input image while the portion that corresponds to the cell type feature can include multiple values that each correspond to a respective type of cell. The value that corresponds to a given cell type may represent a likelihood that the cells in the image are of that type.
[0032] Training the cell characteristic neural network will be described further below with reference to FIG. 4.
[0033] FIG. 3 is a flow diagram of an example process 300 for training a stained cell neural network. For convenience, the process 300 will be described with respect to a system, e.g., the system 100 of FIG. 1, having one or more computing devices that execute software to implement the process 300.
[0034] The system obtains training data for the stained cell neural network (step 302). The training data includes multiple training examples, with each training example including one or more images of one or more cells, and, for each training example, one or more corresponding stained images. In some cases, for each training example, the corresponding stained images can depict the cells being stained with a variety of stains.
[0035] The system trains the stained cell neural network on the training data (step 304). To train the stained cell neural network, the system processes the image in each training example using the stained cell neural network to generate one or more stained cell images. Generally, each stained cell image corresponds to a different stain. The system then determines, for each pixel of each stained cell image, an error between the pixel values generated by the stained cell neural network and the pixel values in the corresponding stained cell image in the training data.
[0035] In some implementations, the stained images may comprise images of cells that are stained with substances that target specific cellular compartments or structures. For example, some of the stains may be ones that stain the nucleus specifically, whilst others may bind to components of the cell cytoskeleton or one or more cell membranes, including the outer cell membrane and/or other ones of the intracellular membranes. By training the stained cell neural network on such images, it may be possible for the stained cell neural network to come to identify the parts of a particular cell that are likely to be stained by these different substances. The stained cell neural network can in turn leam to generate images that reflect what these cells would look like in the event that the stains were applied to the cells.
[0036] The system uses the error to update values of the parameters used in each layer of the stained cell neural network using conventional neural network training techniques, e.g., stochastic gradient descent with backpropagation.
[0037] FIG. 4 is a flow diagram of an example process 400 for training a cell characteristic neural network. For convenience, the process 400 will be described with respect to a system, e.g., the system 100 of FIG. 1, having one or more computing devices that execute software to implement the process 400.
[0038] The system obtains training data for the cell characteristic neural network (step 402). The training data includes multiple training images, where each training example is an image of one or more stained cells, and for each training image, a corresponding feature vector. In particular, the corresponding feature vectors include outputs corresponding to each feature that the cell characteristic neural network is configured to predict.
[0039] In some implementations, the system receives training data that includes images of unstained cells and then processes the images using the trained stained cell neural network to generate the training images that will be used as training data for the cell characteristic neural network.
[0040] The system trains the cell characteristic neural network on the training data (step 404). That is, the system processes each training image using the cell characteristic neural network to determine a predicted feature vector for the training image. The system then determines an error between the predicted feature vector for the training image and the feature vector corresponding to the training image in the training data and uses the error to update values of the parameters used in each layer of the cell characteristic neural network using conventional neural network training techniques.
[0041] For a system of one or more computers to be configured to perform particular operations or actions means that the system has installed on it software, firmware, hardware, or a combination of them that in operation cause the system to perform the operations or actions. For one or more computer programs to be configured to perform particular operations or actions means that the one or more programs include instructions that, when executed by data processing apparatus, cause the apparatus to perform the operations or actions.
[0042] Embodiments of the subject matter and the functional operations described in this specification can be implemented in digital electronic circuitry, in tangibly-embodied computer software or firmware, in computer hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them. Embodiments of the subject matter described in this specification can be implemented as one or more computer programs, i.e., one or more modules of computer program instructions encoded on a tangible non-transitory program carrier for execution by, or to control the operation of, data processing apparatus. Alternatively or in addition, the program instructions can be encoded on an artificially -generated propagated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal, that is generated to encode information for transmission to suitable receiver apparatus for execution by a data processing apparatus. The computer storage medium can be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of one or more of them. The computer storage medium is not, however, a propagated signal.
[0043] The term "data processing apparatus" encompasses all kinds of apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers. The apparatus can include special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit). The apparatus can also include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them.
[0044] A computer program (which may also be referred to or described as a program, software, a software application, a module, a software module, a script, or code) can be written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment. A computer program may, but need not, correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data, e.g., one or more scripts stored in a markup language document, in a single file dedicated to the program in question, or in multiple coordinated files, e.g., files that store one or more modules, sub-programs, or portions of code. A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and
interconnected by a communication network.
[0045] As used in this specification, an "engine," or "software engine," refers to a software implemented input/output system that provides an output that is different from the input. An engine can be an encoded block of functionality, such as a library, a platform, a software development kit ("SDK"), or an object. Each engine can be implemented on any appropriate type of computing device, e.g., servers, mobile phones, tablet computers, notebook computers, music players, e-book readers, laptop or desktop computers, PDAs, smart phones, or other stationary or portable devices, that includes one or more processors and computer readable media. Additionally, two or more of the engines may be implemented on the same computing device, or on different computing devices.
[0046] The processes and logic flows described in this specification can be performed by one or more programmable computers executing one or more computer programs to perform functions by operating on input data and generating output. The processes and logic flows can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit). [0047] Computers suitable for the execution of a computer program include, by way of example, can be based on general or special purpose microprocessors or both, or any other kind of central processing unit. Generally, a central processing unit will receive instructions and data from a read-only memory or a random access memory or both. The essential elements of a computer are a central processing unit for performing or executing instructions and one or more memory devices for storing instructions and data.
Generally, a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto-optical disks, or optical disks. However, a computer need not have such devices. Moreover, a computer can be embedded in another device, e.g., a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a Global Positioning System (GPS) receiver, or a portable storage device, e.g., a universal serial bus (USB) flash drive, to name just a few.
[0048] Computer-readable media suitable for storing computer program instructions and data include all forms of non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto- optical disks; and CD-ROM and DVD-ROM disks. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
[0049] To provide for interaction with a user, embodiments of the subject matter described in this specification can be implemented on a computer having a display device, e.g., a CRT (cathode ray tube) monitor, an LCD (liquid crystal display) monitor, or an OLED display, for displaying information to the user, as well as input devices for providing input to the computer, e.g., a keyboard, a mouse, or a presence sensitive display or other surface. Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input. In addition, a computer can interact with a user by sending resources to and receiving resources from a device that is used by the user; for example, by sending web pages to a web browser on a user's client device in response to requests received from the web browser.
[0050] Embodiments of the subject matter described in this specification can be implemented in a computing system that includes a back end component, e.g., as a data server, or that includes a middleware component, e.g., an application server, or that includes a front end component, e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this specification, or any combination of one or more such back end, middleware, or front end components. The components of the system can be
interconnected by any form or medium of digital data communication, e.g., a
communication network. Examples of communication networks include a local area network ("LAN") and a wide area network ("WAN"), e.g., the Internet.
[0051] The computing system can include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
[0052] While this specification contains many specific implementation details, these should not be construed as limitations on the scope of any invention or of what may be claimed, but rather as descriptions of features that may be specific to particular embodiments of particular inventions. Certain features that are described in this specification in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination. Moreover, although features may be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination may be directed to a subcombination or variation of a subcombination.
[0053] Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. In certain circumstances, multitasking and parallel processing may be advantageous. Moreover, the separation of various system modules and components in the embodiments described above should not be understood as requiring such separation in all embodiments, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.
[0054] Particular embodiments of the subject matter have been described. Other embodiments are within the scope of the following claims. For example, the actions recited in the claims can be performed in a different order and still achieve desirable results. As one example, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In certain implementations, multitasking and parallel processing may be advantageous.

Claims

WHAT IS CLAIMED IS:
1. A method comprising:
obtaining data comprising an input image of one or more biological cells illuminated with an optical microscopy technique;
processing the data using a stained cell neural network, wherein the stained cell neural network has been configured through training to receive the data comprising the input image of the one or more biological cells illuminated with the optical microscopy technique and to process the data to generate one or more stained cell images, wherein each stained cell image depicts a respective stained version of the one or more biological cells in the input image; and
processing the one or more stained cell images using a cell characteristic neural network, wherein the cell characteristic neural network has been configured through training to receive the one or more stained cell images and to process the one or more stained cell images to generate a cell characteristic output that characterizes features of the biological cells that are stained in the one or more stained cell images.
2. The method of claim 1 , wherein the optical microscopy technique is one of: differential interference contrast microscopy, red light microscopy, or ultraviolet light microscopy.
3. The method of claim 1 or 2, wherein the stained cell image has a fluorescent channel.
4. The method of any one of claims 1 to 3, wherein each pixel in each of the one or more stained cell images corresponds to a pixel in the input image of the one or more biological cells.
5. The method of any one of claims 1 to 4, wherein the cell characteristic output comprises data characterizing one or more of a cell type, a cell health, a cell population, a cell phenotypes, or a cell state of differentiation in induced pluripotent stem cell protocols of the one or more biological cells that are stained in the one or more stained cell images.
6. The method of any one of the preceding claims, wherein the stained cell neural network implements fully convolutional image-to-image regression and the data comprising the image of the one or more biological cells is foveated.
7. The method of any one of the preceding claims, wherein the cell characteristic output specifies an average cell health or a percentage of cells that have correctly differentiated through induced pluripotent stem cell protocols.
8. The method of any one of the preceding claims, wherein the cell characteristic output specifies a cell condition for each biological cell of the one or more biological cells.
9. The method of any one of the preceding claims, wherein the data comprising the image of the one or more biological cells further comprises additional images of the one or more biological cells, wherein each of the additional images have a different focal point for the image of the one or more biological cells.
10. A system comprising one or more computers and one or more storage devices storing instructions that when executed by the one or more computers cause the one or more computers to perform a method according to any one of the preceding claims.
1 1. One or more non-transitory storage media storing instructions that when executed by one or more computers cause the one or more computers to perform a method according to any one of claims 1 to 9.
PCT/US2016/068356 2016-02-26 2016-12-22 Processing cell images using neural networks WO2017146813A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP16825981.0A EP3420495A1 (en) 2016-02-26 2016-12-22 Processing cell images using neural networks
CN201680083751.1A CN108885682B (en) 2016-02-26 2016-12-22 Processing cell images using neural networks

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US15/055,446 US9971966B2 (en) 2016-02-26 2016-02-26 Processing cell images using neural networks
US15/055,446 2016-02-26

Publications (1)

Publication Number Publication Date
WO2017146813A1 true WO2017146813A1 (en) 2017-08-31

Family

ID=57794386

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2016/068356 WO2017146813A1 (en) 2016-02-26 2016-12-22 Processing cell images using neural networks

Country Status (4)

Country Link
US (4) US9971966B2 (en)
EP (1) EP3420495A1 (en)
CN (1) CN108885682B (en)
WO (1) WO2017146813A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10935773B2 (en) 2017-08-09 2021-03-02 Allen Institute Systems, devices, and methods for image processing to generate an image having predictive tagging
EP4002267A1 (en) 2020-11-19 2022-05-25 Prospective Instruments GmbH Imaging method and system for generating a digitally stained image, training method for training an artificial intelligence system, and non-transitory storage medium

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11132529B2 (en) * 2016-11-16 2021-09-28 Ventana Medical Systems, Inc. Convolutional neural networks for locating objects of interest in images of biological samples
US10636141B2 (en) * 2017-02-09 2020-04-28 Siemens Healthcare Gmbh Adversarial and dual inverse deep learning networks for medical image analysis
US10789451B2 (en) * 2017-11-16 2020-09-29 Global Life Sciences Solutions Usa Llc System and method for single channel whole cell segmentation
TWI699816B (en) * 2017-12-26 2020-07-21 雲象科技股份有限公司 Method for controlling autonomous microscope system, microscope system, and computer readable storage medium
US11621058B2 (en) * 2018-02-08 2023-04-04 Ohio State Innovation Foundation Synthetic IHC-stained digital sides generated using artificial neural networks
EP3762854A1 (en) * 2018-03-07 2021-01-13 Google LLC Virtual staining for tissue slide images
CN112106061A (en) 2018-03-30 2020-12-18 加利福尼亚大学董事会 Method and system for digital staining of unlabeled fluorescent images using deep learning
US10740895B2 (en) 2018-06-25 2020-08-11 International Business Machines Corporation Generator-to-classifier framework for object classification
JP7150868B2 (en) 2018-09-28 2022-10-11 株式会社エビデント Microscope system, projection unit, and image projection method
WO2020066043A1 (en) 2018-09-28 2020-04-02 オリンパス株式会社 Microscope system, projection unit, and image projection method
WO2020066040A1 (en) 2018-09-28 2020-04-02 オリンパス株式会社 Microscope system, projection unit, and image projection method
KR102122068B1 (en) * 2018-11-19 2020-06-12 노을 주식회사 Image analyzing system and method thereof
DE102018222147A1 (en) * 2018-12-18 2020-06-18 Leica Microsystems Cms Gmbh Optics correction through machine learning
US11946854B2 (en) 2018-12-26 2024-04-02 The Regents Of The University Of California Systems and methods for two-dimensional fluorescence wave propagation onto surfaces using deep learning
EP3953861A1 (en) 2019-04-11 2022-02-16 Agilent Technologies, Inc. User interface configured to facilitate user annotation for instance segmentation within biological sample
CN114391162A (en) * 2019-06-07 2022-04-22 徕卡显微系统Cms有限公司 System and method for processing biologically relevant data and microscope
CN110390676A (en) * 2019-07-26 2019-10-29 腾讯科技(深圳)有限公司 The cell detection method of medicine dye image, intelligent microscope system under microscope
US11941813B2 (en) * 2019-08-23 2024-03-26 Nantcell, Inc. Systems and methods for performing segmentation based on tensor inputs
WO2021067797A1 (en) * 2019-10-04 2021-04-08 New York Stem Cell Foundation, Inc. Imaging system and method of use thereof
TWI781408B (en) * 2019-11-27 2022-10-21 靜宜大學 Artificial intelligence based cell detection method by using hyperspectral data analysis technology
CN112037862B (en) * 2020-08-26 2021-11-30 深圳太力生物技术有限责任公司 Cell screening method and device based on convolutional neural network
DE102021114288A1 (en) 2021-06-02 2022-12-08 Carl Zeiss Microscopy Gmbh SYNTHETIC FLUORESCENCE IMAGES WITH SAMPLE-SPECIFIC REFERENCE
WO2022261241A1 (en) * 2021-06-08 2022-12-15 Insitro, Inc. Predicting cellular pluripotency using contrast images

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007121454A1 (en) * 2006-04-18 2007-10-25 Ge Healthcare Bio-Sciences Corp. System for preparing an image for segmentation
US20080015448A1 (en) * 2006-06-22 2008-01-17 Keely Patricia J Stromal collagen in the diagnosis and characterization of breast cancer
US20140270457A1 (en) * 2013-03-15 2014-09-18 The Board Of Trustees Of The University Of Illinois Stain-free histopathology by chemical imaging

Family Cites Families (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6463438B1 (en) * 1994-06-03 2002-10-08 Urocor, Inc. Neural network for cell image analysis for identification of abnormal cells
JPH11515097A (en) * 1995-09-19 1999-12-21 モルフォメトリックス テクノロジーズ インク. Neural network assisted multispectral segmentation system
US7050620B2 (en) * 2001-03-30 2006-05-23 Heckman Carol A Method of assaying shape and structural features in cells
US7756305B2 (en) * 2002-01-23 2010-07-13 The Regents Of The University Of California Fast 3D cytometry for information in tissue engineering
WO2003095986A1 (en) * 2002-05-14 2003-11-20 Amersham Biosciences Niagara, Inc. System and methods for rapid and automated screening of cells
GB2401431B (en) * 2003-04-02 2005-04-27 Amersham Biosciences Uk Ltd Method of, and computer software for, classification of cells into subpopulations
CN1296699C (en) * 2003-12-19 2007-01-24 武汉大学 Microscopic multispectral marrow and its peripheral blood cell auto-analyzing instrument and method
CN1746901A (en) * 2005-09-19 2006-03-15 南京大学 Computer intelligent process and processor for early lung cancer cell smear color image information
US8703422B2 (en) * 2007-06-06 2014-04-22 Pacific Biosciences Of California, Inc. Methods and processes for calling bases in sequence by incorporation methods
CN102565316B (en) * 2010-12-08 2014-02-26 浙江海洋学院 Analytical method of nuclear texture of peripheral blood mononuclear cell
EP2682913A4 (en) * 2011-03-04 2014-08-27 Nec Corp Individual product identification system, individual product identification method, and device and program used by same
CN102359938B (en) * 2011-09-16 2012-09-05 长沙高新技术产业开发区爱威科技实业有限公司 Morphological analytical apparatus and method for erythrocytes
CN103020639A (en) * 2012-11-27 2013-04-03 河海大学 Method for automatically identifying and counting white blood cells
CN103366180B (en) * 2013-06-14 2016-06-01 山东大学 A kind of cell image segmentation method based on automated characterization study
CN103345654B (en) * 2013-06-25 2017-02-08 苏州创继生物科技有限公司 Method for differential counting of white blood cells based on morphology
CN103679184A (en) * 2013-12-06 2014-03-26 河海大学 Method for leukocyte automatic identification based on relevant vector machine
CN103745210B (en) * 2014-01-28 2018-02-06 爱威科技股份有限公司 A kind of leucocyte classification method and device
AU2015261891A1 (en) * 2014-05-23 2016-10-13 Ventana Medical Systems, Inc. Systems and methods for detection of biological structures and/or patterns in images
EP3155558A1 (en) 2014-06-16 2017-04-19 Siemens Healthcare Diagnostics Inc. Analyzing digital holographic microscopy data for hematology applications
CN105354565A (en) * 2015-12-23 2016-02-24 北京市商汤科技开发有限公司 Full convolution network based facial feature positioning and distinguishing method and system
US10303979B2 (en) * 2016-11-16 2019-05-28 Phenomic Ai Inc. System and method for classifying and segmenting microscopy images with deep multiple instance learning

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007121454A1 (en) * 2006-04-18 2007-10-25 Ge Healthcare Bio-Sciences Corp. System for preparing an image for segmentation
US20080015448A1 (en) * 2006-06-22 2008-01-17 Keely Patricia J Stromal collagen in the diagnosis and characterization of breast cancer
US20140270457A1 (en) * 2013-03-15 2014-09-18 The Board Of Trustees Of The University Of Illinois Stain-free histopathology by chemical imaging

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
DAVID MAYERICH ET AL: "Stain-less staining for computed histopathology", TECHNOLOGY, vol. 03, no. 01, March 2015 (2015-03-01), pages 27 - 31, XP055351901, ISSN: 2339-5478, DOI: 10.1142/S2339547815200010 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10935773B2 (en) 2017-08-09 2021-03-02 Allen Institute Systems, devices, and methods for image processing to generate an image having predictive tagging
US11614610B2 (en) 2017-08-09 2023-03-28 Allen Institute Systems, devices, and methods for image processing to generate an image having predictive tagging
EP4002267A1 (en) 2020-11-19 2022-05-25 Prospective Instruments GmbH Imaging method and system for generating a digitally stained image, training method for training an artificial intelligence system, and non-transitory storage medium
WO2022106593A1 (en) 2020-11-19 2022-05-27 Prospective Instruments Gmbh Imaging method and system for generating a digitally stained image, training method for training an artificial intelligence system, and non-transitory storage medium

Also Published As

Publication number Publication date
CN108885682A (en) 2018-11-23
US11443190B2 (en) 2022-09-13
US20170249548A1 (en) 2017-08-31
US10692001B2 (en) 2020-06-23
US9971966B2 (en) 2018-05-15
US20180349770A1 (en) 2018-12-06
CN108885682B (en) 2022-03-22
EP3420495A1 (en) 2019-01-02
US20230114552A1 (en) 2023-04-13
US20200320394A1 (en) 2020-10-08
US11915134B2 (en) 2024-02-27

Similar Documents

Publication Publication Date Title
US11915134B2 (en) Processing cell images using neural networks
US11790209B2 (en) Recurrent neural networks for data item generation
US10635977B2 (en) Multi-task learning using knowledge distillation
US11568207B2 (en) Learning observation representations by predicting the future in latent space
EP3475791B1 (en) Eye gaze tracking using neural networks
US11288568B2 (en) Reinforcement learning using advantage estimates
US10176424B2 (en) Generative neural networks
CN109447156B (en) Method and apparatus for generating a model
CN109376267B (en) Method and apparatus for generating a model
US11790233B2 (en) Generating larger neural networks
WO2020160252A1 (en) Task-aware neural network architecture search
US11354548B1 (en) Image processing with recurrent attention
Nehme et al. Uncertainty quantification via neural posterior principal components
Abdelsamea et al. Robust local–global SOM‐based ACM
US10635972B1 (en) Recurrent neural networks with rectified linear units
CN113255770B (en) Training method of compound attribute prediction model and compound attribute prediction method
CN115843364A (en) Continuous learning using cross-connects
US11822577B2 (en) Systems and methods for learning human-understandable logical rules from data

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2016825981

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2016825981

Country of ref document: EP

Effective date: 20180926

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

Ref document number: 16825981

Country of ref document: EP

Kind code of ref document: A1