This application claims priority to and the benefit of Korean Patent Application No. 10-2022-0035147, filed on Mar. 22, 2022, the disclosure of which is incorporated herein by reference in its entirety.
The present invention relates to a system and method for automatically measuring spinal parameters, and more particularly, to a system and method for measuring spinal parameters using artificial intelligence (AI)-based point detection.
In general, a medical imaging apparatus is equipment for acquiring an image of an internal structure of a target object. Such a medical imaging apparatus is a non-invasive examination device that is used without causing pain to the human body, and in which structural details within the body, internal tissues, flows of fluids, etc. are imaged, processed, and then shown to a medical worker. Medical workers may diagnose health conditions and diseases of patients using medical images output from medical imaging apparatuses.
Medical imaging apparatuses include magnetic resonance imaging (MRI) equipment for providing magnetic resonance images, computed tomography (CT) equipment, X-ray equipment, ultrasound diagnostic equipment, etc. Medical images acquired from such medical imaging apparatuses may be used for diagnosing diseases.
Meanwhile, in diagnosis based on medical images, a measurement process may be very important for diagnosing various lesions and also determining the stage of disease progression. Here, reference points, such as anatomical landmarks, may be important for accurate and highly reproducible measurement, particularly in measurement based on two-dimensional (2D) planar medical images. However, anatomical landmarks may be present at different positions in different subjects to be diagnosed, and may be determined differently according to external factors such as the posture of the subject and the skill level of the medical worker. For this reason, measurement based on medical images, particularly, measurement based on 2D planar medical images, may show low accuracy and reproducibility. Here, inaccurate measurement values may degrade the reliability of the diagnosis of a disease and the evaluation results of disease progression.
Particularly, spinal diseases, such as scoliosis, may be diagnosed by measuring the Cobb angle which is an angle of curvature through CT, MRI, and X-ray imaging. However, inter-observer and intra-observer reproducibility of measurement is low because there is a high possibility that the subjectivity of the medical worker making the diagnosis is involved. Due to the low reproducibility, scoliosis is determined to have worsened when the Cobb angle increases by 5° or more. However, when the reproducibility is ensured, it is possible to interpret a smaller increase than that as progression of the disease. Therefore, ensuring reproducibility through explainable automation is very important.
Korean Patent Publication No. 10-2021-0127849 (“System and method for determining severity of ankylosing spondylitis using spinal imaging based on artificial intelligence,” published on Oct. 25, 2021) discloses a configuration for generating a trained learning model by training a learning model with scores of corners in spine images, checking the score of each corner in an image using the trained model, and adding up the scores.
However, such a method according to the related art has a disadvantage in that it is difficult to analyze the overall shape of the spine and determine the cause of a spinal disease accordingly.
The present invention is directed to providing a system and method for automatically measuring spinal parameters which enable a user to check the overall shape of a spine.
The present invention is also directed to providing a system and method for automatically measuring spinal parameters which enable a user to check an accurate spinal condition by setting various observation points and detecting a relative angle of each point.
According to an aspect of the present invention, there is provided a system for automatically measuring spinal parameters, the system including an image acquisitor configured to acquire an overall image of a spine and a parameter extractor configured to generate a learning model for extracting designated points from various spinal images and detecting relationships between the extracted points as angles, search for the designated points in the overall spinal image of the image acquisitor using the generated learning model, and check angular relationships between the points.
The image acquisitor may be provided as at least one image acquisitor, and the image acquisitor may provide a captured image through a network to the parameter extractor.
The parameter extractor may measure pelvic incidence, pelvic tilt, sacral slope, lumbar lordosis, L4S1 lordosis, thoracic kyphosis, and T1 pelvic angles using the angular relationships between the extracted points.
According to another aspect of the present invention, there is provided a method of automatically measuring spinal parameters by a computing device including a processor, the method including operation a) classifying various spinal images into training data and test data and performing training with the training data to generate a learning model, operation b) extracting designated points from an input overall spinal image, and operation c) extracting parameters using angular relationships between the points.
The above and other objects, features and advantages of the present invention will become more apparent to those of ordinary skill in the art by describing exemplary embodiments thereof in detail with reference to the accompanying drawings, in which:
Hereinafter, a system and method for automatically measuring spinal parameters according to exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
Exemplary embodiments of the present invention are provided to describe the present invention more completely to those of ordinary skill in the art. The exemplary embodiments disclosed herein may be modified into several other forms, and the present invention is not limited thereto. Rather, these embodiments are provided to make the present invention through and complete and fully convey the spirit of the present invention to those of the ordinary skill in the art.
Terminology used in this specification is for the purpose of describing exemplary embodiments and is not intended to limit the present invention. As used herein, a singular expression may include a plural expression unless the context clearly indicates to the contrary. As used herein, the terms “comprise” and/or “comprising” specify the existence of stated shapes, numerals, steps, operations, members, elements, and/or a group thereof and do not exclude the existence or addition of one or more other shapes, numerals, steps, operations, members, elements, and/or a group thereof. As used herein, the term “and/or” includes any and all combinations of one or more associated listed items.
In this specification, terms such as “first,” “second,” etc. may be used to describe various members, areas, and/or parts, but the members, areas, and or parts are not limited by the terms. Also, the terms do not denote a specific order, vertical relationship, or superiority and are only used for the purpose of distinguishing one member, area, or part from another member, area, or part. Therefore, a first member, area, or part to be described below may be named a second member, area, or part without departing from the present invention.
The exemplary embodiments of the present invention will be described below with reference to the drawings which schematically show the exemplary embodiments of the present invention. In the drawings, modifications of shown shapes may be expected depending on, for example, the manufacturing technology and/or tolerance. Therefore, embodiments of the present invention should not be interpreted as being limited to specific shapes of areas illustrated herein and should include, for example, changes in the shapes caused by manufacturing.
Referring to
Operations of the system of the present invention configured as described above will be described in further detail below.
First, the image acquisitor 10 is a device which images an X-ray image of a patient. There may be a plurality of image acquisitors 10 as necessary, and images captured by the plurality of image acquisitors 10 may be provided to the parameter extractor 20.
Image data may be provided as the images from the image acquisitors 10 to the parameter extractor 20 through a network.
The network may be a wired or wireless network.
The wired or wireless network may be a local network, such as an intrahospital network or the like, or a wide area network with no areal limitation.
As a network configuration, any known data transmission network may be used.
The parameter extractor 20 includes a network adapter for receiving image data from the image acquisitor 10 and a storage device for storing the image data.
The parameter extractor 20 may include a processor which generates and executes the learning model for detecting designated positions (points) in a spinal image and detecting relationships between the points as angles, and a display which displays detection results.
In other words, the parameter extractor 20 may be a computing device such as a computer or the like.
The parameter extractor 20 may employ a U-Net which is an end-to-end fully convolutional network proposed for the purpose of image processing (particularly, segmentation) in the biomedical field.
To generate a learning model using the U-Net, 1,000 pieces of training data and 200 pieces of test data are used in the present invention. To this end, 1,200 spinal images are used in total.
Point detection is an operation of detecting major corner coordinates of a spine according to results obtained by learning spinal images. The parameter extractor 20 detects points according to the learning model using differences with surrounding pixels and the like.
Referring to
Each of the 15 points may be displayed with a given number. 1 and 2 indicate femur head centers, and 3 indicates the center point of 1 and 2.
4 is an S1 endplate anterior point, 5 is an S1 endplate posterior point, 6 is an L1 upper endplate anterior point, and 7 is an L1 upper endplate posterior point.
8 is an L4 upper endplate anterior point, and 9 is an L4 upper endplate posterior point.
10 is a T4 upper endplate anterior point, and 11 is a T4 upper endplate posterior point.
Also, 12 is a T12 lower endplate anterior point, 13 is a T12 lower endplate posterior point, 14 is a T1 vertebra center point, and 15 is an S1 endplate center point.
The signs S1, L1, T4, etc. are, as is known, symbols according to the position in the spine.
S1 indicates the first sacral vertebra, L1 indicates the first lumbar vertebra, L4 indicates the fourth lumbar vertebra, T4 indicates the fourth thoracic vertebra, and T12 indicates the twelfth thoracic vertebra.
The parameter extractor 20 extracts various parameters using the extracted 15 points.
As a result of evaluating the above-described learning model generation, it is found that each point may have an error distance.
Results of checking error distances are shown in Table 1.
Error distances in the above table may be reduced according to the amount of training data and the number of times that the training is performed.
In this case, the previously detected points may be means for extracting pelvic incidence, pelvic tilt, sacral slope, lumbar lordosis, L4A1 lordosis, thoracic kyphosis, and T1 pelvic angles.
This will be described in further detail below.
The parameter extractor 20 detects points and then determines a line segment c that connects the points 3 and 15.
Also, the parameter extractor 20 determines a virtual line segment b orthogonal to a line segment a passing through the points 4, 15, and 5 and then extracts an angular parameter of pelvic incidence by detecting the angle between the line segments b and c.
There is a normal range of pelvic incidence angle. When a pelvic incidence angle deviates from the normal range, this may be determined to be abnormal.
The detected angle may have an error angle according to the error distances defined in Table 1 above. Examples of error angles are shown in Table 2 below.
Such error angles may be further reduced with accumulation of data and an increase in the number of times that the training is performed. Therefore, according to the present invention, it is possible to detect a more accurate angle than in a method according to the related art.
Referring back to
Also, an acute angle between the line segment a and a line segment d is a sacral slope.
After that, as shown in
Referring to
Also, referring to
Finally, referring to
As described above, with the present invention, it is possible to learn images, detect points having specific location coordinates, and extract accurate parameters using angular relationships between the points.
According to the present invention, it is possible to detect specific points of a spine in an overall spinal image using AI, check an accurate overall spine shape using relationships between the points, and make a diagnosis.
It is apparent to those of ordinary skill in the art that the present invention is not limited to the above embodiments and can be implemented in various modified or altered forms without departing from the technical scope of the present invention.
Number | Date | Country | Kind |
---|---|---|---|
10-2022-0035147 | Mar 2022 | KR | national |