Abstract

The aim of this study was to explore the application effect of thoracic computerized tomography (CT) under single threshold segmentation algorithm in the diagnosis of heart failure (HF) complicated with sleep apnea syndrome. 30 patients diagnosed with HF complicated with sleep apnea syndrome were chosen for the research. Another 30 patients without sleep apnea syndrome were selected as the control group, whose age, height, and weight were similar to those of the experimental group. Then, a model for thoracic CT image segmentation was proposed under the single threshold segmentation algorithm, and the faster region convolutional neural network (Faster RCNN) was applied to label the thoracic respiratory lesions. All the patients underwent thoracic CT examination, and the obtained images were processed using the algorithm model above. After that, the morphology of the patient’s respiratory tract after treatment was observed. The results suggested that the improved single threshold segmentation algorithm was effective for the image segmentation of patient lesions, and the Faster RCNN could effectively finish the labeling of the lesion area in the CT image. The classification accuracy of the Faster RCNN was about 0.966, and the loss value was about 0.092. With CT scanning under the algorithm, it was found that the airway collapse of the posterior palatal area, retrolingual area, and laryngopharyngeal area of the sleep apnea syndrome patients was significantly greater than that of the control group (). But there was no significant difference of the collapse of the nasopharyngeal area between the two groups (). The single threshold segmentation algorithm had a better segmentation accuracy for thoracic CT images in patients with HF and sleep apnea syndrome, so it had a highly promising application prospect in the diagnosis of the disease.

1. Introduction

Obstructive sleep apnea (OSA) is a sleep-related breathing disorder that has a big impact on cardiovascular function. It is related to high blood pressure, coronary artery disease, arrhythmia, sudden cardiac death, and heart failure (HF), among which the HF affects about 23 million people in the world and about 5.8 million people in the United States, with a huge medical burden. In the United States, the incidence and prevalence rate of HF are increasing [13]. Mainly because of the aging of the population and the gradual extension of the HF patients’ survival time through innovative therapies, the number of patients with HF is rising gradually. One of the factors for HF is just OSA. Compared with the ordinary population, the HF patients with reduced ejection fraction (HFrEF) or preserved ejection fraction (HFpEF) are more likely to have an onset of OSA. Therefore, there is some relationship between OSA and HF, and such a relationship has a great research significance pathophysiologically and clinically [4, 5]. Sleep apnea is characterized by partial or complete cessation of breathing during night sleep, leading to repeated awakening, oxygenated hemoglobin desaturation, and daytime sleepiness [68]. Apnea is defined as a complete stoppage of air flow for longer than 10 seconds or a hypopnea, which is the airflow partial cessation with 50% to 90% reduction in airflow for longer than 10 seconds, accompanied by a decrease in oxygen saturation (SaO2) by over 3% [9, 10]. According to the average prevalence rate, it is estimated that one in five adults has mild OSA, and one in fifteen adults has moderate OSA at least.

HF complicated with OSA is generally performed by computerized tomography (CT) examination. In recent years, artificial intelligence technology has been used in the segmentation of medical CT images, which greatly improves the segmentation effect of the lesion area [11]. The fully connected layer in the traditional convolutional neural network is optimized into a convolutional layer under the full convolutional neural network (FCNN), by which the complexity of the calculation is reduced and the segmentation efficiency is improved. Compared with the FCNN model, the single threshold segmentation algorithm can achieve a higher segmentation accuracy and is not limited by the input sample size [12, 13]. As the deep learning technology is applied for medical image processing and detection of lesions in images, the workload of manual processing can be reduced, and the issues such as poor diagnosis of subjective differences can be dealt with better.

Therefore, the model under deep learning was proposed in this research for the CT image analysis of OSA, and then, the diagnostic accuracy was compared with different diagnostic methods. Thus, a reference could be offered for improving the clinical diagnosis and treatment effects of patients with OSA.

2. Research Objects

Thirty patients who were diagnosed with sleep apnea syndrome in hospital were selected in the test group. They were monitored by night polysomnography (NPSG) and then were diagnosed. There were 24 males and 6 females in the group. They were 25-62 years old, with an average age of years old. Another 30 patients without sleep apnea syndrome were also selected as the control group, in which the age, height, and weight were similar to those of patients in the test group. All the patients have signed the informed consents, and all the researches have been approved by the ethics committee of the hospital.

Those who meet the diagnostic criteria for sleep apnea syndrome were included in the study, without craniofacial deformity, respiratory central diseases, and other malignant tumors. They agreed and accepted to be the participants in the study.

The exclusion criteria were described as follows. Those with incomplete imaging data, and who were unable to cooperate in the whole course of imaging examination, were out of the study.

3. Methodology

3.1. CT Examination

The whole-body low-dose CT examination was used. The scanning range was set from the top of the nasopharynx to below the glottis, the layer thickness was fixed as 5 mm, and the layer spacing was 2.5 mm. During the CT examination, all patients underwent the continuous upper airway scanning under four time phases, in the calm breathing, deep end inspiration, deep end expiration, and deep end inspiration with nose and mouth closed (Muller action). The patients lay supine with the head and neck stretched in the middle position. The raw image data was input to the workstation for postprocessing and measurement of various indexes. All the data were obtained by blind measurement. The thoracic CT scanning was also carried out. The image of upper airway was divided into 3 parts by the horizontalis of hard palate and the upper edge of epiglottis, including that of the nasopharyngeal area, oropharyngeal area, and laryngopharyngeal area. The nasopharyngeal area was from the nasopharyngeal dome to the horizontalis of hard palate, the oropharyngeal area was from the hard palate horizontalis to the upper edge of epiglottis, and the laryngopharyngeal area was from the upper edge of epiglottis to the upper edge of hyoid bone. Then, the oropharyngeal area was further divided into the posterior palatal area (the horizontalis of hard palate to the lower end of soft palate) and the retrolingual area (the lower end of soft palate to the upper edge of epiglottis). The images of upper airway were reconstructed in transverse, sagittal, and coronal planes, and the cross-sectional area of the nasopharynx, oropharynx, and laryngopharyngeal, the length and thickness of the soft palate were measured. From the above measured data, the airway collapse degree was calculated. In this study, the airway collapse . At the same time, the internal surface of the airway was observed through a virtual endoscope.

3.2. CT Image Segmentation under Single Threshold Segmentation Algorithm

The single threshold segmentation algorithm was applied for the segmentation of the thoracic CT images. The following two main steps were included in this algorithm segmentation. Firstly, the threshold that needed to be segmented was determined and compared with the CT pixel value in the image; then, the pixels were divided. The calculation and selection of the segmentation threshold were the most important steps of the algorithm, and the iterative threshold method was used for it. The calculation steps of the iterative threshold were as follows.

Firstly, the maximum gray value and minimum gray value ( and ) of the raw thoracic CT image were worked out, and the average gray range was calculated via

Then, according to the average value , the gray average and of the foreground and background of the raw CT image were computed with

In the equations, represented there were a total of gray levels, represented the number of pixels with a gray value of , and represented the threshold value in the -th iteration.

When , at this time the iteration had a convergence to the stable threshold . At the moment, the iteration was ended, and the final threshold value was taken as the segmentation threshold. Equation (4) was obtained at the same time.

However, it was found that, in the use the threshold segmentation algorithm, the raw CT image would be interfered by the peripheral background during segmentation, which resulted in a poor segmentation effect. Therefore, the erosion was utilized to erode the boundary area of the foreground pixels so that a more complete segmentation was achieved. The erosion is shown in Figure 1 in detail.

3.3. Thoracic CT Examination under Faster Region Convolutional Neural Network

For the intelligent detection of thoracic CT respiratory morphology with algorithms, faster region convolutional neural network (Faster RCNN) was introduced to detect the lesion area. The Faster RCNN mainly consisted of two parts, the region proposal network (RPN) and the region convolutional neural network (RCNN) [14]. The network classification model was used to extract the feature map, and then, the area of interest was generated and the pooling operation was carried out through the RPN. Each area of feature map of a specific size was extracted, and finally, the feature map was classified and given the probability value corresponding to the target category in the RCNN.

Then, the basic model of Visual Geometry Group (VGG) was applied for the extraction of the feature map. The convolution kernel sizes of some convolutional layers in the VGG model were and , respectively. The activation function was a softmax function, and the reshape operation was carried out before and after the functional operation, so as to improve the classification effect.

The samples were input into the value model for training. The loss function of the model consisted of the RPN and the detector, but loss function was composed of a classification loss and a regression loss function. The mathematical expression was as

In Equation (5), was the probability of the target region in the prediction box, while was the multiclass label in softmax regression.

The mathematical expressions of classification loss and regression loss were expressed as

In the above two equations, represented the smooth function, and was the offset of the prediction box during RPN training; and had the same dimension.

With the iteration of the loss function, the parameters of the softmax classifier were further optimized and clarified, which made it gain a discriminative function for different training samples.

3.4. Statistical Processing

SPSS 19.0 was used for the statistical analysis. Measurement data conforming to normal distribution were expressed as the , and comparisons between groups were analyzed by independent sample -test. Measurement data that did not conform to normal distribution were expressed by the median value and four-point position representation, and nonparametric rank sum test was used to analyze the differences between groups. Enumeration data was measured by , and the comparison of differences between groups was analyzed by chi-square test. showed the difference was statistically significant.

4. Results

4.1. Segmentation Performance Analysis of Single Threshold Segmentation Algorithm

With the single threshold segmentation algorithm of artificial intelligence, the selected thoracic CT undersampled images were segmented and optimized, and then, the preprocessed thoracic CT images were obtained. The comparison result is shown in Figure 2, as the area inside the box was the range of feature extraction, and the dotted line indicated the feature contour extracted by this algorithm. It could be observed from Figure 2 that, in the unprocessed original thoracic CT images, the interference of irrelevant regions was more obvious, and some structures were blurred. After being processed by a single threshold segmentation algorithm, the CT images with clearer structure were output. In this way, the quality of image segmentation was improved, the amount of subsequent calculations was reduced, and the foundation was formed for the subsequent further segmentation of specific tissues.

4.2. Verification of the Faster RCNN Model

As the Faster RCNN model was trained, it was shown that when the number of training iterations reached 10, the classification accuracy and loss value of the model had been gradually stabilized. The classification accuracy of the Faster RCNN model was about 0.966, and the loss value was about 0.092.

As shown in Figure 3, the trained Faster RCNN was effective to detect the respiratory tract morphology in thoracic CT images. The marked area in Figure 3 was just the lesion location was labeled under the Faster RCNN.

4.3. General Data of the Patients

The baseline information of the patients in the test group and the control group is shown in Table 1. It can be known that the differences between that of patients in two groups were not statistically significant (), in the age, weight, gender, and height. Therefore, the results are comparable.

4.4. Comparison of Cardiopulmonary Function Indexes between Two Groups

The cardiopulmonary function of the patients in the test group and the control group was measured; the indexes measured were compared then. As shown in Figures 4 and 5, the left ventricular end-systolic dimension (LVESD) and left ventricular end-diastolic dimension (LVEDD) of the control group were significantly lower than those of the test group ().

4.5. Comparison of Imaging Results between the Two Groups

The patients in the two groups underwent the CT scanning of their upper airway. It is shown in Figure 6 that the airway collapse of the posterior palatal area, retrolingual area, and laryngopharyngeal area of the sleep apnea syndrome patients was significantly greater than that in the control group (). However, there was no significant difference in the collapse of the nasopharynx between the two groups ().

5. Discussion

OSA is characterized by repeated pharynx collapse during sleep. Patients usually have a narrow, highly compliant pharynx. It easily collapses during sleep when the pharyngeal dilator muscles contract normally, which results in airway narrowing (hypopnea) or obstruction (apnea). Many patients are obese, and fat deposits around the pharynx may be a part of the causes of the narrowing of the pharynx [15]. Relevant evidence shows that the lateral displacement of fluid that accumulates in the legs during the day can lead to edema of the peripharyngeal structure during sleep, which makes the patient very susceptible to OSA.

The mechanical, chemical, neurohumoral, and inflammatory mechanisms caused by OSA are usually harmful to the cardiovascular system. During the onset of mechanical airflow obstruction, attempting to inhale would directly cause excessive drop, hypoxia, and arousal of intrathoracic pressure. A drop of intrathoracic pressure will increase the transmural pressure of the left ventricle, thereby the load is increased. Such a pressure drop will also lead to increased venous return, the right ventricle dilatation as the ventricular septum shift to the left, and a decreased left ventricular filling. The decreased left ventricular filling and increased afterload will cause a decrease of stroke volume at last. Hypoxia, sleep arousal, and significantly repeated increases in systemic blood pressure due to sympathetic nervous activity (SNA) are also brought by OSA [16, 17]. SNA would get a further development by reducing the stroke volume, inhibiting the sympathetic inhibitory effect of lung extension receptors through apnea, or both. When the SNA is strengthened, the increased left ventricular afterload together with increased heart rate will lead to a mismatch between myocardial oxygen supply and demand, which makes patients acutely susceptible to myocardial ischemia and arrhythmia and chronically susceptible to left ventricular hypertrophy, left ventricular enlargement, and HF [18, 19].

For the diagnosis of HF complicated with sleep apnea syndrome, the common clinical method is CT, which has the characteristics like it can be operated simply, economical, and practical. It has a good presentation effect on thoracic diseased tissues and can meet the needs of clinical diagnosis of HF combined with sleep apnea syndrome in general. However, if to improve the efficiency and accuracy of clinical diagnosis further, the resolution of CT images is still a little low, which may cause some details of diseases be ignored. Therefore, it is necessary to improve the quality of CT images. In recent years, the use of artificial intelligence algorithms for processing medical images is a major trend in medical imaging [20]. Threshold segmentation on the basis of intelligent algorithms is the most common method for image segmentation. In a grayscale image under the algorithm in this work, the pixel value in the target area was similar to the adjacent pixel value in the background, and the pixel values of different target areas are different. The region segmentation was then processed according to the peak value of the target region displayed on the histogram [21, 22]. For traditional segmentation algorithms are affected by image noise and other factors, the poor segmentation is produced. The single threshold segmentation model has had an excellent achievement in the segmentation of medical images [23, 24].

In this research, the single threshold segmentation algorithm-based CT technology was applied for diagnosing HF complicated with sleep apnea syndrome. The results suggested that the image quality processed by the single threshold segmentation algorithm was better notably, and the distinctions between lesions and tissues were also highly improved. The single threshold algorithm showed a better segmentation performance compared with the traditional algorithm. In the diagnosis with CT technology under single threshold segmentation algorithm, remarkable differences were shown between the patients and the normal people of the control group. This illustrated that the single threshold segmentation algorithm-based CT technology had a grander application prospect and value in the diagnosis of HF complicated with sleep apnea syndrome.

6. Conclusion

With deep learning technology, the thoracic CT image segmentation and classification were done for the improvement of clinical diagnosis of patients with HF complicated with sleep apnea syndrome. CT technology under the singular threshold segmentation algorithm could segment the lesions well and accurately of HF complicated with sleep apnea syndrome patients. Under the diagnosis with this technology, the imaging characteristics were presented with obvious differences between the patients and normal control population. It was proved that single threshold segmentation algorithm-based CT technology possessed a greater application value as well as prospect in the diagnosis of HF complicated with sleep apnea syndrome.

However, there were still some limitations in this study. Deep learning was applied and studied only for the segmentation and classification of the lesion areas in the patients’ CT image; its application for the evaluation of the patients’ CT image after treatment was not included. Meanwhile, only one imaging diagnosis method was analyzed, and more imaging diagnosis methods and in-depth evaluation of the impact of different indexes on the prognosis of patients needed further researches. In conclusion, the results of this study can offer an effective improvement to the diagnosis of patients with HF and sleep apnea syndrome, guidance for subsequent clinical treatment, and theoretical basis for follow-up researches of imaging examination methods.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare no conflicts of interest.

Authors’ Contributions

Weihong Tian and Jinghua Li contributed equally to this work.