IP Library Granted Patent US 11,410,302
Granted Patent B2
US 11,410,302 · App. 16/670,133 · Granted Aug 9, 2022

Two and a half dimensional convolutional neural network for predicting hematoma expansion in non-contrast head computerized tomography images

Inventors: Chao Huang (Palo Alto, CA); Zhen Qian (Santa Clara, CA); Hui Tang (Mountain View, CA); Yusheng Xie (Mountain View, CA); Shihyao Lin (Palo Alto, CA); Kun Wang (San Jose, CA); Xiaozhong Chen (Cedarburg, WI); Lianyi Han (Palo Alto, CA); Zhimin Huo (Palo Alto, CA); Wei Fan (New York, NY)
Assignee: TENCENT AMERICA LLC
G06T7/0012A61B6/032A61B6/469A61B6/501A61B6/5217A61B6/5223G06T7/11G06T7/62G06V10/25G06T2207/10081G06T2207/20084G06T2207/30101G06T2207/30196G06V2201/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 11,410,302
App. No.
16/670,133
Granted
Aug 9, 2022
Kind
B2
Abstract

A method and apparatus include receiving a three dimensional (3D) non-contrast computed tomography (NCCT) image of a head including a hematoma. A plurality of two dimensional (2D) images of the head including the hematoma are generated using the 3D NCCT image of the head including the hematoma. A plurality of 2D hematoma images are generated using a first 2D convolutional neural network (CNN) based on the plurality of 2D images. A 3D region of interest (ROI) that encompasses the hematoma is identified based on the plurality of 2D hematoma images. A plurality of 2D images that correspond to the ROI are generated. A hematoma expansion (HE) prediction score is determined using a second CNN based on the plurality of 2D images that correspond to the ROI. The HE prediction score is provided.

Claims (57)

1. A method comprising:

receiving a three dimensional (3D) non-contrast computed tomography (NCCT) image of a head that includes at least one intracranial hemorrhage;

generating a plurality of two dimensional (2D) NCCT images of the head using the 3D NCCT image of the head;

generate, by applying a 2D U-Net convolutional neural network (CNN) on each of the plurality of 2D NCCT images, hematoma masks for the plurality of 2D NCCT hematoma images;

determining a bounding box that contains a hematoma from the hematoma masks such that a center of the hematoma in each of the plurality of 2D NCCT hematoma images coincides,

determining a fixed-size 3D region of interest (ROI) containing the hematoma from the bounding box;

extracting the fixed-size 3D ROI from the 3D NCCT image;

generating a plurality of 2D NCCT slices of the fixed-size 3D ROI that is extracted;

predicting a hematoma expansion (HE) of the at least one intracranial hemorrhage by inputting each of the plurality of 2D NCCT slices to a 2D NASNet CNN, each of the plurality of 2D NCCT slices being a feature channel of the 2D NASNet CNN, and combining a plurality of outputs of the 2D NASNet CNN to generate an HE prediction score of the at least one intracranial hemorrhage; and

providing the HE prediction score.

2. The method of claim 1 , wherein the size of the fixed-size 3D ROI contains all hematomas in the 3D NCCT image of the head.

3. The method of claim 1 , wherein determining the bounding box comprises:

identifying a volume of the hematomas based on the plurality of 2D NCCT hematoma images; and

determining a size of the fixed-size 3D ROI based on the volume.

4. The method of claim 1 , wherein generating the hematoma masks comprises:

identifying, by applying the 2D U-Net CNN, the hematoma based on the plurality of 2D NCCT images of the head; and

generating the plurality of 2D NCCT hematoma images in which the hematoma is segmented based on the plurality of 2D NCCT images of the head.

5. The method of claim 1 , wherein the plurality of 2D NCCT images of the head corresponds to an entire image of the head.

6. The method of claim 5 , wherein the fixed-size 3D ROI corresponds to less than the entire image of the head.

7. A device comprising:

at least one memory configured to store program code;

at least one processor configured to read the program code and operate as instructed by the program code, the program code including:

receiving code configured to cause the at least one processor to receive a three dimensional (3D) non-contrast computed tomography (NCCT) image of a head;

generating code configured to cause the at least one processor to generate a plurality of two dimensional (2D) NCCT images of the head using the 3D NCCT image of the head;

mask generating code configured to cause the at least one processor to generate, by applying a 2D U-Net convolutional neural network (CNN) on each of the plurality of 2D NCCT images, hematoma masks for the plurality of 2D NCCT hematoma images;

bounding box code configured to cause the at least one processor to determine a bounding box that contains a hematoma from the hematoma masks such that a center of the hematoma in each of the plurality of 2D NCCT hematoma images coincides;

determining code configured to cause the at least one processor to determine a fixed-size 3D region of interest (ROI) containing the hematoma from the bounding box;

extracting code configured to cause the at least one processor to extract the fixed-size 3D ROI from the 3D NCCT image;

slicing code configured to cause the at least one processor to generate a plurality of 2D NCCT slices of the fixed-size 3D ROI that is extracted;

HE prediction code configured to cause the at least one processor to predict a hematoma expansion (HE) of the at least one intracranial hemorrhage by inputting each of the plurality of 2D NCCT slices to a 2D NASNet CNN, each of the plurality of 2D NCCT slices being a feature channel of the 2D NASNet CNN, and combining a plurality of outputs of the 2D NASNet CNN to generate an HE prediction score of the at least one intracranial hemorrhage; and

providing code configured to cause the at least one processor to provide the HE prediction score.

8. The device of claim 7 , wherein the bounding box code comprises:

identifying code configured to cause the at least one processor to identify a volume of the hematoma based on the plurality of 2D NCCT hematoma images; and

second determining code configured to cause the at least one processor to determine a size of the fixed-size 3D ROI based on the volume.

9. The device of claim 7 , wherein the mask generating code comprises:

identifying code configured to cause the at least one processor to identify, by applying the 2D U-Net CNN, the hematoma based on the plurality of 2D NCCT images of the head; and

second generating code configured to cause the at least one processor to generate the plurality of 2D NCCT hematoma images in which the hematoma is segmented based on the plurality of 2D NCCT images of the head.

10. The device of claim 7 , wherein the plurality of 2D NCCT images of the head corresponds to an entire image of the head.

11. The device of claim 10 , wherein the fixed-size 3D ROI corresponds to less than the entire image of the head.

12. A non-transitory computer-readable medium storing computer code that, when executed by one or more processors, cause the one or more processors to at least:

receive a three dimensional (3D) non-contrast computed tomography (NCCT) image of a head;

generate a plurality of two dimensional (2D) NCCT images of the head using the 3D NCCT image of the head;

generate, by applying a 2D U-Net convolutional neural network (CNN) on each of the plurality of 2D NCCT images, hematoma masks for the plurality of 2D NCCT hematoma images;

determine a bounding box that contains a hematoma from the hematoma masks such that a center of the hematoma in each of the plurality of 2D NCCT hematoma images coincides;

determine a fixed-size 3D region of interest (ROI) containing the hematoma from the bounding box;

extracting the fixed-size 3D ROI from the 3D NCCT image;

generating a plurality of 2D NCCT slices of the fixed-size 3D ROI that is extracted;

predicting a hematoma expansion (HE) of the at least one intracranial hemorrhage by inputting each of the plurality of 2D NCCT slices to a 2D NASNet CNN, each of the plurality of 2D NCCT slices being a feature channel of the 2D NASNet CNN, and combining a plurality of outputs of the 2D NASNet CNN to generate an HE prediction score of the at least one intracranial hemorrhage; and

provide the HE prediction score.

13. The non-transitory computer-readable medium of claim 12 , wherein to generate the hematoma masks, the computer code is further configured to cause the one or more processors to:

identify, by applying the first 2D CNN, the hematoma based on the plurality of 2D NCCT images of the head; and

generate the plurality of 2D NCCT hematoma images in which the hematoma is segmented based on the plurality of 2D NCCT images of the head.

14. The non-transitory computer-readable medium of claim 12 , wherein the one or more processors determine the bounding box by at least:

identifying a volume of the hematomas based on the plurality of 2D NCCT hematoma images; and

determining a size of the fixed-size 3D ROI based on the volume.

15. The non-transitory computer-readable medium of claim 12 , wherein the plurality of 2D NCCT images of the head corresponds to an entire image of the head.

16. The non-transitory computer-readable medium of claim 15 , wherein the fixed-size 3D ROI corresponds to less than the entire image of the head.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 31, 2019
From: HUANG, CHAO; QIAN, ZHEN; TANG, HUI; XIE, YUSHENG; LIN, SHIHYAO; WANG, KUN; CHEN, XIAOZHONG; HAN, LIANYI; HUO, ZHIMIN; FAN, WEI
To: TENCENT AMERICA LLC
Reel/Frame 050883/0072 →
Continuity (1)
Related Publication 20210133957A1 · May 6, 2021
Cited By (1)
US 12,653,402