CN105825509A - Cerebral vessel segmentation method based on 3D convolutional neural network - Google Patents

Cerebral vessel segmentation method based on 3D convolutional neural network Download PDF

Info

Publication number
CN105825509A
CN105825509A CN201610154198.8A CN201610154198A CN105825509A CN 105825509 A CN105825509 A CN 105825509A CN 201610154198 A CN201610154198 A CN 201610154198A CN 105825509 A CN105825509 A CN 105825509A
Authority
CN
China
Prior art keywords
layer
feature map
training
sizes
image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610154198.8A
Other languages
Chinese (zh)
Inventor
秦臻
杨晓明
蓝天
秦志光
陈圆
徐路路
陈浩
肖哲
王飞
李雪瑞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of Electronic Science and Technology of China
Original Assignee
University of Electronic Science and Technology of China
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 University of Electronic Science and Technology of China filed Critical University of Electronic Science and Technology of China
Priority to CN201610154198.8A priority Critical patent/CN105825509A/en
Publication of CN105825509A publication Critical patent/CN105825509A/en
Pending legal-status Critical Current

Links

Classifications

    • 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/20081Training; Learning
    • 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]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30101Blood vessel; Artery; Vein; Vascular

Landscapes

  • Image Analysis (AREA)

Abstract

The invention discloses a cerebral vessel segmentation method based on a 3D convolutional neural network, which relates to fields such as machine learning, pattern recognition and image processing. The method comprises steps: firstly, well-marked cerebral vessel angiograms are sequentially stacked into a 3D matrix, patches of 25*25*25 are taken for vessel points, the same number of non-vessel point patches with the same size are randomly taken, and training data are obtained; then, the training data are inputted to the 3D convolutional neural network for training, and a training model is obtained; a patch of 25*25*25 is taken from each pixel point in the actual vessel angiogram sequence image to be inputted to the model, a classification tag is obtained, the classification tag is stretched to be an image with the same size, and the image is the segmented cerebral vessel image. The method has effects of high accuracy and good generic degree.

Description

Cerebrovascular dividing method based on 3D convolutional neural networks
Technical field
The invention belongs to computer vision field, more specifically, relate to a kind of based on 3D convolutional neural networks, for the blood vessel segmentation method of angiographic image.
Background technology
Along with the raising of people's living standard, angiopathy has become one of primary disease of harm health of people.Blood vessel is very important organ in human body, once occurs pathological changes will drastically influence the orthobiosis of people.Therefore, the early prevention of angiopathy, diagnose and treatment highlights important, by means of modern medicine imaging methods, blood vessel checks, analyzes and assists treatment also become the focus of this area research.
At present, clinical technology for angiopathy inspection and diagnosis mainly has: digital subtraction angiography (DigitalSubtractionAngiography based on ray, DSA), based on ultrasonic colored transcranial doppler image (ColorTranscranialDoppler, CTD), magnetic resonance angiography (MagneticResonanceAngiography, MRA), computed tomography angiography (ComputedTomographyAngiography) etc. are above several.
And convolutional neural networks achieves immense success in the classification and segmentation task of natural image, the research that the method that the degree of depth learns is applied to medical image the most in recent years also gets more and more.Convolutional neural networks is the one of artificial neural network, become the study hotspot of current speech analysis and field of image recognition, its weights are shared network structure and are allowed to be more closely similar to biological neural network, reduce the complexity of network model, decrease the quantity of weights.What this advantage showed when the input of network is multidimensional image becomes apparent from, and makes the image can be directly as the input of network, it is to avoid complicated feature extraction and data reconstruction processes in tional identification algorithm.Convolutional network is one multilayer perceptron of particular design for identification two-dimensional shapes, and this network structure has height invariance to the deformation of translation, proportional zoom, inclination or other forms.
Summary of the invention
It is an object of the invention to design a kind of convolutional neural networks that can extract image information from 3 dimensions, for splitting cerebrovascular image, 2 traditional dimension convolutional neural networks have been done 3D extension by the method, it is possible to extract more implicit information in comparable vascular contrastographic picture.
For achieving the above object, a kind of sorting technique based on 3D convolutional neural networks of the present invention, mainly include two stages: training stage and forecast period;Training stage is to input the 3-dimensional cerebral angiography image with label into 3D convolutional neural networks, training network parameter, obtains training pattern.Forecast period is to test data according to this model prediction trained, and splits cerebrovascular.
Training stage is as it is shown in figure 1, concrete techniqueflow is as follows:
Step one: first the puncta vasculosa in cerebral angiography image is carried out label, then the image stack that labelling is good is built up 3-dimensional matrix, the patch that each puncta vasculosa takes 25 × 25 × 25 is positive sample, and the path of the non-vascular point then taking equal number in 3-dimensional matrix at random is negative sample;
Step 2: input training sample, is normalized this sample, then carries out the training of neutral net;
Step 3: arrange 20 convolution kernels at ground floor, each convolution kernel size is 6 × 6 × 6, and uses full connected mode to be connected with input layer to carry out convolution, and obtaining 20 sizes is feature map of 20 × 20 × 20;
Step 4: each feature map of ground floor is carried out down-sampling spatially, and sampling unit is 2, obtaining 20 sizes is feature map of 10 × 10 × 10, is the second layer;
Step 5: using the 3D convolution kernel of 5 × 5 × 5 sizes to carry out 3D convolution each feature map of the second layer, being output as 40 sizes is feature map of 6 × 6 × 6, and connected mode uses full connection, and this is third layer;
Step 6: each feature map of third layer is carried out down-sampling spatially, and sampling unit is 2, obtaining 40 sizes is feature map of 3 × 3 × 3, is the 4th layer;
Step 7: each feature map of the 4th layer uses the 3D convolution kernel of 3 × 3 × 3 sizes carry out 3D convolution, and being output as 80 sizes is feature map of 1 × 1 × 1, connected mode uses full connection, and this is layer 5;
Step 8: each feature map of layer 5 is drawn into the characteristic vector that dimension is 80, then the random parameter matrix to this feature vector premultiplication one 128 × 80, obtains the characteristic vector of one 128 dimension, and this is layer 6;
Step 9: the characteristic vector obtained by layer 6 inputs into a LogisticRegression grader, is output as the floating number of 0 to 1, represents that input center of a sample is the probability of puncta vasculosa, and this is layer 7;
Step 10: be adjusted the calculating parameter of each layer by BP (back propagation) algorithm, makes finally to predict that the error function of label and training label is minimum, when error meets the condition of convergence, iteration terminates, and obtains training pattern.
Forecast period
Step 11: each pixel testing image carries out the operation of the patch taking 25 × 25 × 25 sizes in step one, obtains test sample, test sample inputted into training pattern, obtains predicting label;
Step 12 a: threshold value (such as 0.8) is set, will be greater than being set to 1 equal to the prediction label of threshold value, prediction label less than threshold value is set to 0, and then being replied according to correspondence position by all of prediction label is script image size, is the blood vessel segmentation image obtained.
Accompanying drawing explanation
Fig. 1 is the schematic diagram of 3D convolution;
Fig. 2 is the overall construction drawing of 3D convolutional neural networks.
Below in conjunction with the accompanying drawings the detailed description of the invention of the present invention is described, in order to those skilled in the art is more fully understood that the present invention.Requiring particular attention is that, in the following description, the detailed description of the known function and design that may desalinate main contents of the present invention will be left in the basket.
In the present embodiment, a kind of cerebrovascular dividing method based on 3D convolutional neural networks of the present invention mainly includes following link: 1. propagated forward, 2. back propagation.
Wherein during propagated forward, 3D convolution operation realizes equation below:
v i j x y z = tanh ( b i j + Σ m Σ p = 0 P i - 1 Σ q = 0 Q i - 1 Σ r = 0 R i - 1 ω i j m p q r v ( i - 1 ) m ( x + p ) ( y + q ) ( z + r ) )
Wherein Pi,Qi,RiFor the size of convolution kernel,It is that convolution kernel is connected in front layer m-th feature map coordinate for (i, j, parameter m).
Back propagation updates weights and uses BP algorithm, the BP algorithm that 3D convolutional neural networks uses is different from traditional BP algorithm, and due in convolutional neural networks convolutional layer and down-sampling layer be alternately present, therefore the calculating of the error penalty term δ of convolutional layer and down-sampling layer is different;
Error penalty term δ for output layer neuron is:
δL=f ' (uL)ο(yn-tn)
Wherein, ynRepresent the output vector that neutral net is actual, tnFor the physical tags that sample is corresponding, L represents last layer of classification layer, and ο represents dot product.
The error penalty term of l layer is as follows:
δl=(Wl+1)Tδl+1ο f ' (ul)
Then the gradient of weighting parameter is calculated by calculated error penalty term.Vector pattern can be obtained by the inner product calculating input vector:
∂ E ∂ W l = x l - 1 ( δ l ) T
ΔW l = - η ∂ E ∂ W l
It can thus be seen that the error of preceding layer depends on the error of later layer, i.e. calculate gradient and progressively calculated to front layer by rear layer.
For 3D convolutional neural networks, being calculated as follows of the error penalty term of its concrete convolutional layer:
Wherein, C is constant, represents the yardstick of down-sampling, and up is up-sampling function, each dimension of matrix will extend C times.
Being calculated as follows of the error penalty term of down-sampling layer:
Wherein, conv3 represents 3-dimensional convolution, and rot180 represents convolution kernel revolves turnback, and full represents the mode on convolution border.
After obtaining the error penalty term of each layer, it is possible to the gradient of calculating parameter:
∂ E ∂ k i j l = r o t 180 ( c o n v 3 ( x i l - 1 , r o t 180 ( δ j l ) , ′ valid ′ ) )
∂ E ∂ b j = Σ u , v ( δ j l ) u v
Wherein, valid is the mode on convolution border, represents and border is not done any process.
Compared to other traditional cerebrovascular dividing method such as Threshold segmentation, region growing, actively profile, our method can be extracted the three-dimensional feature of cerebrovascular image, can reach more preferable segmentation effect.And owing to neutral net comprises quantity of parameters, therefore the training pattern obtained has good generalization ability, to various cerebral angiography images (such as CTA, MRA) all with higher segmentation accuracy rate.

Claims (3)

1. a kind of sorting technique based on 3D convolutional neural networks of the present invention, mainly includes two stages: training stage and forecast period.
Step one: first the puncta vasculosa in cerebral angiography image is carried out label, then builds up 3-dimensional matrix by the image stack that labelling is good, takes the patch of 25 × 25 × 25 as sample;
Step 2: input training sample, is normalized this sample, then carries out the training of neutral net;
Step 3: arrange 20 convolution kernels at ground floor, each convolution kernel size is 6 × 6 × 6, and uses full connected mode to be connected with input layer to carry out convolution, and obtaining 20 sizes is feature map of 20 × 20 × 20;
Step 4: each feature map of ground floor is carried out down-sampling spatially, and sampling unit is 2, obtaining 20 sizes is feature map of 10 × 10 × 10, is the second layer;
Step 5: using the 3D convolution kernel of 5 × 5 × 5 sizes to carry out 3D convolution each feature map of the second layer, being output as 40 sizes is feature map of 6 × 6 × 6, and connected mode uses full connection, and this is third layer;
Step 6: each feature map of third layer is carried out down-sampling spatially, and sampling unit is 2, obtaining 40 sizes is feature map of 3 × 3 × 3, is the 4th layer;
Step 7: each feature map of the 4th layer uses the 3D convolution kernel of 3 × 3 × 3 sizes carry out 3D convolution, and being output as 80 sizes is feature map of 1 × 1 × 1, connected mode uses full connection, and this is layer 5;
Step 8: each feature map of layer 5 is drawn into the characteristic vector that dimension is 80, then the random parameter matrix to this feature vector premultiplication one 128 × 80, obtains the characteristic vector of one 128 dimension, and this is layer 6;
Step 9: the characteristic vector obtained by layer 6 inputs into a LogisticRegression grader, is output as the floating number of 0 to 1, represents that input center of a sample is the probability of puncta vasculosa, and this is layer 7;
Step 10: be adjusted the calculating parameter of each layer by BP (back propagation) algorithm, is made finally to predict that the error function of label and training label is minimum, obtains training pattern.
2. the training pattern obtained according to step 10, carries out sample predictions:
Step 11: each pixel testing image carries out the operation of the patch taking 25 × 25 × 25 sizes in step one, obtains test sample, test sample inputted into training pattern, obtains predicting label;
Step 12: arrange a threshold value, will be greater than being set to 1 equal to the prediction label of threshold value, the prediction label less than threshold value is set to 0, and then being replied according to correspondence position by all of prediction label is script image size, is the blood vessel segmentation image obtained.
3. sorting technique based on 3D convolutional neural networks, mainly convolutional layer and the interactive stacking of pond layer as claimed in claim 1, and by BP Algorithm for Training parameter, obtain feature and state for classifying.
CN201610154198.8A 2016-03-17 2016-03-17 Cerebral vessel segmentation method based on 3D convolutional neural network Pending CN105825509A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610154198.8A CN105825509A (en) 2016-03-17 2016-03-17 Cerebral vessel segmentation method based on 3D convolutional neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610154198.8A CN105825509A (en) 2016-03-17 2016-03-17 Cerebral vessel segmentation method based on 3D convolutional neural network

Publications (1)

Publication Number Publication Date
CN105825509A true CN105825509A (en) 2016-08-03

Family

ID=56523494

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610154198.8A Pending CN105825509A (en) 2016-03-17 2016-03-17 Cerebral vessel segmentation method based on 3D convolutional neural network

Country Status (1)

Country Link
CN (1) CN105825509A (en)

Cited By (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106447030A (en) * 2016-08-30 2017-02-22 深圳市诺比邻科技有限公司 Computing resource optimization method and system of convolutional neural network
CN106504232A (en) * 2016-10-14 2017-03-15 北京网医智捷科技有限公司 A kind of pulmonary nodule automatic testing method based on 3D convolutional neural networks
CN106920227A (en) * 2016-12-27 2017-07-04 北京工业大学 Based on the Segmentation Method of Retinal Blood Vessels that deep learning is combined with conventional method
CN106971174A (en) * 2017-04-24 2017-07-21 华南理工大学 A kind of CNN models, CNN training methods and the vein identification method based on CNN
CN107103277A (en) * 2017-02-28 2017-08-29 中科唯实科技(北京)有限公司 A kind of gait recognition method based on depth camera and 3D convolutional neural networks
CN107194933A (en) * 2017-04-24 2017-09-22 天津大学 With reference to convolutional neural networks and the brain tumor dividing method and device of fuzzy reasoning
CN107274406A (en) * 2017-08-07 2017-10-20 北京深睿博联科技有限责任公司 A kind of method and device of detection sensitizing range
CN107292884A (en) * 2017-08-07 2017-10-24 北京深睿博联科技有限责任公司 The method and device of oedema and hemotoncus in a kind of identification MRI image
CN107437092A (en) * 2017-06-28 2017-12-05 苏州比格威医疗科技有限公司 The sorting algorithm of retina OCT image based on Three dimensional convolution neutral net
CN107563434A (en) * 2017-08-30 2018-01-09 山东大学 A kind of brain MRI image sorting technique based on Three dimensional convolution neutral net, device
CN107886510A (en) * 2017-11-27 2018-04-06 杭州电子科技大学 A kind of prostate MRI dividing methods based on three-dimensional full convolutional neural networks
CN108010041A (en) * 2017-12-22 2018-05-08 数坤(北京)网络科技有限公司 Human heart coronary artery extracting method based on deep learning neutral net cascade model
CN108171698A (en) * 2018-02-12 2018-06-15 数坤(北京)网络科技有限公司 A kind of method of automatic detection human heart Coronary Calcification patch
CN108573491A (en) * 2017-03-10 2018-09-25 南京大学 A kind of three-dimensional ultrasound pattern dividing method based on machine learning
CN108603922A (en) * 2015-11-29 2018-09-28 阿特瑞斯公司 Automatic cardiac volume is divided
CN108764286A (en) * 2018-04-24 2018-11-06 电子科技大学 The classifying identification method of characteristic point in a kind of blood-vessel image based on transfer learning
CN108765399A (en) * 2018-05-23 2018-11-06 平安科技(深圳)有限公司 Diseased region recognition methods and device, computer installation and readable storage medium storing program for executing
CN108830848A (en) * 2018-05-25 2018-11-16 深圳科亚医疗科技有限公司 The device and system of the sequence of the vascular condition parameter on blood vessel are determined using computer
CN108845072A (en) * 2018-07-06 2018-11-20 南京邮电大学 A kind of dynamic soft-measuring method of the 4-CBA content based on convolutional neural networks
CN108899075A (en) * 2018-06-28 2018-11-27 众安信息技术服务有限公司 A kind of DSA image detecting method, device and equipment based on deep learning
CN109222980A (en) * 2018-06-19 2019-01-18 北京红云智胜科技有限公司 Method of the measurement coronarogram based on deep learning as blood vessel diameter
CN109923582A (en) * 2016-08-26 2019-06-21 医科达有限公司 The system and method for carrying out image segmentation using convolutional neural networks
CN110189306A (en) * 2019-05-14 2019-08-30 上海联影智能医疗科技有限公司 The corresponding compressing vessels of abnormal area determine method and apparatus in brain image
US10489943B2 (en) 2018-02-28 2019-11-26 General Electric Company System and method for sparse image reconstruction
CN110517279A (en) * 2019-09-20 2019-11-29 北京深睿博联科技有限责任公司 Neck vessel centerline extracting method and device
CN110914865A (en) * 2017-05-18 2020-03-24 皇家飞利浦有限公司 Convolution depth learning analysis of temporal cardiac images
CN111161273A (en) * 2019-12-31 2020-05-15 电子科技大学 Medical ultrasonic image segmentation method based on deep learning
CN111161270A (en) * 2019-12-24 2020-05-15 上海联影智能医疗科技有限公司 Blood vessel segmentation method for medical image, computer device and readable storage medium
CN111292853A (en) * 2020-01-15 2020-06-16 长春理工大学 Cardiovascular disease risk prediction network model based on multiple parameters and construction method thereof
CN111738986A (en) * 2020-06-01 2020-10-02 数坤(北京)网络科技有限公司 Fat attenuation index generation method and device and computer readable medium
TWI711984B (en) * 2019-03-08 2020-12-01 鴻海精密工業股份有限公司 Accelerating methods for deep learning and user terminal
US10902598B2 (en) 2017-01-27 2021-01-26 Arterys Inc. Automated segmentation utilizing fully convolutional networks
CN112561868A (en) * 2020-12-09 2021-03-26 深圳大学 Cerebrovascular segmentation method based on multi-view cascade deep learning network
CN112639482A (en) * 2018-06-15 2021-04-09 美国西门子医学诊断股份有限公司 Sample container characterization using single depth neural networks in an end-to-end training manner
CN112700535A (en) * 2020-12-30 2021-04-23 华东师范大学 Ultrasonic image three-dimensional reconstruction method for intelligent medical auxiliary diagnosis
US11551353B2 (en) 2017-11-22 2023-01-10 Arterys Inc. Content based image retrieval for lesion analysis
TWI792055B (en) * 2020-09-25 2023-02-11 國立勤益科技大學 Establishing method of echocardiography judging model with 3d deep learning, echocardiography judging system with 3d deep learning and method thereof

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110182469A1 (en) * 2010-01-28 2011-07-28 Nec Laboratories America, Inc. 3d convolutional neural networks for automatic human action recognition
CN104217214A (en) * 2014-08-21 2014-12-17 广东顺德中山大学卡内基梅隆大学国际联合研究院 Configurable convolutional neural network based red green blue-distance (RGB-D) figure behavior identification method
CN104992430A (en) * 2015-04-14 2015-10-21 杭州奥视图像技术有限公司 Fully-automatic three-dimensional liver segmentation method based on convolution nerve network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110182469A1 (en) * 2010-01-28 2011-07-28 Nec Laboratories America, Inc. 3d convolutional neural networks for automatic human action recognition
CN104217214A (en) * 2014-08-21 2014-12-17 广东顺德中山大学卡内基梅隆大学国际联合研究院 Configurable convolutional neural network based red green blue-distance (RGB-D) figure behavior identification method
CN104992430A (en) * 2015-04-14 2015-10-21 杭州奥视图像技术有限公司 Fully-automatic three-dimensional liver segmentation method based on convolution nerve network

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SHUIWANG JI等: "3D Convolutional Neural Networks for Human Action Recognition", 《IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE》 *
罗蔓: "结合MRI多模态信息与3D-CNNS特征提取的脑肿瘤分割研究", 《中国优秀硕士学位论文全文数据库 医药卫生科技辑》 *

Cited By (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108603922A (en) * 2015-11-29 2018-09-28 阿特瑞斯公司 Automatic cardiac volume is divided
CN109923582A (en) * 2016-08-26 2019-06-21 医科达有限公司 The system and method for carrying out image segmentation using convolutional neural networks
CN106447030A (en) * 2016-08-30 2017-02-22 深圳市诺比邻科技有限公司 Computing resource optimization method and system of convolutional neural network
CN106447030B (en) * 2016-08-30 2021-09-21 深圳市诺比邻科技有限公司 Method and system for optimizing computing resources of convolutional neural network
CN106504232A (en) * 2016-10-14 2017-03-15 北京网医智捷科技有限公司 A kind of pulmonary nodule automatic testing method based on 3D convolutional neural networks
CN106504232B (en) * 2016-10-14 2019-06-14 北京网医智捷科技有限公司 A kind of pulmonary nodule automatic checkout system based on 3D convolutional neural networks
CN106920227A (en) * 2016-12-27 2017-07-04 北京工业大学 Based on the Segmentation Method of Retinal Blood Vessels that deep learning is combined with conventional method
CN106920227B (en) * 2016-12-27 2019-06-07 北京工业大学 The Segmentation Method of Retinal Blood Vessels combined based on deep learning with conventional method
US10902598B2 (en) 2017-01-27 2021-01-26 Arterys Inc. Automated segmentation utilizing fully convolutional networks
CN107103277B (en) * 2017-02-28 2020-11-06 中科唯实科技(北京)有限公司 Gait recognition method based on depth camera and 3D convolutional neural network
CN107103277A (en) * 2017-02-28 2017-08-29 中科唯实科技(北京)有限公司 A kind of gait recognition method based on depth camera and 3D convolutional neural networks
CN108573491A (en) * 2017-03-10 2018-09-25 南京大学 A kind of three-dimensional ultrasound pattern dividing method based on machine learning
CN106971174B (en) * 2017-04-24 2020-05-22 华南理工大学 CNN model, CNN training method and CNN-based vein identification method
CN106971174A (en) * 2017-04-24 2017-07-21 华南理工大学 A kind of CNN models, CNN training methods and the vein identification method based on CNN
CN107194933A (en) * 2017-04-24 2017-09-22 天津大学 With reference to convolutional neural networks and the brain tumor dividing method and device of fuzzy reasoning
CN110914865A (en) * 2017-05-18 2020-03-24 皇家飞利浦有限公司 Convolution depth learning analysis of temporal cardiac images
CN110914865B (en) * 2017-05-18 2023-08-11 皇家飞利浦有限公司 Convolution deep learning analysis of temporal cardiac images
WO2019001209A1 (en) * 2017-06-28 2019-01-03 苏州比格威医疗科技有限公司 Classification algorithm for retinal oct image based on three-dimensional convolutional neural network
CN107437092A (en) * 2017-06-28 2017-12-05 苏州比格威医疗科技有限公司 The sorting algorithm of retina OCT image based on Three dimensional convolution neutral net
CN107437092B (en) * 2017-06-28 2019-11-15 苏州比格威医疗科技有限公司 The classification method of retina OCT image based on Three dimensional convolution neural network
CN107292884A (en) * 2017-08-07 2017-10-24 北京深睿博联科技有限责任公司 The method and device of oedema and hemotoncus in a kind of identification MRI image
CN107274406A (en) * 2017-08-07 2017-10-20 北京深睿博联科技有限责任公司 A kind of method and device of detection sensitizing range
CN107563434B (en) * 2017-08-30 2020-12-15 山东大学 Brain MRI image classification method and device based on three-dimensional convolutional neural network
CN107563434A (en) * 2017-08-30 2018-01-09 山东大学 A kind of brain MRI image sorting technique based on Three dimensional convolution neutral net, device
US11551353B2 (en) 2017-11-22 2023-01-10 Arterys Inc. Content based image retrieval for lesion analysis
CN107886510A (en) * 2017-11-27 2018-04-06 杭州电子科技大学 A kind of prostate MRI dividing methods based on three-dimensional full convolutional neural networks
CN108010041B (en) * 2017-12-22 2020-08-11 数坤(北京)网络科技有限公司 Human heart coronary artery extraction method
CN108010041A (en) * 2017-12-22 2018-05-08 数坤(北京)网络科技有限公司 Human heart coronary artery extracting method based on deep learning neutral net cascade model
CN108171698A (en) * 2018-02-12 2018-06-15 数坤(北京)网络科技有限公司 A kind of method of automatic detection human heart Coronary Calcification patch
CN108171698B (en) * 2018-02-12 2020-06-09 数坤(北京)网络科技有限公司 Method for automatically detecting human heart coronary calcified plaque
US10489943B2 (en) 2018-02-28 2019-11-26 General Electric Company System and method for sparse image reconstruction
CN108764286B (en) * 2018-04-24 2022-04-19 电子科技大学 Classification and identification method of feature points in blood vessel image based on transfer learning
CN108764286A (en) * 2018-04-24 2018-11-06 电子科技大学 The classifying identification method of characteristic point in a kind of blood-vessel image based on transfer learning
CN108765399A (en) * 2018-05-23 2018-11-06 平安科技(深圳)有限公司 Diseased region recognition methods and device, computer installation and readable storage medium storing program for executing
CN108765399B (en) * 2018-05-23 2022-01-28 平安科技(深圳)有限公司 Lesion site recognition device, computer device, and readable storage medium
CN108830848B (en) * 2018-05-25 2022-07-05 深圳科亚医疗科技有限公司 Device and system for determining a sequence of vessel condition parameters on a vessel using a computer
CN108830848A (en) * 2018-05-25 2018-11-16 深圳科亚医疗科技有限公司 The device and system of the sequence of the vascular condition parameter on blood vessel are determined using computer
US11763461B2 (en) 2018-06-15 2023-09-19 Siemens Healthcare Diagnostics Inc. Specimen container characterization using a single deep neural network in an end-to-end training fashion
CN112639482A (en) * 2018-06-15 2021-04-09 美国西门子医学诊断股份有限公司 Sample container characterization using single depth neural networks in an end-to-end training manner
CN109222980A (en) * 2018-06-19 2019-01-18 北京红云智胜科技有限公司 Method of the measurement coronarogram based on deep learning as blood vessel diameter
CN108899075A (en) * 2018-06-28 2018-11-27 众安信息技术服务有限公司 A kind of DSA image detecting method, device and equipment based on deep learning
CN108845072A (en) * 2018-07-06 2018-11-20 南京邮电大学 A kind of dynamic soft-measuring method of the 4-CBA content based on convolutional neural networks
TWI711984B (en) * 2019-03-08 2020-12-01 鴻海精密工業股份有限公司 Accelerating methods for deep learning and user terminal
CN110189306B (en) * 2019-05-14 2021-02-19 上海联影智能医疗科技有限公司 Method and device for determining responsible blood vessels corresponding to abnormal regions in brain image
CN110189306A (en) * 2019-05-14 2019-08-30 上海联影智能医疗科技有限公司 The corresponding compressing vessels of abnormal area determine method and apparatus in brain image
CN110517279B (en) * 2019-09-20 2022-04-05 北京深睿博联科技有限责任公司 Method and device for extracting central line of head and neck blood vessel
CN110517279A (en) * 2019-09-20 2019-11-29 北京深睿博联科技有限责任公司 Neck vessel centerline extracting method and device
CN111161270A (en) * 2019-12-24 2020-05-15 上海联影智能医疗科技有限公司 Blood vessel segmentation method for medical image, computer device and readable storage medium
CN111161270B (en) * 2019-12-24 2023-10-27 上海联影智能医疗科技有限公司 Vascular segmentation method for medical image, computer device and readable storage medium
CN111161273A (en) * 2019-12-31 2020-05-15 电子科技大学 Medical ultrasonic image segmentation method based on deep learning
CN111292853A (en) * 2020-01-15 2020-06-16 长春理工大学 Cardiovascular disease risk prediction network model based on multiple parameters and construction method thereof
CN111738986B (en) * 2020-06-01 2021-02-09 数坤(北京)网络科技有限公司 Fat attenuation index generation method and device and computer readable medium
CN111738986A (en) * 2020-06-01 2020-10-02 数坤(北京)网络科技有限公司 Fat attenuation index generation method and device and computer readable medium
TWI792055B (en) * 2020-09-25 2023-02-11 國立勤益科技大學 Establishing method of echocardiography judging model with 3d deep learning, echocardiography judging system with 3d deep learning and method thereof
CN112561868B (en) * 2020-12-09 2021-12-07 深圳大学 Cerebrovascular segmentation method based on multi-view cascade deep learning network
CN112561868A (en) * 2020-12-09 2021-03-26 深圳大学 Cerebrovascular segmentation method based on multi-view cascade deep learning network
CN112700535A (en) * 2020-12-30 2021-04-23 华东师范大学 Ultrasonic image three-dimensional reconstruction method for intelligent medical auxiliary diagnosis
CN112700535B (en) * 2020-12-30 2022-08-26 华东师范大学 Ultrasonic image three-dimensional reconstruction method for intelligent medical auxiliary diagnosis

Similar Documents

Publication Publication Date Title
CN105825509A (en) Cerebral vessel segmentation method based on 3D convolutional neural network
CN109584254B (en) Heart left ventricle segmentation method based on deep full convolution neural network
CN108171232B (en) Deep learning algorithm-based bacterial and viral pneumonia classification method for children
Lin et al. Automatic retinal vessel segmentation via deeply supervised and smoothly regularized network
Zhao et al. A novel U-Net approach to segment the cardiac chamber in magnetic resonance images with ghost artifacts
Birenbaum et al. Longitudinal multiple sclerosis lesion segmentation using multi-view convolutional neural networks
CN111259982A (en) Premature infant retina image classification method and device based on attention mechanism
Balakrishna et al. Automatic detection of lumen and media in the IVUS images using U-Net with VGG16 Encoder
CN110475505A (en) Utilize the automatic segmentation of full convolutional network
Romaguera et al. Left ventricle segmentation in cardiac MRI images using fully convolutional neural networks
Shen et al. Learning from adversarial medical images for X-ray breast mass segmentation
CN106408017A (en) Ultrasonic carotid artery intima media thickness measurement device and method based on deep learning
CN109102512B (en) DBN neural network-based MRI brain tumor image segmentation method
WO2020106925A1 (en) Medical imaging based on calibrated post contrast timing
Larrey-Ruiz et al. Automatic image-based segmentation of the heart from CT scans
Adegun et al. An enhanced deep learning framework for skin lesions segmentation
CN111784701A (en) Ultrasonic image segmentation method and system combining boundary feature enhancement and multi-scale information
CN115147600A (en) GBM multi-mode MR image segmentation method based on classifier weight converter
Sofian et al. Calcification detection using convolutional neural network architectures in intravascular ultrasound images
Li et al. Robust deep 3d blood vessel segmentation using structural priors
Aurangzeb et al. An efficient and light weight deep learning model for accurate retinal vessels segmentation
Banerjee et al. A CADe system for gliomas in brain MRI using convolutional neural networks
CN113066054B (en) Cervical OCT image feature visualization method for computer-aided diagnosis
CN109191425B (en) Medical image analysis method based on multilayer neural network model
Ngo et al. Slice-level detection of intracranial hemorrhage on ct using deep descriptors of adjacent slices

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160803