WO2022183852A1 - Method for segmenting dental three-dimensional digital model - Google Patents

Method for segmenting dental three-dimensional digital model Download PDF

Info

Publication number
WO2022183852A1
WO2022183852A1 PCT/CN2022/072239 CN2022072239W WO2022183852A1 WO 2022183852 A1 WO2022183852 A1 WO 2022183852A1 CN 2022072239 W CN2022072239 W CN 2022072239W WO 2022183852 A1 WO2022183852 A1 WO 2022183852A1
Authority
WO
WIPO (PCT)
Prior art keywords
digital model
dimensional digital
network
teeth
sub
Prior art date
Application number
PCT/CN2022/072239
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 WO2022183852A1 publication Critical patent/WO2022183852A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • G06F18/232Non-hierarchical techniques
    • G06F18/2337Non-hierarchical techniques using fuzzy logic, i.e. fuzzy clustering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T19/00Manipulating 3D models or images for computer graphics
    • G06T19/20Editing of 3D images, e.g. changing shapes or colours, aligning objects or positioning parts
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/26Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/762Arrangements for image or video recognition or understanding using pattern recognition or machine learning using clustering, e.g. of similar faces in social networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/764Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/77Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/82Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/84Arrangements for image or video recognition or understanding using pattern recognition or machine learning using probabilistic graphical models from image or video features, e.g. Markov models or Bayesian networks

Definitions

  • the present application generally relates to a method for segmenting a three-dimensional digital model of a tooth and jaw, and more particularly, to a method for segmenting a three-dimensional digital model of the tooth and jaw using an artificial neural network.
  • An aspect of the present application provides a computer-implemented method for segmenting a three-dimensional digital model of a tooth, including: acquiring a three-dimensional digital model of a first tooth; generating a graph based on the three-dimensional digital model of the first tooth, which includes nodes, nodes initial features and adjacent points, wherein the node is the center point of the face of the first three-dimensional digital model; using a trained graph neural network, based on the graph, to generate a rough prediction result and an offset vector, the The graph neural network includes a feature extraction sub-network, a coarse prediction sub-network and an offset sub-network.
  • the feature extraction sub-network generates a node feature matrix based on the graph, and the coarse prediction sub-network generates the coarse prediction based on the node feature matrix.
  • a prediction result the offset sub-network generates the offset vector based on the node feature matrix; based on the offset vector, a clustering operation is performed on the nodes belonging to the teeth in the rough prediction result; and based on the rough prediction result
  • the prediction result and the clustering result are weighted to obtain the first segmentation result.
  • the node initial features include node coordinates, patch normals, and vectors from nodes to vertices of the patch.
  • the adjacent points are nodes adjacent to each of the nodes calculated using the k-nearest neighbor algorithm.
  • the feature extraction sub-network is a dynamic graph convolutional neural network.
  • the coarse prediction sub-network is a convolution-based neural network.
  • the coarse prediction sub-network employs an EdgeConv convolution operation.
  • the offset sub-network is a recurrent neural network based on shared fully connected layers.
  • the coarse prediction sub-network generates the coarse prediction result based on the node feature matrix and the offset vector generated by the offset sub-network.
  • the clustering operation employs a density clustering based algorithm.
  • the method for segmenting the three-dimensional digital model of teeth and jaws may further include: performing weighted calculation based on the rough prediction result and the clustering result to obtain a second segmentation result; and constructing a second segmentation result using the second segmentation result Markov random field, and use the graph cut algorithm to obtain the first segmentation result.
  • the method for segmenting a three-dimensional digital model of a tooth and jaw may further include: acquiring a three-dimensional digital model of a second tooth and jaw; and simplifying the three-dimensional digital model of the second tooth and jaw to obtain the first tooth and jaw a three-dimensional digital model; and mapping the first segmentation result back to the second jaw three-dimensional digital model to obtain a third segmentation result.
  • the segmentation method of the three-dimensional digital model of the teeth and jaws may further include: using a fuzzy clustering algorithm and a shortest path algorithm to optimize and smooth the third segmentation result.
  • the fuzzy clustering algorithm considers patch area.
  • FIG. 1 is a schematic flowchart of a method for segmenting a three-dimensional digital model of a tooth and jaw in an embodiment of the present application
  • FIG. 2 schematically shows the structure of a graph neural network in an embodiment of the present application
  • FIG. 3 schematically shows the structure of a feature extraction sub-network in an embodiment of the present application
  • Figure 4A shows the node distribution before clustering in an example of the present application.
  • Figure 4B shows the distribution of the nodes shown in Figure 4A after clustering.
  • One aspect of the present application provides a computer-implemented segmentation method of a three-dimensional digital model of a tooth and jaw
  • FIG. 1 is a schematic flowchart of a method 100 for segmenting a three-dimensional digital model of a tooth and jaw in an embodiment of the present application.
  • a three-dimensional digital model of the jaw is acquired.
  • a patient's jaw can be scanned directly to obtain a three-dimensional digital model of the jaw.
  • a physical model of the patient's jaw such as a plaster cast, may be scanned to obtain a three-dimensional digital model of the jaw.
  • a bite model of a patient's jaw may be scanned to obtain a three-dimensional digital model of the jaw.
  • a three-dimensional digital model of a tooth and jaw may be constructed based on a triangular mesh, and the following takes such a three-dimensional digital model of the tooth and jaw as an example for description.
  • the three-dimensional digital model of the teeth and jaws obtained in 101 may be simplified to reduce the memory usage of subsequent calculations.
  • an algorithm based on Quadric Error Metrics can be used to simplify the three-dimensional digital model of the teeth and jaws.
  • a map is generated based on the face patch of the simplified three-dimensional digital model of the jaw.
  • a graph may be generated based on the facets of the simplified three-dimensional digital model of the teeth as input to a Graph Neural Network.
  • the graph includes nodes, node initial features, and edges.
  • the center point of each patch is used as a node, and the coordinates of each node are the three-dimensional center coordinates of the corresponding patch.
  • the initial features of a node can include the center coordinates of the patch (3-dimensional vector), the normal direction (3-dimensional vector), and the vector (9-dimensional vector) from the center of the patch to each vertex of the patch (9-dimensional vector), that is, the initial feature of each node is 15-dimensional vector. Therefore, the initial features of the node set can be expressed as X ⁇ R N ⁇ 15 .
  • a k-nearest neighbor algorithm may be used to calculate k adjacent nodes for each node to form k edges.
  • the edges of a set of nodes can be represented by an N*k adjacency matrix, which can store the indices of each node's neighbors.
  • a graph neural network 200 in an embodiment of the present application is schematically shown, which includes a feature extraction sub-network 201 , a coarse prediction sub-network 203 and an offset sub-network 205 .
  • the feature extraction sub-network 201 can use a modified dynamic graph convolutional neural network (Dynamic Graph CNN, DGCNN for short), for example, can use Yue Wang et al. in Acm Transactions On Graphics (tog) 38.5 (2019) : The DGCNN network structure disclosed in "Dynamic Graph CNN for Learning on Point Clouds" published by 1-12.
  • DGCNN modified dynamic graph convolutional neural network
  • the feature extraction sub-network 201 takes the node initial feature X and the adjacency matrix as input, and outputs a node feature matrix of N*1216.
  • FIG. 3 schematically shows the structure of the feature extraction sub-network 201 in an embodiment of the present application, which includes three EdgeConv modules 2011-2015, a shared fully connected layer, an Instance Normalization layer (not shown in the figure), Leaky ReLU activation function, concatenate operation, and global average pooling layer.
  • each EdgeConv module receives the same adjacency matrix.
  • the offset sub-network 205 is a regression network based on a shared fully connected layer, which includes an Instance Normalization layer and a Leaky ReLU activation function.
  • the offset sub-network 205 may also calculate an adjacency matrix based on the offset node set, and output it to the coarse prediction sub-network 203 .
  • FIG. 4A shows the original distribution of nodes in an example
  • FIG. 4B shows the shifted node distribution in an example. It can be seen that the offset nodes are more concentrated in the center of the teeth and are more compact. On the one hand, it is easy to cluster, and on the other hand, the coarse prediction sub-network can better predict the classification.
  • the coarse prediction sub-network 203 is used to predict the probability distribution of 17 classes (including 16 teeth and gums) of nodes. It is a convolution-based network. In one embodiment, the convolution operation can use EdgeConv, KPConv, PointConv or X-Conv etc.
  • the coarse prediction sub-network 203 includes a shared fully connected layer, a Leaky ReLU activation function, an Instance Normalization layer, and an EdgeConv module, where the EdgeConv module receives an adjacency matrix of shifted nodes.
  • the coarse prediction sub-network 203 takes the node feature matrix output by the feature extraction network and the adjacency matrix of the offset node as input, and predicts a 17-class probability distribution for each face, indicating that the face belongs to the gingival and the left and right sides of the single jaw respectively. Probability of 16 teeth.
  • the graph neural network 200 may be trained with annotated dental and jaw triangular mesh data.
  • the training of the graph neural network 200 may employ a loss function expressed by the following equation (1):
  • L sem is the cross-entropy loss function that supervises the 17-class probability distribution, is the mean rating error loss function for the supervised offset vector
  • o is the normalized offset vector output by the network, is the true value of the offset vector of the node.
  • the patches that are coarsely predicted to belong to teeth are clustered.
  • a patch ie, a node
  • its offset vector is reset to zero if a patch (ie, a node) has a rough predicted classification result of gingiva.
  • a density-based clustering algorithm (DBSCAN) can be used to cluster the rough predicted tooth patches, and use principal component analysis and k-means clustering The algorithm optimizes the clustering results to divide the patches into different clusters, and finally classifies these clusters to obtain preliminary segmentation results.
  • DBSCAN density-based clustering algorithm
  • the cluster is discarded and regarded as gingiva (because the number of patches is too small, it is most likely to be a bubble).
  • the 17-class probability distributions of all nodes in gi are averaged, and the tooth class with the highest probability is assigned to gi .
  • the unassigned tooth category For the previously separated cluster, find the unassigned tooth category to assign to the cluster, if there is no unassigned tooth then do not assign.
  • a preliminary segmentation result is weighted based on the coarse prediction result and the clustering result.
  • a more accurate preliminary segmentation result may be obtained by weighted calculation based on the rough prediction result and the clustering result according to the following equation (3).
  • Equation (4) expresses,
  • a Markov random field is constructed using the preliminary segmentation result, and the classification result of each patch is obtained by using the graph cut algorithm.
  • the preliminary segmentation results can be optimized. Based on the preliminary segmentation results (probability distribution), a Markov random field is constructed, and the graph cut algorithm is used to obtain the category of each facet, which is the final segmentation result of the simplified three-dimensional digital model of the teeth.
  • the "3d Tooth” published by X. Xu, C. Liu and Y. Zheng in IEEE Transactions on Visualization and Computer Graphics, Vol. 25, No. 7, pp. 2336-2348, 2018.
  • the method disclosed in Segmentation and Labeling Using Deep Convolutional Neural Networks constructs a Markov random field.
  • the fuzzy clustering algorithm and the shortest path algorithm may be used to optimize and smooth each tooth boundary of the segmentation result of the original three-dimensional digital model of the teeth.
  • the "3d Tooth” published by X. Xu, C. Liu and Y. Zheng in IEEE Transactions on Visualization and Computer Graphics, Vol. 25, No. 7, pp. 2336-2348, 2018. Fuzzy clustering and shortest path algorithms disclosed in Segmentation and Labeling Using Deep Convolutional Neural Networks.
  • the capacity function of the fuzzy clustering algorithm in the above paper can be improved.
  • C(i,j) and x are the same as in the original paper
  • C(i,j) is the flow capacity value between face i and face j
  • x is the distance from the center of face i to the current tooth boundary
  • the shortest geodesic distance, ⁇ 0.05
  • the improved fuzzy clustering takes the patch area into account and increases the segmentation probability at the tooth boundary where the patch area is small.
  • the various diagrams may illustrate exemplary architectural or other configurations of the disclosed methods and systems, which may be helpful in understanding the features and functionality that may be included in the disclosed methods and systems. What is claimed is not limited to the exemplary architectures or configurations shown, and the desired features may be implemented in various alternative architectures and configurations. Additionally, with respect to the flowcharts, functional descriptions, and method claims, the order of blocks presented herein should not be limited to various embodiments that are implemented in the same order to perform the functions, unless the context clearly dictates otherwise. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Mathematical Physics (AREA)
  • Multimedia (AREA)
  • Databases & Information Systems (AREA)
  • Medical Informatics (AREA)
  • Computer Graphics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Fuzzy Systems (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Molecular Biology (AREA)
  • Evolutionary Biology (AREA)
  • Automation & Control Theory (AREA)
  • Architecture (AREA)
  • Computer Hardware Design (AREA)
  • Geometry (AREA)
  • Probability & Statistics with Applications (AREA)
  • Image Analysis (AREA)
  • Dental Tools And Instruments Or Auxiliary Dental Instruments (AREA)

Abstract

A method for segmenting a dental three-dimensional digital model, which is executed by a computer. The method comprises: acquiring a first dental three-dimensional digital model; generating a graph on the basis of the first dental three-dimensional digital model, wherein the graph comprises nodes, initial features of the nodes, and adjacent points, wherein the nodes are center points of patches of the first dental three-dimensional digital model; generating a coarse prediction result and an offset vector by using a trained graph neural network and on the basis of the graph, wherein the graph neural network comprises a feature extraction sub-network, a coarse prediction sub-network and an offset sub-network, the feature extraction sub-network generates a node feature matrix on the basis of the graph, the coarse prediction sub-network generates the coarse prediction result on the basis of the node feature matrix, and the offset sub-network generates the offset vector on the basis of the node feature matrix; on the basis of the offset vector, performing a clustering operation on nodes, belonging to a tooth, in the coarse prediction result; and performing weighted calculation on the basis of the coarse prediction result and a clustering result, so as to obtain a first segmentation result.

Description

牙颌三维数字模型的分割方法Segmentation method of 3D digital model of teeth and jaws 技术领域technical field
本申请总体上涉及牙颌三维数字模型的分割方法,尤其是涉及利用人工神经网络对牙颌三维数字模型进行分割的方法。The present application generally relates to a method for segmenting a three-dimensional digital model of a tooth and jaw, and more particularly, to a method for segmenting a three-dimensional digital model of the tooth and jaw using an artificial neural network.
背景技术Background technique
如今,牙科治疗越来越多地借助计算机技术,在很多情况下需要对扫描获得的包括牙列与至少部分牙龈的牙颌的三维数字模型进行分割,把各牙齿的牙冠部分分割开,包括牙冠与牙龈之间以及相邻牙冠之间的分割。Today, dental treatment is increasingly relying on computer technology, and in many cases it is necessary to segment the scanned three-dimensional digital model of the jaw including the dentition and at least part of the gingiva, and segment the crown of each tooth, including The division between crown and gingiva and between adjacent crowns.
由于通过计算机用户界面手工分割牙颌三维数字模型效率低下,目前已经出现多种计算机自动分割牙颌三维数字模型的方法,然而,在牙体缺失或缺损、牙列拥挤、严重错颌畸形等情况下,这些方法无法精确快速分割牙齿。Due to the low efficiency of manually segmenting the 3D digital model of the teeth and jaws through the computer user interface, there have been many methods for automatically segmenting the 3D digital models of the teeth and jaws by computer. However, these methods cannot accurately and quickly segment teeth.
因此,有必要提供一种新的牙颌三维数字模型的分割方法。Therefore, it is necessary to provide a new segmentation method of the three-dimensional digital model of the teeth and jaws.
发明内容SUMMARY OF THE INVENTION
本申请的一方面提供了一种计算机执行的牙颌三维数字模型的分割方法,包括:获取第一牙颌三维数字模型;基于所述第一牙颌三维数字模型产生图,它包括节点、节点初始特征以及邻接点,其中,所述节点是所述第一三维数字模型的面片的中心点;利用经训练的图神经网络,基于所述图,产生粗预测结果以及偏移向量,所述图神经网络包括特征提取子网络、粗预测子网络以及偏移子网络,所述特征提取子网络基于所述图产生节点特征矩阵,所述粗预测子网络基于所述节点特征矩阵产生所述粗预测结果,所述偏移子网络基于所述节点特征矩阵产生所述偏移向量;基于所述偏移向量,对所述粗预测结果中属于牙齿的节点进行聚 类操作;以及基于所述粗预测结果和聚类结果进行加权计算,得到第一分割结果。An aspect of the present application provides a computer-implemented method for segmenting a three-dimensional digital model of a tooth, including: acquiring a three-dimensional digital model of a first tooth; generating a graph based on the three-dimensional digital model of the first tooth, which includes nodes, nodes initial features and adjacent points, wherein the node is the center point of the face of the first three-dimensional digital model; using a trained graph neural network, based on the graph, to generate a rough prediction result and an offset vector, the The graph neural network includes a feature extraction sub-network, a coarse prediction sub-network and an offset sub-network. The feature extraction sub-network generates a node feature matrix based on the graph, and the coarse prediction sub-network generates the coarse prediction based on the node feature matrix. A prediction result, the offset sub-network generates the offset vector based on the node feature matrix; based on the offset vector, a clustering operation is performed on the nodes belonging to the teeth in the rough prediction result; and based on the rough prediction result The prediction result and the clustering result are weighted to obtain the first segmentation result.
在一些实施方式中,所述节点初始特征包括节点坐标、面片法向以及节点至面片各顶点的向量。In some embodiments, the node initial features include node coordinates, patch normals, and vectors from nodes to vertices of the patch.
在一些实施方式中,所述邻接点是利用k近邻算法针对每一所述节点计算得到的与其相邻的节点。In some embodiments, the adjacent points are nodes adjacent to each of the nodes calculated using the k-nearest neighbor algorithm.
在一些实施方式中,所述特征提取子网络是动态图卷积神经网络。In some embodiments, the feature extraction sub-network is a dynamic graph convolutional neural network.
在一些实施方式中,所述粗预测子网络是基于卷积的神经网络。In some embodiments, the coarse prediction sub-network is a convolution-based neural network.
在一些实施方式中,所述粗预测子网络采用EdgeConv卷积操作。In some embodiments, the coarse prediction sub-network employs an EdgeConv convolution operation.
在一些实施方式中,所述偏移子网络是基于共享的全连接层的回归神经网络。In some embodiments, the offset sub-network is a recurrent neural network based on shared fully connected layers.
在一些实施方式中,所述粗预测子网络是基于所述节点特征矩阵和所述偏移子网络产生的偏移向量产生所述粗预测结果。In some embodiments, the coarse prediction sub-network generates the coarse prediction result based on the node feature matrix and the offset vector generated by the offset sub-network.
在一些实施方式中,所述聚类操作采用基于密度聚类的算法。In some embodiments, the clustering operation employs a density clustering based algorithm.
在一些实施方式中,所述的牙颌三维数字模型的分割方法还可以包括:基于所述粗预测结果和聚类结果进行加权计算,得到第二分割结果;以及利用所述第二分割结果构建马尔可夫随机场,并利用图割算法得到所述第一分割结果。In some embodiments, the method for segmenting the three-dimensional digital model of teeth and jaws may further include: performing weighted calculation based on the rough prediction result and the clustering result to obtain a second segmentation result; and constructing a second segmentation result using the second segmentation result Markov random field, and use the graph cut algorithm to obtain the first segmentation result.
在一些实施方式中,所述的牙颌三维数字模型的分割方法还可以包括:获取第二牙颌三维数字模型;对所述第二牙颌三维数字模型进行简化,得到所述第一牙颌三维数字模型;以及将所述第一分割结果映射回所述第二牙颌三维数字模型,得到第三分割结果。In some embodiments, the method for segmenting a three-dimensional digital model of a tooth and jaw may further include: acquiring a three-dimensional digital model of a second tooth and jaw; and simplifying the three-dimensional digital model of the second tooth and jaw to obtain the first tooth and jaw a three-dimensional digital model; and mapping the first segmentation result back to the second jaw three-dimensional digital model to obtain a third segmentation result.
在一些实施方式中,所述的牙颌三维数字模型的分割方法还可以包括:采用模糊聚类算法和最短路径算法对所述第三分割结果进行优化和平滑。In some embodiments, the segmentation method of the three-dimensional digital model of the teeth and jaws may further include: using a fuzzy clustering algorithm and a shortest path algorithm to optimize and smooth the third segmentation result.
在一些实施方式中,所述模糊聚类算法考虑面片面积。In some embodiments, the fuzzy clustering algorithm considers patch area.
附图说明Description of drawings
以下将结合附图及其详细描述对本申请的上述及其他特征作进一步说明。应当理解的是,这些附图仅示出了根据本申请的若干示例性的实施方式,因此不应被视为是对本申请保护范围的限制。除非特别指出,附图不必是成比例的,并且其中类似的标号表示类似的部件。The above and other features of the present application will be further described below with reference to the accompanying drawings and the detailed description. It should be understood that these drawings only illustrate several exemplary embodiments according to the present application, and therefore should not be construed as limiting the scope of protection of the present application. Unless otherwise indicated, the drawings are not necessarily to scale and like numerals refer to like parts therein.
图1为本申请一个实施例中的牙颌三维数字模型分割方法的示意性流程图;1 is a schematic flowchart of a method for segmenting a three-dimensional digital model of a tooth and jaw in an embodiment of the present application;
图2示意性地展示了本申请一个实施例中的图神经网络的结构;FIG. 2 schematically shows the structure of a graph neural network in an embodiment of the present application;
图3示意性地展示了本申请一个实施例中特征提取子网络的结构;FIG. 3 schematically shows the structure of a feature extraction sub-network in an embodiment of the present application;
图4A展示了本申请一个例子中聚类之前的节点分布;以及Figure 4A shows the node distribution before clustering in an example of the present application; and
图4B展示了图4A所示节点在聚类后的分布。Figure 4B shows the distribution of the nodes shown in Figure 4A after clustering.
具体实施方式Detailed ways
以下的详细描述中引用了构成本说明书一部分的附图。说明书和附图所提及的示意性实施方式仅仅出于是说明性之目的,并非意图限制本申请的保护范围。在本申请的启示下,本领域技术人员能够理解,可以采用许多其他的实施方式,并且可以对所描述实施方式做出各种改变,而不背离本申请的主旨和保护范围。应当理解的是,在此说明并图示的本申请的各个方面可以按照很多不同的配置来布置、替换、组合、分离和设计,这些不同配置都在本申请的保护范围之内。In the following detailed description, reference is made to the accompanying drawings which form a part of this specification. The schematic embodiments mentioned in the description and drawings are for illustrative purposes only, and are not intended to limit the protection scope of the present application. Under the guidance of the present application, those skilled in the art can understand that many other embodiments may be employed and various changes may be made to the described embodiments without departing from the spirit and scope of the present application. It should be understood that the various aspects of the application described and illustrated herein may be arranged, substituted, combined, separated and designed in many different configurations, all of which are within the scope of the application.
本申请的一方面提供了一种计算机执行的牙颌三维数字模型的分割方法,One aspect of the present application provides a computer-implemented segmentation method of a three-dimensional digital model of a tooth and jaw,
请参图1,为本申请一个实施例中的牙颌三维数字模型分割方法100的示意 性流程图。Please refer to FIG. 1 , which is a schematic flowchart of a method 100 for segmenting a three-dimensional digital model of a tooth and jaw in an embodiment of the present application.
在101中,获取牙颌的三维数字模型。At 101, a three-dimensional digital model of the jaw is acquired.
在一些实施方式中,可以直接扫描患者的牙颌,获取牙颌三维数字模型。在又一些实施方式中,可以扫描患者牙颌的实体模型,比如石膏模型,获取牙颌三维数字模型。在又一些实施方式中,可以扫描患者牙颌的咬模,获取牙颌三维数字模型。In some embodiments, a patient's jaw can be scanned directly to obtain a three-dimensional digital model of the jaw. In yet other embodiments, a physical model of the patient's jaw, such as a plaster cast, may be scanned to obtain a three-dimensional digital model of the jaw. In yet other embodiments, a bite model of a patient's jaw may be scanned to obtain a three-dimensional digital model of the jaw.
在一个实施例中,可以基于三角网格构建牙颌三维数字模型,下面以此类牙颌三维数字模型为例进行说明。In one embodiment, a three-dimensional digital model of a tooth and jaw may be constructed based on a triangular mesh, and the following takes such a three-dimensional digital model of the tooth and jaw as an example for description.
在103中,简化牙颌三维数字模型。In 103, the three-dimensional digital model of the dental jaw is simplified.
在一个实施例中,可以对101中获得的牙颌三维数字模型进行简化,以减少后续计算的内存占用量。In one embodiment, the three-dimensional digital model of the teeth and jaws obtained in 101 may be simplified to reduce the memory usage of subsequent calculations.
在一个实施例中,可以采用基于二次误差度量(Quadric Error Metrics)的算法简化牙颌三维数字模型。In one embodiment, an algorithm based on Quadric Error Metrics can be used to simplify the three-dimensional digital model of the teeth and jaws.
在一个实施例中,可以预先设定简化后牙颌三维数字模型的面片数量N,例如,可以预先设定N=10000。可以理解,简化后面片的数量N可以不预先固定,例如,可以根据预先设定的面片密度或比例进行简化。In one embodiment, the number N of face pieces of the simplified three-dimensional digital model of the posterior teeth and jaws can be preset, for example, N=10000 can be preset. It can be understood that the number N of the simplified back sheets may not be fixed in advance, for example, it may be simplified according to a preset density or ratio of the sheets.
简化操作后得到经简化的牙颌三维数字模型。简化操作为业界习知技术,此处不再对其进行详细说明。After the simplified operation, a simplified three-dimensional digital model of the jaw is obtained. The simplified operation is a known technology in the industry, and will not be described in detail here.
在105中,基于经简化的牙颌三维数字模型的面片产生图。At 105, a map is generated based on the face patch of the simplified three-dimensional digital model of the jaw.
在一个实施例中,可以基于经简化的牙颌三维数字模型的面片产生图,作为图神经网络(Graph Neural Network)的输入。在一个实施例中,该图包括节点、节点初始特征以及边。In one embodiment, a graph may be generated based on the facets of the simplified three-dimensional digital model of the teeth as input to a Graph Neural Network. In one embodiment, the graph includes nodes, node initial features, and edges.
每个面片的中心点作为一个节点,每一节点的坐标为对应面片的三维中心坐 标,节点集合可以表示为P={c 1,...,c N}∈R N×3,其中,N代表经简化的牙颌三维数字模型的面片数量,c 1代表索引为1的面片的三维中心坐标(即该面片对应的节点坐标)。 The center point of each patch is used as a node, and the coordinates of each node are the three-dimensional center coordinates of the corresponding patch. The node set can be expressed as P={c 1 ,...,c N }∈R N×3 , where , N represents the number of faces in the simplified three-dimensional digital model of the teeth and jaw, and c 1 represents the three-dimensional center coordinates of the face with index 1 (ie, the node coordinates corresponding to the face).
节点的初始特征可以包括面片的中心坐标(3维向量)、法向(3维向量)以及面片中心至每个面片顶点的向量(9维向量),即每一节点的初始特征为15维向量。因此,节点集合的初始特征可以表示为X∈R N×15The initial features of a node can include the center coordinates of the patch (3-dimensional vector), the normal direction (3-dimensional vector), and the vector (9-dimensional vector) from the center of the patch to each vertex of the patch (9-dimensional vector), that is, the initial feature of each node is 15-dimensional vector. Therefore, the initial features of the node set can be expressed as X∈R N×15 .
在一个实施例中,可以采用k近邻算法(k-Nearest Neighbor)为每个节点计算k个邻接节点,形成k条边。在一个实施例中,可以N*k的邻接矩阵来表示节点集合的边,它可以存储每个节点的相邻节点的索引。In one embodiment, a k-nearest neighbor algorithm (k-Nearest Neighbor) may be used to calculate k adjacent nodes for each node to form k edges. In one embodiment, the edges of a set of nodes can be represented by an N*k adjacency matrix, which can store the indices of each node's neighbors.
在107中,利用经训练的图神经网络,基于图,产生粗预测结果和偏移向量。At 107, using the trained graph neural network, based on the graph, coarse prediction results and offset vectors are generated.
请参图2,示意性地展示了本申请一个实施例中的图神经网络200,它包括特征提取子网络201、粗预测子网络203以及偏移子网络205。Referring to FIG. 2 , a graph neural network 200 in an embodiment of the present application is schematically shown, which includes a feature extraction sub-network 201 , a coarse prediction sub-network 203 and an offset sub-network 205 .
在一个实施例中,特征提取子网络201可以采用修改后的动态图卷积神经网络(Dynamic Graph CNN,简称DGCNN),例如,可以采用Yue Wang等在Acm Transactions On Graphics(tog)38.5(2019):1-12发表的《Dynamic Graph CNN for Learning on Point Clouds》中披露的DGCNN网络结构。In one embodiment, the feature extraction sub-network 201 can use a modified dynamic graph convolutional neural network (Dynamic Graph CNN, DGCNN for short), for example, can use Yue Wang et al. in Acm Transactions On Graphics (tog) 38.5 (2019) : The DGCNN network structure disclosed in "Dynamic Graph CNN for Learning on Point Clouds" published by 1-12.
在一个实施例中,特征提取子网络201以节点初始特征X和邻接矩阵为输入,输出N*1216的节点特征矩阵。In one embodiment, the feature extraction sub-network 201 takes the node initial feature X and the adjacency matrix as input, and outputs a node feature matrix of N*1216.
请参图3,示意性地展示了本申请一个实施例中特征提取子网络201的结构,它包括3个EdgeConv模块2011~2015、共享的全连接层、Instance Normalization层(图中未示)、Leaky ReLU激活函数、concatenate操作以及全局平均池化层。其中,每一EdgeConv模块接收同一个邻接矩阵。Please refer to FIG. 3, which schematically shows the structure of the feature extraction sub-network 201 in an embodiment of the present application, which includes three EdgeConv modules 2011-2015, a shared fully connected layer, an Instance Normalization layer (not shown in the figure), Leaky ReLU activation function, concatenate operation, and global average pooling layer. Among them, each EdgeConv module receives the same adjacency matrix.
在一个实施例中,偏移子网络205是基于共享的全连接层的回归网络,它包括Instance Normalization层和Leaky ReLU激活函数。偏移子网络205基于特征提取子网络201输出的节点特征矩阵,为每一节点预测其到对应牙齿的中心的标 准化偏移向量O={o 1,...,o N}∈R N×3。标准化偏移向量乘以常数δ(在一个实施例中,δ=6)得到偏移向量,节点坐标P加上偏移向量即得到偏移后的节点坐标Q={q i|q i=c i+δ×o i,i=1,...,N}∈R N×3In one embodiment, the offset sub-network 205 is a regression network based on a shared fully connected layer, which includes an Instance Normalization layer and a Leaky ReLU activation function. The offset sub-network 205 predicts the normalized offset vector O={o 1 ,...,o N }∈R for each node based on the node feature matrix output by the feature extraction sub-network 201 to the center of the corresponding tooth 3 . The normalized offset vector is multiplied by a constant δ (in one embodiment, δ=6) to obtain the offset vector, and the node coordinate P is added to the offset vector to obtain the offset node coordinate Q={q i |q i =c i +δ×o i , i=1,...,N}∈R N×3 .
在一个实施例中,偏移子网络205还可以基于偏移后的节点集合计算邻接矩阵,并将其输出给粗预测子网络203。In one embodiment, the offset sub-network 205 may also calculate an adjacency matrix based on the offset node set, and output it to the coarse prediction sub-network 203 .
请参图4A,展示了一个例子中节点的原始分布,请再参图4B,展示了一个例子中偏移后的节点分布。可见,偏移后的节点更向牙齿中心集中,更加紧凑,一方面易于聚类,另一方面能够使得粗预测子网络更好地预测分类。Please refer to FIG. 4A , which shows the original distribution of nodes in an example, and please refer to FIG. 4B , which shows the shifted node distribution in an example. It can be seen that the offset nodes are more concentrated in the center of the teeth and are more compact. On the one hand, it is easy to cluster, and on the other hand, the coarse prediction sub-network can better predict the classification.
粗预测子网络203用于预测节点的17类(包括16颗牙齿和牙龈)概率分布,它是基于卷积的网络,在一个实施例中,卷积操作可以采用EdgeConv,也可以采用KPConv、PointConv或X-Conv等。The coarse prediction sub-network 203 is used to predict the probability distribution of 17 classes (including 16 teeth and gums) of nodes. It is a convolution-based network. In one embodiment, the convolution operation can use EdgeConv, KPConv, PointConv or X-Conv etc.
在一个实施例中,粗预测子网络203包括共享的全连接层、Leaky ReLU激活函数、Instance Normalization层和EdgeConv模块,其中,该EdgeConv模块接收偏移后的节点的邻接矩阵。粗预测子网络203以特征提取网络输出的节点特征矩阵和偏移后的节点的邻接矩阵作为输入,为每个面片预测一个17类概率分布,表征该面片分别属于牙龈和单颌左右共16颗牙齿的概率。In one embodiment, the coarse prediction sub-network 203 includes a shared fully connected layer, a Leaky ReLU activation function, an Instance Normalization layer, and an EdgeConv module, where the EdgeConv module receives an adjacency matrix of shifted nodes. The coarse prediction sub-network 203 takes the node feature matrix output by the feature extraction network and the adjacency matrix of the offset node as input, and predicts a 17-class probability distribution for each face, indicating that the face belongs to the gingival and the left and right sides of the single jaw respectively. Probability of 16 teeth.
在一个实施例中,可以用标注好的牙颌三角网格数据训练图神经网络200。In one embodiment, the graph neural network 200 may be trained with annotated dental and jaw triangular mesh data.
在一个实施例中,图神经网络200的训练可以采用以下方程式(1)所表达的损失函数:In one embodiment, the training of the graph neural network 200 may employ a loss function expressed by the following equation (1):
Figure PCTCN2022072239-appb-000001
Figure PCTCN2022072239-appb-000001
其中,L sem是监督17类概率分布的交叉熵损失函数,
Figure PCTCN2022072239-appb-000002
是监督偏移向量的平均评分误差损失函数,
where L sem is the cross-entropy loss function that supervises the 17-class probability distribution,
Figure PCTCN2022072239-appb-000002
is the mean rating error loss function for the supervised offset vector,
Figure PCTCN2022072239-appb-000003
Figure PCTCN2022072239-appb-000003
其中,o是网络输出的标准化偏移向量,
Figure PCTCN2022072239-appb-000004
是结点的偏移向量真值。
where o is the normalized offset vector output by the network,
Figure PCTCN2022072239-appb-000004
is the true value of the offset vector of the node.
在109中,基于偏移向量,对粗预测属于牙齿的面片进行聚类。At 109, based on the offset vector, the patches that are coarsely predicted to belong to teeth are clustered.
在一个实施例中,若一个面片(即节点)的粗预测分类结果为牙龈,那么,将其偏移向量重置为零。In one embodiment, if a patch (ie, a node) has a rough predicted classification result of gingiva, its offset vector is reset to zero.
在一个实施例中,可以基于偏移子网络205预测的偏移向量,采用基于密度聚类的算法(DBSCAN)对粗预测属于牙齿的面片进行聚类,并用主成分分析和k均值聚类算法优化聚类结果,以将面片分成不同的簇,最后将这些簇进行分类得到初步分割结果。具体操作如下。In one embodiment, based on the offset vector predicted by the offset sub-network 205, a density-based clustering algorithm (DBSCAN) can be used to cluster the rough predicted tooth patches, and use principal component analysis and k-means clustering The algorithm optimizes the clustering results to divide the patches into different clusters, and finally classifies these clusters to obtain preliminary segmentation results. The specific operations are as follows.
首先,根据粗预测子网络203输出的17类概率分布,取出所有被分类为牙齿的结点(面片)T。First, according to the 17-class probability distribution output by the coarse prediction sub-network 203, all nodes (patches) T classified as teeth are extracted.
接着,对T的偏移后的结点坐标Q T用DBSCAN(参数为ε=1.05,MinPts=30)聚成m簇,记为G={g 1,...,g m}。 Next, the offset node coordinates Q T of T are clustered into m clusters using DBSCAN (parameters are ε=1.05, MinPts=30), and denoted as G={g 1 ,...,g m }.
对于每个g i,若其面片数量少于60,则舍弃该簇,将其视为牙龈(因为面片数量过少,极大概率是气泡)。 For each g i , if the number of patches is less than 60, the cluster is discarded and regarded as gingiva (because the number of patches is too small, it is most likely to be a bubble).
对每个g i(i=1,...,m),用主成分分析计算长轴并计算g i在长轴上的投影长度,若投影长度大于τ,则用k均值聚类对g i分成两簇,如此可将两颗被错误聚类成一颗的牙齿给分开。在一个实施例中,对于前牙,可以设τ=6.5,对于后牙,可以设τ=10。 For each gi (i=1,...,m), use principal component analysis to calculate the long axis and calculate the projection length of gi on the long axis. If the projection length is greater than τ, use k-means clustering to g i is divided into two clusters, which can separate the two teeth that are wrongly clustered into one. In one embodiment, for anterior teeth, τ=6.5 can be set, and for posterior teeth, τ=10 can be set.
对于每个g i,将g i中所有结点的17类概率分布求平均,将概率最高的牙齿类别分配给g i。对于之前被分开的簇,则寻找未被分配的牙齿类别分配给该簇,如果无未被分配的牙齿则不分配。 For each gi , the 17-class probability distributions of all nodes in gi are averaged, and the tooth class with the highest probability is assigned to gi . For the previously separated cluster, find the unassigned tooth category to assign to the cluster, if there is no unassigned tooth then do not assign.
至此,完成聚类操作。At this point, the clustering operation is completed.
在111中,基于粗预测结果和聚类结果加权计算初步分割结果。In 111, a preliminary segmentation result is weighted based on the coarse prediction result and the clustering result.
在一个实施例中,可以根据以下方程式(3)基于所述粗预测结果和聚类结果加权计算得到更准确的初步分割结果。In one embodiment, a more accurate preliminary segmentation result may be obtained by weighted calculation based on the rough prediction result and the clustering result according to the following equation (3).
Figure PCTCN2022072239-appb-000005
Figure PCTCN2022072239-appb-000005
其中,
Figure PCTCN2022072239-appb-000006
代表粗预测子网络203输出的面片i属于类别j(j=0,1,...,16)的概率,σ是非负常量(σ=2),m ij代表聚类结果,可以用以下式子(4)表达,
in,
Figure PCTCN2022072239-appb-000006
Represents the probability that the patch i output by the coarse prediction sub-network 203 belongs to the category j ( j =0, 1, . Equation (4) expresses,
Figure PCTCN2022072239-appb-000007
Figure PCTCN2022072239-appb-000007
在113中,利用初步分割结果构建马尔可夫随机场,并利用图割算法得到每个面片的分类结果。In 113, a Markov random field is constructed using the preliminary segmentation result, and the classification result of each patch is obtained by using the graph cut algorithm.
由于初步分割结果中存在一些面片被误分割的情况,因此,可以对初步分割结果进行优化。基于初步分割结果(概率分布),构建马尔可夫随机场,并利用图割算法得到每个面片的类别,即为简化后的牙颌三维数字模型的最终分割结果。在一个实施例中,可以采用由X.Xu、C.Liu以及Y.Zheng发表于IEEE Transactions on Visualization and Computer Graphics,Vol.25,No.7,pp.2336–2348,2018.的《3d Tooth Segmentation and Labeling Using Deep Convolutional Neural Networks》中所披露的方法构建马尔可夫随机场。Since some patches are wrongly segmented in the preliminary segmentation results, the preliminary segmentation results can be optimized. Based on the preliminary segmentation results (probability distribution), a Markov random field is constructed, and the graph cut algorithm is used to obtain the category of each facet, which is the final segmentation result of the simplified three-dimensional digital model of the teeth. In one embodiment, the "3d Tooth" published by X. Xu, C. Liu and Y. Zheng in IEEE Transactions on Visualization and Computer Graphics, Vol. 25, No. 7, pp. 2336-2348, 2018. The method disclosed in Segmentation and Labeling Using Deep Convolutional Neural Networks constructs a Markov random field.
在115中,将简化后的牙颌三维数字模型的最终分割结果映射回原始牙颌三维数字模型。In 115, the final segmentation result of the simplified three-dimensional digital model of the teeth is mapped back to the original three-dimensional digital model of the teeth.
在一个实施例中,可以使用k近邻算法(k=1)将简化后的牙颌三维数字模型的最终分割结果映射回原始牙颌三维数字模型。In one embodiment, the k-nearest neighbor algorithm (k=1) may be used to map the final segmentation result of the simplified three-dimensional digital model of the tooth back to the original three-dimensional digital model of the tooth.
在117中,对原始牙颌三维数字模型的分割结果的牙齿边缘进行优化和平滑。In 117, the tooth edges of the segmentation result of the original three-dimensional digital model of teeth are optimized and smoothed.
在一个实施例中,可以采用模糊聚类算法和最短路径算法对原始牙颌三维数字模型的分割结果的每个牙齿边界进行优化和平滑。In one embodiment, the fuzzy clustering algorithm and the shortest path algorithm may be used to optimize and smooth each tooth boundary of the segmentation result of the original three-dimensional digital model of the teeth.
在一个实施例中,可以采用由X.Xu、C.Liu以及Y.Zheng发表于IEEE Transactions on Visualization and Computer Graphics,Vol.25,No.7,pp.2336–2348,2018.的《3d Tooth Segmentation and Labeling Using Deep Convolutional Neural Networks》中所披露的模糊聚类(fuzzy clustering)和最短路径算法。In one embodiment, the "3d Tooth" published by X. Xu, C. Liu and Y. Zheng in IEEE Transactions on Visualization and Computer Graphics, Vol. 25, No. 7, pp. 2336-2348, 2018. Fuzzy clustering and shortest path algorithms disclosed in Segmentation and Labeling Using Deep Convolutional Neural Networks.
在一个实施例中,可以对以上论文中的模糊聚类算法的capacity函数加以改进。对于面片i,改进后面片i至其相邻面片j的capacity函数如下:In one embodiment, the capacity function of the fuzzy clustering algorithm in the above paper can be improved. For patch i, improve the capacity function of the subsequent patch i to its adjacent patch j as follows:
Figure PCTCN2022072239-appb-000008
Figure PCTCN2022072239-appb-000008
其中,C(i,j)和x的定义与原论文相同,C(i,j)为面片i和面片j之间的flow capacity值,x为面片i的中心至当前牙齿边界的最短测地距离,σ=0.05,a i和a j分别是面片i和j的面积,γ=50。改进后的模糊聚类将面片面积考虑进来,增加了牙齿边界面片面积较小处的分割概率。 Among them, the definitions of C(i,j) and x are the same as in the original paper, C(i,j) is the flow capacity value between face i and face j, and x is the distance from the center of face i to the current tooth boundary The shortest geodesic distance, σ=0.05, a i and a j are the areas of patches i and j respectively, γ=50. The improved fuzzy clustering takes the patch area into account and increases the segmentation probability at the tooth boundary where the patch area is small.
尽管在此公开了本申请的多个方面和实施例,但在本申请的启发下,本申请的其他方面和实施例对于本领域技术人员而言也是显而易见的。在此公开的各个方面和实施例仅用于说明目的,而非限制目的。本申请的保护范围和主旨仅通过后附的权利要求书来确定。Although various aspects and embodiments of the present application are disclosed herein, other aspects and embodiments of the present application will also be apparent to those skilled in the art in light of the present application. The various aspects and embodiments disclosed herein are for purposes of illustration only and not limitation. The scope and spirit of this application are to be determined only by the appended claims.
同样,各个图表可以示出所公开的方法和系统的示例性架构或其他配置,其有助于理解可包含在所公开的方法和系统中的特征和功能。要求保护的内容并不限于所示的示例性架构或配置,而所希望的特征可以用各种替代架构和配置来实现。除此之外,对于流程图、功能性描述和方法权利要求,这里所给出的方框顺序不应限于以同样的顺序实施以执行所述功能的各种实施例,除非在上下文中明确指出。Likewise, the various diagrams may illustrate exemplary architectural or other configurations of the disclosed methods and systems, which may be helpful in understanding the features and functionality that may be included in the disclosed methods and systems. What is claimed is not limited to the exemplary architectures or configurations shown, and the desired features may be implemented in various alternative architectures and configurations. Additionally, with respect to the flowcharts, functional descriptions, and method claims, the order of blocks presented herein should not be limited to various embodiments that are implemented in the same order to perform the functions, unless the context clearly dictates otherwise. .
除非另外明确指出,本文中所使用的术语和短语及其变体均应解释为开放式的,而不是限制性的。在一些实例中,诸如“一个或多个”、“至少”、“但不限于”这样的扩展性词汇和短语或者其他类似用语的出现不应理解为在可能没有这种扩展性用语的示例中意图或者需要表示缩窄的情况。Unless expressly stated otherwise, the terms and phrases used herein, and variations thereof, are to be construed as open-ended rather than restrictive. In some instances, the appearance of expanding words and phrases such as "one or more," "at least," "but not limited to," or other similar expressions should not be construed as in instances where such expanding words may not be present Intent or need to indicate a narrowed situation.

Claims (13)

  1. 一种计算机执行的牙颌三维数字模型的分割方法,包括:A computer-implemented segmentation method of a three-dimensional digital model of teeth and jaws, comprising:
    获取第一牙颌三维数字模型;Obtain the 3D digital model of the first tooth and jaw;
    基于所述第一牙颌三维数字模型产生图,它包括节点、节点初始特征以及邻接点,其中,所述节点是所述第一三维数字模型的面片的中心点;generating a graph based on the first three-dimensional digital model of the teeth, which includes nodes, initial features of nodes, and adjacent points, wherein the nodes are the center points of the facets of the first three-dimensional digital model;
    利用经训练的图神经网络,基于所述图,产生粗预测结果以及偏移向量,所述图神经网络包括特征提取子网络、粗预测子网络以及偏移子网络,所述特征提取子网络基于所述图产生节点特征矩阵,所述粗预测子网络基于所述节点特征矩阵产生所述粗预测结果,所述偏移子网络基于所述节点特征矩阵产生所述偏移向量;Using a trained graph neural network, based on the graph, to generate a coarse prediction result and an offset vector, the graph neural network including a feature extraction sub-network, a coarse prediction sub-network and an offset sub-network, the feature extraction sub-network based on The graph generates a node feature matrix, the coarse prediction sub-network generates the coarse prediction result based on the node feature matrix, and the offset sub-network generates the offset vector based on the node feature matrix;
    基于所述偏移向量,对所述粗预测结果中属于牙齿的节点进行聚类操作;以及基于所述粗预测结果和聚类结果进行加权计算,得到第一分割结果。Based on the offset vector, a clustering operation is performed on the nodes belonging to the teeth in the rough prediction result; and a weighted calculation is performed based on the rough prediction result and the clustering result to obtain a first segmentation result.
  2. 如权利要求1所述计算机执行的牙颌三维数字模型的分割方法,其特征在于,所述节点初始特征包括节点坐标、面片法向以及节点至面片各顶点的向量。The method for segmenting a three-dimensional digital model of a tooth and jaw executed by a computer according to claim 1, wherein the initial features of the nodes include the coordinates of the nodes, the normal direction of the face, and the vector from the node to each vertex of the face.
  3. 如权利要求1所述计算机执行的牙颌三维数字模型的分割方法,其特征在于,所述邻接点是利用k近邻算法针对每一所述节点计算得到的与其相邻的节点。The computer-implemented method for segmenting a three-dimensional digital model of teeth and jaws according to claim 1, wherein the adjacent points are the adjacent nodes calculated for each of the nodes by using the k-nearest neighbor algorithm.
  4. 如权利要求1所述计算机执行的牙颌三维数字模型的分割方法,其特征在于,所述特征提取子网络是动态图卷积神经网络。The computer-implemented method for segmenting a three-dimensional digital model of teeth and jaws according to claim 1, wherein the feature extraction sub-network is a dynamic graph convolutional neural network.
  5. 如权利要求1所述计算机执行的牙颌三维数字模型的分割方法,其特征在于,所述粗预测子网络是基于卷积的神经网络。The computer-implemented method for segmenting a three-dimensional digital model of teeth and jaws according to claim 1, wherein the coarse prediction sub-network is a convolution-based neural network.
  6. 如权利要求5所述计算机执行的牙颌三维数字模型的分割方法,其特征在于,所述粗预测子网络采用EdgeConv卷积操作。The computer-implemented segmentation method of the three-dimensional digital model of teeth and jaws according to claim 5, wherein the coarse prediction sub-network adopts EdgeConv convolution operation.
  7. 如权利要求1所述计算机执行的牙颌三维数字模型的分割方法,其特征在于,所述偏移子网络是基于共享的全连接层的回归神经网络。The computer-implemented segmentation method of the three-dimensional digital model of teeth and jaws according to claim 1, wherein the offset sub-network is a recurrent neural network based on a shared fully-connected layer.
  8. 如权利要求1所述计算机执行的牙颌三维数字模型的分割方法,其特征在于,所述粗预测子网络是基于所述节点特征矩阵和所述偏移子网络产生的偏移向量产生所述粗预测结果。The computer-implemented method for segmenting a three-dimensional digital model of teeth and jaws according to claim 1, wherein the coarse prediction sub-network generates the rough forecast results.
  9. 如权利要求1所述计算机执行的牙颌三维数字模型的分割方法,其特征在于,所述聚类操作采用基于密度聚类的算法。The computer-implemented method for segmenting a three-dimensional digital model of teeth and jaws according to claim 1, wherein the clustering operation adopts an algorithm based on density clustering.
  10. 如权利要求1所述的牙颌三维数字模型的分割方法,其特征在于,它还包括:The segmentation method of the three-dimensional digital model of teeth and jaws as claimed in claim 1, characterized in that, it further comprises:
    基于所述粗预测结果和聚类结果进行加权计算,得到第二分割结果;以及利用所述第二分割结果构建马尔可夫随机场,并利用图割算法得到所述第一分割结果。A second segmentation result is obtained by weighted calculation based on the rough prediction result and the clustering result; and a Markov random field is constructed by using the second segmentation result, and the first segmentation result is obtained by using a graph cut algorithm.
  11. 如权利要求1所述的牙颌三维数字模型的分割方法,其特征在于,它还包括:The segmentation method of the three-dimensional digital model of teeth and jaws according to claim 1, characterized in that, it further comprises:
    获取第二牙颌三维数字模型;Obtain the 3D digital model of the second jaw;
    对所述第二牙颌三维数字模型进行简化,得到所述第一牙颌三维数字模型;以及将所述第一分割结果映射回所述第二牙颌三维数字模型,得到第三分割结果。Simplifying the three-dimensional digital model of the second jaw to obtain the three-dimensional digital model of the first jaw; and mapping the first segmentation result back to the three-dimensional digital model of the second jaw to obtain a third segmentation result.
  12. 如权利要求11所述的牙颌三维数字模型的分割方法,其特征在于,它还包括:采用模糊聚类算法和最短路径算法对所述第三分割结果进行优化和平滑。The method for segmenting a three-dimensional digital model of a tooth and jaw according to claim 11, further comprising: using a fuzzy clustering algorithm and a shortest path algorithm to optimize and smooth the third segmentation result.
  13. 如权利要求12所述的牙颌三维数字模型的分割方法,其特征在于,所述模糊聚类算法考虑面片面积。The segmentation method of the three-dimensional digital model of teeth and jaws according to claim 12, wherein the fuzzy clustering algorithm considers the area of the face.
PCT/CN2022/072239 2021-03-01 2022-01-17 Method for segmenting dental three-dimensional digital model WO2022183852A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110226240.3A CN114998577A (en) 2021-03-01 2021-03-01 Segmentation method of dental three-dimensional digital model
CN202110226240.3 2021-03-01

Publications (1)

Publication Number Publication Date
WO2022183852A1 true WO2022183852A1 (en) 2022-09-09

Family

ID=83018768

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/072239 WO2022183852A1 (en) 2021-03-01 2022-01-17 Method for segmenting dental three-dimensional digital model

Country Status (2)

Country Link
CN (1) CN114998577A (en)
WO (1) WO2022183852A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118071942A (en) * 2024-04-24 2024-05-24 福州海狸家口腔科技有限公司 Cavity complement method, medium and equipment for dental crown three-dimensional model

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024108341A1 (en) * 2022-11-21 2024-05-30 深圳先进技术研究院 Method and apparatus for automatic tooth alignment based on point cloud understanding, device, and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108986123A (en) * 2017-06-01 2018-12-11 无锡时代天使医疗器械科技有限公司 The dividing method of tooth jaw three-dimensional digital model
US20190026599A1 (en) * 2017-07-21 2019-01-24 Dental Monitoring Method for analyzing an image of a dental arch
CN109903396A (en) * 2019-03-20 2019-06-18 洛阳中科信息产业研究院(中科院计算技术研究所洛阳分所) A kind of tooth three-dimensional model automatic division method based on surface parameterization
CN112085740A (en) * 2020-08-21 2020-12-15 江苏微云人工智能有限公司 Tooth fast segmentation method based on three-dimensional tooth jaw model

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108986123A (en) * 2017-06-01 2018-12-11 无锡时代天使医疗器械科技有限公司 The dividing method of tooth jaw three-dimensional digital model
US20190026599A1 (en) * 2017-07-21 2019-01-24 Dental Monitoring Method for analyzing an image of a dental arch
CN109903396A (en) * 2019-03-20 2019-06-18 洛阳中科信息产业研究院(中科院计算技术研究所洛阳分所) A kind of tooth three-dimensional model automatic division method based on surface parameterization
CN112085740A (en) * 2020-08-21 2020-12-15 江苏微云人工智能有限公司 Tooth fast segmentation method based on three-dimensional tooth jaw model

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118071942A (en) * 2024-04-24 2024-05-24 福州海狸家口腔科技有限公司 Cavity complement method, medium and equipment for dental crown three-dimensional model

Also Published As

Publication number Publication date
CN114998577A (en) 2022-09-02

Similar Documents

Publication Publication Date Title
WO2022183852A1 (en) Method for segmenting dental three-dimensional digital model
WO2018218988A1 (en) Separation method for dental jaw three-dimensional digital model
JP2022540634A (en) 3D Point Cloud Object Detection and Instance Segmentation Based on Deep Learning
CN106228549B (en) A kind of triangle gridding tooth dividing method based on path planning
WO2018214505A1 (en) Method and system for stereo matching
US20210217233A1 (en) Method for setting a local coordinate system of a tooth 3d digital model
US20190043255A1 (en) Population-based surface mesh reconstruction
CN105389821B (en) It is a kind of that the medical image cutting method being combined is cut based on cloud model and figure
CN109471995A (en) A kind of hyperbolic embedding grammar of complex network
WO2021212940A1 (en) Segmentation method for dental jaw three-dimensional digital model
WO2020181974A1 (en) Method employing artificial neural network to eliminate surface bubbles from three-dimensional digital model of tooth
WO2022193909A1 (en) Method for removing accessory on dental three-dimensional digital model
CN108052683B (en) Knowledge graph representation learning method based on cosine measurement rule
JP2023548201A (en) Task learning systems and methods and related devices
CN117095145B (en) Training method and terminal of tooth grid segmentation model
US11830196B2 (en) Method for verifying a segmentation result of a 3D digital model of jaw
CN112396609A (en) Dentition segmentation method, dentition segmentation device and electronic equipment
Kartal et al. Pattern layer reduction for a generalized regression neural network by using a self–organizing map
CN113139908B (en) Three-dimensional dentition segmentation and labeling method
CN110728688B (en) Energy optimization-based three-dimensional mesh model segmentation method and system
Wang et al. Point Cloud Simplification Algorithm Based on Hausdorff Distance and Local Entropy of Average Projection Distance
JP2004062482A (en) Data classifier
CN109063271A (en) A kind of three-dimensional CAD model dividing method and device based on the learning machine that transfinites
EP4398125A1 (en) Contrastive multi-format shape similarity and search
Wang et al. Simplification algorithm of denture point cloud based on feature preserving

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: 22762321

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: 22762321

Country of ref document: EP

Kind code of ref document: A1