IP Library Granted Patent US 11,030,765
Granted Patent B2
US 11,030,765 · App. 16/580,981 · Granted Jun 8, 2021

Prediction method for healthy radius of blood vessel path, prediction method for candidate stenosis of blood vessel path, and blood vessel stenosis degree prediction device

Inventors: Xin Wang (Seattle, WA); Youbing Yin (Kenmore, WA); Junjie Bai (Seattle, WA); Yuwei Li (Bellevue, WA); Yi Lu (Seattle, WA); Kunlin Cao (Kenmore, WA); Qi Song (Seattle, WA)
Assignee: BEIJING KEYA MEDICAL TECHNOLOGY CO., LTD.
G06T7/62A61B5/02007A61B5/7264A61B5/7275A61B6/032A61B6/504G06T7/0014G16H30/20G16H50/20G06T2207/10081G06T2207/20021G06T2207/20081G06T2207/20084G06T2207/30101G06T2207/30172
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,030,765
App. No.
16/580,981
Granted
Jun 8, 2021
Kind
B2
Abstract

The present disclosure provides a prediction method for a healthy radius of a blood vessel path, a prediction method for candidate stenosis of a blood vessel path, and a blood vessel stenosis degree prediction device. The prediction method for a healthy radius includes: obtaining a blood vessel radius of the blood vessel path; by a processor, detecting a radius peak of the blood vessel radius of the blood vessel path; and by the processor, predicting the healthy radius of the blood vessel path by performing a regression on the radius peak of the blood vessel radius. The blood vessel stenosis degree prediction device can, in certain embodiments, automatically determine the candidate stenosis and detect the degree of stenosis for the candidate stenosis range, significantly reduce the computation load, improve the detection efficiency and effectively avoid missed detection.

Claims (60)

1. A computer-implemented prediction method for a candidate stenosis of a blood vessel path, the method comprising:

extracting a blood vessel path and its centerline based on the image of the blood vessel;

determining a candidate stenosis for each blood vessel path by:

obtaining a blood vessel radius of the blood vessel path;

detecting, by a processor, a radius peak and a radius valley of the blood vessel radius of the blood vessel path;

predicting a reference healthy radius of the blood vessel path by performing a linear regression on the radius peak in the blood vessel radius;

replacing the radius peak among the radius peaks in the blood vessel radius that is lower than the corresponding reference healthy radius with the corresponding reference healthy radius;

predicting, by the processor, the healthy radius of the blood vessel path by performing a quadratic regression on the radius peak of the blood vessel radius; and

determining the candidate stenosis based on the radius valley and the healthy radius of the blood vessel path;

setting a range of the candidate stenosis for each blood vessel path based on the determined candidate stenosis;

obtaining image blocks along the centerline within the range of candidate stenosis for each of the blood vessel path; and

based on the obtained image blocks, determining the degree of stenosis for each blood vessel path by using a trained learning network comprising a convolutional neural network and a recurrent neural network.

2. The computer-implemented prediction method according to claim 1 , wherein

the range of candidate stenosis for each blood vessel path is expressed as a length having the determined candidate stenosis at a center of the length.

3. The computer-implemented prediction method according to claim 1 , wherein

the recurrent neural network comprises a bidirectional recurrent neural network.

4. The computer-implemented prediction method according to claim 1 , wherein at least one of the linear regression or the quadratic regression comprises a Gaussian process regression.

5. The computer-implemented prediction method according to claim 1 , wherein determining the candidate stenosis based on the radius valley and the healthy radius of the blood vessel path comprises:

determining a ratio of the radius valley to the healthy radius throughout the blood vessel path, and determining a first segment of the blood vessel path as the candidate stenosis where the ratio is less than a first predetermined threshold; or

determining a ratio of a difference between the healthy radius and the radius valley to the healthy radius throughout the blood vessel path, and determining a second segment of the blood vessel path as the candidate stenosis where the ratio is greater than a second predetermined threshold.

6. The computer-implemented prediction method according to claim 1 , further comprising outputting at least one of the stenosis, the range of stenosis, and the degree of stenosis of each blood vessel path.

7. A blood vessel stenosis degree prediction device, comprising:

an interface configured to receive an image of a blood vessel;

a memory that stores executable instructions;

a processor configured to implement a process by executing the executable instructions, the process comprising:

extracting a blood vessel path and its centerline based on the image of the blood vessel;

determining a candidate stenosis for each blood vessel path by:

obtaining a blood vessel radius of the blood vessel path;

detecting a radius peak and a radius valley in the blood vessel radius of the blood vessel path;

predicting a reference healthy radius of the blood vessel path by performing a linear regression on the radius peak in the blood vessel radius;

replacing the radius peak among the radius peaks in the blood vessel radius that is lower than the corresponding reference healthy radius with the corresponding reference healthy radius;

predicting the healthy radius of the blood vessel path by performing a quadratic regression on the replaced radius peak in the blood vessel radius; and

determining the candidate stenosis based on the radius valley and the healthy radius of the blood vessel path;

setting a range of the candidate stenosis for each blood vessel path based on the determined candidate stenosis;

obtaining image blocks along the centerline within the range of candidate stenosis for each of the blood vessel path; and

based on the obtained image blocks, determining the degree of stenosis for each blood vessel path by using a trained learning network comprising a convolutional neural network and a recurrent neural network.

8. The blood vessel stenosis degree prediction device according to claim 7 , wherein the range of candidate stenosis for each blood vessel path is expressed as a length having the determined candidate stenosis at a center of the length.

9. The blood vessel stenosis degree prediction device according to claim 7 , wherein determining the candidate stenosis based on the radius valley and the healthy radius of the blood vessel path comprises:

determining a ratio of the radius valley to the healthy radius throughout the blood vessel path, and determining a first segment of the blood vessel path as the candidate stenosis where the ratio is less than a first predetermined threshold; or

determining a ratio of a difference between the healthy radius and the radius valley to the healthy radius throughout the blood vessel path, and determining a second segment of the blood vessel path as the candidate stenosis where the ratio is greater than a second predetermined threshold.

10. The blood vessel stenosis degree prediction device according to claim 7 , wherein the recurrent neural network comprises a bidirectional recurrent neural network.

11. The blood vessel stenosis degree prediction device according to claim 7 , further comprising an output unit that is configured to output at least one of the candidate stenosis, the range of the candidate stenosis, and the degree of stenosis of each blood vessel path.

12. A non-transitory storage medium having stored thereon computer executable instructions that, when executed by a processor, implement a process, the process comprising:

extracting a blood vessel path and its centerline based on an image of a blood vessel;

determining a candidate stenosis for each blood vessel path by:

obtaining a blood vessel radius of the blood vessel path;

detecting a radius peak and a radius valley in the blood vessel radius of the blood vessel path;

predicting a reference healthy radius of the blood vessel path by performing a linear regression on the radius peak in the blood vessel radius;

replacing the radius peak among the radius peaks in the blood vessel radius that is lower than the corresponding reference healthy radius with the corresponding reference healthy radius;

predicting the healthy radius of the blood vessel path by performing a quadratic regression on the replaced radius peak in the blood vessel radius; and

determining the candidate stenosis based on the radius valley and the healthy radius of the blood vessel path;

setting a range of the candidate stenosis for each blood vessel path based on the determined candidate stenosis;

obtaining image blocks along the centerline within the range of the candidate stenosis for each blood vessel path; and

based on the obtained image blocks, determining the degree of stenosis for each blood vessel path by using a trained learning network comprising a convolutional neural network and a recurrent neural network.

13. The non-transitory storage medium according to claim 12 , wherein the range of candidate stenosis for each blood vessel path is expressed as a length having the determined candidate stenosis at a center of the length.

14. The non-transitory storage medium according to claim 12 , wherein determining the candidate stenosis based on the radius valley and the healthy radius of the blood vessel path comprises:

determining a ratio of the radius valley to the healthy radius throughout the blood vessel path, and determining a first segment of the blood vessel path as the candidate stenosis where the ratio is less than a first predetermined threshold.

15. The non-transitory storage medium according to claim 12 , wherein determining the candidate stenosis based on the radius valley and the healthy radius of the blood vessel path comprises:

determining a ratio of a difference between the healthy radius and the radius valley to the healthy radius throughout the blood vessel path, and determining a second segment of the blood vessel path as the candidate stenosis where the ratio is greater than a second predetermined threshold.

16. The non-transitory storage medium according to claim 12 , the process further comprising: outputting at least one of the stenosis, the range of stenosis, and the degree of stenosis of each blood vessel path.

Assignments (2)
CHANGE OF NAME Recorded May 14, 2020
From: BEIJING CURACLOUD TECHNOLOGY CO., LTD.
To: BEIJING KEYA MEDICAL TECHNOLOGY CO., LTD.
Reel/Frame 052665/0324 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Sep 24, 2019
From: WANG, XIN; YIN, YOUBING; BAI, JUNJIE; LI, YUWEI; LU, YI; CAO, KUNLIN; SONG, QI
To: BEIJING CURACLOUD TECHNOLOGY CO., LTD.
Reel/Frame 050478/0293 →
Priority Claims (1)
CN 201910262838.0 · Apr 2, 2019 · national
Continuity (2)
Provisional Application 62735829 · Sep 24, 2018
Related Publication 20200098124A1 · Mar 26, 2020