IP Library Granted Patent US 12,217,423
Granted Patent B2
US 12,217,423 · App. 18/487,264 · Granted Feb 4, 2025

Systems and methods for processing electronic images to detect contamination in specimen preparations

Inventors: Patricia Raciti (New York, NY); Christopher Kanan (Pittsford, NY); Thomas Fuchs (New York, NY); Leo Grady (Darien, CT)
Assignee: Paige.AI, Inc.
G06T7/0012G06T7/11G06T7/194G06V10/764G06V10/776G06V10/82G06V10/993G06V20/69G06T2207/10056G06T2207/20081G06T2207/20084G06T2207/30024G06V2201/03
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,217,423
App. No.
18/487,264
Granted
Feb 4, 2025
Kind
B2
Abstract

Systems and methods are disclosed for receiving one or more digital images associated with a tissue specimen, detecting one or more image regions from a background of the one or more digital images, determining a prediction, using a machine learning system, of whether at least one first image region of the one or more image regions comprises at least one external contaminant, the machine learning system having been trained using a plurality of training images to predict a presence of external contaminants and/or a location of any external contaminants present in the tissue specimen, and determining, based on the prediction of whether a first image region comprises an external contaminant, whether to process the image region using an processing algorithm.

Claims (47)

1. A computer-implemented method for processing digital images of a tissue specimen, the method comprising:

receiving, by a floater detection platform, the digital images of the tissue specimen;

receiving, by the floater detection platform, data associated with a tissue type of the tissue specimen, the data including a tissue class;

detecting, by the floater detection platform, one or more contiguous tissue pieces of the tissue specimen using an analysis of the digital images;

extracting, by the floater detection platform, a plurality of features from each contiguous tissue piece of the one or more contiguous tissue pieces of the tissue specimen;

providing, by the floater detection platform, the plurality of features from each contiguous tissue piece to a machine-learning model, wherein the machine-learning model has been trained, using one or more gathered and/or simulated sets of digital images of a plurality of tissue specimens, to identify a sample tissue class of each contiguous tissue piece based on the plurality of features;

outputting, by the machine-learning model, a first sample tissue class of a first contiguous tissue piece;

comparing, by the floater detection platform, the first sample tissue class of the first contiguous tissue piece with the tissue class of the tissue specimen to determine a tissue class mismatch; and

generating, by the floater detection platform, an alert based on the tissue class mismatch.

2. The computer-implemented method of claim 1 , wherein the analysis of the digital images is implemented by one or more of Faster R-CNN, selective search, EdgeBoxes, DeepBox, Mask R-CNN, or U-Net.

3. The computer-implemented method of claim 1 , wherein the plurality of features from each contiguous tissue piece comprise one or more of convolutional neural network (CNN) features, SIFT features, or SURF features.

4. The computer-implemented method of claim 1 , wherein the alert comprises one or more of an output transmitted to a computing device or a marker indicating a location of an external contaminant.

5. The computer-implemented method of claim 1 , wherein the analysis of the digital images comprises:

detecting, by the floater detection platform, a first image region from a background of a digital image of the digital images.

6. The computer-implemented method of claim 1 , further comprising:

providing, by the floater detection platform, the digital images to a database for storage, each digital image associated with a timestamp.

7. The computer-implemented method of claim 1 , wherein the machine-learning model is implemented by a convolutional neural network (CNN), Region CNN (R-CNN), Faster R-CNN, Mask R-CNN, Convolutional Graph Neural Network, and/or Relationship Neural Network.

8. The computer-implemented method of claim 1 , wherein the machine-learning model is implemented by feature extraction using hand-engineered features and at least one of random forest, support vector machine (SVM), and/or deep learning.

9. The computer-implemented method of claim 8 , wherein the hand-engineered features comprise at least one of Scale-Invariant Feature Transform (SIFT), Speeded up robust features (SURF), Rotation Invariant Feature Transform (RIFT), Oriented feature from accelerated segment test (FAST) and/or Rotated Binary Robust Independent Elementary Features (BRIEF) (ORB).

10. The computer-implemented method of claim 1 , wherein the floater detection platform includes a slide analysis tool.

11. A computer-implemented method for training a machine-learning model for processing digital images of a tissue specimen, the method comprising:

providing, by one or more processors, one or more gathered and/or simulated sets of digital images of a plurality of tissue specimens to one or more machine-learning algorithms as one or more sets of training data;

determining, by the one or more machine-learning algorithms, associations between the one or more gathered and/or simulated sets of digital images and one or more tissue features;

modifying one or more of a layer, a weight, a synapse, or a node of the machine-learning model based on the associations between the one or more gathered and/or simulated sets of digital images and the one or more tissue features; and

outputting, by the one or more processors, the machine-learning model, wherein the machine-learning model is trained to identify a sample tissue class of a contiguous tissue piece based on the one or more tissue features and the modified one or more of the layer, the weight, the synapse, or the node of the machine-learning model.

12. The computer-implemented method of claim 11 , wherein the machine-learning model is implemented by a convolutional neural network (CNN), Region CNN (R-CNN), Faster R-CNN, Mask R-CNN, Convolutional Graph Neural Network, and/or Relationship Neural Network.

13. The computer-implemented method of claim 11 , wherein the machine-learning model is implemented by feature extraction using hand-engineered features and at least one of random forest, support vector machine (SVM), and/or deep learning.

14. The computer-implemented method of claim 11 , further comprising:

providing, by the one or more processors, data associated with a tissue type of a tissue specimen, the data including a tissue class.

15. A system for processing digital images of a tissue specimen, the system comprising:

a memory storing instruction and a trained machine-learning model trained to identify a presence of one or more external contaminants and/or a location of the one or more external contaminants present and output an external contaminant prediction; and

a processor operatively connected to the memory and configured to execute the instructions to perform operations including:

receiving, by a floater detection platform, the digital images of the tissue specimen;

receiving, by the floater detection platform, data associated with a tissue type of the tissue specimen, the data including a tissue class;

detecting, by the floater detection platform, one or more contiguous tissue pieces of the tissue specimen using an analysis of the digital images;

extracting, by the floater detection platform, a plurality of features from each contiguous tissue piece of the one or more contiguous tissue pieces of the tissue specimen;

providing, by the floater detection platform, the plurality of features from each contiguous tissue piece to a machine-learning model, wherein the machine-learning model has been trained, using one or more gathered and/or simulated sets of digital images of a plurality of tissue specimens, to identify a sample tissue class of each contiguous tissue piece based on the plurality of features;

outputting, by the machine-learning model, a first sample tissue class of a first contiguous tissue piece;

comparing, by the floater detection platform, the first sample tissue class of the first contiguous tissue piece with the tissue class of the tissue specimen to determine a tissue class mismatch; and

generating, by the floater detection platform, an alert based on the tissue class mismatch.

16. The system of claim 15 , wherein the analysis of the digital images is implemented by one or more of Faster R-CNN, selective search, EdgeBoxes, DeepBox, Mask R-CNN, or U-Net.

17. The system of claim 15 , wherein the plurality of features from each contiguous tissue piece comprise one or more of convolutional neural network (CNN) features, SIFT features, or SURF features.

18. The system of claim 15 , wherein the alert comprises one or more of an output transmitted to a computing device or a marker indicating a location of an external contaminant.

19. The system of claim 15 , wherein the analysis of the digital images comprises:

detecting, by the floater detection platform, a first image region from a background of a digital image of the digital images.

20. The system of claim 15 , further comprising:

providing, by the floater detection platform, the digital images to a database for storage, each digital image associated with a timestamp.

Assignments (3)
RELEASE OF SECURITY INTEREST Recorded May 14, 2026
From: ARES CAPITAL CORPORATION, AS COLLATERAL AGENT
To: PAIGE.AI, INC.
Reel/Frame 075589/0752 →
SECURITY INTEREST Recorded Oct 21, 2025
From: PAIGE.AI, INC.
To: ARES CAPITAL CORPORATION, AS COLLATERAL AGENT
Reel/Frame 073216/0876 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 3, 2023
From: RACITI, PATRICIA; KANAN, CHRISTOPHER; FUCHS, THOMAS; GRADY, LEO
To: PAIGE.AI, INC.
Reel/Frame 065450/0875 →
Continuity (3)
Continuation 17107433 · Nov 30, 2020
Provisional Application 62951504 · Dec 20, 2019
Related Publication 20240062376A1 · Feb 22, 2024
References Cited (27)
US 2945588A · Fenn et al. · 1960 [cited by applicant]
US 3520972A · Sidney et al. · 1970 [cited by applicant]
US 7244230B2 · Duggirala · 2007 [cited by examiner]
US 10133955B2 · Duong et al. · 2018 [cited by applicant]
US 10504020B2 · Trenholm et al. · 2019 [cited by applicant]
US 11098275B2 · Ota et al. · 2021 [cited by applicant]
US 11182899B2 · Raciti · 2021 [cited by examiner]
US 11215840B2 · Heras et al. · 2022 [cited by applicant]
US 11544849B2 · Godrich · 2023 [cited by examiner]
US 11823378B2 · Raciti · 2023 [cited by examiner]
US 20040009479A1 · Wohlgemuth · 2004 [cited by examiner]
US 20040147840A1 · Duggirala · 2004 [cited by examiner]
US 20080226148A1 · Gu · 2008 [cited by examiner]
US 20160034809A1 · Trenholm et al. · 2016 [cited by applicant]
US 20170193325A1 · Duong · 2017 [cited by applicant]
US 20180327699A1 · Ota et al. · 2018 [cited by applicant]
US 20190295252A1 · Fuchs et al. · 2019 [cited by applicant]
US 20200124868A1 · Heras et al. · 2020 [cited by applicant]
US 20200364587A1 · Kapur · 2020 [cited by examiner]
US 20210192729A1 · Raciti · 2021 [cited by examiner]
US 20210303818A1 · Randolph · 2021 [cited by examiner]
US 20220041963A1 · Ota et al. · 2022 [cited by applicant]
US 20240062376A1 · Raciti · 2024 [cited by examiner]
WO 2019026081A2 · 2019 [cited by applicant]
Campanella Gabriele at el: “Clinical-grade computational pathology using weakly supervised deep learning on whole slide image”, Nature Medicine, Nature Pub. Co, New York, vol. 25, No. 8, Jul. 15, 2019 (Jul. 15, 2019), p… [cited by applicant]
Daisuke Komura et al: “Machine Learning Methods for Histopathological Image Analysis”, Computational and Structural Biotechnology Journal, vol. 16, Jan. 1, 2018 (Jan. 1, 2018), pp. 34-42, XP055713525, Sweden ISSN: 2001-… [cited by applicant]
Xia Yan et al: “Learning Discriminative Reconstructions for Unsupervised Outlier Removal”, 2015 IEEE International Conference on Computer Vision (ICCV), IEEE, Dec. 7, 2015 (Dec. 7, 2015), pp. 1511-1519, XP032866499, DOI… [cited by applicant]