WO2023246462A1 - Method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in panoramic dental radiograph - Google Patents

Method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in panoramic dental radiograph Download PDF

Info

Publication number
WO2023246462A1
WO2023246462A1 PCT/CN2023/097791 CN2023097791W WO2023246462A1 WO 2023246462 A1 WO2023246462 A1 WO 2023246462A1 CN 2023097791 W CN2023097791 W CN 2023097791W WO 2023246462 A1 WO2023246462 A1 WO 2023246462A1
Authority
WO
WIPO (PCT)
Prior art keywords
teeth
tooth
deciduous
permanent
segmenting
Prior art date
Application number
PCT/CN2023/097791
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 WO2023246462A1 publication Critical patent/WO2023246462A1/en

Links

Classifications

    • 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
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation

Definitions

  • the present application generally relates to a method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic radiographs.
  • Oral panoramic radiographs are usually taken outside the mouth using
  • Oral panoramic radiographs can reflect abnormal phenomena such as missing and damaged teeth, root canal fillings, and bone islands. This information can be used to evaluate the patient's tooth growth and oral health status, and help dental professionals formulate treatment plans.
  • Identifying permanent teeth and deciduous teeth in oral panoramic radiographs is the basis for intelligent analysis of oral panoramic radiographs. It can not only judge the patient's dental health based on this, such as whether there are missing teeth and the development status of deciduous teeth, but also provides a basis for further intelligent analysis. , for example, determining the tooth number of caries and determining impacted teeth.
  • One aspect of the present application provides a computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films, which includes: obtaining an oral panoramic radiograph; using a trained first deep neural network to analyze the oral panoramic The teeth in the film are segmented and classified, wherein the classification is to classify the permanent teeth according to their corresponding Classify the tooth numbers of all deciduous teeth into the same category; and for each deciduous tooth, determine its tooth number based on the tooth number of the adjacent permanent teeth in the same jaw.
  • the computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in the oral panoramic photo also includes: using a trained second deep neural network to crop out tooth regions from the oral panoramic photo. Image, the segmentation and classification are performed based on the tooth region image.
  • the second deep neural network is yolov3.
  • the computer-executed method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films also includes: using a trained third deep neural network to detect the direction of the tooth region image; and if If the direction of the tooth region image is inconsistent with a predetermined direction, the direction of the tooth region image is corrected, and the segmentation and classification are performed based on the direction corrected tooth region image.
  • the third deep neural network is ResNet.
  • the computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films also includes: for each deciduous tooth, find three adjacent permanent teeth in the same jaw; and determining the tooth number of the deciduous tooth based on the tooth number of the permanent tooth whose central axis is closest to the center of mass of the deciduous tooth.
  • the three permanent teeth adjacent to the deciduous tooth are the three permanent teeth whose center of mass is closest to the center of mass of the deciduous tooth.
  • the central axis of the permanent teeth is calculated using principal component analysis.
  • the first deep neural network is a Mask R-CNN network.
  • Figure 1 is a schematic flow chart of a method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in an oral panoramic radiograph executed by a computer in one embodiment of the present application;
  • Figure 2A is an example of an oral panoramic radiograph showing an interface of a computer program for segmenting permanent teeth and deciduous teeth and determining tooth numbers in an oral panoramic radiograph according to an embodiment of the present application;
  • Figure 2B is an image of the tooth region cropped from the oral panorama shown in Figure 2A by the target detection network displayed on an interface of the computer program;
  • Figure 2C is an interface of the computer program showing the tooth area image shown in Figure 2B obtained after the direction is corrected by the direction detection network;
  • Figure 3 is an example of the relationship between a deciduous tooth and three adjacent permanent teeth shown in an interface of the computer program.
  • One aspect of the present application provides a computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic radiographs.
  • FIG. 1 is a schematic flow chart of a computer-executed method 100 for segmenting permanent teeth and deciduous teeth and determining tooth numbers in an oral panoramic radiograph in one embodiment of the present application.
  • the computer-executed method 100 for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic radiographs is executed by a computer.
  • a computer system for segmenting permanent teeth and deciduous teeth in oral panoramic films and determining tooth numbers which includes a storage device and a processor, and the storage device stores a computer program. , when executed by the processor, the method 100 for segmenting permanent teeth and deciduous teeth and determining tooth numbers in the oral panoramic radiograph will be executed.
  • the oral panoramic radiograph to be processed is obtained.
  • oral panoramic pictures can be taken using a dental panoramic X-ray machine.
  • the method 100 of the present application for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic pictures can not only process original oral panoramic pictures, but also can process duplicated oral panoramic pictures, for example, using a mobile phone to remake paper oral panoramic pictures. Get the picture.
  • FIG. 2A shows an example of an interface of a computer program for segmenting permanent teeth and deciduous teeth and determining tooth numbers in an oral panoramic photograph according to an embodiment of the present application.
  • a tooth region image is cropped from the oral panorama.
  • a deep neural network can be used to segment the teeth in the oral panoramic photo and determine the tooth number.
  • the deep neural network is called a segmentation network. Since the teeth are only located in part of the oral panorama, this area will be called the tooth area below.
  • the tooth area can be cropped from the oral panorama. Based on the cropped teeth Regional images for tooth segmentation.
  • a trained deep neural network can be used to detect the tooth region in the oral panorama.
  • the deep neural network is hereinafter referred to as an object detection network.
  • the target detection network can use the yolov3 network. It can be understood that in addition to the yolov3 network, the target detection network can also use any other applicable deep neural network, such as Faster RCNN, etc.
  • FIG. 2B shows an image of the tooth region cropped from the oral panorama shown in FIG. 2A by the target detection network displayed on an interface of the computer program.
  • tooth segmentation based on tooth region images has advantages in network training and segmentation accuracy, it is also feasible to directly segment teeth based on the original oral panorama. Therefore, in another embodiment, this solution can be used .
  • the direction of the tooth region image is detected and corrected.
  • the segmentation network can be trained with a tooth region image in a predetermined orientation (for example, the maxillary teeth are above and the mandibular teeth are below). Then, the trained segmentation network is used to segment the tooth region image. In order to ensure the accuracy of segmentation and classification, the direction of the input tooth region image can be corrected to make it consistent with the predetermined direction.
  • a trained deep neural network can be used to detect the direction of the tooth region image, and correct the tooth region image to the predetermined orientation based on the detection result.
  • the deep neural network is hereinafter referred to as a direction detection network.
  • the direction detection network can use a ResNet network. It can be understood that in addition to the ResNet network, the direction detection network can also use any other applicable deep neural network, such as EfficientNet, etc.
  • the predetermined orientation may be that the maxillary teeth are located above the mandibular teeth.
  • the direction of the tooth area image shown in Figure 2B is that the maxillary teeth are located to the right of the mandibular teeth. It needs to be rotated 90 degrees in the counterclockwise direction to make the It is consistent with the predetermined orientation.
  • FIG. 2C shows an interface of the computer program showing the tooth region image shown in FIG. 2B after the direction is adjusted by the direction detection network.
  • the corrected-oriented tooth region image is segmented and classified.
  • a trained deep neural network can be used to segment and classify teeth in the tooth region image, which is hereinafter referred to as a segmentation network.
  • the segmentation network can use Mask R-CNN network. It can be understood that in addition to Mask R-CNN network, The segmentation network can also adopt any other suitable deep neural network, such as PointRend, etc.
  • Teeth include permanent teeth and deciduous teeth, of which there are 32 permanent teeth and 20 deciduous teeth.
  • permanent and deciduous teeth may be numbered as shown in Table 1. Due to the complexity of the development of deciduous teeth, it is difficult to directly determine the tooth number using a deep neural network. Considering the corresponding relationship between deciduous teeth and permanent teeth, in one embodiment, the deciduous tooth tooth number can be inferred based on the permanent tooth number adjacent to the deciduous tooth. For example, if a deciduous tooth is closest to permanent tooth 11, it can be deduced from Table 1 below that the deciduous tooth number is 51.
  • the segmentation network classifies the detected teeth into 33 categories, where 32 categories correspond to 32 permanent tooth numbers, and all deciduous teeth are regarded as one category. Segmentation is essentially segmentation while detecting the position of the teeth and determining the category of the teeth. This can be called instance segmentation.
  • the segmentation network outputs all detected teeth and their corresponding segmentation maps and categories.
  • the tooth number of the deciduous tooth is determined based on the tooth number of the permanent tooth adjacent to the deciduous tooth.
  • the deciduous tooth size can be determined by the following method.
  • the distance between the center of mass of the deciduous tooth and the centroid of all permanent teeth can be calculated, and based on this, three adjacent permanent teeth (permanent teeth belonging to the same jaw as the deciduous tooth) are selected.
  • the permanent tooth whose axis is closest to the mass center of the deciduous tooth is used as the permanent tooth corresponding to the deciduous tooth, and the tooth number of the deciduous tooth is determined based on the tooth number of the permanent tooth.
  • a principal component analysis method may be used to calculate the central axis of the tooth.
  • FIG. 3 is an example of the relationship between a deciduous tooth and three adjacent permanent teeth shown in an interface of the computer program.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Image Analysis (AREA)
  • Apparatus For Radiation Diagnosis (AREA)

Abstract

Provided in one aspect of the present application is a method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in a panoramic dental radiograph, which is executed by a computer. The method comprises: acquiring a panoramic dental radiograph; segmenting and classifying teeth in the panoramic dental radiograph by using a trained first deep neural network, wherein the classification is to classify permanent teeth according to respective corresponding tooth numbers, and divide all deciduous teeth into the same class; and for each deciduous tooth, determining the tooth number thereof on the basis of the tooth number of an adjacent permanent tooth in the same tooth jaw.

Description

口腔全景片中恒牙和乳牙的分割和牙号确定方法Methods for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic radiographs 技术领域Technical field
本申请总体上涉及一种口腔全景片中恒牙和乳牙的分割和牙号确定方法。The present application generally relates to a method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic radiographs.
背景技术Background technique
如今,牙科诊疗越来越多地借助计算机技术来提高诊疗效率和准确性。Today, dental care increasingly relies on computer technology to improve the efficiency and accuracy of diagnosis and treatment.
在牙科诊疗中,牙科专业人员常常会用到口腔全景片。口腔全景片通常是以X射线在口腔外进行拍摄获得,它的拍摄范围较广,通常包括全口牙齿上颌窦、下颌神经管、牙槽骨以及颞颌关节等生理结构。In dental diagnosis and treatment, dental professionals often use oral panoramic radiographs. Oral panoramic radiographs are usually taken outside the mouth using
口腔全景片能够反映牙齿缺失破损、根管填充以及骨岛等异常现象,这些信息可以用来评估患者牙齿生长以及口腔健康状况,帮助牙科专业人员制定治疗方案。Oral panoramic radiographs can reflect abnormal phenomena such as missing and damaged teeth, root canal fillings, and bone islands. This information can be used to evaluate the patient's tooth growth and oral health status, and help dental professionals formulate treatment plans.
识别口腔全景片中的恒牙和乳牙是口腔全景片智能分析的基础,不仅能够基于此判断患者牙齿健康情况,例如,是否存在牙体缺失和乳牙发育状况,还为进一步的智能分析提供了基础,例如,判断龋齿的牙号以及确定阻生齿。Identifying permanent teeth and deciduous teeth in oral panoramic radiographs is the basis for intelligent analysis of oral panoramic radiographs. It can not only judge the patient's dental health based on this, such as whether there are missing teeth and the development status of deciduous teeth, but also provides a basis for further intelligent analysis. , for example, determining the tooth number of caries and determining impacted teeth.
因此,有必要提供一种计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法。Therefore, it is necessary to provide a computer-implemented method for segmentation and tooth number determination of permanent teeth and deciduous teeth in oral panoramic radiographs.
发明内容Contents of the invention
本申请的一方面提供了一种计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法,其包括:获取口腔全景片;利用经训练的第一深度神经网络对所述口腔全景片中的牙齿进行分割和分类,其中,所述分类是将恒牙按各自对应 的牙号进行分类,将所有乳牙分为同一个类;以及对于每一乳牙,基于同牙颌中与之相邻的恒牙牙号确定其牙号。One aspect of the present application provides a computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films, which includes: obtaining an oral panoramic radiograph; using a trained first deep neural network to analyze the oral panoramic The teeth in the film are segmented and classified, wherein the classification is to classify the permanent teeth according to their corresponding Classify the tooth numbers of all deciduous teeth into the same category; and for each deciduous tooth, determine its tooth number based on the tooth number of the adjacent permanent teeth in the same jaw.
在一些实施方式中,所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法还包括:利用经训练的第二深度神经网络自所述口腔全景片中裁剪出牙齿区域图像,所述分割和分类是基于所述牙齿区域图像进行。In some embodiments, the computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in the oral panoramic photo also includes: using a trained second deep neural network to crop out tooth regions from the oral panoramic photo. Image, the segmentation and classification are performed based on the tooth region image.
在一些实施方式中,所述第二深度神经网络是yolov3。In some embodiments, the second deep neural network is yolov3.
在一些实施方式中,所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法还包括:利用经训练的第三深度神经网络检测所述牙齿区域图像的方向;以及若所述牙齿区域图像的方向与预定的方向不一致,则矫正所述牙齿区域图像的方向,所述分割和分类是基于所述经方向矫正后的牙齿区域图像进行。In some embodiments, the computer-executed method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films also includes: using a trained third deep neural network to detect the direction of the tooth region image; and if If the direction of the tooth region image is inconsistent with a predetermined direction, the direction of the tooth region image is corrected, and the segmentation and classification are performed based on the direction corrected tooth region image.
在一些实施方式中,所述第三深度神经网络是ResNet。In some implementations, the third deep neural network is ResNet.
在一些实施方式中,所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法还包括:对于每一乳牙,找到同牙颌中与之相邻的三颗恒牙;以及基于中轴线与所述乳牙的质心距离最近的恒牙的牙号确定所述乳牙的牙号。In some embodiments, the computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films also includes: for each deciduous tooth, find three adjacent permanent teeth in the same jaw; and determining the tooth number of the deciduous tooth based on the tooth number of the permanent tooth whose central axis is closest to the center of mass of the deciduous tooth.
在一些实施方式中,与所述乳牙相邻的所述三颗恒牙是质心与所述乳牙质心距离最近的三颗恒牙。In some embodiments, the three permanent teeth adjacent to the deciduous tooth are the three permanent teeth whose center of mass is closest to the center of mass of the deciduous tooth.
在一些实施方式中,所述恒牙的中轴线是以主成分分析法计算得到。In some embodiments, the central axis of the permanent teeth is calculated using principal component analysis.
在一些实施方式中,所述第一深度神经网络是Mask R-CNN网络。In some implementations, the first deep neural network is a Mask R-CNN network.
附图说明Description of the drawings
以下将结合附图及其详细描述对本申请的上述及其他特征作进一步说明。应当理解的是,这些附图仅示出了根据本申请的若干示例性的实施方式,因此不应被视为是对本申请保护范围的限制。除非特别指出,附图不必是成比例的,并且 其中类似的标号表示类似的部件。The above and other features of the present application will be further described below in conjunction with the accompanying drawings and the detailed description thereof. It should be understood that these drawings only illustrate several exemplary embodiments according to the present application and therefore should not be regarded as limiting the scope of the present application. Unless otherwise indicated, the drawings are not necessarily to scale, and Similar reference numbers indicate similar components.
图1为本申请一个实施例中的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定的方法的示意性流程图;Figure 1 is a schematic flow chart of a method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in an oral panoramic radiograph executed by a computer in one embodiment of the present application;
图2A为本申请一个实施例中的用于对口腔全景片中的恒牙和乳牙进行分割和牙号确定的计算机程序的一个界面所展示的一个例子中的口腔全景片;Figure 2A is an example of an oral panoramic radiograph showing an interface of a computer program for segmenting permanent teeth and deciduous teeth and determining tooth numbers in an oral panoramic radiograph according to an embodiment of the present application;
图2B为所述计算机程序的一个界面所展示的目标检测网络自图2A所示口腔全景片裁剪出的牙齿区域图像;Figure 2B is an image of the tooth region cropped from the oral panorama shown in Figure 2A by the target detection network displayed on an interface of the computer program;
图2C为所述计算机程序的一个界面所展示的图2B所示的牙齿区域图像经方向检测网络矫正方向后得到的牙齿区域图像;以及Figure 2C is an interface of the computer program showing the tooth area image shown in Figure 2B obtained after the direction is corrected by the direction detection network; and
图3为所述计算机程序的一个界面所展示的一个例子中的一颗乳牙和与之相邻的三颗恒牙之间的关系。Figure 3 is an example of the relationship between a deciduous tooth and three adjacent permanent teeth shown in an interface of the computer program.
具体实施方式Detailed ways
以下的详细描述中引用了构成本说明书一部分的附图。说明书和附图所提及的示意性实施方式仅仅出于是说明性之目的,并非意图限制本申请的保护范围。在本申请的启示下,本领域技术人员能够理解,可以采用许多其他实施方式,并且可以对所描述实施方式做出各种改变,而不背离本申请的主旨和保护范围。应当理解的是,在此说明并图示的本申请的各个方面可以按照很多不同的配置来布置、替换、组合、分离和设计,这些不同配置都在本申请的保护范围之内。The following detailed description refers to the accompanying drawings which form a part of this specification. The illustrative embodiments mentioned in the description and drawings are for illustrative purposes only and are not intended to limit the scope of the present application. Inspired by this application, those skilled in the art will understand that many other embodiments may be adopted, and various changes may be made to the described embodiments without departing from the gist and protection scope of this application. It should be understood that the various aspects of the present application described and illustrated herein can be arranged, replaced, combined, separated and designed in many different configurations, and that these different configurations are within the scope of the present application.
本申请的一方面提供了一种计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法。One aspect of the present application provides a computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic radiographs.
请参图1,为本申请一个实施例中的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法100的示意性流程图。 Please refer to FIG. 1 , which is a schematic flow chart of a computer-executed method 100 for segmenting permanent teeth and deciduous teeth and determining tooth numbers in an oral panoramic radiograph in one embodiment of the present application.
在一个实施例中,所述计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法100由计算机执行。相应地,本申请又一方面提供了一种用于对口腔全景片中的恒牙和乳牙进行分割和牙号确定的计算机系统,其包括存储装置和处理器,所述存储装置存储有一计算机程序,当其被所述处理器执行后,将执行所述口腔全景片中恒牙和乳牙的分割和牙号确定方法100。In one embodiment, the computer-executed method 100 for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic radiographs is executed by a computer. Accordingly, another aspect of the present application provides a computer system for segmenting permanent teeth and deciduous teeth in oral panoramic films and determining tooth numbers, which includes a storage device and a processor, and the storage device stores a computer program. , when executed by the processor, the method 100 for segmenting permanent teeth and deciduous teeth and determining tooth numbers in the oral panoramic radiograph will be executed.
在101中,获取待处理的口腔全景片。In 101, the oral panoramic radiograph to be processed is obtained.
通常,口腔全景片可以利用牙科全景X光机拍摄获得。Usually, oral panoramic pictures can be taken using a dental panoramic X-ray machine.
本申请的口腔全景片中恒牙和乳牙的分割和牙号确定方法100不仅能够处理原始的口腔全景片,还能够处理翻拍的口腔全景片,例如,利用只能移动电话翻拍纸质口腔全景片得到的图片。The method 100 of the present application for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic pictures can not only process original oral panoramic pictures, but also can process duplicated oral panoramic pictures, for example, using a mobile phone to remake paper oral panoramic pictures. Get the picture.
请参图2A,为本申请一个实施例中的用于对口腔全景片中的恒牙和乳牙进行分割和牙号确定的计算机程序的一个界面所展示的一个例子中的口腔全景片。Please refer to FIG. 2A , which shows an example of an interface of a computer program for segmenting permanent teeth and deciduous teeth and determining tooth numbers in an oral panoramic photograph according to an embodiment of the present application.
在103中,自所述口腔全景片裁剪出牙齿区域图像。In 103, a tooth region image is cropped from the oral panorama.
在一个实施例中,可以利用深度神经网络对口腔全景片中的牙齿进行分割和牙号确定,以下将该深度神经网络称为分割网络。由于牙齿只位于口腔全景片的部分区域,以下将该区域称为牙齿区域,为了利于牙齿分割网络的训练,同时提高分割准确性,可以自口腔全景片中裁剪出牙齿区域,基于裁剪出的牙齿区域图像进行牙齿分割。In one embodiment, a deep neural network can be used to segment the teeth in the oral panoramic photo and determine the tooth number. Hereinafter, the deep neural network is called a segmentation network. Since the teeth are only located in part of the oral panorama, this area will be called the tooth area below. In order to facilitate the training of the tooth segmentation network and improve the segmentation accuracy, the tooth area can be cropped from the oral panorama. Based on the cropped teeth Regional images for tooth segmentation.
在一个实施例中,可以利用经训练的深度神经网络检测口腔全景片中的牙齿区域,以下将该深度神经网络称为目标检测网络。在一个实施例中,所述目标检测网络可以采用yolov3网络,可以理解,除了yolov3网络之外,所述目标检测网络也可以采用任何其他适用的深度神经网络,例如,Faster RCNN等。In one embodiment, a trained deep neural network can be used to detect the tooth region in the oral panorama. The deep neural network is hereinafter referred to as an object detection network. In one embodiment, the target detection network can use the yolov3 network. It can be understood that in addition to the yolov3 network, the target detection network can also use any other applicable deep neural network, such as Faster RCNN, etc.
请参图2B,为所述计算机程序的一个界面所展示的所述目标检测网络自图2A所示口腔全景片裁剪出的牙齿区域图像。 Please refer to FIG. 2B , which shows an image of the tooth region cropped from the oral panorama shown in FIG. 2A by the target detection network displayed on an interface of the computer program.
可以理解,虽然基于牙齿区域图像进行牙齿分割在网络训练和分割准确性方面具有优势,但直接基于原始的口腔全景片进行牙齿分割也是可行的,因此,在又一实施例中,可以采用该方案。It can be understood that although tooth segmentation based on tooth region images has advantages in network training and segmentation accuracy, it is also feasible to directly segment teeth based on the original oral panorama. Therefore, in another embodiment, this solution can be used .
在105中,检测并矫正所述牙齿区域图像的方向。In 105, the direction of the tooth region image is detected and corrected.
在一个实施例中,可以用预定朝向(例如,上颌牙齿在上方,下颌牙齿在下方)的牙齿区域图像训练所述分割网络,那么,在利用所述经训练的分割网络对牙齿区域图像进行分割时,为了保障分割和分类的准确性,可以矫正输入的牙齿区域图像的方向使之与所述预定朝向一致。In one embodiment, the segmentation network can be trained with a tooth region image in a predetermined orientation (for example, the maxillary teeth are above and the mandibular teeth are below). Then, the trained segmentation network is used to segment the tooth region image. In order to ensure the accuracy of segmentation and classification, the direction of the input tooth region image can be corrected to make it consistent with the predetermined direction.
在一个实施例中,可以利用经训练的深度神经网络检测牙齿区域图像的方向,并基于该检测的结果把牙齿区域图像矫正到所述预定朝向,以下将该深度神经网络称为方向检测网络。在一个实施例中,所述方向检测网络可以采用ResNet网络,可以理解,除了ResNet网络之外,所述方向检测网络也可以采用任何其他适用的深度神经网络,例如,EfficientNet等。In one embodiment, a trained deep neural network can be used to detect the direction of the tooth region image, and correct the tooth region image to the predetermined orientation based on the detection result. The deep neural network is hereinafter referred to as a direction detection network. In one embodiment, the direction detection network can use a ResNet network. It can be understood that in addition to the ResNet network, the direction detection network can also use any other applicable deep neural network, such as EfficientNet, etc.
在一个实施例中,所述预定朝向可以是上颌牙齿位于下颌牙齿上方,图2B所示的牙齿区域图像的方向是上颌牙齿位于下颌牙齿右方,需要将其沿逆时针方向旋转90度以使之与所述预定朝向相符。In one embodiment, the predetermined orientation may be that the maxillary teeth are located above the mandibular teeth. The direction of the tooth area image shown in Figure 2B is that the maxillary teeth are located to the right of the mandibular teeth. It needs to be rotated 90 degrees in the counterclockwise direction to make the It is consistent with the predetermined orientation.
请参图2C,为所述计算机程序的一个界面所展示的图2B所示的牙齿区域图像经所述方向检测网络调整方向后的情况。Please refer to FIG. 2C , which shows an interface of the computer program showing the tooth region image shown in FIG. 2B after the direction is adjusted by the direction detection network.
在本申请的启示下,可以理解,牙齿区域图像裁剪和方向矫正的顺序可以相互调换,即先对所述口腔全景片进行方向检测和矫正,再自经矫正方向的口腔全景片中裁剪出所述口腔区域图像。Under the inspiration of this application, it can be understood that the order of clipping and direction correction of the dental region image can be interchanged, that is, first perform direction detection and correction on the oral panoramic picture, and then crop out the corrected direction from the oral panoramic picture. Image of the oral cavity area.
在107中,对所述经矫正方向的牙齿区域图像进行分割和分类。In 107, the corrected-oriented tooth region image is segmented and classified.
在一个实施例中,可以利用经训练的深度神经网络对牙齿区域图像中的牙齿进行分割和分类,以下将该深度神经网络称为分割网络。在一个实施例中,所述分割网络可以采用Mask R-CNN网络,可以理解,除了Mask R-CNN网络之外, 所述分割网络也可以采用任何其他适用的深度神经网络,例如,PointRend等。In one embodiment, a trained deep neural network can be used to segment and classify teeth in the tooth region image, which is hereinafter referred to as a segmentation network. In one embodiment, the segmentation network can use Mask R-CNN network. It can be understood that in addition to Mask R-CNN network, The segmentation network can also adopt any other suitable deep neural network, such as PointRend, etc.
牙齿包括恒牙和乳牙,其中恒牙共32颗,乳牙20颗。在一个实施例中,可以按下表1对恒牙和乳牙进行编号。由于乳牙发育情况较为复杂,利用深度神经网络直接确定其牙号确定难度较高。考虑到乳牙和恒牙的对应关系,在一个实施例中,可以根据与乳牙相邻的恒牙牙号来推理乳牙牙号。比如,如果一个乳牙离恒牙11最近,根据下表1可以推理出该乳牙牙号为51。
Teeth include permanent teeth and deciduous teeth, of which there are 32 permanent teeth and 20 deciduous teeth. In one embodiment, permanent and deciduous teeth may be numbered as shown in Table 1. Due to the complexity of the development of deciduous teeth, it is difficult to directly determine the tooth number using a deep neural network. Considering the corresponding relationship between deciduous teeth and permanent teeth, in one embodiment, the deciduous tooth tooth number can be inferred based on the permanent tooth number adjacent to the deciduous tooth. For example, if a deciduous tooth is closest to permanent tooth 11, it can be deduced from Table 1 below that the deciduous tooth number is 51.
表1Table 1
相应地,所述分割网络将检测到的牙齿按33个类别进行分类,其中,32个类别分别对应32个恒牙编号,所有乳牙作为1个类别。分割实质上是在检测牙齿位置的同时做分割,并确定牙齿的类别,可以将其称为实例分割。所述分割网络输出检测到的所有牙齿及其对应的分割图与类别。Correspondingly, the segmentation network classifies the detected teeth into 33 categories, where 32 categories correspond to 32 permanent tooth numbers, and all deciduous teeth are regarded as one category. Segmentation is essentially segmentation while detecting the position of the teeth and determining the category of the teeth. This can be called instance segmentation. The segmentation network outputs all detected teeth and their corresponding segmentation maps and categories.
在109中,基于与乳牙相邻的恒牙牙号确定乳牙牙号。In 109, the tooth number of the deciduous tooth is determined based on the tooth number of the permanent tooth adjacent to the deciduous tooth.
在一个实施例中,可以通过以下方法确定乳牙牙号。In one embodiment, the deciduous tooth size can be determined by the following method.
首先,对于一颗乳牙,找到与其最接近的三颗恒牙。在一个实施例中,可以计算该乳牙的质心与所有恒牙的质心之间的距离,基于此,选出与其相邻的三颗恒牙(与该乳牙属于同一牙颌的恒牙)。First, for a baby tooth, find the three closest permanent teeth. In one embodiment, the distance between the center of mass of the deciduous tooth and the centroid of all permanent teeth can be calculated, and based on this, three adjacent permanent teeth (permanent teeth belonging to the same jaw as the deciduous tooth) are selected.
接着,计算所述乳牙的质心与所述三颗相邻恒牙的中轴线之间的距离,将中 轴线距所述乳牙质心距离最近的恒牙作为与所述乳牙相对应的恒牙,并基于该恒牙的牙号确定所述乳牙的牙号。在一个实施例中,可以采用主成分分析方法计算牙齿的中轴线。Next, calculate the distance between the center of mass of the deciduous tooth and the central axis of the three adjacent permanent teeth, and divide the central axis into The permanent tooth whose axis is closest to the mass center of the deciduous tooth is used as the permanent tooth corresponding to the deciduous tooth, and the tooth number of the deciduous tooth is determined based on the tooth number of the permanent tooth. In one embodiment, a principal component analysis method may be used to calculate the central axis of the tooth.
请参图3,为所述计算机程序的一个界面所展示的一个例子中的一颗乳牙和与之相邻的三颗恒牙之间的关系。Please refer to FIG. 3 , which is an example of the relationship between a deciduous tooth and three adjacent permanent teeth shown in an interface of the computer program.
尽管在此公开了本申请的多个方面和实施例,但在本申请的启发下,本申请的其他方面和实施例对于本领域技术人员而言也是显而易见的。在此公开的各个方面和实施例仅用于说明目的,而非限制目的。本申请的保护范围和主旨仅通过后附的权利要求书来确定。Although various aspects and embodiments of the present application are disclosed herein, other aspects and embodiments of the present application will be apparent to those skilled in the art in light of this application. The various aspects and embodiments disclosed herein are for illustrative purposes only and not for purposes of limitation. The scope and spirit of the present application are determined only by the appended claims.
同样,各个图表可以示出所公开的方法和系统的示例性架构或其他配置,其有助于理解可包含在所公开的方法和系统中的特征和功能。要求保护的内容并不限于所示的示例性架构或配置,而所希望的特征可以用各种替代架构和配置来实现。除此之外,对于流程图、功能性描述和方法权利要求,这里所给出的方框顺序不应限于以同样的顺序实施以执行所述功能的各种实施例,除非在上下文中明确指出。Likewise, various diagrams may illustrate exemplary architectures 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. The claims are not limited to the exemplary architectures or configurations shown, as the desirable features may be implemented with various alternative architectures and configurations. Additionally, for flowcharts, functional descriptions, and method claims, the order of blocks presented herein should not be limited to various embodiments implemented in the same order to perform the recited 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 and not restrictive. In some instances, the appearance of expansive words and phrases such as "one or more,""atleast,""but not limited to," or other similar language should not be construed as a context in which such expansive language may not be present. The intention or need indicates a narrowing situation.

Claims (9)

  1. 一种计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法,其包括:A computer-executed method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films, which includes:
    获取口腔全景片;Obtain oral panoramic radiographs;
    利用经训练的第一深度神经网络对所述口腔全景片中的牙齿进行分割和分类,其中,所述分类是将恒牙按各自对应的牙号进行分类,将所有乳牙分为同一个类;以及The trained first deep neural network is used to segment and classify the teeth in the oral panorama, wherein the classification is to classify permanent teeth according to their corresponding tooth numbers and classify all deciduous teeth into the same category; as well as
    对于每一乳牙,基于同牙颌中与之相邻的恒牙牙号确定其牙号。For each deciduous tooth, its tooth number is determined based on the number of the adjacent permanent tooth in the same jaw.
  2. 如权利要求1所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法,其特征在于,它还包括:利用经训练的第二深度神经网络自所述口腔全景片中裁剪出牙齿区域图像,所述分割和分类是基于所述牙齿区域图像进行。The computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films as claimed in claim 1, characterized in that it also includes: using a trained second deep neural network to extract the information from the oral panoramic films. A tooth region image is cropped, and the segmentation and classification are performed based on the tooth region image.
  3. 如权利要求2所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法,其特征在于,所述第二深度神经网络是yolov3。The computer-executed method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films according to claim 2, characterized in that the second deep neural network is yolov3.
  4. 如权利要求2所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法,其特征在于,它还包括:The computer-executed method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films as claimed in claim 2, characterized in that it further includes:
    利用经训练的第三深度神经网络检测所述牙齿区域图像的方向;以及detecting the direction of the tooth region image using a third trained deep neural network; and
    若所述牙齿区域图像的方向与预定的方向不一致,则矫正所述牙齿区域图像的方向,所述分割和分类是基于所述经方向矫正后的牙齿区域图像进行。If the direction of the tooth area image is inconsistent with the predetermined direction, the direction of the tooth area image is corrected, and the segmentation and classification are performed based on the direction-corrected tooth area image.
  5. 如权利要求4所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法,其特征在于,所述第三深度神经网络是ResNet。The computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films according to claim 4, wherein the third deep neural network is ResNet.
  6. 如权利要求1所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法,其特征在于,它还包括:The computer-executed method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films as claimed in claim 1, characterized in that it also includes:
    对于每一乳牙,找到同牙颌中与之相邻的三颗恒牙;以及For each deciduous tooth, locate the three adjacent permanent teeth in the same jaw; and
    基于中轴线与所述乳牙的质心距离最近的恒牙的牙号确定所述乳牙的牙号。 The tooth number of the deciduous tooth is determined based on the tooth number of the permanent tooth whose central axis is closest to the center of mass of the deciduous tooth.
  7. 如权利要求6所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法,其特征在于,与所述乳牙相邻的所述三颗恒牙是质心与所述乳牙质心距离最近的三颗恒牙。The computer-executed segmentation and tooth number determination method of permanent teeth and deciduous teeth in oral panoramic films as claimed in claim 6, characterized in that the three permanent teeth adjacent to the deciduous teeth have a center of mass equal to the centroid of the deciduous teeth. The three closest permanent teeth.
  8. 如权利要求6所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法,其特征在于,所述恒牙的中轴线是以主成分分析法计算得到。The computer-executed method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films as claimed in claim 6, characterized in that the central axis of the permanent teeth is calculated using principal component analysis.
  9. 如权利要求1所述的计算机执行的口腔全景片中恒牙和乳牙的分割和牙号确定方法,其特征在于,所述第一深度神经网络是Mask R-CNN网络。 The computer-implemented method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in oral panoramic films as claimed in claim 1, wherein the first deep neural network is a Mask R-CNN network.
PCT/CN2023/097791 2022-06-20 2023-06-01 Method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in panoramic dental radiograph WO2023246462A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210696498.4A CN117788355A (en) 2022-06-20 2022-06-20 Method for dividing constant teeth and deciduous teeth in full-view oral cavity film and determining tooth number
CN202210696498.4 2022-06-20

Publications (1)

Publication Number Publication Date
WO2023246462A1 true WO2023246462A1 (en) 2023-12-28

Family

ID=89379135

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/097791 WO2023246462A1 (en) 2022-06-20 2023-06-01 Method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in panoramic dental radiograph

Country Status (2)

Country Link
CN (1) CN117788355A (en)
WO (1) WO2023246462A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117918871A (en) * 2024-03-25 2024-04-26 锦恒科技(大连)有限公司 Method and system for predicting growth of deciduous teeth of children

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109949319A (en) * 2019-03-12 2019-06-28 北京羽医甘蓝信息技术有限公司 The method and apparatus of whole scenery piece permanent teeth identification based on deep learning
CN110769777A (en) * 2017-06-16 2020-02-07 阿莱恩技术有限公司 Automatic detection of tooth type and eruption status
US20200085548A1 (en) * 2017-03-16 2020-03-19 Delphine Reynard Method for Virtual Setup with Mixed Dentition
CN114004970A (en) * 2021-11-09 2022-02-01 粟海信息科技(苏州)有限公司 Tooth area detection method, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200085548A1 (en) * 2017-03-16 2020-03-19 Delphine Reynard Method for Virtual Setup with Mixed Dentition
CN110769777A (en) * 2017-06-16 2020-02-07 阿莱恩技术有限公司 Automatic detection of tooth type and eruption status
CN109949319A (en) * 2019-03-12 2019-06-28 北京羽医甘蓝信息技术有限公司 The method and apparatus of whole scenery piece permanent teeth identification based on deep learning
CN114004970A (en) * 2021-11-09 2022-02-01 粟海信息科技(苏州)有限公司 Tooth area detection method, device, equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117918871A (en) * 2024-03-25 2024-04-26 锦恒科技(大连)有限公司 Method and system for predicting growth of deciduous teeth of children

Also Published As

Publication number Publication date
CN117788355A (en) 2024-03-29

Similar Documents

Publication Publication Date Title
US10984529B2 (en) Systems and methods for automated medical image annotation
US11676701B2 (en) Systems and methods for automated medical image analysis
US11348237B2 (en) Artificial intelligence architecture for identification of periodontal features
AU2020342539A1 (en) Automated medical image annotation and analysis
JP5859542B2 (en) Method for generating an image from a three-dimensional volume
McKenna et al. A method of matching skulls with photographic portraits using landmarks and measurements of the dentition
WO2023246462A1 (en) Method for segmenting permanent teeth and deciduous teeth and determining tooth numbers in panoramic dental radiograph
US20210357688A1 (en) Artificial Intelligence System For Automated Extraction And Processing Of Dental Claim Forms
Reesu et al. Forensic dental identification using two-dimensional photographs of a smile and three-dimensional dental models: a 2D-3D superimposition method
Ding et al. Detection of dental caries in oral photographs taken by mobile phones based on the YOLOv3 algorithm
Chen et al. Missing teeth and restoration detection using dental panoramic radiography based on transfer learning with CNNs
CN115797730B (en) Model training method and device and head shadow measurement key point positioning method and device
Reesu et al. Automated Identification from Dental Data (AutoIDD): A new development in digital forensics
Jeon et al. Performance comparison of three deep learning models for impacted mesiodens detection on periapical radiographs
KR102372962B1 (en) Method Of Determinating Cephalometric Prameters For Orthodontic Diagnosis From Three Dimensional CBCT Images Taken In Natural Head Position Based On Machine Learning
US20220378548A1 (en) Method for generating a dental image
Lang et al. DLLNet: an attention-based deep learning method for dental landmark localization on high-resolution 3D digital dental models
Jaiswal et al. Reliability of photogrammetric landmarks to the conventional cephalogram for analyzing soft-tissue landmarks in orthodontics
WO2022174747A1 (en) Method for segmenting computed tomography image of teeth
US11263788B2 (en) Apparatus and method for superimposing teeth data image onto face image
WO2023246463A1 (en) Oral panoramic radiograph segmentation method
Moshkelgosha et al. Software designation to assess the proximity of different facial anatomic landmarks to midlines of the mouth and face
KR20200088978A (en) Method and apparatus for fmx automatic construction
Yang et al. External Validation of the Effect of the Combined Use of Object Detection for the Classification of the C-Shaped Canal Configuration of the Mandibular Second Molar in Panoramic Radiographs: A Multicenter Study
JP2007185429A (en) Image reproducing device and program

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

Country of ref document: EP

Kind code of ref document: A1