Home Analysis of early diagnosis methods for asymmetric dementia in brain MR images based on genetic medical technology
Article Open Access

Analysis of early diagnosis methods for asymmetric dementia in brain MR images based on genetic medical technology

  • Xiao Zhang , Ning Tang , Yanlin Yin , Jian Zhou , Rui Jiang EMAIL logo , Jinping Sheng and Jing Zhu EMAIL logo
Published/Copyright: September 2, 2023

Abstract

Alzheimer’s disease (AD) is a relatively common senile neurodegenerative disease and the main manifestation of senile dementia. In the pathological changes of AD, the asymmetry of the brain also changes. Therefore, finding an early diagnosis method of AD based on asymmetry is the key to the treatment of Alzheimer’s. Magnetic resonance (MR) imaging can quantitatively reflect the structural and functional changes of various tissues in the brain. It has the advantages of non-invasive, high spatial resolution, and non-radiation, and has been widely used in the early diagnosis of AD. In this work, asymmetric images were extracted from multiple brain MR images, and different morphological and texture features were extracted. By establishing a feature selection classification integration model, image features in the image were deeply fused to obtain higher and more stable recognition results than before. By filtering image samples, the corresponding sample feature matrix was obtained. Support vector machine was used for classification, and its classification accuracy had improved significantly compared with that before selection. In the experimental data of normal control group and AD group, the accuracy, sensitivity, and specificity of the feature selection algorithm were 93.34, 90.69, and 95.87%, respectively. In the normal control group and the mild cognitive impairment group, the accuracy, sensitivity, and specificity of the feature selection algorithm in this work were 85.31, 79.68, and 88.54%, respectively. On the whole, the classification accuracy of the feature selection algorithm in this work was much higher than that of other items. In addition, from the classification ability and distribution of asymmetric features, it can be seen that this asymmetric feature had a more significant consistent diagnostic role in clinical practice.

1 Introduction

With the increasing aging of the global population, the incidence of Alzheimer’s disease (AD) has increased significantly, which brings a heavy economic burden to patients, caregiver families, and society. Its main symptoms include progressive memory disorder, visuospatial skill disorder, executive dysfunction, and personality and behavior changes. AD is a relatively common neurodegenerative disease and a relatively common neurogenic dementia with great harm. Therefore, effective prevention and treatment of AD must be non-invasive in the early stage. Relevant research shows that the image shape and texture features of AD have some relationship with its early lesions, but the relationship between these features is very complex, so it is necessary to select fusion. In this study, many morphological and texture features are extracted from Magnetic resonance (MR) images and divided into different features.

With the continuous development of society, the research on dementia diagnosis is gradually increasing. Arvanitakis et al. found that AD is a cause of dementia in the United States, affecting 5.8 million people. The diagnosis of dementia requires a historical assessment of cognitive decline and impairment in daily activities and confirmation from close friends or family members [1]. Astell et al. summarized the key areas of dementia technology development and determined the future direction and impact. Members of the American Alzheimer’s Association in the field of technical expertise participated in the annual pre-session meeting and summarized the existing knowledge of the current and future development of dementia technology [2]. The research report of Kramarow and Tejada-Vera provided data on dementia mortality. From 2000 to 2017, the data of dementia as a potential cause of death were shown by specific characteristics such as age, sex, race, Hispanic descent, and living status [3]. Wittenberg et al. measured the average per capita and total annual costs of AD in the UK in 2015, in order to better support the patients with dementia and their caregivers, as well as to provide fair and effective funding for social care services, which is crucial to address the current and future challenges of dementia [4]. Livingston et al. added three risk factors for dementia with new and convincing evidence. These factors include excessive drinking, traumatic brain injury, and air pollution [5]. Although these studies have promoted the diagnosis of dementia to some extent, they have not been combined with the actual situation.

At the same time, MR imaging has gradually attracted widespread attention from the academic community. Ravindranath and Sundarakumar reviewed the literature on the epidemiology and risk factors of dementia in the Indian population, and discussed the work to be carried out in the future, so as to implement public health interventions and reduce the burden of dementia, which provided a reference for the use of MR imaging [6]. Based on the consideration of the existing literature, Baird and Thompson outlined a new theoretical framework to explain the relationship between music and self in patients with dementia, which promoted the use of MR imaging [7]. Van Der Flier et al. provided an overview of the results based on the Amsterdam dementia cohort, and described the main results of these studies: early diagnosis, heterogeneity, and vascular factors, which affected the application effect of MR imaging [8]. Peters et al. systematically reviewed the evidence basis of the relationship between air pollution and cognitive decline and dementia, which provided ideas for the improvement of MR imaging [9]. Although these research methods are innovative, a large number of experimental data are needed to prove the reliability of the methods.

In this study, the methods of brain MR image recognition were analyzed first, including brain MR image preprocessing, MR image feature extraction, MR image recognition classification, and brain MR asymmetric feature extraction. Second, the conditions of the experiment in this study were explained. On this basis, the experimental research was carried out. Finally, the classification and recognition results, and the related experiments of the comparison of the classification and recognition results before and after feature selection were analyzed.

2 Brain MR image recognition method

2.1 Brain MR image preprocessing

MR imaging is an imaging examination technique. Since the 1980s, MR imaging technology has been greatly developed in more than 20 years. It has made considerable progress in software and hardware, and has been widely used in clinical practice, providing strong support for many important clinical problems. MR imaging is safe, radiation-free, and can be imaged at any angle. Its image can show good tissue contrast. In addition to morphological analysis of flow rate, biochemical changes, and metabolic function, it can also be detected.

MR image feature fusion technology is to extract corresponding tissue features and perform fusion training according to the changes in the relevant tissues in the brain of AD patients, the characteristics of MR images, and the shape and size of tumors. Finally, three different types of brain MR images of AD group, mild cognitive impairments (MCI) group, and normal control group are recognized [10,11]. This study has designed a flow chart of disease aided diagnosis to achieve feature extraction, as shown in Figure 1.

Figure 1 
                  Flow chart of disease auxiliary diagnosis.
Figure 1

Flow chart of disease auxiliary diagnosis.

For the obtained brain MR images, according to the flow chart in Figure 1, the image features in the tested tissues should be collected first. After that, preprocessing of MR images is performed and then features are selected based on the volume texture and other features of the images. The extracted features of multiple categories are fused and filtered to obtain the subset with the largest feature. The classifier is used for training, and the final classification result is obtained and analyzed.

The purpose of image preprocessing is to improve the quality of the whole image and eliminate the interference and noise generated by medical instruments when acquiring images, thus causing different spatial positions. This process is mainly divided into image registration, noise, and segmentation.

Due to different acquisition environments, different images have certain differences in different directions and positions, which would affect the accuracy of subsequent feature extraction and classification recognition. Therefore, the 3D images must first be rigidly aligned, so as to eliminate the spatial distribution of individual brain MR images and their topological relationships. The brain tissues collected in this study include scalp, gray matter, skull, white matter, glia, subcutaneous fat, cerebrospinal fluid, muscle, connective tissue, etc. [12]. However, due to the existing relevant tissues in the known brain tissues, other unrelated tissues such as skull and cerebellum must be removed. After the completion of the alignment, the cranial dissection needs to be performed. In the diagnosis of AD, this study proposes an asymmetric model based on the left and right brain, and divides it into two parts to classify the two brains, respectively, so as to improve the accuracy of recognition [13,14]. The image preprocessing process carried out in this study is shown in Figure 2.

Figure 2 
                  MR image preprocessing.
Figure 2

MR image preprocessing.

2.2 MR image feature extraction

There are many kinds of feature classification of MR images, which can be divided into qualitative and quantitative categories according to their characteristics. Quantized features refer to the characteristics of an image that can be quantified by a function or a mathematical formula, such as variance gray and degree average. The qualitative characteristics cannot be quantified. They need to be expressed in pictures and words, such as semantics. MR images can be divided into local images and overall images by region. The global feature can reflect the local characteristics of the whole object, and the local feature is to divide the whole image into several small pieces according to certain rules. It divides the area of concern into different areas, and then separates the characteristics of these areas separately. As most medical images are gray images, this article focuses on the common gray image features as shown in Figure 3.

Figure 3 
                  Common grayscale image features.
Figure 3

Common grayscale image features.

Grayscale characteristics: Feature grayscale is the most intuitive grayscale image. Its grayscale distribution and change are reflected in the image. Therefore, its information is mainly reflected through the change distribution of grayscale. Based on the pixel gray level as the feature, this method reflects the distribution of each gray level in the image by constructing a gray level histogram, and gives the corresponding mean, variance, energy, entropy, and other features. In this study, the gray level and distribution of images are classified, and they are collectively called gray level features, which have been widely used in image filtering, edge detection, and other aspects.

Texture property: Texture property is a property used to analyze the distribution rules of gray points in an image. Their distribution can be regular or irregular. If the image information is understood as a kind of overall visual sense with a certain uniform distribution, rather than simply viewing it as several individual objects, its overall sense is texture. In terms of structure and gray level, the change in texture has great regularity. Therefore, it is global, and generally presents the characteristics of density, gray level, uniformity, regularity, directionality, frequency, thickness, linearity, phase, and attribute. These regular features and changes can be quantitatively expressed as multi-scale features, frequency domain transformation features, correlation features, and gray statistical features.

Texture primitives are the basis of texture. According to the distribution and shape of textures, different textures can be constructed according to certain statistical rules. According to certain rules, different textures can be combined [15]. Different materials can be combined according to specific rules. According to different attributes, different materials can be divided into random texture and determined texture. Texture is a statistical property. A variety of parameters can be used to represent the texture’s roughness, density, strength, direction, and so on.

Shape feature: People distinguish different objects according to shape feature. Shape feature is an important image feature, often including ellipse, rectangle, curve, and other shape features, which is widely used in computer detection and recognition through shape features, such as recognition accuracy. According to different forms of expression, morphological features can be divided into two types: one is region-based, and the other is edge-based. The shape features are divided according to all the areas included, comprising the aspect ratio, invariance, area, etc., of the shape. According to the shape features of the boundary, these features include: Gaussian parametric curve, Fourier descriptor, polygon approximation line, line segment description, etc.

The so-called feature extraction is to compress and transform the data in the dataset according to specific rules, and convert it into data with lower dimensions. According to different extraction rules, features can be divided into two types. One is to use mathematical analysis to predetermine a criterion for judging a feature and to process any feature on this basis, so that the maximum value can be reached. The second method is to characterize the experience and intuition of the target object, and find the characteristics of the target object through experiments.

At present, the statistical feature extraction method is the mainstream method of image feature extraction, including co-occurrence matrix, correlation function, gray distribution statistics, gray histogram statistics, etc. The features selected by gray histogram and gray distribution statistics are very representative. However, because the spatial grayscale relationship in the image cannot be fully reflected, and the grayscale distribution of the image corresponding to the last set of the same histogram results would also have great differences, this method cannot completely show the characteristics and spatial distribution of the image. The different order geometric moments of the image can reflect the various gray space properties of the image, and the rotation translation has no effect on these features, while the corresponding transformation in the moment space can more easily reflect the coordinate transformation of the image. Therefore, using the characteristics of moment method has good application effect. The correlation function method and the co-occurrence matrix method are realized through the comprehensive analysis of the spatial relationship of pixel gray level, which can well reflect the relevant spatial properties of gray level, so they are also widely used in texture images.

2.3 MR image recognition and classification

MR image recognition technology is a supervised method to classify MR images. This method usually trains different types of images and constructs a conceptual model that can describe these images, such as rules, formulas, etc., which are used to classify and label unlabeled images.

Common classification methods include neural network, decision tree classification, Support vector machine (SVM), etc. These methods have their advantages and disadvantages. The advantage of decision tree classification is that it is easy to convert into classification rules, and the operation speed is fast. However, its scalability is not strong, and the depth operation must be carried out first. Therefore, the calculation amount of this algorithm is limited and cannot effectively process massive data. This method has the advantages of nonlinear fitting, good adaptability, effective mapping of complex objects with nonlinear relations, easy computer implementation, and good self-learning, nonlinear mapping, and memory ability, so its application prospect is broad. The principle of SVM is to minimize the structural risk. It has strong generalization ability and approximation ability, good nonlinear mapping ability, global optimality of the algorithm, support for small sample statistics, and other advantages.

SVM is of great significance in machine learning and statistical research. The core idea of SVM was put forward in 1992. SVM was put forward based on the study of the best classification surface in linear separable problems.

The central idea of SVM is to maximize the classification interval, so as to control the scalability. According to the principle of statistical learning, the Vapnik–Chervonenkis dimension of the indicator function set f ( x , w , q ) = sgn ( w T x + q ) (in which sgn is the sign function) of the regular hyperplane combination conforming to the condition w S is set in the hypersphere region of R in the M-dimensional space, which satisfies formula (1) as follows:

(1) h min ( [ R 2 , S 2 ] , M ) + 1 .

The optimal classification function is expressed as formula (2).

(2) f ( x ) = sgn o = 1 m β 1 y o ( x o T x ) + q .

The classification threshold is expressed by q .

In SVM, different methods generate corresponding inner product kernel functions, which usually use three kinds of kernel functions. The first is polynomial kernel function, and its result is polynomial classification of degree u, as shown in formula (3). The second is the radial basis function, which has a support vector at the center of each basis function and determines its output weight through this algorithm. The third is to use the inner product function of sigmoid. What SVM needs to do is to implement a multi-layer perceptron with hidden layers, which can automatically determine the number of hidden layers through algorithms.

(3) K ( x , x o ) = ( x T x o + 1 ) u ,

(4) K ( x , x o ) = exp x x o 2 u 2 ,

(5) K ( x , x o ) = tanh ( C ( x T x o ) + C ) .

According to the relevant literature, the radial basis kernel function has better performance than the other two methods, and the calculation amount is also less.

2.4 Brain MR asymmetric feature extraction

The results show that the anatomical structure of AD patients has significant changes [16,17]. In addition, in the early stage of AD, the asymmetry of the brain is also gradually changing [18,19]. On this basis, the volume characteristics and texture characteristics of four different anatomical parts of the brain are analyzed. The eight volume features are left brain gray matter volume, right brain gray matter volume, left brain white matter volume, right brain white matter volume, left brain cerebrospinal fluid volume, right brain cerebrospinal fluid volume, left brain hippocampus volume, and right brain hippocampus volume. Texture features include gray level co-occurrence matrix and run-length matrix. Among them, there are five features of gray level co-occurrence matrix.

Energy:

(6) F Energy = o g = 0 Z 1 k g = 0 Z 1 [ P g ( o g , k g , d , φ ) ] 2 .

Contrast:

(7) F constrast = o g = 0 Z 1 k g = 0 Z 1 ( o g k g ) 2 P g ( o g , k g , d , φ ) .

Contrast reflects the clarity of image texture. The higher the contrast, the clearer the texture. The function reflects the distance between the largest element in the matrix and the main diagonal. High-value points in coarse texture are mainly concentrated near the main diagonal, and ( o g k g ) 2 in this range is small, so the contrast is small. The fine texture corresponds to a greater contrast.

Inverse difference moment:

(8) F IDM = o g = 0 Z 1 k g = 0 Z 1 P g ( o g , k g , d , φ ) 1 + ( o g k g ) 2 .

The inverse moment is an index reflecting the local uniformity of the image. The larger its value, the higher the local uniformity of the image.

Entropy:

(9) F entropy = o g = 0 Z 1 P g ( o g , k g , d , φ ) log P g ( o g , k g , d , φ ) .

Entropy can be used to describe the complexity of texture. In the case of no texture, the matrix is approximately 0, and the entropy is approximately 0. When the image is filled with fine texture, all the elements in the co-occurrence matrix are equal and the entropy is the largest. In the case of rough texture, its P g ( o g , k g , d , φ ) value changes greatly and its entropy is relatively low.

Correlation:

(10) F correlation = 1 γ x γ y o g = 0 Z 1 k g = 0 Z 1 P g ( o g , k g , d , φ ) o g k g η x η y .

η x and η y are gray level average and smooth average, respectively. Correlation description refers to the similarity of each element in the row or column direction in the gray level co-occurrence matrix. It reflects the extension of a certain gray level in a certain direction. The longer the extension is, the higher the correlation degree is, and vice versa. It is a measure of gray correlation degree.

The difference characteristics can reflect the difference of anatomical characteristics between brains. The calculation results of the difference characteristics are as follows:

(11) Fea o _ D = Fea o _ left Fea o _ right ,

(12) Fea o _ R = Fea o _ left / Fea o _ right .

Among them, Fea o _ D and Fea o _ R represent the characteristic difference of the o-th characteristic and the characteristic ratio of the o-th characteristic, respectively; Fea o _ left represents the left feature of the o-th feature; Fea o _ right represents the right feature of the o-th feature.

3 Recognition experiment and evaluation of AD based on SVM

3.1 Experimental conditions

This method was verified by several experiments. First, the experimental conditions were given, and the main parameters of the method were given. Second, the classification accuracy of this method was obtained by analyzing various feature sets through multiple groups of experiments, which proved that the screening of asymmetric left brain is the most effective. Finally, the correctness of this method was proved by several experimental results. By studying the distribution of asymmetry and the monotonicity of individuals, the correlation between them and AD was discussed, which provided a reference for clinicians and researchers.

The data from people’s hospital were used in this experiment, and the data were true and reliable, which has been recognized by medical institutions.

Brief description of data information: These data included MR structural images with a total of 300 samplings. The acquisition equipment for the images was a 1.5T Signa scanner, and the acquisition was made before 2023. The acquisition method was the destructive gradient echo acquisition method, with an echo time of 10 ms, a repetition time of 30 ms, a reverse angle of 40°, the number of repeated excitations of one pulse, and a layer thickness of 1.5 mm.

The object of image acquisition was determined by experts from the Department of Neurology and Imaging of the People’s Hospital. The collected subjects had no other neurological diseases and had similar educational level. The number of AD samples was relatively small, and some of them were incomplete. Therefore, 50 complete AD samples were selected, while 50 were selected for each of the other two groups. There were a total of 150 samples, including image samples of AD, MCI, and normal control group. In tissue segmentation, the image was divided into gray matter, white matter, and cerebrospinal fluid. Hippocampal atrophy is a major feature of AD. Therefore, only the hippocampus was isolated from gray matter. Finally, the left and right sides of four different anatomical features were extracted.

3.2 Experimental evaluation

3.2.1 Classification identification results

This study evaluated the asymmetric features and classifier performance selected by the algorithm in this study through accuracy (correctly classified samples divided by the total number of samples), sensitivity (correctly classified MCI [or AD] samples divided by the total number of MCI [or AD] samples), and specificity (correctly classified normal control group samples divided by the total number of normal control group samples). It was divided into two situations: the classification of normal control group and AD, and the classification of normal control group and MCI.

Whole brain feature: It is to synthesize the features of the left and right parts of the brain, and then screen the features to get the best feature subset for classification and recognition. Left brain feature: It is to synthesize the anatomical features of the left half, and then conduct feature screening to obtain the optimal feature subset for classification and recognition. Right brain feature: It is to integrate all the features of the right side of anatomy, and then conduct feature screening to obtain the optimal feature subset for classification and recognition.

Figure 4 shows the relevant data of classification recognition results.

Figure 4 
                     Classification recognition effect. (a) Normal control group and AD group and (b) normal control group and MCI group. It can be seen from Figure 4(a) that in the data of normal control group and AD group, the accuracy, sensitivity, and specificity of left brain features were 92.68, 89.65, and 95.60%, respectively; the accuracy, sensitivity, and specificity of right brain features were 90.45, 88.74, and 93.22%, respectively; the accuracy, sensitivity, and specificity of whole-brain features were 90.45, 86.51, and 96.06%, respectively.
Figure 4

Classification recognition effect. (a) Normal control group and AD group and (b) normal control group and MCI group. It can be seen from Figure 4(a) that in the data of normal control group and AD group, the accuracy, sensitivity, and specificity of left brain features were 92.68, 89.65, and 95.60%, respectively; the accuracy, sensitivity, and specificity of right brain features were 90.45, 88.74, and 93.22%, respectively; the accuracy, sensitivity, and specificity of whole-brain features were 90.45, 86.51, and 96.06%, respectively.

It can be seen from Figure 4(b) that in the data of normal control group and MCI group, the accuracy, sensitivity and specificity of left brain features were 84.68, 82.64, and 90.38%, respectively; the accuracy, sensitivity, and specificity of right brain features were 79.57, 76.12, and 83.11%, respectively; the accuracy, sensitivity, and specificity of whole-brain features were 82.05, 80.85, and 83.74%, respectively.

It can be seen from the data that the classification of left brain features was more accurate than that of right brain features. This showed that the changes in the left brain of patients were more significant than those in the right brain. The classification of whole brain features for normal control group and AD, as well as the classification of normal control group and MCI was also lower than the classification of left brain features.

Feature difference: The absolute value of the difference is calculated from the left half value and the right half value according to the same feature, and is named as the feature difference. Ratio feature: It is to calculate the ratio of left and right half values based on the same feature, and this ratio is used as a new feature, known as the ratio feature.

Table 1 shows the relevant data of difference characteristics and ratio characteristics.

Table 1

Difference characteristics and ratio characteristics

Type Normal control group and AD group Normal control group and MCI group
Difference characteristic (%) Ratio characteristic (%) Difference characteristic (%) Ratio characteristic (%)
Accuracy 86.12 85.83 77.63 77.68
Sensitivity 82.57 85.98 73.82 76.97
Specificity 89.75 84.34 82.86 79.70

It can be seen from Table 1 that in the data of the normal control group and the AD group, the accuracy, sensitivity, and specificity of the difference characteristics were 86.12, 82.57, and 89.75%, respectively, while the accuracy, sensitivity, and specificity of the ratio feature were 85.83, 85.98, and 84.34%, respectively. In the data of normal control group and MCI group, the accuracy, sensitivity, and specificity of the difference feature were 77.63, 73.82, and 82.86%, respectively, while the accuracy, sensitivity, and specificity of the ratio feature were 77.68, 76.97, and 79.70%, respectively.

3.2.2 Comparison of classification and recognition results before and after feature selection

Figure 5 shows the relevant data of classification and recognition performance before and after feature selection.

Figure 5 
                     Classification and recognition performance before and after feature selection. (a) Data of normal control group and AD group and (b) data of normal control group and MCI group.
Figure 5

Classification and recognition performance before and after feature selection. (a) Data of normal control group and AD group and (b) data of normal control group and MCI group.

According to Figure 5(a), in the data of normal control group and AD group, the accuracy, sensitivity, and specificity of the feature selection algorithm in this study were 93.34, 90.69, and 95.87%, respectively; the accuracy, sensitivity, and specificity of gray features were 70.52, 69.82, and 56.92%, respectively; the accuracy, sensitivity, and specificity of texture features were 75.68, 83.08, and 68.64%, respectively; and the accuracy, sensitivity, and specificity of shape features were 52.54, 66.27, and 42.48%, respectively.

According to Figure 5(b), in the normal control group and MCI group, the accuracy, sensitivity, and specificity of the feature selection algorithm in this study were 85.31, 79.68, and 88.54%, respectively; the accuracy, sensitivity, and specificity of gray features were 51.30, 52.77, and 49.32%, respectively; the accuracy, sensitivity, and specificity of texture features were 53.72, 53.86, and 53.93%, respectively; and the accuracy, sensitivity, and specificity of shape features were 47.68, 47.74, and 48.24%, respectively.

It can be seen from the data that the classification accuracy of the feature selection algorithm in this study was much higher than that of other items. In short, this method improved the accuracy of AD classification based on MR images.

3.3 Classification ability and distribution of asymmetric features

The aim of this experiment is to test the recognition effect of each feature on three types after feature selection, so as to test the effectiveness of this method. On this basis, the characteristic values of three types of samples (normal control group, MCI, and AD) with four characteristics were selected for display. The results are shown in Figure 6.

Figure 6 
                  Partial eigenvalues in the optimal feature subset. (a) Mean value and (b) standard deviation.
Figure 6

Partial eigenvalues in the optimal feature subset. (a) Mean value and (b) standard deviation.

According to Figure 6(a), in the normal control group, the mean values of long-run low-gray scale aggravation of left gray matter, short-run aggravation of right gray matter, low-gray scale aggravation of left gray matter, and short-run aggravation of left gray matter were 0.205, 0.685, 0.292, and 0.756, respectively; in the MCI group, the mean values of the four items were 0.264, 0.567, 0.481, and 0.568, respectively; in the AD group, the mean values of the four items were 0.292, 0.432, 0.588, and 0.472, respectively.

According to Figure 6(b), in the normal control group, the standard deviation of long-run low-gray scale aggravation of left gray matter, short-run aggravation of right gray matter, low-gray scale aggravation of left gray matter, and short-run aggravation of left gray matter were 0.034, 0.029, 0.028, and 0.029, respectively; in the MCI group, the standard deviations of the four items were 0.032, 0.029, 0.036, and 0.036, respectively; in the AD group, the standard deviations of the four items were 0.049, 0.044, 0.043, and 0.046, respectively.

It can be seen from Figure 6 that the characteristic mean values of long-run low-gray level aggravation of left gray matter and low-gray level aggravation of left gray matter monotonically increased with the change in category from normal control group to MCI and then to AD; the characteristic mean values of short-run aggravation of right gray matter and left gray matter monotonically decreased with the change in category from normal control group to MCI and then to AD.

This work also studied the distribution of selected features in different anatomical structures. The number of features filtered based on this feature selection algorithm (normal control group and MCI group) is shown in Figure 7.

Figure 7 
                  The number of features filtered based on the feature selection algorithm (normal control group and MCI group). (a) Left brain and (b) right brain.
Figure 7

The number of features filtered based on the feature selection algorithm (normal control group and MCI group). (a) Left brain and (b) right brain.

It can be known from Figure 7(a) that in the normal control group and MCI group, the characteristic numbers of gray matter, white matter, cerebrospinal fluid, and hippocampus in the left brain were 8, 8, 8, and 14, and the monotone numbers were 7, 5, 7, and 12, respectively.

It can be seen from Figure 7(b) that in the normal control group and MCI group, the characteristic numbers of gray matter, white matter, cerebrospinal fluid, and hippocampus of the right brain were 10, 9, 13, and 11, and the monotone numbers were 10, 6, 12, and 11, respectively.

Table 2 is the relevant data of the number of features (normal control group and AD group) filtered based on the feature selection algorithm in this study.

Table 2

Number of features filtered based on this feature selection algorithm (normal control group and AD group)

Type Left brain Right brain
Characteristic number Monotone number Characteristic number Monotone number
Gray Matter 9 9 8 8
White matter 7 6 10 3
Cerebrospinal fluid 9 7 9 8
Hippocampus 10 8 12 11

It can be seen from Table 2 that in the normal control group and AD group, the characteristic numbers of gray matter, white matter, cerebrospinal fluid ,and hippocampus of the left brain were 9, 7, 9, and 10, and the monotone numbers were 9, 6, 7, and 8, respectively. The characteristic numbers of gray matter, white matter, cerebrospinal fluid, and hippocampus in the right brain were 8, 10, 9, and 12, and the monotonic numbers were 8, 3, 8, and 11, respectively.

From the data, it can be seen that the texture features selected after feature selection were distributed on the four anatomies based on the normal control group and AD group. There was significant asymmetry in the selected features, that is, in the same anatomy, the distribution of the number of selected features in the left and right brain was not the same.

According to the classification of normal control group and AD group, and the classification of normal control group and MCI group, the number of selected features of each type was different in anatomy. This showed that the influence of various characteristics was different in different types of classification. In addition, among the above traits, there was no significant difference in the number of characteristics between the left and right parts. However, for the classification of normal control group and MCI, as well as the classification of normal control group and AD, the excellent characteristics of screening were different. This indicated that the asymmetry of the normal control group showed obvious asymmetry after the MCI to AD stage. It was proved from one side that this asymmetry can well describe the occurrence of the pathological process.

4 Conclusion

MR imaging is an important means of early diagnosis of AD, and its morphology and texture are related to it. However, the published image texture feature types are good, and the collected image features have not been effectively integrated, so the image recognition accuracy has been improved to a certain extent. On this basis, combined with the characteristics of multiple MR images, this study adopted a new image fusion method to deeply fuse different morphological and texture features in multiple different anatomical images, which significantly improved the recognition accuracy of the image. Although this study has made better improvements, there are still many problems to be discussed in depth. In addition to white matter, gray matter, cerebrospinal fluid, and hippocampus, anatomical asymmetric features of the brain, parietal lobes, and gyrus should be further explored. In order to make feature learning more intelligent and efficient, deep learning techniques can be used to improve the existing fusion algorithms.


# Co-First author.


  1. Funding information: This work was supported by the Research and Development Program of The General Hospital of Western Theater Command (Grant No. 2021-XZYG-C04).

  2. Conflict of interest: Authors state no conflict of interest.

  3. Data availability statement: The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.

References

[1] Arvanitakis Z, Shah RC, Bennett DA. Diagnosis and management of dementia. Jama. 2019;322(16):1589–99.10.1001/jama.2019.4782Search in Google Scholar PubMed PubMed Central

[2] Astell AJ, Bouranis N, Hoey J, Lindauer A, Mihailidis A, Nugent C, et al. Technology and dementia professional interest area. Technology and dementia: The future is now. Dement Geriatric Cognit Disord. 2019;47(3):131–9.10.1159/000497800Search in Google Scholar PubMed PubMed Central

[3] Kramarow EA, Tejada-Vera B. Dementia mortality in the United States, 2000–2017. Natl Vital Stat Rep Cent Dis Control Prev Natl Cent Health Stat Natl Vital Stat Syst. 2019;68(2):1–29.Search in Google Scholar

[4] Wittenberg R, Knapp M, Hu B, Comas‐Herrera A, King D, Rehill A, et al. The costs of dementia in England. Int J Geriatric Psychiatry. 2019;34(7):1095–103.10.1002/gps.5113Search in Google Scholar PubMed PubMed Central

[5] Livingston G, Huntley J, Sommerlad A, Ames D, Ballard C, Banerjee S, et al. Dementia prevention, intervention, and care: 2020 report of the Lancet commission. Lancet. 2020;396(10248):413–46.10.1016/S0140-6736(20)30367-6Search in Google Scholar PubMed PubMed Central

[6] Ravindranath V, Sundarakumar JS. Changing demography and the challenge of dementia in India. Nat Rev Neurol. 2021;17(12):747–58.10.1038/s41582-021-00565-xSearch in Google Scholar PubMed PubMed Central

[7] Baird A, Thompson WF. The impact of music on the self in dementia. J Alzheimer’s Dis. 2018;61(3):827–41.10.3233/JAD-170737Search in Google Scholar PubMed

[8] Van Der Flier WM, Scheltens P. Amsterdam dementia cohort: performing research to optimize care. J Alzheimer’s Dis. 2018;62(3):1091–111.10.3233/JAD-170850Search in Google Scholar PubMed PubMed Central

[9] Peters R, Ee N, Peters J, Booth A, Mudway I, Anstey KJ. Air pollution and dementia: A systematic review. J Alzheimer’s Dis. 2019;70(s1):S145–63.10.3233/JAD-180631Search in Google Scholar PubMed PubMed Central

[10] Cahill S. WHO’s global action plan on the public health response to dementia: some challenges and opportunities. Aging Ment Health. 2020;24(8):197–9.10.1080/13607863.2018.1544213Search in Google Scholar PubMed

[11] Outeiro TF, Koss DJ, Erskine D, Walker L, Kurzawa-Akanbi M, Burn D, et al. Dementia with Lewy bodies: an update and outlook. Mol Neurodegeneration. 2019;14(1):1–18.10.1186/s13024-019-0306-8Search in Google Scholar PubMed PubMed Central

[12] Sung S, Lee P, Hsieh C, Zheng W. Medication use and the risk of newly diagnosed diabetes in patients with Epilepsy: A data mining application on a healthcare database. J Organ End User Comput (JOEUC). 2020;32(2):93–108. 10.4018/JOEUC.2020040105.Search in Google Scholar

[13] Ismail Z, Black SE, Camicioli R, Chertkow H, Herrmann N, Laforce Jr R, et al. Recommendations of the 5th Canadian consensus conference on the diagnosis and treatment of dementia. Alzheimer’s Dement. 2020;16(8):1182–95.10.1002/alz.12105Search in Google Scholar PubMed PubMed Central

[14] Kivipelto M, Mangialasche F, Snyder HM, Allegri R, Andrieu S, Arai H, et al. World‐Wide FINGERS Network: a global approach to risk reduction and prevention of dementia. Alzheimer’s Dement. 2020;16(7):1078–94.10.1002/alz.12123Search in Google Scholar PubMed PubMed Central

[15] Roy V, Shukla PK, Gupta AK, Goel V, Shukla PK, Shukla S. Taxonomy on EEG artifacts removal methods, issues, and healthcare applications. J Organ End User Comput (JOEUC). 2021;33(1):19–46. 10.4018/JOEUC.2021010102.Search in Google Scholar

[16] Rubin R. Exploring the relationship between depression and dementia. Jama. 2018;320(10):961–2.10.1001/jama.2018.11154Search in Google Scholar PubMed

[17] Crimmins EM, Saito Y, Kim JK, Zhang YS, Sasson I, Hayward MD. Educational differences in the prevalence of dementia and life expectancy with dementia: Changes from 2000 to 2010. J Gerontology Ser B. 2018 Apr 16;73(suppl_1):S20–8.10.1093/geronb/gbx135Search in Google Scholar PubMed PubMed Central

[18] Samus QM, Black BS, Bovenkamp D, Buckley M, Callahan C, Davis K, et al. Home is where the future is: The brightfocus foundation consensus panel on dementia care. Alzheimer’s Dement . 2018;14(1):104–14.10.1016/j.jalz.2017.10.006Search in Google Scholar PubMed PubMed Central

[19] Hendriks S, Peetoom K, Bakker C, Van Der Flier WM, Papma JM, Koopmans R, et al. Global prevalence of young-onset dementia: A systematic review and meta-analysis. JAMA Neurol. 78(9)2021: 1080–90.10.1001/jamaneurol.2021.2161Search in Google Scholar PubMed PubMed Central

Received: 2023-05-15
Revised: 2023-07-19
Accepted: 2023-07-29
Published Online: 2023-09-02

© 2023 the author(s), published by De Gruyter

This work is licensed under the Creative Commons Attribution 4.0 International License.

Articles in the same Issue

  1. Biomedical Sciences
  2. Systemic investigation of inetetamab in combination with small molecules to treat HER2-overexpressing breast and gastric cancers
  3. Immunosuppressive treatment for idiopathic membranous nephropathy: An updated network meta-analysis
  4. Identifying two pathogenic variants in a patient with pigmented paravenous retinochoroidal atrophy
  5. Effects of phytoestrogens combined with cold stress on sperm parameters and testicular proteomics in rats
  6. A case of pulmonary embolism with bad warfarin anticoagulant effects caused by E. coli infection
  7. Neutrophilia with subclinical Cushing’s disease: A case report and literature review
  8. Isoimperatorin alleviates lipopolysaccharide-induced periodontitis by downregulating ERK1/2 and NF-κB pathways
  9. Immunoregulation of synovial macrophages for the treatment of osteoarthritis
  10. Novel CPLANE1 c.8948dupT (p.P2984Tfs*7) variant in a child patient with Joubert syndrome
  11. Antiphospholipid antibodies and the risk of thrombosis in myeloproliferative neoplasms
  12. Immunological responses of septic rats to combination therapy with thymosin α1 and vitamin C
  13. High glucose and high lipid induced mitochondrial dysfunction in JEG-3 cells through oxidative stress
  14. Pharmacological inhibition of the ubiquitin-specific protease 8 effectively suppresses glioblastoma cell growth
  15. Levocarnitine regulates the growth of angiotensin II-induced myocardial fibrosis cells via TIMP-1
  16. Age-related changes in peripheral T-cell subpopulations in elderly individuals: An observational study
  17. Single-cell transcription analysis reveals the tumor origin and heterogeneity of human bilateral renal clear cell carcinoma
  18. Identification of iron metabolism-related genes as diagnostic signatures in sepsis by blood transcriptomic analysis
  19. Long noncoding RNA ACART knockdown decreases 3T3-L1 preadipocyte proliferation and differentiation
  20. Surgery, adjuvant immunotherapy plus chemotherapy and radiotherapy for primary malignant melanoma of the parotid gland (PGMM): A case report
  21. Dosimetry comparison with helical tomotherapy, volumetric modulated arc therapy, and intensity-modulated radiotherapy for grade II gliomas: A single‑institution case series
  22. Soy isoflavone reduces LPS-induced acute lung injury via increasing aquaporin 1 and aquaporin 5 in rats
  23. Refractory hypokalemia with sexual dysplasia and infertility caused by 17α-hydroxylase deficiency and triple X syndrome: A case report
  24. Meta-analysis of cancer risk among end stage renal disease undergoing maintenance dialysis
  25. 6-Phosphogluconate dehydrogenase inhibition arrests growth and induces apoptosis in gastric cancer via AMPK activation and oxidative stress
  26. Experimental study on the optimization of ANM33 release in foam cells
  27. Primary retroperitoneal angiosarcoma: A case report
  28. Metabolomic analysis-identified 2-hydroxybutyric acid might be a key metabolite of severe preeclampsia
  29. Malignant pleural effusion diagnosis and therapy
  30. Effect of spaceflight on the phenotype and proteome of Escherichia coli
  31. Comparison of immunotherapy combined with stereotactic radiotherapy and targeted therapy for patients with brain metastases: A systemic review and meta-analysis
  32. Activation of hypermethylated P2RY1 mitigates gastric cancer by promoting apoptosis and inhibiting proliferation
  33. Association between the VEGFR-2 -604T/C polymorphism (rs2071559) and type 2 diabetic retinopathy
  34. The role of IL-31 and IL-34 in the diagnosis and treatment of chronic periodontitis
  35. Triple-negative mouse breast cancer initiating cells show high expression of beta1 integrin and increased malignant features
  36. mNGS facilitates the accurate diagnosis and antibiotic treatment of suspicious critical CNS infection in real practice: A retrospective study
  37. The apatinib and pemetrexed combination has antitumor and antiangiogenic effects against NSCLC
  38. Radiotherapy for primary thyroid adenoid cystic carcinoma
  39. Design and functional preliminary investigation of recombinant antigen EgG1Y162–EgG1Y162 against Echinococcus granulosus
  40. Effects of losartan in patients with NAFLD: A meta-analysis of randomized controlled trial
  41. Bibliometric analysis of METTL3: Current perspectives, highlights, and trending topics
  42. Performance comparison of three scaling algorithms in NMR-based metabolomics analysis
  43. PI3K/AKT/mTOR pathway and its related molecules participate in PROK1 silence-induced anti-tumor effects on pancreatic cancer
  44. The altered expression of cytoskeletal and synaptic remodeling proteins during epilepsy
  45. Effects of pegylated recombinant human granulocyte colony-stimulating factor on lymphocytes and white blood cells of patients with malignant tumor
  46. Prostatitis as initial manifestation of Chlamydia psittaci pneumonia diagnosed by metagenome next-generation sequencing: A case report
  47. NUDT21 relieves sevoflurane-induced neurological damage in rats by down-regulating LIMK2
  48. Association of interleukin-10 rs1800896, rs1800872, and interleukin-6 rs1800795 polymorphisms with squamous cell carcinoma risk: A meta-analysis
  49. Exosomal HBV-DNA for diagnosis and treatment monitoring of chronic hepatitis B
  50. Shear stress leads to the dysfunction of endothelial cells through the Cav-1-mediated KLF2/eNOS/ERK signaling pathway under physiological conditions
  51. Interaction between the PI3K/AKT pathway and mitochondrial autophagy in macrophages and the leukocyte count in rats with LPS-induced pulmonary infection
  52. Meta-analysis of the rs231775 locus polymorphism in the CTLA-4 gene and the susceptibility to Graves’ disease in children
  53. Cloning, subcellular localization and expression of phosphate transporter gene HvPT6 of hulless barley
  54. Coptisine mitigates diabetic nephropathy via repressing the NRLP3 inflammasome
  55. Significant elevated CXCL14 and decreased IL-39 levels in patients with tuberculosis
  56. Whole-exome sequencing applications in prenatal diagnosis of fetal bowel dilatation
  57. Gemella morbillorum infective endocarditis: A case report and literature review
  58. An unusual ectopic thymoma clonal evolution analysis: A case report
  59. Severe cumulative skin toxicity during toripalimab combined with vemurafenib following toripalimab alone
  60. Detection of V. vulnificus septic shock with ARDS using mNGS
  61. Novel rare genetic variants of familial and sporadic pulmonary atresia identified by whole-exome sequencing
  62. The influence and mechanistic action of sperm DNA fragmentation index on the outcomes of assisted reproduction technology
  63. Novel compound heterozygous mutations in TELO2 in an infant with You-Hoover-Fong syndrome: A case report and literature review
  64. ctDNA as a prognostic biomarker in resectable CLM: Systematic review and meta-analysis
  65. Diagnosis of primary amoebic meningoencephalitis by metagenomic next-generation sequencing: A case report
  66. Phylogenetic analysis of promoter regions of human Dolichol kinase (DOLK) and orthologous genes using bioinformatics tools
  67. Collagen changes in rabbit conjunctiva after conjunctival crosslinking
  68. Effects of NM23 transfection of human gastric carcinoma cells in mice
  69. Oral nifedipine and phytosterol, intravenous nicardipine, and oral nifedipine only: Three-arm, retrospective, cohort study for management of severe preeclampsia
  70. Case report of hepatic retiform hemangioendothelioma: A rare tumor treated with ultrasound-guided microwave ablation
  71. Curcumin induces apoptosis in human hepatocellular carcinoma cells by decreasing the expression of STAT3/VEGF/HIF-1α signaling
  72. Rare presentation of double-clonal Waldenström macroglobulinemia with pulmonary embolism: A case report
  73. Giant duplication of the transverse colon in an adult: A case report and literature review
  74. Ectopic thyroid tissue in the breast: A case report
  75. SDR16C5 promotes proliferation and migration and inhibits apoptosis in pancreatic cancer
  76. Vaginal metastasis from breast cancer: A case report
  77. Screening of the best time window for MSC transplantation to treat acute myocardial infarction with SDF-1α antibody-loaded targeted ultrasonic microbubbles: An in vivo study in miniswine
  78. Inhibition of TAZ impairs the migration ability of melanoma cells
  79. Molecular complexity analysis of the diagnosis of Gitelman syndrome in China
  80. Effects of maternal calcium and protein intake on the development and bone metabolism of offspring mice
  81. Identification of winter wheat pests and diseases based on improved convolutional neural network
  82. Ultra-multiplex PCR technique to guide treatment of Aspergillus-infected aortic valve prostheses
  83. Virtual high-throughput screening: Potential inhibitors targeting aminopeptidase N (CD13) and PIKfyve for SARS-CoV-2
  84. Immune checkpoint inhibitors in cancer patients with COVID-19
  85. Utility of methylene blue mixed with autologous blood in preoperative localization of pulmonary nodules and masses
  86. Integrated analysis of the microbiome and transcriptome in stomach adenocarcinoma
  87. Berberine suppressed sarcopenia insulin resistance through SIRT1-mediated mitophagy
  88. DUSP2 inhibits the progression of lupus nephritis in mice by regulating the STAT3 pathway
  89. Lung abscess by Fusobacterium nucleatum and Streptococcus spp. co-infection by mNGS: A case series
  90. Genetic alterations of KRAS and TP53 in intrahepatic cholangiocarcinoma associated with poor prognosis
  91. Granulomatous polyangiitis involving the fourth ventricle: Report of a rare case and a literature review
  92. Studying infant mortality: A demographic analysis based on data mining models
  93. Metaplastic breast carcinoma with osseous differentiation: A report of a rare case and literature review
  94. Protein Z modulates the metastasis of lung adenocarcinoma cells
  95. Inhibition of pyroptosis and apoptosis by capsaicin protects against LPS-induced acute kidney injury through TRPV1/UCP2 axis in vitro
  96. TAK-242, a toll-like receptor 4 antagonist, against brain injury by alleviates autophagy and inflammation in rats
  97. Primary mediastinum Ewing’s sarcoma with pleural effusion: A case report and literature review
  98. Association of ADRB2 gene polymorphisms and intestinal microbiota in Chinese Han adolescents
  99. Tanshinone IIA alleviates chondrocyte apoptosis and extracellular matrix degeneration by inhibiting ferroptosis
  100. Study on the cytokines related to SARS-Cov-2 in testicular cells and the interaction network between cells based on scRNA-seq data
  101. Effect of periostin on bone metabolic and autophagy factors during tooth eruption in mice
  102. HP1 induces ferroptosis of renal tubular epithelial cells through NRF2 pathway in diabetic nephropathy
  103. Intravaginal estrogen management in postmenopausal patients with vaginal squamous intraepithelial lesions along with CO2 laser ablation: A retrospective study
  104. Hepatocellular carcinoma cell differentiation trajectory predicts immunotherapy, potential therapeutic drugs, and prognosis of patients
  105. Effects of physical exercise on biomarkers of oxidative stress in healthy subjects: A meta-analysis of randomized controlled trials
  106. Identification of lysosome-related genes in connection with prognosis and immune cell infiltration for drug candidates in head and neck cancer
  107. Development of an instrument-free and low-cost ELISA dot-blot test to detect antibodies against SARS-CoV-2
  108. Research progress on gas signal molecular therapy for Parkinson’s disease
  109. Adiponectin inhibits TGF-β1-induced skin fibroblast proliferation and phenotype transformation via the p38 MAPK signaling pathway
  110. The G protein-coupled receptor-related gene signatures for predicting prognosis and immunotherapy response in bladder urothelial carcinoma
  111. α-Fetoprotein contributes to the malignant biological properties of AFP-producing gastric cancer
  112. CXCL12/CXCR4/CXCR7 axis in placenta tissues of patients with placenta previa
  113. Association between thyroid stimulating hormone levels and papillary thyroid cancer risk: A meta-analysis
  114. Significance of sTREM-1 and sST2 combined diagnosis for sepsis detection and prognosis prediction
  115. Diagnostic value of serum neuroactive substances in the acute exacerbation of chronic obstructive pulmonary disease complicated with depression
  116. Research progress of AMP-activated protein kinase and cardiac aging
  117. TRIM29 knockdown prevented the colon cancer progression through decreasing the ubiquitination levels of KRT5
  118. Cross-talk between gut microbiota and liver steatosis: Complications and therapeutic target
  119. Metastasis from small cell lung cancer to ovary: A case report
  120. The early diagnosis and pathogenic mechanisms of sepsis-related acute kidney injury
  121. The effect of NK cell therapy on sepsis secondary to lung cancer: A case report
  122. Erianin alleviates collagen-induced arthritis in mice by inhibiting Th17 cell differentiation
  123. Loss of ACOX1 in clear cell renal cell carcinoma and its correlation with clinical features
  124. Signalling pathways in the osteogenic differentiation of periodontal ligament stem cells
  125. Crosstalk between lactic acid and immune regulation and its value in the diagnosis and treatment of liver failure
  126. Clinicopathological features and differential diagnosis of gastric pleomorphic giant cell carcinoma
  127. Traumatic brain injury and rTMS-ERPs: Case report and literature review
  128. Extracellular fibrin promotes non-small cell lung cancer progression through integrin β1/PTEN/AKT signaling
  129. Knockdown of DLK4 inhibits non-small cell lung cancer tumor growth by downregulating CKS2
  130. The co-expression pattern of VEGFR-2 with indicators related to proliferation, apoptosis, and differentiation of anagen hair follicles
  131. Inflammation-related signaling pathways in tendinopathy
  132. CD4+ T cell count in HIV/TB co-infection and co-occurrence with HL: Case report and literature review
  133. Clinical analysis of severe Chlamydia psittaci pneumonia: Case series study
  134. Bioinformatics analysis to identify potential biomarkers for the pulmonary artery hypertension associated with the basement membrane
  135. Influence of MTHFR polymorphism, alone or in combination with smoking and alcohol consumption, on cancer susceptibility
  136. Catharanthus roseus (L.) G. Don counteracts the ampicillin resistance in multiple antibiotic-resistant Staphylococcus aureus by downregulation of PBP2a synthesis
  137. Combination of a bronchogenic cyst in the thoracic spinal canal with chronic myelocytic leukemia
  138. Bacterial lipoprotein plays an important role in the macrophage autophagy and apoptosis induced by Salmonella typhimurium and Staphylococcus aureus
  139. TCL1A+ B cells predict prognosis in triple-negative breast cancer through integrative analysis of single-cell and bulk transcriptomic data
  140. Ezrin promotes esophageal squamous cell carcinoma progression via the Hippo signaling pathway
  141. Ferroptosis: A potential target of macrophages in plaque vulnerability
  142. Predicting pediatric Crohn's disease based on six mRNA-constructed risk signature using comprehensive bioinformatic approaches
  143. Applications of genetic code expansion and photosensitive UAAs in studying membrane proteins
  144. HK2 contributes to the proliferation, migration, and invasion of diffuse large B-cell lymphoma cells by enhancing the ERK1/2 signaling pathway
  145. IL-17 in osteoarthritis: A narrative review
  146. Circadian cycle and neuroinflammation
  147. Probiotic management and inflammatory factors as a novel treatment in cirrhosis: A systematic review and meta-analysis
  148. Hemorrhagic meningioma with pulmonary metastasis: Case report and literature review
  149. SPOP regulates the expression profiles and alternative splicing events in human hepatocytes
  150. Knockdown of SETD5 inhibited glycolysis and tumor growth in gastric cancer cells by down-regulating Akt signaling pathway
  151. PTX3 promotes IVIG resistance-induced endothelial injury in Kawasaki disease by regulating the NF-κB pathway
  152. Pancreatic ectopic thyroid tissue: A case report and analysis of literature
  153. The prognostic impact of body mass index on female breast cancer patients in underdeveloped regions of northern China differs by menopause status and tumor molecular subtype
  154. Report on a case of liver-originating malignant melanoma of unknown primary
  155. Case report: Herbal treatment of neutropenic enterocolitis after chemotherapy for breast cancer
  156. The fibroblast growth factor–Klotho axis at molecular level
  157. Characterization of amiodarone action on currents in hERG-T618 gain-of-function mutations
  158. A case report of diagnosis and dynamic monitoring of Listeria monocytogenes meningitis with NGS
  159. Effect of autologous platelet-rich plasma on new bone formation and viability of a Marburg bone graft
  160. Small breast epithelial mucin as a useful prognostic marker for breast cancer patients
  161. Continuous non-adherent culture promotes transdifferentiation of human adipose-derived stem cells into retinal lineage
  162. Nrf3 alleviates oxidative stress and promotes the survival of colon cancer cells by activating AKT/BCL-2 signal pathway
  163. Favorable response to surufatinib in a patient with necrolytic migratory erythema: A case report
  164. Case report of atypical undernutrition of hypoproteinemia type
  165. Down-regulation of COL1A1 inhibits tumor-associated fibroblast activation and mediates matrix remodeling in the tumor microenvironment of breast cancer
  166. Sarcoma protein kinase inhibition alleviates liver fibrosis by promoting hepatic stellate cells ferroptosis
  167. Research progress of serum eosinophil in chronic obstructive pulmonary disease and asthma
  168. Clinicopathological characteristics of co-existing or mixed colorectal cancer and neuroendocrine tumor: Report of five cases
  169. Role of menopausal hormone therapy in the prevention of postmenopausal osteoporosis
  170. Precisional detection of lymph node metastasis using tFCM in colorectal cancer
  171. Advances in diagnosis and treatment of perimenopausal syndrome
  172. A study of forensic genetics: ITO index distribution and kinship judgment between two individuals
  173. Acute lupus pneumonitis resembling miliary tuberculosis: A case-based review
  174. Plasma levels of CD36 and glutathione as biomarkers for ruptured intracranial aneurysm
  175. Fractalkine modulates pulmonary angiogenesis and tube formation by modulating CX3CR1 and growth factors in PVECs
  176. Novel risk prediction models for deep vein thrombosis after thoracotomy and thoracoscopic lung cancer resections, involving coagulation and immune function
  177. Exploring the diagnostic markers of essential tremor: A study based on machine learning algorithms
  178. Evaluation of effects of small-incision approach treatment on proximal tibia fracture by deep learning algorithm-based magnetic resonance imaging
  179. An online diagnosis method for cancer lesions based on intelligent imaging analysis
  180. Medical imaging in rheumatoid arthritis: A review on deep learning approach
  181. Predictive analytics in smart healthcare for child mortality prediction using a machine learning approach
  182. Utility of neutrophil–lymphocyte ratio and platelet–lymphocyte ratio in predicting acute-on-chronic liver failure survival
  183. A biomedical decision support system for meta-analysis of bilateral upper-limb training in stroke patients with hemiplegia
  184. TNF-α and IL-8 levels are positively correlated with hypobaric hypoxic pulmonary hypertension and pulmonary vascular remodeling in rats
  185. Stochastic gradient descent optimisation for convolutional neural network for medical image segmentation
  186. Comparison of the prognostic value of four different critical illness scores in patients with sepsis-induced coagulopathy
  187. Application and teaching of computer molecular simulation embedded technology and artificial intelligence in drug research and development
  188. Hepatobiliary surgery based on intelligent image segmentation technology
  189. Value of brain injury-related indicators based on neural network in the diagnosis of neonatal hypoxic-ischemic encephalopathy
  190. Analysis of early diagnosis methods for asymmetric dementia in brain MR images based on genetic medical technology
  191. Early diagnosis for the onset of peri-implantitis based on artificial neural network
  192. Clinical significance of the detection of serum IgG4 and IgG4/IgG ratio in patients with thyroid-associated ophthalmopathy
  193. Forecast of pain degree of lumbar disc herniation based on back propagation neural network
  194. SPA-UNet: A liver tumor segmentation network based on fused multi-scale features
  195. Systematic evaluation of clinical efficacy of CYP1B1 gene polymorphism in EGFR mutant non-small cell lung cancer observed by medical image
  196. Rehabilitation effect of intelligent rehabilitation training system on hemiplegic limb spasms after stroke
  197. A novel approach for minimising anti-aliasing effects in EEG data acquisition
  198. ErbB4 promotes M2 activation of macrophages in idiopathic pulmonary fibrosis
  199. Clinical role of CYP1B1 gene polymorphism in prediction of postoperative chemotherapy efficacy in NSCLC based on individualized health model
  200. Lung nodule segmentation via semi-residual multi-resolution neural networks
  201. Evaluation of brain nerve function in ICU patients with Delirium by deep learning algorithm-based resting state MRI
  202. A data mining technique for detecting malignant mesothelioma cancer using multiple regression analysis
  203. Markov model combined with MR diffusion tensor imaging for predicting the onset of Alzheimer’s disease
  204. Effectiveness of the treatment of depression associated with cancer and neuroimaging changes in depression-related brain regions in patients treated with the mediator-deuterium acupuncture method
  205. Molecular mechanism of colorectal cancer and screening of molecular markers based on bioinformatics analysis
  206. Monitoring and evaluation of anesthesia depth status data based on neuroscience
  207. Exploring the conformational dynamics and thermodynamics of EGFR S768I and G719X + S768I mutations in non-small cell lung cancer: An in silico approaches
  208. Optimised feature selection-driven convolutional neural network using gray level co-occurrence matrix for detection of cervical cancer
  209. Incidence of different pressure patterns of spinal cerebellar ataxia and analysis of imaging and genetic diagnosis
  210. Pathogenic bacteria and treatment resistance in older cardiovascular disease patients with lung infection and risk prediction model
  211. Adoption value of support vector machine algorithm-based computed tomography imaging in the diagnosis of secondary pulmonary fungal infections in patients with malignant hematological disorders
  212. From slides to insights: Harnessing deep learning for prognostic survival prediction in human colorectal cancer histology
  213. Ecology and Environmental Science
  214. Monitoring of hourly carbon dioxide concentration under different land use types in arid ecosystem
  215. Comparing the differences of prokaryotic microbial community between pit walls and bottom from Chinese liquor revealed by 16S rRNA gene sequencing
  216. Effects of cadmium stress on fruits germination and growth of two herbage species
  217. Bamboo charcoal affects soil properties and bacterial community in tea plantations
  218. Optimization of biogas potential using kinetic models, response surface methodology, and instrumental evidence for biodegradation of tannery fleshings during anaerobic digestion
  219. Understory vegetation diversity patterns of Platycladus orientalis and Pinus elliottii communities in Central and Southern China
  220. Studies on macrofungi diversity and discovery of new species of Abortiporus from Baotianman World Biosphere Reserve
  221. Food Science
  222. Effect of berrycactus fruit (Myrtillocactus geometrizans) on glutamate, glutamine, and GABA levels in the frontal cortex of rats fed with a high-fat diet
  223. Guesstimate of thymoquinone diversity in Nigella sativa L. genotypes and elite varieties collected from Indian states using HPTLC technique
  224. Analysis of bacterial community structure of Fuzhuan tea with different processing techniques
  225. Untargeted metabolomics reveals sour jujube kernel benefiting the nutritional value and flavor of Morchella esculenta
  226. Mycobiota in Slovak wine grapes: A case study from the small Carpathians wine region
  227. Elemental analysis of Fadogia ancylantha leaves used as a nutraceutical in Mashonaland West Province, Zimbabwe
  228. Microbiological transglutaminase: Biotechnological application in the food industry
  229. Influence of solvent-free extraction of fish oil from catfish (Clarias magur) heads using a Taguchi orthogonal array design: A qualitative and quantitative approach
  230. Chromatographic analysis of the chemical composition and anticancer activities of Curcuma longa extract cultivated in Palestine
  231. The potential for the use of leghemoglobin and plant ferritin as sources of iron
  232. Investigating the association between dietary patterns and glycemic control among children and adolescents with T1DM
  233. Bioengineering and Biotechnology
  234. Biocompatibility and osteointegration capability of β-TCP manufactured by stereolithography 3D printing: In vitro study
  235. Clinical characteristics and the prognosis of diabetic foot in Tibet: A single center, retrospective study
  236. Agriculture
  237. Biofertilizer and NPSB fertilizer application effects on nodulation and productivity of common bean (Phaseolus vulgaris L.) at Sodo Zuria, Southern Ethiopia
  238. On correlation between canopy vegetation and growth indexes of maize varieties with different nitrogen efficiencies
  239. Exopolysaccharides from Pseudomonas tolaasii inhibit the growth of Pleurotus ostreatus mycelia
  240. A transcriptomic evaluation of the mechanism of programmed cell death of the replaceable bud in Chinese chestnut
  241. Melatonin enhances salt tolerance in sorghum by modulating photosynthetic performance, osmoregulation, antioxidant defense, and ion homeostasis
  242. Effects of plant density on alfalfa (Medicago sativa L.) seed yield in western Heilongjiang areas
  243. Identification of rice leaf diseases and deficiency disorders using a novel DeepBatch technique
  244. Artificial intelligence and internet of things oriented sustainable precision farming: Towards modern agriculture
  245. Animal Sciences
  246. Effect of ketogenic diet on exercise tolerance and transcriptome of gastrocnemius in mice
  247. Combined analysis of mRNA–miRNA from testis tissue in Tibetan sheep with different FecB genotypes
  248. Isolation, identification, and drug resistance of a partially isolated bacterium from the gill of Siniperca chuatsi
  249. Tracking behavioral changes of confined sows from the first mating to the third parity
  250. The sequencing of the key genes and end products in the TLR4 signaling pathway from the kidney of Rana dybowskii exposed to Aeromonas hydrophila
  251. Development of a new candidate vaccine against piglet diarrhea caused by Escherichia coli
  252. Plant Sciences
  253. Crown and diameter structure of pure Pinus massoniana Lamb. forest in Hunan province, China
  254. Genetic evaluation and germplasm identification analysis on ITS2, trnL-F, and psbA-trnH of alfalfa varieties germplasm resources
  255. Tissue culture and rapid propagation technology for Gentiana rhodantha
  256. Effects of cadmium on the synthesis of active ingredients in Salvia miltiorrhiza
  257. Cloning and expression analysis of VrNAC13 gene in mung bean
  258. Chlorate-induced molecular floral transition revealed by transcriptomes
  259. Effects of warming and drought on growth and development of soybean in Hailun region
  260. Effects of different light conditions on transient expression and biomass in Nicotiana benthamiana leaves
  261. Comparative analysis of the rhizosphere microbiome and medicinally active ingredients of Atractylodes lancea from different geographical origins
  262. Distinguish Dianthus species or varieties based on chloroplast genomes
  263. Comparative transcriptomes reveal molecular mechanisms of apple blossoms of different tolerance genotypes to chilling injury
  264. Study on fresh processing key technology and quality influence of Cut Ophiopogonis Radix based on multi-index evaluation
  265. An advanced approach for fig leaf disease detection and classification: Leveraging image processing and enhanced support vector machine methodology
  266. Erratum
  267. Erratum to “Protein Z modulates the metastasis of lung adenocarcinoma cells”
  268. Erratum to “BRCA1 subcellular localization regulated by PI3K signaling pathway in triple-negative breast cancer MDA-MB-231 cells and hormone-sensitive T47D cells”
  269. Retraction
  270. Retraction to “Protocatechuic acid attenuates cerebral aneurysm formation and progression by inhibiting TNF-alpha/Nrf-2/NF-kB-mediated inflammatory mechanisms in experimental rats”
Downloaded on 7.9.2025 from https://www.degruyterbrill.com/document/doi/10.1515/biol-2022-0690/html
Scroll to top button