Abstract

Objective. This study aimed to evaluate the improvement and neurological function changes of patients with ischemic stroke in the posterior circulation before and after interventional therapy using magnetic resonance imaging (MRI) under genetic algorithm and compressed sensing algorithm. Methods. Thirty-six patients with posterior circulation ischemia who visited the interventional cerebrovascular disease area were included in this study. The treatment effect was observed through abnormal signal changes in the lesion area on each sequence of MRI images before and after treatment. The National Institutes of Health Stroke Scale (NIHSS) was used for the evaluation of the changes in neurological function. Results. The real data experiment results suggested that the peak signal-to-noise ratio (PSNR) = 39.33 and structure similarity (SSIM) = 0.96 in the algorithm reconstructed image, which showed no significant difference with the simulation experiment results of PSNR = 35.19 and SSIM = 0.96 (). In addition, the stenosis rate after interventional treatment (13.89%) was substantially lower than that before treatment (91.67%) (). Cerebral blood flow (CBF) of the bilateral occipital lobes and cerebellum after six months of treatment was higher than that before treatment (), and the incidence of postoperative restenosis was 11.11% (4/36). Conclusion. The combination of genetic algorithm and compressed sensing algorithm had a good effect on MRI image processing. The posterior circulation ischemia interventional stent implantation can effectively improve the stenosis of the vertebral artery and vertebral basilar artery as well as the cerebral tissue perfusion in the ischemic area, which improved the clinical symptoms substantially and reduced the probability of restenosis.

1. Introduction

Stroke is a common and frequently occurring disease in clinical practice, with a very high rate of disability and mortality, among which ischemic stroke accounts for about 80% [13]. About 20% of ischemic stroke cases are caused by posterior circulation ischemia, namely, cerebral ischemia caused by vertebral-basilar artery stenosis, with a mortality rate of about 70% [4]. Clinically, the most common cause of vertebral-basilar stenosis is atherosclerotic plaque. With the development of interventional therapy, intravascular recanalization can improve the prognosis of patients with severe vertebrobasilar artery stenosis or even near occlusion. Studies revealed that early use of endovascular intervention can greatly reduce the incidence of stroke in patients with severe vertebrobasilar artery stenosis, but its safety and effectiveness have not been proven [5]. Compared with the symptoms of anterior circulation ischemia, posterior circulation ischemia has no typical clinical manifestations and imaging characteristics, which is more severe, has higher mortality and longer thrombolytic window, and is easy to cause brain damage. Moreover, the core problem of cerebral ischemia injury is neurological dysfunction caused by neuron damage. To protect and restore the function of damaged neurons, early treatment and early intervention should be carried out for ischemic brain injury [6, 7]. Therefore, attention should be paid to the early diagnosis and treatment of postcycle ischemic stroke.

A number of studies suggested that the success rate of interventional recanalization in patients with acute cerebral infarction with vertebral basilar stenosis is closely related to the strict screening of patients by imaging techniques [810]. Among them, the series of magnetic resonance imaging (MRI) technologies play an important role. However, its imaging speed is slow and susceptible to artifacts, which will affect the diagnostic value of images [1113]. With the rapid development of science and technology, intelligent algorithm has established a close relationship with medical imaging technology, which, as an auxiliary optimization means, makes the clinical application of medical imaging technology more prominent [14, 15]. Among them, genetic algorithm is a heuristic optimization algorithm that simulates the genetic and evolutionary process of organisms [16]. After many generations of evolution, the fitness of individuals in the population is gradually improved, so as to realize continuous optimization. Compressed sensing can reconstruct high-quality MRI images by means of nonuniform random sampling and using only partial k-space data through sparse constraints and nonlinear algorithms [17].

Therefore, in this study, genetic algorithm was used to screen k-space data which was less affected by motion. MRI image reconstruction using compressed sensing was applied to evaluate the improvement of disease and neurological function of patients with posterior circulation ischemic stroke before and after interventional therapy. It was hoped to provide scientific research basis for rational treatment of posterior circulation ischemic stroke.

2. Methods

2.1. Establishment of Genetic Algorithm and Compression Algorithm to Deal with the MRI Image Artifact Model

In this study, two-dimensional simulation data and real brain magnetic resonance data were used to conduct simulation experiments to prove the feasibility of the algorithm.

2.1.1. Motion Artifact Simulation and Sampling Sequence

In the experiment, each phase encoding in the sampling process is used as the time unit to simulate the movement. Motion includes frequency-encoding direction (FD) translation, phase-encoding direction (PD) translation, and rotation relative to the spatial position of the image at the beginning. The change curve with time is shown in Figure 1, where Figure 1(a) is the clockwise rotation of the head, Figure 1(b) is the patient’s movement in the phase-encoding direction, and Figure 1(c) is the patient’s movement in the frequency-encoding direction.

Then, Monte Carlo pseudorandom Cartesian sampling mode is adopted, and 15% of the data in the center of k-space is collected first. Based on the energy distribution of the k-space, a pseudorandom sampling sequence is generated through the probability density function (PDF), and the high-frequency part of the k-space is randomly sampled. The PDF format is shown in the following equation:

In (1), X is a random variable, is a cumulative distribution function, and is a probability density function.

Finally, random motion simulation is performed according to the above sampling sequence. The original image and the simulated motion artifact image are shown in Figure 2. Figure 2(a) is the still and fully collected BrainWeb image. Figure 2(b) shows that only 30% of the data is still, and Figures 2(c) and 2(d) show the full collection of still data and the full collection of only 40% of the data.

2.1.2. Algorithm Adoption

In MRI technology, the artifact-free signal collected at the position in k-space is expressed as follows:

Since the scanning time in the frequency-encoding direction is very short, the motion in the frequency-encoding direction (kx direction) is usually ignored, and only the artifacts caused by the motion in the phase-encoding direction (ky direction) are considered, so the signal containing motion artifacts is expressed as follows:

In (3), is the density distribution function in the image domain space, is the distance moved by the density distribution function in the x direction, and is the distance moved by the density distribution function in the y direction.

The method of removing motion artifacts is divided into the following six steps:(a)Code chromosome: each bit of each individual’s genetic code is initialized, and a value of 0/1 with a 50% probability is randomly assigned.(b)Estimated fitness value: in this experiment, since there is no reference image for quantitative analysis, the fitness value function is actually a nonreference image quality evaluation function. The nonreference image quality evaluation index QITV equation is expressed as follows:

TVin is the total variation (TV) of the region of interest (ROI) in the reconstructed image, TVout is the total variation of the background region, and ROI is the brain map skull and its inner region. If the image quality is good, there are few artifacts in the ROI, but it still has certain organizational information. Here, the Otsu algorithm is used to distinguish the ROI from the background, and the expression is as follows:

In (5), is the proportion of the number of front spots in the image, is the average gray level, is the proportion of background points in the image, is the average gray level, and T is the segmentation threshold between the foreground and the background. When the following (6) is the largest, T is the optimal threshold for segmentation, as shown in Figure 3:

Due to the large amount of calculation by directly applying the Otsu method, the actual equivalent estimate used is as follows:(c)Selection: the elite strategy is adopted to select the individuals with the top C% of the population, then the championship algorithm is employed to act on all individuals in the population, and the individuals with the population (1-C%) are selected for crossover and mutation operations.(d)Crossover: the individuals selected by the championship algorithm are crossed with probability of crossover (PC), and the crossover points of individual genes are randomly determined.(e)Mutation: it is an auxiliary method to generate new individuals, which can avoid the premature convergence of the optimization algorithm. The probability of mutation (PM) is used to perform the inversion operation.(f)The C% chromosomes selected by the elite strategy are combined with the crossover and mutation (1-C%) chromosomes. The second to sixth steps are repeated until the cycle reaches the specified number of times or the fitness value QITV no longer increases. The algorithm flowchart is shown in Figure 4.

Each individual is reconstructed by TV-constrained compressed sensing, and its energy function is as follows:

In (8), β is fidelity parameter.

2.1.3. Evaluation Indexes

The obtained static full-acquisition high-quality images from analog sampling were taken as the gold standard. Two quantitative indicators, peak signal-to-noise ratio (PSNR) and structure similarity (SSIM), were used for the reconstructed image to evaluate the deartifacting effect of the algorithm.

PSNR evaluates the overall image, and SSIM evaluates the structure information of the image from the structural aspect. To prove that QI TV can reflect the quality evaluation index of the reference image, 100 different motion artifact images were randomly generated. Their PSNR and SSIM and those of the gold standard images were calculated, and the correlation between QITV and the above quantitative indexes were compared.

2.2. Research Objects

A total of 36 cases of posterior circulation ischemia who were treated in the interventional cerebrovascular disease area from August 2019 to November 2020 were included in this study. Among them, there were 22 males and 14 females, aged 45–75 years, with an average of (60 ± 1.28) years. MRI images of patients before and after interventional therapy were divided into two groups. MRI images of patients before and after treatment were processed by genetic algorithm and compressed sensing algorithm. This study had been approved by the Ethics Committee of the hospital, and all patients or their family members signed the informed consent for MRI examination before examination.

Inclusion criteria were as follows: (A) patients with obvious clinical symptoms and complete clinical data, and patients with PCI confirmed by magnetic resonance angiography (MRA) or computerized tomography angiography (CTA) from other hospitals; (B) patients who can cooperate to complete MRI examination, with no contraindication for MR examination; (C) MRI and digital subtraction angiography (DSA) examinations completed within three days; (D) preoperative vertebral basilar artery stenosis ≥70% and confirmed by DSA angiography; (E) patients with adaptation for posterior circulation ischemia interventional therapy; (F) complete and reliable clinical and MRI data before and after interventional treatment.

Exclusion criteria were as follows: (A) patients with anterior circulation stenosis; (B) MRI examination with contraindications; (C) patients allergic to magnetic resonance contrast agent; (D) MRI image quality that was poor and did not meet the diagnostic requirements.

2.3. MRI Scan Methods

The scan sequences of different MRI techniques are shown in Figure 5. The same skilled technician in the department uploaded all the original data to the matching workstation after the scanning was completed. After postprocessing of data and images, image diagnosis analysis was implemented by two experienced physicians in the department, who independently read the images. Accurate recording of various abnormal imaging findings was made, and discussion in case of disputes was made to reach a consensus.

2.4. Interventional Therapy

First, the patient was placed in the supine position, and the patient was given general anesthesia during the operation. After the effect, the patient was routinely disinfected and the towel was laid. Then, the right femoral artery was used as the approach to puncture the 6F artery sheath. The ball guide tube was introduced with the coordination of path diagram and loach guide wire. The catheter tip was placed in place, and angiography showed narrowing of the target artery. Under the path diagram and guided by the microguidewire, the balloon catheter was introduced and placed in the narrowest place. The balloon was expanded, and then the microguidewire and balloon catheter were withdrawn. The microcatheter was placed into the target artery, and the stent was introduced along the microcatheter under fluoroscopy. After the stent was in place, it was released slowly until it was satisfied and adhered to the wall well. Finally, the blood flow improvement of the original stenosis and branch vessels was reviewed by angiography. All operations were successfully completed. All vital signs of the patients were closely observed and timely symptomatic treatment was performed.

2.5. Observation Indexes

Abnormal signal changes in different MRI sequences were observed before and after treatment, including vascular stenosis and average cerebral blood flow (CBF) in different brain regions (including bilateral frontal and parietal blood flow in anterior circulation, bilateral occipital and cerebellar blood flow in posterior circulation).

The changes of neurological function were observed before and after treatment. The National Institutes of Health Stroke Scale (NIHSS) was used for assessment, which had a total score of 42, and neurological function was inversely proportional to the score [6].

2.6. Statistical Methods

SPSS 22.0 was used for statistical analysis. N (%) was used to represent the enumeration data, and χ2 test was performed. Shapiro-Wilk W was used to test whether the measurement data complied with the normal distribution. The independent sample t-test was used for rows with normal distribution, and the data were represented by X ± S. The Wilcoxon rank sum test was used for rows with nonnormal distribution, and values were expressed as median (interquartile interval). was considered significant.

3. Results

3.1. Simulated Image Experiment Results

The reconstruction result in the BrainWeb simulation experiment is shown in Figure 6. The proposed genetic algorithm can find most of the k-space data without motion. Among the 30% (80) nonmoving phase-coded data, 77 columns of phase-coded data were found, and 3 columns of nonmoving phase-coded data were omitted. The overall accuracy was 97%. Since most of the data were found, the reconstruction result was similar to the theoretical reconstruction image, which can restore image details and effectively remove motion artifacts. Compared with the theoretical reconstruction image, the PSNR of the obtained reconstructed image was 45.02, and the SSIM = 1. Compared with the gold standard image, the reconstructed image of the algorithm had PSNR = 35.19 and SSIM = 0.96.

3.2. Actual Data Experiment Results

The reconstruction results in the simulation experiment of real brain map motion artifacts are shown in Figure 7. Among 40% (128 columns) of nonmoving phase-encoded data, 127 columns were correctly found, missing 1 nonmoving phase-encoded data column, and 8 more columns of moving phase-encoded data were found. The overall accuracy was 93%. Compared with the theoretical reconstruction image, the PSNR of the reconstructed image obtained was 46.39, and SSIM = 1. Compared with the gold standard image, the reconstructed image of the algorithm had PSNR = 39.33 and SSIM = 0.96.

3.3. Changes of Stenosis Rate in Posterior Circulation Ischemia before and after Interventional Therapy

Of the 36 patients treated with interventional therapy, 12 patients received stents only in the vertebral artery, 20 patients only received stents in the basilar artery, and 4 patients received stents in both the vertebral artery and the basilar artery. The stenosis rate before interventional treatment was 91.67%, which dropped to 13.89% after interventional treatment, and the difference was considerable () (Table 1).

3.4. CBF Changes after Six Months of Treatment

Figure 8 shows the CBF values on the 3D-ASL sequence before treatment and six months of treatment. The CBF of the bilateral occipital lobes and cerebellum after six months of treatment was higher than that before treatment, and the difference was considerable (). According to statistics, the probability of restenosis after surgery was 11.11% (4/36). Figure 9 shows the image performance of preoperative MRA, T2WI, T1WI, T2-FLAIR, DWI, SWI, ASL, and PWI. The reconstructed image of MRA showed that the lower part of the basilar artery was almost completely occluded. In plain MRI and SWI images, there were no obvious abnormal signals in the planes shown. 3D-ASL images and PWI perfusion images showed no obvious abnormal changes in the planes shown. Figure 10 shows the image performance of MRA, T2WI, T1WI, T2-FLAIR, DWI, SWI, and ASL at six months after surgery, and there were no obvious abnormalities. The PW1 perfusion image showed that the abnormal area of the right cerebellar hemisphere was substantially reduced or even disappeared, indicating that the perfusion was roughly normal.

3.5. Changes in Nerve Function before and after Treatment

Figure 11 shows the neurological function scores of the patients before and after treatment. The neurological function scores of 36 cases of posterior circulation ischemic stroke before and after treatment were 34.88 ± 4.12. The neurological function score six months after treatment was 13.23 ± 3.22, and the score before treatment was obviously higher than that after treatment, with substantial differences (). Therefore, the neurological function after treatment was better than that before treatment.

4. Discussion

As a common and frequently occurring disease in clinical practice, ischemic stroke poses a great threat to people's health and life, so the effective treatment of this disease has become the focus of research. There is a certain significance of imaging technology for the evaluation of the treatment effect of stroke. Therefore, MRI images processed under genetic algorithm and compressed sensing reconstruction algorithm were introduced to evaluate the improved conditions of patients and neurological function changes before and after interventional treatment.

In this study, genetic algorithm and compressed sensing algorithm were used to reconstruct MRI, and simulation and clinical trials were implemented to verify the effect of this method. The results showed that this method can effectively remove the moving artifacts and improve the image quality. An experimental study using genetic algorithm to correct motion artifacts in MRI images also found that the modified method based on genetic algorithm had a good inhibition effect on artifacts caused by small motion. Compared with the classical iterative algorithm, the inhibition effect on artifacts caused by noise and large motion was greatly improved [18], which was consistent with the results of this study. Of course, genetic algorithm was not only good in removing motion artifacts of MRI. Some studies pointed out that genetic algorithm can optimize the segmentation technology of MRI images, making the segmentation reach the accuracy of 92.03%, the specificity of 91.42%, the sensitivity of 92.36%, and the average segmentation score between 0.82 and 0.93. The effectiveness of the proposed technique in identifying normal and abnormal tissues from brain MR images was demonstrated [19]. The above studies all reflected the advantages of genetic algorithm in MRI image processing.

After that, it was applied for the evaluation of the efficacy of interventional treatment on ischemic stroke in the posterior circulation. The results showed that endovascular stent implantation was effective and relatively safe for patients with severe vertebrobasilar stenosis, and the stenosis rate after interventional treatment was significantly lower (13.89% vs 91.67%). The CBF and blood supply were also greatly improved compared with those preoperatively. There was a good short-term curative effect, but the long-term effects remained to be observed in further follow-ups. The short-term efficacy was good, but the long-term results needed to be further followed up. The above results were the same as those of Alexander et al. (2017) [20], who concluded that intravascular treatment of vertebrobasilar atherosclerosis was safe while examining the technical factors that influence the outcome of endovascular treatment for posterior circulation atherosclerotic lesions, especially those of vertebral origin. The reoccurrence rate of stenosis six months after surgery was 11.11%, which was consistent with the results reported that the restenosis rate in stents was 0.06%–43% [21, 22]. It was also concluded that the patients’ neurological function was improved significantly after interventional therapy (before treatment vs after treatment: 34.88 ± 4.12 vs 13.23 ± 3.22). This was consistent with the results of a study on the clinical effect of interventional thrombolysis in patients with acute ischemic stroke and its influence on neurological function [23]. Moreover, it was concluded that, after treatment, neurological function scores of the two groups were decreased and limb function scores were increased, and the experimental group was better than the control group, suggesting that interventional thrombolytic therapy could improve neurological impairment. Besides, more studies have proposed that interventional therapy has a significant effect in the treatment of ischemic stroke in the posterior circulation [24, 25].

5. Conclusion

MRI imaging technology based on genetic algorithm combined with compressed sensing algorithm was used to evaluate the therapeutic effect of endovascular stent intervention on posterior circulation ischemic stroke. The neurological function of the patients before and after interventional therapy was evaluated by NIHSS. It was found that the combination of genetic algorithm and compressed sensing algorithm had a good effect on MRI image processing. The posterior circulation ischemia interventional stent implantation can effectively improve the stenosis of vertebral artery and vertebral basilar artery as well as the cerebral tissue perfusion in the ischemic area, which improved the clinical symptoms substantially and reduced the probability of restenosis. However, the number of subjects in this study is small, and the selected patients are relatively limited, which will lead to the existence of statistical bias. In short, this study can reflect that genetic algorithm has a good application prospect in MRI image processing and stent interventional therapy in the treatment of ischemic stroke caused by posterior circulation stenosis.

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.