WO2019001208A1 - Segmentation algorithm for choroidal neovascularization in oct image - Google Patents

Segmentation algorithm for choroidal neovascularization in oct image Download PDF

Info

Publication number
WO2019001208A1
WO2019001208A1 PCT/CN2018/089056 CN2018089056W WO2019001208A1 WO 2019001208 A1 WO2019001208 A1 WO 2019001208A1 CN 2018089056 W CN2018089056 W CN 2018089056W WO 2019001208 A1 WO2019001208 A1 WO 2019001208A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
choroidal neovascularization
algorithm
prior
segmentation
Prior art date
Application number
PCT/CN2018/089056
Other languages
French (fr)
Chinese (zh)
Inventor
陈新建
袭肖明
Original Assignee
苏州比格威医疗科技有限公司
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 苏州比格威医疗科技有限公司 filed Critical 苏州比格威医疗科技有限公司
Publication of WO2019001208A1 publication Critical patent/WO2019001208A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • G06F18/232Non-hierarchical techniques
    • G06F18/2321Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions
    • G06F18/23213Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions with fixed number of clusters, e.g. K-means clustering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/194Segmentation; Edge detection involving foreground-background segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/46Descriptors for shape, contour or point-related descriptors, e.g. scale invariant feature transform [SIFT] or bags of words [BoW]; Salient regional features
    • G06V10/462Salient features, e.g. scale invariant feature transforms [SIFT]
    • 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/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30101Blood vessel; Artery; Vein; Vascular

Definitions

  • the invention relates to a choroidal neovascularization algorithm in an OCT image, and belongs to the technical field of retinal image segmentation.
  • OCT images have the advantages of non-invasive, high-speed, high-resolution, three-dimensional imaging, etc., which has more important clinical significance for the auxiliary diagnosis of common clinical ophthalmic diseases such as age-related macular degeneration.
  • choroidal neovascularization in OCT images faces many challenges: large texture changes, different grayscale quality, inconsistent shape and size, blurred boundaries, and a large number of plaque noise. These problems make it difficult to achieve a more accurate segmentation effect by traditional methods.
  • Convolutional neural networks have powerful learning capabilities, and have achieved great success in medical image segmentation (for example, gray matter segmentation of MR brain images, segmentation of cell membranes under electron microscopy, mitosis detection of breast pathology images, etc.). Therefore, this framework is considered for use in the choroidal neovascularization task in OCT images.
  • the technical problem to be solved by the present invention is to provide a choroidal neovascularization algorithm in an OCT image based on a multi-scale structured prior convolutional neural network capable of improving the segmentation accuracy of choroidal neovascularization in an OCT image.
  • the technical solution adopted by the present invention is:
  • An choroidal neovascularization algorithm in an OCT image includes the following steps:
  • S01 Design a structural prior learning method for the training image, and construct a structural prior matrix, which is used to distinguish the choroidal neovascular region from the background region, and includes the following steps:
  • c marking each of the superpixels into two categories according to the correct labeling of the training image, respectively a choroidal neovascular region and a background region;
  • S05 Perform superpixel segmentation on the test image, extract feature, classify, and calculate a structure prior matrix by using steps a, b, e, and f in step S01, and use the structure prior matrix pair test image obtained in S05 according to step S02.
  • Image conversion is performed, and the converted test image is divided into m scales by using step S03, and the convolutional neural network model trained in step S04 is used for testing, and m segmentation results are output, and m segments are merged. This is the final segmentation result.
  • the features include an average gray value for each of the superpixels, a texture feature based on a co-occurrence matrix, and a local grayscale feature.
  • C n,k represents the kth cluster center from the choroidal neovascular region of the nth patient
  • Each of the superpixels is classified using a sparse representation, and the classification process is formalized as shown in the formula (2), where x is a required sparse coefficient, and y is the superpixel;
  • the Gaussian probability density function is used to calculate the local similar structure prior, as shown in the following equation:
  • cor(a,b) is the coordinate of each point in the global spatial structure prior view
  • c is the center of the choroidal neovascularization in the global spatial structure prior view
  • u is the first global spatial structure
  • the radius of the choroid in the graph is obtained by averaging the distance between the center c and the choroid boundary point
  • the obtained matrix M is the structural prior matrix.
  • I 0 is the original image and I s is the significant enhancement image.
  • the fusion method in step S05 employs a maximum voting criterion.
  • the structural prior matrix can acquire the structural correlation information between the patches, and the structural prior learning method is used to calculate the structural prior matrix in the image, which can be used to enhance the choroidal neovascular region and the background region.
  • the correlation between patches, multi-scale analysis can obtain effective context information of different scales, and further improve the segmentation accuracy of choroidal neovascularization in OCT images.
  • 1 is a flow chart of choroidal neovascularization based on a multi-scale structured prior convolutional neural network
  • Figure 2 is a typical convolutional neural network framework diagram
  • Fig. 3 is a view showing an example of choroidal neovascularization.
  • a choroidal neovascularization algorithm in an OCT image as shown in Fig. 1, the method mainly comprises two stages: a training phase and a testing phase, and the specific steps are as follows:
  • the training phase mainly includes two parts: “structure prior learning” and “multi-scale structure prior convolutional neural network training”. The specific steps are as follows:
  • S01 designing a structural prior learning method for the training image, and constructing a structural prior matrix for distinguishing the choroidal neovascular region and the background region;
  • the structural prior learning method includes the following steps:
  • c marking each of the superpixels into two categories according to the correct labeling of the training image, respectively a choroidal neovascular region and a background region;
  • C n,k represents the kth cluster center from the choroidal neovascular region of the nth patient
  • B n,k represents the kth cluster center from the background region of the nth patient
  • the Gaussian probability density function is used to calculate the local similar structure prior, and the structural prior matrix is obtained, and the local potential function is used to calculate the local similar structure prior, as shown in the following formula:
  • cor(a,b) is the coordinate of each point in the global spatial structure prior view
  • c is the center of the choroidal neovascularization in the global spatial structure prior view
  • u is the first global spatial structure
  • the radius of the choroid in the map is obtained from the average of the distance between the center c and the choroid boundary point.
  • the obtained matrix M is the structural prior matrix.
  • Figure 1 shows the structure prior view, which can be seen from the map.
  • the elements in the local region of the matrix have similar values. From a global perspective, the choroidal neovascularization and the elements in the background region have significantly different values. Therefore, the prior matrix should be used to improve the segmentation model.
  • I 0 is the original image
  • I s is the significant enhancement image.
  • the smear of the choroidal neovascularization is indeed enhanced, because the significant enhancement image incorporates the structure prior. information;
  • each patch extraction method taking a pixel point p in the image as the center, extracting a square area with side length s, the pixel class mark is the patch
  • the class tag by classifying the patch using a convolutional neural network, completes the classification of the pixels, ie, completes the segmentation task, which uses a classical convolutional neural network, as shown in Figure 2, in a volume
  • the neural network it mainly consists of an input layer, a convolution layer, a pooling layer, a fully connected layer, and an output layer.
  • the convolution layer generally has C convolution kernels, which convolve the images separately and output different mappings.
  • the convolutional layer can learn the local characteristics of different levels in the image.
  • a pooling layer is added after the convolutional layer.
  • the output of the convolutional layer is the input of the pooling layer.
  • the pooling layer generally uses the maximum pooling method to downsample the input mapping, that is, select the neighborhood in a neighborhood. The largest point in the neighborhood represents the neighborhood.
  • the pooling layer can reduce the size of the map, thereby reducing the computational complexity.
  • a fully connected layer is followed by an output layer, and the output layer is connected.
  • the weight of the convolutional neural network is usually solved by using the random gradient descent method;
  • step S01 Performing super pixel segmentation, extracting features, classifying, and calculating a structure prior matrix by using steps a, b, e, and f in step S01, and performing image on the test image based on the structure prior matrix obtained in S05 by using step S02.
  • Converting the converted test image is divided into m scales by using step S03, and the convolutional neural network model trained in step S04 is used for testing, and m segmentation results are output, and m segmentation results are merged.
  • the fusion method uses the maximum voting criteria.
  • the method of the invention was tested on 15 patient data with choroidal neovascularization.
  • the feasibility and effectiveness of the method were tested by a three-fold cross-validation method.
  • Fig. 3 an example of eight choroidal neovascular segmentation is shown, in which the red line represents the boundary region of the choroidal neovascularization manually segmented by the expert, and the white region represents the region automatically segmented by the present invention, as can be seen from the segmentation result of Fig. 3.
  • This method can effectively segment the choroidal neovascularization area and has less error with the manual segmentation result, using Dyce similarity coefficient (DSC), true positive rate (TPVF), false positive rate (FPVF) and p value (p-values).
  • DSC Dyce similarity coefficient
  • TPVF true positive rate
  • FPVF false positive rate
  • p value p-values

Abstract

Disclosed in the present invention is a segmentation algorithm for choroidal neovascularization in an OCT image, comprising the following steps: S01: designing a structure priori learning method for trained images, and constructing a structure priori matrix, the structure priori matrix being used for differentiating a choroidal neovascularization area and a background area; S02: converting, on the basis of the structure priori matrix, an OCT original image into a significance enhanced image for enhancing the significance of the choroidal neovascularization area; S03: using a multi-scale analysis on the significance enhanced image to divide the significance enhanced image into m scales; S04: performing training on the basis of each scale and obtaining m well-trained convolutional neural network models; S05: processing a test image by using steps S01, S02 and S03, and performing a test using the convolutional neural network models well-trained in step S04 to output m segmentation results, and fusing the m segmentation results to obtain a final segmentation result. The present invention can significantly improve the accuracy of segmentation of choroidal neovascularization in an OCT image.

Description

一种OCT图像中脉络膜新生血管分割算法A choroidal neovascularization algorithm in OCT images 技术领域Technical field
本发明涉及一种OCT图像中脉络膜新生血管分割算法,属于视网膜图像分割技术领域。The invention relates to a choroidal neovascularization algorithm in an OCT image, and belongs to the technical field of retinal image segmentation.
背景技术Background technique
现有的脉络膜新生血管自动分割技术大部分基于眼底荧光素血管造影图像。相比较眼底荧光素血管造影,OCT图像具有无创、高速、高分辨率、三维成像等优点,其对于老年性变性黄斑等临床常见眼科疾病的辅助诊断具有更重要的临床意义。The existing auto-segmentation techniques for choroidal neovascularization are mostly based on fundus fluorescein angiography images. Compared with fundus fluorescein angiography, OCT images have the advantages of non-invasive, high-speed, high-resolution, three-dimensional imaging, etc., which has more important clinical significance for the auxiliary diagnosis of common clinical ophthalmic diseases such as age-related macular degeneration.
目前尚未有基于OCT图像的脉络膜新生血管分割算法。OCT图像中的脉络膜新生血管分割面临诸多挑战:纹理变化较大、存在灰度不同质性、形状和大小不一致、边界模糊、存在大量斑噪声等。这些问题使得传统的方法很难取得较为精准的分割效果。卷积神经网络具有强大的学习能力,其在医学图像分割(例如,MR脑图像的灰白质分割、电子显微镜下细胞膜的分割、乳腺病理图像的有丝分裂检测等)中已取得了巨大的成功。所以考虑将该框架用于OCT图像中的脉络膜新生血管分割任务中。然而,由于OCT图像特点较为复杂,直接使用卷积神经网络对脉络膜新生血管进行分割存在两个不足:(1)传统的方法首先需要将图像分成若干小块(patch),然后基于patch训练卷积神经网络分割模型。然而,patch与patch是存在一些结构相关性(例如局部相似性),传统的方法在训练卷积神经网络分割模型时并未考虑到这种有效的结构信息,从而限制了模型的分割性能。(2)传统的模型是建立在单一尺度patch上的。脉络膜新生血管的大小是不固定的,所以单一尺度的patch很难获取有效的上下文信息,从而影响了分割精度。There is currently no choroidal neovascularization algorithm based on OCT images. Choroidal neovascularization in OCT images faces many challenges: large texture changes, different grayscale quality, inconsistent shape and size, blurred boundaries, and a large number of plaque noise. These problems make it difficult to achieve a more accurate segmentation effect by traditional methods. Convolutional neural networks have powerful learning capabilities, and have achieved great success in medical image segmentation (for example, gray matter segmentation of MR brain images, segmentation of cell membranes under electron microscopy, mitosis detection of breast pathology images, etc.). Therefore, this framework is considered for use in the choroidal neovascularization task in OCT images. However, due to the complex nature of OCT images, there are two shortcomings in the use of convolutional neural networks to segment choroidal neovascularization: (1) The traditional method first needs to divide the image into several patches and then train the convolution based on patch. Neural network segmentation model. However, there are some structural correlations (such as local similarity) between patch and patch. The traditional method does not consider this effective structural information when training the convolutional neural network segmentation model, thus limiting the segmentation performance of the model. (2) The traditional model is built on a single scale patch. The size of the choroidal neovascularization is not fixed, so it is difficult for a single-scale patch to obtain effective context information, thus affecting the segmentation accuracy.
发明内容Summary of the invention
本发明所要解决的技术问题是,提供一种能够提高OCT图像中脉络膜新生血管的分割精度的基于多尺度结构先验卷积神经网络的OCT图像中脉络膜新生血管分割算法。The technical problem to be solved by the present invention is to provide a choroidal neovascularization algorithm in an OCT image based on a multi-scale structured prior convolutional neural network capable of improving the segmentation accuracy of choroidal neovascularization in an OCT image.
为解决上述技术问题,本发明采用的技术方案为:In order to solve the above technical problems, the technical solution adopted by the present invention is:
一种OCT图像中脉络膜新生血管分割算法包括以下步骤:An choroidal neovascularization algorithm in an OCT image includes the following steps:
S01:对训练图像设计一种结构先验学习方法,构建结构先验矩阵,所述结构先验矩阵用于区分脉络膜新生血管区域和背景区域,包括以下步骤:S01: Design a structural prior learning method for the training image, and construct a structural prior matrix, which is used to distinguish the choroidal neovascular region from the background region, and includes the following steps:
a:对训练图像进行超像素分割得到若干超像素;a: superpixel segmentation of the training image to obtain a number of superpixels;
b:提取特征;b: extracting features;
c:根据所述训练图像的正确标注将每个所述超像素标记为2类,分别为脉络膜新生血管区域和背景区域;c: marking each of the superpixels into two categories according to the correct labeling of the training image, respectively a choroidal neovascular region and a background region;
d:使用标记好的若干所述超像素构造字典;d: using a number of the superpixel construction dictionary marked;
e:对所有所述超像素进行分类,得到全局结构先验图;e: classifying all the superpixels to obtain a global structure prior graph;
f:基于所述全局结构先验图,计算局部相似结构先验,求得所述结构先验矩阵;f: calculating a local similarity structure prior to the prior structure of the global structure, and obtaining the prior matrix of the structure;
S02:基于所述结构先验矩阵将OCT原图像转换为显著性增强图像,用于增强脉络膜新生血管区域的显著性;S02: converting the original OCT image into a significant enhancement image based on the structural prior matrix for enhancing the saliency of the choroidal neovascular region;
S03:在所述显著性增强图像上使用多尺度分析,将所述显著性增强图像划分为m个尺度;S03: using a multi-scale analysis on the significant enhancement image, dividing the significant enhancement image into m scales;
S04:基于每种尺度训练得到m个训练好的卷积神经网络模型;S04: obtaining m trained convolutional neural network models based on each scale training;
S05:利用步骤S01中步骤a、b、e、f对测试图像进行超像素分割、提取特征、分类以及计算结构先验矩阵,利用步骤S02基于S05中得到的所述结构先验矩阵对测试图像进行图像转换,利用步骤S03将转换后的所述测试图像划分为m个尺度,利用步骤S04中训练好的所述卷积神经网络模型进行测试,输出m个分割结果,对m个分割进行融合即为最终的分割结果。S05: Perform superpixel segmentation on the test image, extract feature, classify, and calculate a structure prior matrix by using steps a, b, e, and f in step S01, and use the structure prior matrix pair test image obtained in S05 according to step S02. Image conversion is performed, and the converted test image is divided into m scales by using step S03, and the convolutional neural network model trained in step S04 is used for testing, and m segmentation results are output, and m segments are merged. This is the final segmentation result.
使用SLIC算法进行超像素分割。Subpixel segmentation using the SLIC algorithm.
所述特征包括每个所述超像素的平均灰度值、基于共生矩阵的纹理特征以及局部灰度特征。The features include an average gray value for each of the superpixels, a texture feature based on a co-occurrence matrix, and a local grayscale feature.
使用K-means算法构造词典,假设在训练集中有N个病人的数据,每个数据包括2分类,使用K-means聚成K类,则N个病人的数据共可聚成2KN类,获得2KN个聚类中心,所述聚类中心组成字典D,如公式(1)所示:Using the K-means algorithm to construct a dictionary, assuming that there are N patient data in the training set, each data includes 2 categories, and K-means is used to form K class, then the data of N patients can be aggregated into 2KN class, and 2KN is obtained. Cluster centers, which form a dictionary D, as shown in equation (1):
D=[C 1,1,C 1,2…C 1,K,B 1,1,B 1,2,..B 1,K,…C n,k..B n,k…C N,1,..C N,K,B N,1,..B N,K] (1) D=[C 1,1 ,C 1,2 ... C 1,K ,B 1,1 ,B 1,2 ,..B 1,K, ...C n,k ..B n,k ...C N, 1 ,..C N,K ,B N,1 ,..B N,K ] (1)
式中,C n,k表示第n个病人的来自脉络膜新生血管区域的第k个聚类中心;B n,k表示第n个病人的来自背景区域的第k个聚类中心,n=1,2,…N,k=1,2,…K。 Where C n,k represents the kth cluster center from the choroidal neovascular region of the nth patient; B n,k represents the kth cluster center from the background region of the nth patient, n=1 , 2, ... N, k = 1, 2, ... K.
使用稀疏表示对每个所述超像素进行分类,分类过程形式化如公式(2)所示,式中,x为要求的稀疏系数,y为所述超像素;Each of the superpixels is classified using a sparse representation, and the classification process is formalized as shown in the formula (2), where x is a required sparse coefficient, and y is the superpixel;
arg min x||x|| 1subject to Dx=y (2) Arg min x ||x|| 1 subject to Dx=y (2)
公式(2)使用SLEP工具箱进行求解,获得x的解;使用公式(3)获得所述超像素的分类结果,式中x i表示第i类的稀疏系数,i=1,2,…2KN; Equation (2) is solved using the SLEP toolbox to obtain the solution of x; the classification result of the superpixel is obtained using equation (3), where x i represents the sparse coefficient of the i-th class, i=1, 2, ... 2KN ;
r i(y)=||y-Dx i|| 2 (3) r i (y)=||y-Dx i || 2 (3)
根据公式(3)计算得到2KN个r i(y),当r(y)的值最小时,此时的类别就是所述超像素的类别;对每幅图像的所有所述超像素分类,即可得到全局空间结构先验图。 Calculating 2KN r i (y) according to formula (3). When the value of r(y) is the smallest, the category at this time is the category of the superpixel; for all the superpixel classifications of each image, ie A global spatial structure prior view is available.
基于所述全局空间结构先验图,利用高斯概率密度函数计算局部相似结构先验,如下式所示:Based on the global spatial structure prior graph, the Gaussian probability density function is used to calculate the local similar structure prior, as shown in the following equation:
M(a,b)=exp(-(cor(a,b)-c) 2/u 2) (4) M(a,b)=exp(-(cor(a,b)-c) 2 /u 2 ) (4)
式中,cor(a,b)是所述全局空间结构先验图中每个点的坐标,c是所述全局空间结构先验图中脉络膜新生血管的中心,u作为所述全局空间结构先验图中脉络膜的半径,是根据中心c与脉络膜边界点的距离的平均值求得,求得的矩阵M即为所述结构先验矩阵。Where cor(a,b) is the coordinate of each point in the global spatial structure prior view, c is the center of the choroidal neovascularization in the global spatial structure prior view, u is the first global spatial structure The radius of the choroid in the graph is obtained by averaging the distance between the center c and the choroid boundary point, and the obtained matrix M is the structural prior matrix.
使用所述结构先验矩阵M对图像进行转换,转换公式如公式(5):The image is transformed using the structure prior matrix M, and the conversion formula is as shown in equation (5):
I s=MI 0 (5) I s =MI 0 (5)
式中,I 0是原图像,I s是显著性增强图像。 Where I 0 is the original image and I s is the significant enhancement image.
步骤S05中所述融合方法采用最大投票准则。The fusion method in step S05 employs a maximum voting criterion.
本发明所达到的有益效果:结构先验矩阵能够获取patch之间的结构相关性信息,利用结构先验学习方法来计算图像中的结构先验矩阵,可用于增强来自脉络膜新生血管区域和背景区域的patch之间的相关性,多尺度分析能够获取不同尺度的有效上下文信息,进一步提高OCT图像中脉络膜新生血管的分割精度。The beneficial effects achieved by the invention are that the structural prior matrix can acquire the structural correlation information between the patches, and the structural prior learning method is used to calculate the structural prior matrix in the image, which can be used to enhance the choroidal neovascular region and the background region. The correlation between patches, multi-scale analysis can obtain effective context information of different scales, and further improve the segmentation accuracy of choroidal neovascularization in OCT images.
附图说明DRAWINGS
图1是基于多尺度结构先验卷积神经网络的脉络膜新生血管分割流程图;1 is a flow chart of choroidal neovascularization based on a multi-scale structured prior convolutional neural network;
图2是典型的卷积神经网络框架图;Figure 2 is a typical convolutional neural network framework diagram;
图3是脉络膜新生血管分割示例图。Fig. 3 is a view showing an example of choroidal neovascularization.
具体实施方式Detailed ways
下面结合附图对本发明作进一步描述。以下实施例仅用于更加清楚地说明本发明的技术方案,而不能以此来限制本发明的保护范围。The invention is further described below in conjunction with the drawings. The following examples are only intended to more clearly illustrate the technical solutions of the present invention, and are not intended to limit the scope of the present invention.
实施例1Example 1
一种OCT图像中脉络膜新生血管分割算法,如图1所示,本方法主要包括2个阶段:训练阶段和测试阶段,具体步骤如下:A choroidal neovascularization algorithm in an OCT image, as shown in Fig. 1, the method mainly comprises two stages: a training phase and a testing phase, and the specific steps are as follows:
(1)训练阶段,主要包括“结构先验学习”和“多尺度结构先验卷积神经网络训练”两部分,具体步骤如下:(1) The training phase mainly includes two parts: “structure prior learning” and “multi-scale structure prior convolutional neural network training”. The specific steps are as follows:
S01:对训练图像设计一种结构先验学习方法,构建结构先验矩阵,所述结构先验矩阵用于区分脉络膜新生血管区域和背景区域;S01: designing a structural prior learning method for the training image, and constructing a structural prior matrix for distinguishing the choroidal neovascular region and the background region;
所述结构先验学习方法包括以下步骤:The structural prior learning method includes the following steps:
a:对训练图像进行超像素分割得到若干超像素区域,采用SLIC算法进行分割;a: super-pixel segmentation of the training image to obtain a number of super-pixel regions, using SLIC algorithm for segmentation;
b:提取特征,所述特征包括每个所述超像素的平均灰度值、基于共生矩阵的纹理特征以及局部灰度特征;b: extracting features including average gray value of each of the superpixels, texture features based on a co-occurrence matrix, and local grayscale features;
c:根据所述训练图像的正确标注将每个所述超像素标记为2类,分别为脉络膜新生血管区域和背景区域;c: marking each of the superpixels into two categories according to the correct labeling of the training image, respectively a choroidal neovascular region and a background region;
d:使用标记好的若干所述超像素构造字典,使用K-means算法构造词典,假设在训练集中有N个病人的数据,每个数据包括2分类,使用K-means聚成K类,则N个病人的数据共可聚成2KN类,获得2KN个聚类中心,所述聚类中心组成字典D,如公式(1)所示:d: using the labeled super-pixel construction dictionary, using the K-means algorithm to construct the dictionary, assuming that there are N patient data in the training set, each data includes 2 categories, and K-means is used to form K, then The data of N patients can be aggregated into 2KN classes, and 2KN cluster centers are obtained. The cluster centers form a dictionary D, as shown in formula (1):
D=[C 1,1,C 1,2…C 1,K,B 1,1,B 1,2,..B 1,K,…C n,k..B n,k…C N,1,..C N,K,B N,1,..B N,K] (1) D=[C 1,1 ,C 1,2 ... C 1,K ,B 1,1 ,B 1,2 ,..B 1,K, ...C n,k ..B n,k ...C N, 1 ,..C N,K ,B N,1 ,..B N,K ] (1)
式中,C n,k表示第n个病人的来自脉络膜新生血管区域的第k个聚类中心;B n,k表示第n个病人的来自背景区域的第k个聚类中心; Wherein C n,k represents the kth cluster center from the choroidal neovascular region of the nth patient; B n,k represents the kth cluster center from the background region of the nth patient;
e:对所有所述超像素进行分类,得到全局结构先验,使用稀疏表示对每个所述超像素进行分类,分类过程形式化如公式(2)所示,式中,x为要求的稀疏系数,y为所述超像素;e: classifying all the superpixels, obtaining a global structure prior, and classifying each of the superpixels using a sparse representation, and the classification process is formalized as shown in formula (2), where x is a required sparseness a coefficient, y is the superpixel;
arg min x||x|| 1subject to Dx=y (2) Arg min x ||x|| 1 subject to Dx=y (2)
公式(2)使用SLEP工具箱进行求解,获得x的解;使用公式(3)获得所述超像素的分类结果,式中x i表示第i类的稀疏系数,i=1,2,…2KN; Equation (2) is solved using the SLEP toolbox to obtain the solution of x; the classification result of the superpixel is obtained using equation (3), where x i represents the sparse coefficient of the i-th class, i=1, 2, ... 2KN ;
r i(y)=||y-Dx i|| 2 (3) r i (y)=||y-Dx i || 2 (3)
根据公式(3)计算得到2KN个r i(y),当r(y)的值最小时,此时的类别就是所述超像素的类别;对每幅图像的所有所述超像素分类,即可得到全局空间结构先验图; Calculating 2KN r i (y) according to formula (3). When the value of r(y) is the smallest, the category at this time is the category of the superpixel; for all the superpixel classifications of each image, ie A global spatial structure prior view is available;
f:基于所述全局结构先验,利用高斯概率密度函数计算局部相似结构先验,求得所述结构先验矩阵,利用局部势函数计算局部相似结构先验,如下式所示:f: Based on the global structure prior, the Gaussian probability density function is used to calculate the local similar structure prior, and the structural prior matrix is obtained, and the local potential function is used to calculate the local similar structure prior, as shown in the following formula:
M(a,b)=exp(-(cor(a,b)-c) 2/u 2) (4) M(a,b)=exp(-(cor(a,b)-c) 2 /u 2 ) (4)
式中,cor(a,b)是所述全局空间结构先验图中每个点的坐标,c是所述全局空间结构先验图中脉络膜新生血管的中心,u作为所述全局空间结构先验图中脉络膜的半径,是根据中心c与脉络膜边界点的距离的平均值求得,求得的矩阵M即为结构先验矩阵,图1给出了结构先验映射,从映射中可以看出该矩阵的局部区域内的元素有着相似的值,从全局的角度来看,脉络膜新生血管和背景区域内的元素有着显著不同的值,因此,该先验矩阵应该可以用于改进分割模型对于背景区和目标区域的区分性。Where cor(a,b) is the coordinate of each point in the global spatial structure prior view, c is the center of the choroidal neovascularization in the global spatial structure prior view, u is the first global spatial structure The radius of the choroid in the map is obtained from the average of the distance between the center c and the choroid boundary point. The obtained matrix M is the structural prior matrix. Figure 1 shows the structure prior view, which can be seen from the map. The elements in the local region of the matrix have similar values. From a global perspective, the choroidal neovascularization and the elements in the background region have significantly different values. Therefore, the prior matrix should be used to improve the segmentation model. The distinction between the background area and the target area.
S02:基于所述结构先验矩阵将OCT原图像转换为显著性增强图像,用于增强脉络膜新生血管区域的显著性,使用所述结构先验矩阵M对图像进行转换,转换公式如公式(5):S02: Converting the original OCT image into a significant enhancement image based on the structural prior matrix for enhancing the saliency of the choroidal neovascular region, and converting the image using the prior matrix M of the structure, and converting the formula as a formula (5) ):
I s=MI 0 (5) I s =MI 0 (5)
式中,I 0是原图像,I s是显著性增强图像,如图1所示,经过图像转换后,脉络膜新生血管的显著性确实增强了,这是由于显著性增强图像融入了结构先验信息; Where, I 0 is the original image, and I s is the significant enhancement image. As shown in Figure 1, after image conversion, the smear of the choroidal neovascularization is indeed enhanced, because the significant enhancement image incorporates the structure prior. information;
S03:在所述显著性增强图像上使用多尺度分析,将所述显著性增强图像划分为m个尺度;S03: using a multi-scale analysis on the significant enhancement image, dividing the significant enhancement image into m scales;
S04:基于每种尺度训练得到m个训练好的卷积神经网络模型,针对每种尺度提取图像的patch,对每种尺度的patch,训练一个结构先验卷积神经网络模型,最后则可获得m个训练好的结构先验卷积神经网络模型,每个patch的提取方法:以图像中某个像素点p为中心,提取一个边长为s的方块区域,像素的类标 记即是该patch的类标记,通过使用卷积神经网络对patch进行分类,从而完成对像素的分类,即完成分割任务,所述卷积神经网络采用经典的卷积神经网络,如图2所示,在一个卷积神经网络中,主要由输入层、卷积层、池化层、全连接层和输出层组成。卷积层一般有C个卷积核,对图像分别做卷积,输出不同的映射。卷积层能够学到图像中不同层次的局部特点。一般来说,卷积层后面会加一个池化层,卷积层的输出是池化层的输入,池化层一般采用最大池化法对输入映射进行降采样,即在一个邻域内选择该邻域内最大的点来代表该邻域。池化层能够减少映射的大小,从而降低计算复杂度。经过后面几层的卷积层-池化层循环之后,连接一个全连接层,该层将池化层的所有输出映射转换为一个列向量,一般一个全连接层后面连接一个输出层,输出层经过一个softmax函数输出每个输入图片属于每个类的概率,选择概率最大的作为该输入图片的类别,通常使用随机梯度下降法对卷积神经网络的权重进行求解;S04: Obtaining m trained convolutional neural network models based on each scale training, extracting patches for images for each scale, training a structure prior volume convolutional neural network model for each scale patch, and finally obtaining m trained structure prior volume convolutional neural network model, each patch extraction method: taking a pixel point p in the image as the center, extracting a square area with side length s, the pixel class mark is the patch The class tag, by classifying the patch using a convolutional neural network, completes the classification of the pixels, ie, completes the segmentation task, which uses a classical convolutional neural network, as shown in Figure 2, in a volume In the neural network, it mainly consists of an input layer, a convolution layer, a pooling layer, a fully connected layer, and an output layer. The convolution layer generally has C convolution kernels, which convolve the images separately and output different mappings. The convolutional layer can learn the local characteristics of different levels in the image. Generally, a pooling layer is added after the convolutional layer. The output of the convolutional layer is the input of the pooling layer. The pooling layer generally uses the maximum pooling method to downsample the input mapping, that is, select the neighborhood in a neighborhood. The largest point in the neighborhood represents the neighborhood. The pooling layer can reduce the size of the map, thereby reducing the computational complexity. After the subsequent layers of the convolution layer-pooling layer loop, a fully connected layer is connected, which converts all the output maps of the pooled layer into a column vector. Generally, a fully connected layer is followed by an output layer, and the output layer is connected. After a softmax function outputs the probability that each input picture belongs to each class, and selects the category with the highest probability as the input picture, the weight of the convolutional neural network is usually solved by using the random gradient descent method;
(2)测试阶段(2) Test phase
利用步骤S01中步骤a、b、e、f对测试图像进行超像素分割、提取特征、分类以及计算结构先验矩阵,利用步骤S02基于S05中得到的所述结构先验矩阵对测试图像进行图像转换,利用步骤S03将转换后的所述测试图像划分为m个尺度,利用步骤S04中训练好的所述卷积神经网络模型进行测试,输出m个分割结果,对m个分割结果进行融合即为最终的分割结果,所述融合方法采用最大投票准则。Performing super pixel segmentation, extracting features, classifying, and calculating a structure prior matrix by using steps a, b, e, and f in step S01, and performing image on the test image based on the structure prior matrix obtained in S05 by using step S02. Converting, the converted test image is divided into m scales by using step S03, and the convolutional neural network model trained in step S04 is used for testing, and m segmentation results are output, and m segmentation results are merged. For the final segmentation result, the fusion method uses the maximum voting criteria.
(3)实验结果(3) Experimental results
在15个患有脉络膜新生血管的病人数据上进行了本发明方法的测试。采用三折交叉验证方法来检验本方法的可行性和有效性。The method of the invention was tested on 15 patient data with choroidal neovascularization. The feasibility and effectiveness of the method were tested by a three-fold cross-validation method.
如图3所示,给出了8个脉络膜新生血管分割的示例图,其中红线表示专家手动分割的脉络膜新生血管的边界区域,白色区域表示本发明自动分割的区域,由图3的分割结果可见,本方法能有效地分割出脉络膜新生血管区域,与手工分割结果误差较小,采用戴斯相似系数(DSC),真阳性率(TPVF)、假阳性率(FPVF)和p值(p-values)作为评估方法的客观指标,结果见表1以及表2。As shown in Fig. 3, an example of eight choroidal neovascular segmentation is shown, in which the red line represents the boundary region of the choroidal neovascularization manually segmented by the expert, and the white region represents the region automatically segmented by the present invention, as can be seen from the segmentation result of Fig. 3. This method can effectively segment the choroidal neovascularization area and has less error with the manual segmentation result, using Dyce similarity coefficient (DSC), true positive rate (TPVF), false positive rate (FPVF) and p value (p-values). As an objective indicator of the evaluation method, the results are shown in Table 1 and Table 2.
表1多尺度结构先验卷积神经网络和基于稀疏表达的分割性能Table 1 Multiscale structure prior convolutional neural networks and segmentation performance based on sparse representation
多尺度结构先验Multi-scale structure prior 稀疏表达Sparse expression p-valuesP-values
卷积神经网络Convolutional neural network
DSCDSC 0.7806±0.0670.7806±0.067 0.4677±0.0700.4677±0.070 0.0030.003
TPVFTPVF 0.8024±0.0810.8024±0.081 0.8751±0.0910.8751±0.091 0.23570.2357
FPVFFPVF 0.0036±0.0010.0036±0.001 0.0265±0.0070.0265±0.007 0.00020.0002
表2多尺度结构先验卷积神经网络和卷积神经网络的分割性能Table 2 Segmentation performance of multiscale structure prior convolutional neural networks and convolutional neural networks
Figure PCTCN2018089056-appb-000001
Figure PCTCN2018089056-appb-000001
结果显示,采用本方法分割脉络膜新生血管显著优于基于稀疏表示以及卷积神经网络的分割效果。The results show that the method of segmentation of choroidal neovascularization is significantly better than the segmentation effect based on sparse representation and convolutional neural network.
以上所述仅是本发明的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明技术原理的前提下,还可以做出若干改进和变形,这些改进和变形也应视为本发明的保护范围。The above is only a preferred embodiment of the present invention, and it should be noted that those skilled in the art can make several improvements and modifications without departing from the technical principles of the present invention. It should also be considered as the scope of protection of the present invention.

Claims (8)

  1. 一种OCT图像中脉络膜新生血管分割算法,其特征是,包括以下步骤:A choroidal neovascularization algorithm in an OCT image, characterized in that it comprises the following steps:
    S01:对训练图像设计一种结构先验学习方法,构建结构先验矩阵,所述结构先验矩阵用于区分脉络膜新生血管区域和背景区域,包括以下步骤:S01: Design a structural prior learning method for the training image, and construct a structural prior matrix, which is used to distinguish the choroidal neovascular region from the background region, and includes the following steps:
    a:对训练图像进行超像素分割得到若干超像素;a: superpixel segmentation of the training image to obtain a number of superpixels;
    b:提取特征;b: extracting features;
    c:根据所述训练图像的正确标注将每个所述超像素标记为2类,分别为脉络膜新生血管区域和背景区域;c: marking each of the superpixels into two categories according to the correct labeling of the training image, respectively a choroidal neovascular region and a background region;
    d:使用标记好的若干所述超像素构造字典;d: using a number of the superpixel construction dictionary marked;
    e:对所有所述超像素进行分类,得到全局结构先验图;e: classifying all the superpixels to obtain a global structure prior graph;
    f:基于所述全局结构先验图,计算局部相似结构先验,求得所述结构先验矩阵;f: calculating a local similarity structure prior to the prior structure of the global structure, and obtaining the prior matrix of the structure;
    S02:基于所述结构先验矩阵将OCT原图像转换为显著性增强图像,用于增强脉络膜新生血管区域的显著性;S02: converting the original OCT image into a significant enhancement image based on the structural prior matrix for enhancing the saliency of the choroidal neovascular region;
    S03:在所述显著性增强图像上使用多尺度分析,将所述显著性增强图像划分为m个尺度;S03: using a multi-scale analysis on the significant enhancement image, dividing the significant enhancement image into m scales;
    S04:基于每种尺度训练得到m个训练好的卷积神经网络模型;S04: obtaining m trained convolutional neural network models based on each scale training;
    S05:利用S01中步骤a、b、e、f对测试图像进行超像素分割、提取特征、分类以及计算结构先验矩阵,利用S02基于S05中得到的所述结构先验矩阵对测试图像进行图像转换,利用S03将转换后的所述测试图像划分为m个尺度,利用S05: performing superpixel segmentation on the test image by using steps a, b, e, and f in S01, extracting features, classifying, and calculating a structure prior matrix, and performing image on the test image by using the structure prior matrix obtained by S02 in S05. Converting, using S03, dividing the converted test image into m scales, utilizing
    S04中训练好的所述卷积神经网络模型进行测试,输出m个分割结果,对m个分割结果进行融合即为最终的分割结果。The convolutional neural network model trained in S04 is tested, and m segmentation results are output, and the m segmentation results are merged to obtain the final segmentation result.
  2. 根据权利要求1所述的一种OCT图像中脉络膜新生血管分割算法,其特征是,使用SLIC算法进行超像素分割。The choroidal neovascularization algorithm in an OCT image according to claim 1, wherein the superpixel segmentation is performed using a SLIC algorithm.
  3. 根据权利要求2所述的一种OCT图像中脉络膜新生血管分割算法,其特征是,所述特征包括每个所述超像素的平均灰度值、基于共生矩阵的纹理特征以及局部灰度特征。The choroidal neovascularization algorithm in an OCT image according to claim 2, wherein the feature comprises an average gray value of each of the superpixels, a texture feature based on a co-occurrence matrix, and a local grayscale feature.
  4. 根据权利要求1所述的一种OCT图像中脉络膜新生血管分割算法,其特征 是,使用K-means算法构造词典,假设在训练集中有N个病人的数据,每个数据包括2分类,使用K-means聚成K类,则N个病人的数据共可聚成2KN类,获得2KN个聚类中心,所述聚类中心组成字典D,如公式(1)所示:The choroidal neovascularization algorithm in an OCT image according to claim 1, wherein the dictionary is constructed using the K-means algorithm, assuming that there are N patient data in the training set, each data includes 2 classifications, and K is used. The -means are grouped into K classes, and the data of N patients can be aggregated into 2KN classes, and 2KN cluster centers are obtained. The cluster centers form a dictionary D, as shown in formula (1):
    D=[C 1,1,C 1,2…C 1,K,B 1,1,B 1,2,..B 1,K,…C n,k..B n,k…C N,1,..C N,K,B N,1,..B N,K]  (1) D=[C 1,1 ,C 1,2 ... C 1,K ,B 1,1 ,B 1,2 ,..B 1,K, ...C n,k ..B n,k ...C N, 1 ,..C N,K ,B N,1 ,..B N,K ] (1)
    式中,C n,k表示第n个病人的来自脉络膜新生血管区域的第k个聚类中心;B n,k表示第n个病人的来自背景区域的第k个聚类中心,n=1,2,…N,k=1,2,…K。 Where C n,k represents the kth cluster center from the choroidal neovascular region of the nth patient; B n,k represents the kth cluster center from the background region of the nth patient, n=1 , 2, ... N, k = 1, 2, ... K.
  5. 根据权利要求1所述的一种OCT图像中脉络膜新生血管分割算法,其特征是,使用稀疏表示对每个所述超像素进行分类,分类过程形式化如公式(2)所示,式中,x为要求的稀疏系数,y为所述超像素;The choroidal neovascularization algorithm in an OCT image according to claim 1, wherein each of said superpixels is classified using a sparse representation, and the classification process is formalized as shown in formula (2), wherein x is the required sparse coefficient, and y is the super pixel;
    arg min x||x|| 1subject to Dx=y  (2) Arg min x ||x|| 1 subject to Dx=y (2)
    公式(2)使用SLEP工具箱进行求解,获得x的解;使用公式(3)获得所述超像素的分类结果,式中x i表示第i类的稀疏系数,i=1,2,…2KN; Equation (2) is solved using the SLEP toolbox to obtain the solution of x; the classification result of the superpixel is obtained using equation (3), where x i represents the sparse coefficient of the i-th class, i=1, 2, ... 2KN ;
    r i(y)=||y-Dx i|| 2  (3) r i (y)=||y-Dx i || 2 (3)
    根据公式(3)计算得到2KN个r i(y),当r(y)的值最小时,此时的类别就是所述超像素的类别;对每幅图像的所有所述超像素分类,即可得到全局空间结构先验图。 Calculating 2KN r i (y) according to formula (3). When the value of r(y) is the smallest, the category at this time is the category of the superpixel; for all the superpixel classifications of each image, ie A global spatial structure prior view is available.
  6. 根据权利要求5所述的一种OCT图像中脉络膜新生血管分割算法,其特征是,基于所述全局空间结构先验图,利用高斯概率密度函数计算局部相似结构先验,如下式所示:The choroidal neovascularization algorithm in an OCT image according to claim 5, wherein the local similarity structure prior is calculated by using a Gaussian probability density function based on the global spatial structure prior graph, as shown in the following formula:
    M(a,b)=exp(-(cor(a,b)-c) 2/u 2)  (4) M(a,b)=exp(-(cor(a,b)-c) 2 /u 2 ) (4)
    式中,cor(a,b)是所述全局空间结构先验图中每个点的坐标,c是所述全局空间结构先验图中脉络膜新生血管的中心,u作为所述全局空间结构先验图中脉络膜的半径,是根据中心c与脉络膜边界点的距离的平均值求得,求得的矩阵M即为 所述结构先验矩阵。Where cor(a,b) is the coordinate of each point in the global spatial structure prior view, c is the center of the choroidal neovascularization in the global spatial structure prior view, u is the first global spatial structure The radius of the choroid in the graph is obtained by averaging the distance between the center c and the choroid boundary point, and the obtained matrix M is the structural prior matrix.
  7. 根据权利要求6所述的一种OCT图像中脉络膜新生血管分割算法,其特征是,使用所述结构先验矩阵M对图像进行转换,转换公式如公式(5):The choroidal neovascularization algorithm in an OCT image according to claim 6, wherein the image is transformed using the structural prior matrix M, and the conversion formula is as shown in formula (5):
    I s=MI 0  (5) I s =MI 0 (5)
    式中,I 0是原图像,I s是显著性增强图像。 Where I 0 is the original image and I s is the significant enhancement image.
  8. 根据权利要求1所述的一种OCT图像中脉络膜新生血管分割算法,其特征是,S05中所述融合方法采用最大投票准则。The choroidal neovascularization algorithm in an OCT image according to claim 1, wherein the fusion method in S05 employs a maximum voting criterion.
PCT/CN2018/089056 2017-06-28 2018-05-30 Segmentation algorithm for choroidal neovascularization in oct image WO2019001208A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710512064.3 2017-06-28
CN201710512064.3A CN107369160B (en) 2017-06-28 2017-06-28 Choroid neogenesis blood vessel segmentation algorithm in OCT image

Publications (1)

Publication Number Publication Date
WO2019001208A1 true WO2019001208A1 (en) 2019-01-03

Family

ID=60305691

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/089056 WO2019001208A1 (en) 2017-06-28 2018-05-30 Segmentation algorithm for choroidal neovascularization in oct image

Country Status (2)

Country Link
CN (1) CN107369160B (en)
WO (1) WO2019001208A1 (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109829507A (en) * 2019-02-21 2019-05-31 国网上海市电力公司 It takes photo by plane ultra-high-tension power transmission line environment detection method
CN110163213A (en) * 2019-05-16 2019-08-23 西安电子科技大学 Remote sensing image segmentation method based on disparity map and multiple dimensioned depth network model
CN110309827A (en) * 2019-05-06 2019-10-08 上海海洋大学 A kind of area of edema parted pattern based on OCT image
CN110472639A (en) * 2019-08-05 2019-11-19 山东工商学院 A kind of target extraction method based on conspicuousness prior information
CN110991463A (en) * 2019-11-04 2020-04-10 同济大学 Multi-scale guided filtering feature extraction method under guide of super-pixel map
CN111028210A (en) * 2019-11-25 2020-04-17 北京航天控制仪器研究所 Deep neural network glass tube end surface defect detection method based on sparse automatic encoder
CN111325729A (en) * 2020-02-19 2020-06-23 青岛海信医疗设备股份有限公司 Biological tissue segmentation method based on biomedical images and communication terminal
CN111523521A (en) * 2020-06-18 2020-08-11 西安电子科技大学 Remote sensing image classification method for double-branch fusion multi-scale attention neural network
CN111709317A (en) * 2020-05-28 2020-09-25 西安理工大学 Pedestrian re-identification method based on multi-scale features under saliency model
CN111860465A (en) * 2020-08-10 2020-10-30 华侨大学 Remote sensing image extraction method, device, equipment and storage medium based on super pixels
CN112686902A (en) * 2019-10-17 2021-04-20 西安邮电大学 Two-stage calculation method for brain glioma identification and segmentation in nuclear magnetic resonance image
CN113313164A (en) * 2021-05-27 2021-08-27 复旦大学附属肿瘤医院 Digital pathological image classification method and system based on superpixel segmentation and image convolution
CN116503426A (en) * 2023-06-26 2023-07-28 天津大学 Ultrasonic image segmentation method based on image processing
CN116721760B (en) * 2023-06-12 2024-04-26 东北林业大学 Biomarker-fused multitasking diabetic retinopathy detection algorithm

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107369160B (en) * 2017-06-28 2020-04-03 苏州比格威医疗科技有限公司 Choroid neogenesis blood vessel segmentation algorithm in OCT image
CN107945176B (en) * 2017-12-15 2021-05-11 西安中科微光影像技术有限公司 Color IVOCT imaging method
TWI699816B (en) * 2017-12-26 2020-07-21 雲象科技股份有限公司 Method for controlling autonomous microscope system, microscope system, and computer readable storage medium
CN108198184B (en) * 2018-01-09 2020-05-05 北京理工大学 Method and system for vessel segmentation in contrast images
CN108550136B (en) * 2018-03-14 2020-06-02 宁波大学 Blood vessel segmentation method for fundus image
CN108875555B (en) * 2018-04-25 2022-02-25 中国人民解放军军事科学院军事医学研究院 Video interest area and salient object extracting and positioning system based on neural network
CN108961280B (en) * 2018-06-29 2021-11-02 电子科技大学 Fundus optic disc fine segmentation method based on SLIC super-pixel segmentation
CN109035252B (en) * 2018-06-29 2019-09-24 山东财经大学 A kind of super-pixel method towards medical image segmentation
CN109741335B (en) * 2018-11-28 2021-05-14 北京理工大学 Method and device for segmenting vascular wall and blood flow area in blood vessel OCT image
CN111767929A (en) * 2019-03-14 2020-10-13 上海市第一人民医院 Method and system for constructing sub-macular neovascularization model
CN110415231A (en) * 2019-07-25 2019-11-05 山东浪潮人工智能研究院有限公司 A kind of CNV dividing method based on attention pro-active network
CN110415245A (en) * 2019-08-05 2019-11-05 上海鹰瞳医疗科技有限公司 Optical data determines method, model training method and equipment
CN110555853B (en) * 2019-08-07 2022-07-19 杭州深睿博联科技有限公司 Method and device for segmentation algorithm evaluation based on anatomical priors
CN112365452B (en) * 2020-10-26 2023-06-02 江苏恒力化纤股份有限公司 Network wire network point detection method based on double-side image
CN112541900B (en) * 2020-12-15 2024-01-02 平安科技(深圳)有限公司 Detection method and device based on convolutional neural network, computer equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106599804A (en) * 2016-11-30 2017-04-26 哈尔滨工业大学 Retina fovea centralis detection method based on multi-feature model
CN107369160A (en) * 2017-06-28 2017-11-21 苏州比格威医疗科技有限公司 A kind of OCT image median nexus film new vessels partitioning algorithm

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8983885B1 (en) * 2012-09-10 2015-03-17 FEM, Inc. Prospective media content generation using neural network modeling
KR102016549B1 (en) * 2014-01-13 2019-08-30 한화디펜스 주식회사 System and methof of detecting vehicle and lane position
CN105825502B (en) * 2016-03-12 2018-06-15 浙江大学 A kind of Weakly supervised method for analyzing image of the dictionary study based on conspicuousness guidance
CN105931255A (en) * 2016-05-18 2016-09-07 天津工业大学 Method for locating target in image based on obviousness and deep convolutional neural network
CN106127164B (en) * 2016-06-29 2019-04-16 北京智芯原动科技有限公司 Pedestrian detection method and device based on conspicuousness detection and convolutional neural networks
CN106157319B (en) * 2016-07-28 2018-11-02 哈尔滨工业大学 The conspicuousness detection method in region and Pixel-level fusion based on convolutional neural networks
CN106446914A (en) * 2016-09-28 2017-02-22 天津工业大学 Road detection based on superpixels and convolution neural network

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106599804A (en) * 2016-11-30 2017-04-26 哈尔滨工业大学 Retina fovea centralis detection method based on multi-feature model
CN107369160A (en) * 2017-06-28 2017-11-21 苏州比格威医疗科技有限公司 A kind of OCT image median nexus film new vessels partitioning algorithm

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
XIANG, DAO: "Visual salient object detection and its application", DOCTORAL DISSERTATION OF UNIVERSITY OF SCIENCE AND TECHNOLOGY OF CHINA, 15 February 2017 (2017-02-15), China, pages 9 - 18,27,40,42,74,80-81,85-87 *
ZHENG, JIANWEI: "Feature weighted group sparse discriminative projection algorithm", ACTA AUTOMATICA SINICA, vol. 42, no. 5, 31 May 2016 (2016-05-31), pages 746 - 759 *

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109829507A (en) * 2019-02-21 2019-05-31 国网上海市电力公司 It takes photo by plane ultra-high-tension power transmission line environment detection method
CN109829507B (en) * 2019-02-21 2023-09-19 国网上海市电力公司 Aerial high-voltage transmission line environment detection method
CN110309827B (en) * 2019-05-06 2022-10-14 上海海洋大学 Edema region segmentation model based on OCT image
CN110309827A (en) * 2019-05-06 2019-10-08 上海海洋大学 A kind of area of edema parted pattern based on OCT image
CN110163213A (en) * 2019-05-16 2019-08-23 西安电子科技大学 Remote sensing image segmentation method based on disparity map and multiple dimensioned depth network model
CN110163213B (en) * 2019-05-16 2022-12-06 西安电子科技大学 Remote sensing image segmentation method based on disparity map and multi-scale depth network model
CN110472639A (en) * 2019-08-05 2019-11-19 山东工商学院 A kind of target extraction method based on conspicuousness prior information
CN110472639B (en) * 2019-08-05 2023-04-18 山东工商学院 Target extraction method based on significance prior information
CN112686902B (en) * 2019-10-17 2023-02-03 西安邮电大学 Two-stage calculation method for brain glioma identification and segmentation in nuclear magnetic resonance image
CN112686902A (en) * 2019-10-17 2021-04-20 西安邮电大学 Two-stage calculation method for brain glioma identification and segmentation in nuclear magnetic resonance image
CN110991463A (en) * 2019-11-04 2020-04-10 同济大学 Multi-scale guided filtering feature extraction method under guide of super-pixel map
CN110991463B (en) * 2019-11-04 2023-05-02 同济大学 Multi-scale guide filtering feature extraction method under guidance of super-pixel map
CN111028210A (en) * 2019-11-25 2020-04-17 北京航天控制仪器研究所 Deep neural network glass tube end surface defect detection method based on sparse automatic encoder
CN111325729A (en) * 2020-02-19 2020-06-23 青岛海信医疗设备股份有限公司 Biological tissue segmentation method based on biomedical images and communication terminal
CN111709317A (en) * 2020-05-28 2020-09-25 西安理工大学 Pedestrian re-identification method based on multi-scale features under saliency model
CN111709317B (en) * 2020-05-28 2023-08-04 深圳市旭景数字技术有限公司 Pedestrian re-identification method based on multi-scale features under saliency model
CN111523521B (en) * 2020-06-18 2023-04-07 西安电子科技大学 Remote sensing image classification method for double-branch fusion multi-scale attention neural network
CN111523521A (en) * 2020-06-18 2020-08-11 西安电子科技大学 Remote sensing image classification method for double-branch fusion multi-scale attention neural network
CN111860465A (en) * 2020-08-10 2020-10-30 华侨大学 Remote sensing image extraction method, device, equipment and storage medium based on super pixels
CN113313164A (en) * 2021-05-27 2021-08-27 复旦大学附属肿瘤医院 Digital pathological image classification method and system based on superpixel segmentation and image convolution
CN116721760B (en) * 2023-06-12 2024-04-26 东北林业大学 Biomarker-fused multitasking diabetic retinopathy detection algorithm
CN116503426A (en) * 2023-06-26 2023-07-28 天津大学 Ultrasonic image segmentation method based on image processing
CN116503426B (en) * 2023-06-26 2023-08-25 天津大学 Ultrasonic image segmentation method based on image processing

Also Published As

Publication number Publication date
CN107369160B (en) 2020-04-03
CN107369160A (en) 2017-11-21

Similar Documents

Publication Publication Date Title
WO2019001208A1 (en) Segmentation algorithm for choroidal neovascularization in oct image
CN107506761B (en) Brain image segmentation method and system based on significance learning convolutional neural network
CN109886179B (en) Image segmentation method and system of cervical cell smear based on Mask-RCNN
CN110930416B (en) MRI image prostate segmentation method based on U-shaped network
CN107610087B (en) Tongue coating automatic segmentation method based on deep learning
CN107644420B (en) Blood vessel image segmentation method based on centerline extraction and nuclear magnetic resonance imaging system
Abdullah et al. A review on glaucoma disease detection using computerized techniques
WO2022001571A1 (en) Computing method based on super-pixel image similarity
CN110766643A (en) Microaneurysm detection method facing fundus images
Wang et al. A deep symmetry convnet for stroke lesion segmentation
Panda et al. New binary Hausdorff symmetry measure based seeded region growing for retinal vessel segmentation
CN107766874B (en) Measuring method and measuring system for ultrasonic volume biological parameters
Xu et al. Efficient optic cup detection from intra-image learning with retinal structure priors
CN108062749B (en) Identification method and device for levator ani fissure hole and electronic equipment
CN112102385B (en) Multi-modal liver magnetic resonance image registration system based on deep learning
CN110555835A (en) brain slice image region division method and device
Yao et al. Pneumonia detection using an improved algorithm based on faster r-cnn
WO2022048171A1 (en) Method and apparatus for measuring blood vessel diameter in fundus image
CN112348059A (en) Deep learning-based method and system for classifying multiple dyeing pathological images
Ciurte et al. A semi-supervised patch-based approach for segmentation of fetal ultrasound imaging
CN113298742A (en) Multi-modal retinal image fusion method and system based on image registration
Panda et al. Glauconet: patch-based residual deep learning network for optic disc and cup segmentation towards glaucoma assessment
CN110570394A (en) medical image segmentation method, device, equipment and storage medium
CN115147600A (en) GBM multi-mode MR image segmentation method based on classifier weight converter
CN113782184A (en) Cerebral apoplexy auxiliary evaluation system based on facial key point and feature pre-learning

Legal Events

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

Ref document number: 18825439

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18825439

Country of ref document: EP

Kind code of ref document: A1