TRADITIONAL CHINESE MEDICINE SYNDROME CLASSIFICATION METHOD BASED ON MULTI-GRAPH ATTENTION
20230335296 · 2023-10-19
Inventors
- Jing Zhao (Nanjing, CN)
- Wenyou Li (Nanjing, CN)
- Zhaoyang Jiang (Nanjing, CN)
- Jie Yin (Nanjing, CN)
- Ying Chen (Nanjing, CN)
Cpc classification
G16H20/90
PHYSICS
International classification
Abstract
The present disclosure provides a traditional Chinese medicine (TCM) syndrome classification method based on multi-graph attention, which comprehensively considers the contribution of symptoms and syndrome elements in syndrome classification by constructing a graph structure, integrates a symptom-symptom graph and a symptom-syndrome element graph into classification, uses a multi-graph attention network to aggregate the features of symptoms and syndrome elements, and finally realizes syndrome classification through a multi-layer perceptron. At the same time, extensive experiments are carried out on real data sets, the effectiveness of the multi-graph attention network is verified, more accurate classification is realized, and better classification results have been achieved.
Claims
1. A traditional Chinese medicine (TCM) syndrome classification method based on multi-graph attention, comprising: Step 1, acquiring a data set containing a plurality of clinical data, and constructing a symptom-symptom graph Ss, a symptom-syndrome element graph Se and a symptom embedding matrix em by using the relationship between a symptom and a syndrome element; Step 2, performing graph attention feature aggregation on a symptom-symptom graph Ss and a symptom-syndrome element graph Se based on a multi-graph attention network to obtain a feature representation H.sub.i.sub.
2. The TCM syndrome classification method based on multi-graph attention according to claim 1, wherein in Step 1, each clinical data is represented by multi-thermal coding of symptoms, syndrome elements and syndrome types: a symptom set s={s.sub.1, s.sub.2, s.sub.3, . . . s.sub.m}, a syndrome element set se={se.sub.1, se.sub.2, se.sub.3, . . . s.sub.k} and a syndrome type set sy={sy.sub.1, sy.sub.2, sy.sub.3, . . . sy.sub.l}, where m is the number of symptoms contained in the data set, k is the number of syndrome elements contained in the data set, and 1 is the number of syndrome types contained in the data set; for any clinical data, if the i-th symptom/syndrome element/syndrome type appears, the corresponding position in the corresponding symptom set s/syndrome element set se/syndrome type set sy is set as 1, otherwise it is set as 0.
3. The TCM syndrome classification method based on multi-graph attention according to claim 1, wherein the specific step of constructing a symptom-symptom graph, a symptom-syndrome element graph and a symptom embedding matrix in Step 1 comprises: Step 1-1: constructing a symptom-symptom undirected graph Ss: counting the frequency of all symptoms appearing in clinical data, extracting the symptoms with frequency ≥threshold M, and connecting the symptoms in pairs to form the symptom-symptom undirected graph Ss; Step 1-2: constructing a symptom-syndrome element undirected graph Se: comparing any two clinical data, counting the number of the same syndrome elements in the two clinical data, and connecting the symptoms of the two clinical data if the number of the same syndrome elements is greater than the threshold N; Step 1-3: constructing a symptom embedding matrix em={em.sub.1, em.sub.2, em.sub.3, . . . e.sub.m}, and defining em.sub.i=s={s.sub.1, s.sub.2, s.sub.3, . . . s.sub.m}, where n is the total number of clinical data.
4. The TCM syndrome classification method based on multi-graph attention according to claim 1, wherein in Step 2, the specific step of performing graph attention feature aggregation on a symptom-symptom graph Ss and a symptom-syndrome element graph Se based on a multi-graph attention network comprises: 1) calculating an attention coefficient e.sub.ij of a node pair (i, j) in the symptom-symptom graph Ss and the symptom-syndrome element graph Se:
e.sub.ij=LeakyReLU([WH.sub.i∥WH.sub.j]) (1) where W∈R.sup.F*F′ is a shared weight matrix, F is the number of input features, F′ is the number of output features, H.sub.i is the feature of node i, H.sub.j is the feature of node j,
is the mapping of splicing vectors to real numbers, LeakyReLU is an activation function, and the node pair (i, j) refers to two points with edges connected in an undirected graph; normalizing the attention coefficient of each node pair (i, j) to obtain a normalized attention coefficient α.sub.ij:
H.sub.i.sub.
5. The TCM syndrome classification method based on multi-graph attention according to claim 1, wherein the formula of matrix splicing operation in Step 2 is as follows:
H.sub.i=Cat(H.sub.i.sub.
6. The TCM syndrome classification method based on multi-graph attention according to claim 1, wherein the symptom combination feature representation H is as follows:
H=MUL(em,H.sub.i) (11) where MUL is the multiplication operation of two matrices.
7. The TCM syndrome classification method based on multi-graph attention according to claim 1, wherein the specific step of using a multi-layer perceptron MLP for syndrome classification and prediction in Step 3 comprises: inputting the symptom combination feature representation H into the multi-layer perceptron MLP, and obtaining the category of the syndrome type y.sub.s predicted by the model after calculation:
y.sub.s=sigmoid(W.sub.2(W.sub.1*H+b.sub.1)+b.sub.2) (12) where W.sub.1 and W.sub.2 are the weight matrix of the first layer and the second layer, respectively, b.sub.1 and b.sub.2 are the offset vectors of the first layer and the second layer, respectively, and the category with the highest probability is the result of classification; using the BCE loss function to calculate the difference L between the model prediction and the actual output used to train the model;
8. The TCM syndrome classification method based on multi-graph attention according to claim 2, wherein the specific step of constructing a symptom-symptom graph, a symptom-syndrome element graph and a symptom embedding matrix in Step 1 comprises: Step 1-1: constructing a symptom-symptom undirected graph Ss: counting the frequency of all symptoms appearing in clinical data, extracting the symptoms with frequency ≥threshold M, and connecting the symptoms in pairs to form the symptom-symptom undirected graph Ss; Step 1-2: constructing a symptom-syndrome element undirected graph Se: comparing any two clinical data, counting the number of the same syndrome elements in the two clinical data, and connecting the symptoms of the two clinical data if the number of the same syndrome elements is greater than the threshold N; Step 1-3: constructing a symptom embedding matrix em={em.sub.1, em.sub.2, em.sub.3, . . . em.sub.n}, and defining em.sub.i=s={s.sub.1, s.sub.2, s.sub.3, . . . s.sub.m}, where n is the total number of clinical data.
9. A traditional Chinese medicine (TCM) syndrome classification system based on multi-graph attention and a multi-layer perceptron, comprising: a multi-graph constructing module, which constructs a symptom-symptom graph, a symptom-syndrome element graph and a symptom embedding matrix by using the relationship between a symptom and a syndrome element based on a clinical data set; a multi-graph attention feature aggregating module, which performs graph attention feature aggregation on the symptom-symptom graph Ss and the symptom-syndrome element graph Se based on a multi-graph attention network and performs matrix splicing to obtain a new symptom feature representation; and multiplies the symptom embedding matrix with the new symptom feature representation to obtain a symptom combination feature representation; specifically comprising: 1) calculating an attention coefficient e.sub.ij of a node pair (i, j) in the symptom-symptom graph Ss and the symptom-syndrome element graph Se:
e.sub.ij=LeakyReLU([WH.sub.i∥WH.sub.j]) (1) where W∈R.sup.F*F′ is a shared weight matrix, F is the number of input features, F′ is the number of output features, H.sub.i is the feature of node i, H.sub.j is the feature of node j,
is the mapping of splicing vectors to real numbers, LeakyReLU is an activation function, and the node pair (i, j) refers to two points with edges connected in an undirected graph; normalizing the attention coefficient of each node pair (i, j) to obtain a normalized attention coefficient α.sub.ij:
H.sub.i.sub.
H.sub.i=Cat(H.sub.i.sub.
H=MUL(em,H.sub.i) (11) where MUL is the multiplication operation of two matrices; a syndrome classifying module, which uses a multi-layer perceptron as a classifier for syndrome classification and prediction based on the symptom combination feature representation.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0051] The accompanying drawings are used to provide a further understanding of the present disclosure, and together with the description, serve to explain the embodiments of the present disclosure, rather than limit the present disclosure. In the figures:
[0052]
[0053]
DETAILED DESCRIPTION OF THE EMBODIMENTS
[0054] In order to further understand the present disclosure, the preferred embodiments of the present disclosure are described with reference to the examples hereinafter, but it should be understood that these descriptions are only for further explaining the features and advantages of the present disclosure, rather than limit the claims of the present disclosure.
[0055] The description of this part is only for typical embodiments, and the present disclosure is not limited to the scope described by the embodiments. The combination of different embodiments and some technical features in different embodiments are mutually substituted. The same or similar prior art means and some technical features in embodiments are mutually substituted, which also falls within the scope of description and protection of the present disclosure.
[0056] Because a single symptom graph can only aggregate a part of the information, the graph attention network cannot represent the relationship between symptoms and syndrome elements well. The present disclosure provides a multi-graph attention network (MGAT) by integrating a symptom-symptom graph and a symptom-syndrome element-symptom graph into classification.
[0057] According to one aspect of the present disclosure, a TCM syndrome classification method based on multi-graph attention, as shown in
[0058] Step 1, a data set containing a plurality of clinical data is acquired, and a symptom-symptom graph Ss, a symptom-syndrome element graph Se and a symptom embedding matrix em are constructed by using the relationship between a symptom and a syndrome element. The specific step comprises: [0059] Step 1-1: constructing a symptom-symptom undirected graph Ss: counting the frequency of all symptoms appearing in clinical data, extracting the symptoms with frequency≥threshold M, and connecting the symptoms in pairs to form the symptom-symptom undirected graph Ss; [0060] Step 1-2: constructing a symptom-syndrome element undirected graph Se: comparing any two clinical data, counting the number of the same syndrome elements in the two clinical data, and connecting the symptoms of the two clinical data if the number of the same syndrome elements is greater than the threshold N, in which if two symptoms and a plurality of syndromes coexist, there is a special relationship between the two symptoms, which is the basis for constructing the symptom-syndrome element undirected graph; [0061] Step 1-3: constructing a symptom embedding matrix em={em.sub.1, em.sub.2, em.sub.3, . . . em.sub.n} and defining em.sub.i=s={s.sub.1, s.sub.2, s.sub.3, . . . s.sub.m}, where n is the total number of clinical data.
[0062] Preferably, each clinical data is represented by multi-thermal coding of symptoms, syndrome elements and syndrome types: a symptom set s={s.sub.1, s.sub.2, s.sub.3, . . . s.sub.m}, a syndrome element set se={se.sub.1, se.sub.2, se.sub.3, . . . se.sub.k} and a syndrome type set sy={sy.sub.1, sy.sub.2, sy.sub.3, . . . sy.sub.l}, where m is the number of symptoms contained in the data set, k is the number of syndrome elements contained in the data set, and 1 is the number of syndrome types contained in the data set; for any clinical data, if the i-th symptom/syndrome element/syndrome type appears, the corresponding position in the corresponding symptom set s/syndrome element set se/syndrome type set sy is set as 1, otherwise it is set as 0.
[0063] Step 2, graph attention feature aggregation is performed on a symptom-symptom graph Ss and a symptom-syndrome element graph Se based on a multi-graph attention network to obtain a feature representation H.sub.i.sub.
e.sub.ij=LeakyReLU([WH.sub.i∥WH.sub.j]) (1) [0065] where W∈R.sup.F*F′ is a shared weight matrix, F is the number of input features, F′ is the number of output features, H.sub.i is the feature of node i, H.sub.j is the feature of node j,
is the mapping of splicing vectors to real numbers, LeakyReLU is an activation function, and the node pair (i, j) refers to two points with edges connected in an undirected graph; [0066] normalizing the attention coefficient of each node pair (i, j) to obtain a normalized attention coefficient α.sub.ij:
H.sub.i.sub.
H.sub.i=Cat(H.sub.i.sub.
H=MUL(em,H.sub.i) (11) [0083] where MUL is the multiplication operation of two matrices; [0084] Step 3, based on the symptom combination feature representation H, a multi-layer perceptron MLP is used as a classifier for syndrome classification and prediction. The specific step comprises: [0085] inputting the symptom combination feature representation H into the multi-layer perceptron MLP, and obtaining the category of the syndrome type y.sub.s predicted by the model after calculation:
y.sub.s=sigmoid(W.sub.2(W.sub.1*H+b.sub.1)+b.sub.2) (12) [0086] where W.sub.1 and W.sub.2 are the weight matrix of the first layer and the second layer, respectively, b.sub.1 and b.sub.2 are the offset vectors of the first layer and the second layer, respectively, and the category with the highest probability is the result of classification; [0087] using the BCE loss function to calculate the difference L between the model prediction and the actual output used to train the model;
[0089] According to another present disclosure of the present disclosure, a traditional Chinese medicine (TCM) syndrome classification system based on multi-graph attention and a multi-layer perceptron, as shown in
Embodiment 1
[0093] A traditional Chinese medicine (TCM) syndrome classification method based on multi-graph attention is provided, comprises the following modules.
[0094] (1) Multi-Graph Structure
[0095] In the data set, each clinical data can be represented by multi-thermal coding of symptoms, syndrome elements and syndrome types: s={s.sub.1, s.sub.2, s.sub.3, . . . s.sub.m}, se={se.sub.1, se.sub.2, se.sub.3, . . . se.sub.k} and sy={sy.sub.1, sy.sub.2, sy.sub.3, . . . sy.sub.l}. If the i-th symptom appears, the corresponding position s.sub.i in the symptom set s is set as 1, otherwise it is set as 0. Similarly, the syndrome element set se and the syndrome set sy can also be expressed in this way.
[0096] The two constructed undirected graphs are then defined, namely, a symptom-symptom graph Ss and a symptom-syndrome element graph Se. The construction rule of the symptom-symptom graph Ss is to count the frequency of all symptoms appearing in clinical data, extract the symptoms with frequency greater than or equal to threshold M, and connect the symptoms to form a graph. The construction rule of the symptom-syndrome element graph Se is to compare the same number of syndromes in two clinical data. If the number of the same syndrome elements is greater than the threshold N, the symptoms of the two data are connected to each other to form a graph. If two symptoms and a plurality of syndromes coexist, there is a special relationship between the two symptoms,
[0097] A symptom embedding matrix is em={em.sub.1, em.sub.2, em.sub.3, . . . em.sub.n}, where n is the total number of clinical data. em.sub.i=s={s.sub.1, s.sub.2, s.sub.3, . . . s.sub.m} is then defined, where m is the number of symptoms contained in the data set. If symptom S.sub.1 appears in clinical data, it is set as 1, otherwise it is set as 0.
[0098] (2) Multi-Graph Attention Feature Aggregating Module
[0099] In the module, the symptom-symptom graph Ss and the symptom-syndrome element graph Se are input into different GAT modules for calculation, respectively, and the new symptom feature representations H.sub.i.sub.
[0100] First, the calculation of the attention coefficient is introduced. The attention value e.sub.ij between the node pair (i, j) formed by any two points with edges connected in the symptom-symptom graph Ss and the symptom-syndrome element graph Se:
e.sub.ij=LeakyReLU([WH.sub.i∥WH.sub.j]) (1)
[0101] where W∈R.sup.F*F′ is a shared weight matrix, F is the number of input features, F′ is the number of output features, H.sub.i is the feature of node i, H.sub.j is the feature of node j, and is the mapping of splicing vectors to real numbers, which is activated by LeakyReLU.
[0102] When aggregating neighbor information, the attention coefficient of each node pair needs to be normalized to obtain α.sub.ij:
[0103] where N.sub.i is a neighbor node of i.
[0104] For the symptom-symptom graph Ss, the process of gathering symptoms to the first-order neighboring point is defined as:
[0105] where K indicates the number of heads of attention, N.sub.i.sub.
[0106] In order to avoid the problem of gradient disappearance caused by too deep layers, the residual term is added to this model, and the result obtained after the first layer of GAT is as follows:
H.sub.i.sub.
[0107] where H.sub.i.sub.
[0108] Similarly, the node aggregation process for the symptom-syndrome element graph Se can be defined as:
where N.sub.i.sub.
[0109] The above content is only the graph attention feature aggregation on one layer, which can be extended to multi-layer feature aggregation. For the feature aggregation of the l th-layer, the aggregation process is defined as:
[0110] where l is the current number of layers, and L is the number of layers of the GAT module. The features of high-order neighboring nodes are aggregated by stacking the multi-layer graph attention.
[0111] The graph attention of the last layer is different from the definition of the previous layers, and the multi-head attention of the last layer takes the average of all multi-head attentions:
[0112] Then, matrix splicing operation is performed on the two obtained new symptom feature representations:
H.sub.i=Cat(H.sub.i.sub.
[0113] where Cat is the splicing operation of two matrices.
[0114] Finally, the symptom embedding matrix em is multiplied with H.sub.i to obtain the symptom combination feature representation H. In other words, this step is the aggregation from a single symptom to a group of symptoms, which is specifically defined as follows:
H=MUL(em,H.sub.i) (11)
[0115] where MUL is the multiplication operation of two matrices.
[0116] (3) Syndrome Classifying Module
[0117] The new symptom combination feature representation H contains the information of symptoms and syndrome elements. In the syndrome classifying module, H is used as the input of the MLP, a group of probability values are obtained after calculation, and the category with the highest probability is the classification result. The specific steps are as follows:
y.sub.s=sigmoid(W.sub.2(W.sub.1*H+b.sub.1)+b.sub.2) (12)
[0118] where W.sub.1 and W.sub.2 are the weight matrix of the first layer and the second layer, respectively, and b.sub.1 and b.sub.2 are the offset vectors of the first layer and the second layer, respectively. y.sub.s is the probability vector of the predicted syndrome type.
[0119] Finally, the BCE loss function is used in network training to calculate the difference between the model prediction and the actual output used to train the model:
[0120] where n is the number of categories of the syndrome type, y.sub.s is the category predicted by the model, and t.sub.s is a real category.
[0121] Next, the method of this embodiment is verified and evaluated by using an experimental data set.
[0122] 1) An Experimental Data Set and an Evaluation Index
[0123] This experiment is carried out in Python3.9 environment using Pytorch1.10 deep learning library. An experimental device includes an Intel Core i5-11400H processor, NVIDIA GeForce RTX 3050 graphics card and Windows S11 operating system.
[0124] In order to verify the effectiveness of the method of the present disclosure, experiments are carried out with real traditional Chinese medicine data sets.
[0125] Data Set of Treatise on Febrile Diseases: the data set is compiled from Treatise on Febrile Diseases, a classic work of traditional Chinese medicine. The processed data set contains 173 data, including 697 symptoms, 925 syndrome elements and 173 syndrome types. In this experiment, the ratio of training sets to test sets is 9:1.
[0126] In this embodiment, four commonly used indexes are used for evaluation: Accuracy, Precision, Recall and F1-score. Accuracy represents the proportion of samples correctly classified by the syndrome classification algorithm in the total samples. Precision represents the proportion of correct prediction by the algorithm. Recall represents the proportion of true label syndrome types correctly predicted by the algorithm. F1-score is the weighted average of precision and recall. These four evaluation indexes are all positively correlated, and the larger the value, the better the model performance. These indexes are defined as follows:
[0127] where TP indicates the number of positive samples correctly predicted, and TN indicates the number of negative samples correctly predicted. FP is the number of negative samples with positive prediction, and FN is the number of positive samples with negative prediction.
[0128] 2) A Baseline
[0129] In this embodiment, the following methods are used to carry out comparative experiments. [0130] Support vector machine (SVM): SVM is a set of related supervised learning methods for classification and regression. The syndrome classification model is established by the SVM, and the best hyperplane is found to realize classification.sup.[11]. [0131] MLP: the MLP syndrome classification model has two hidden layers. The dimension of the input layer is the number of symptom features, and the dimension of the output layer is the number of categories of syndrome types, which is used to predict the syndrome type.sup.[12]. [0132] CNN: a convolutional neural network classification model consists of a convolution layer and a fully connected layer. The convolution layer is used to extract symptom features, and the fully connected layer realizes classification. This model realizes relatively accurate classification.sup.[13]. [0133] GCN: a graph convolution neural network model can better represent the relationship between features. The model consists of a GCN layer and a fully connected layer. The input of the GCN layer is a graph of the relationship between symptoms and symptoms, and the output dimension of the last fully connected layer is the number of categories of syndrome types, which is used to predict the syndrome type.
[0134] 3) Experimental Results
[0135] In order to minimize the influence of randomness on the experimental results, all the experimental results in this embodiment are shown as the average results of 50 runs.
[0136] a) Quantitative Analysis
[0137] Table 1 shows the comparison between the experimental results of the MGAT and the other four algorithms. The MGAT is superior to the other four algorithms in the evaluation indexes of accuracy, precision, recall and F1-score. Specifically, the MGAT has the accuracy of 82.11%, the precision of 74.18%, the recall of 81.73%, and the F1 score of 76.51%. In addition, the experimental results show that the GCN has the best performance among other comparison algorithms. The MGAT is 7.29%, 4.31%, 8.84% and 5.69% higher than GCN in accuracy, precision, recall and F1-score, respectively. The quantitative experiment shows that the MGAT of the present disclosure significantly improves the accuracy of TCM syndrome classification.
TABLE-US-00001 TABLE 1 Experimental results of different methods algorithm Accuracy Precision Recall F1_score SVM 0.6759 0.5980 0.6460 0.6124 MLP 0.6833 0.5366 0.6228 0.5638 CNN 0.7129 0.6009 0.6877 0.6283 GCN 0.7482 0.6987 0.7289 0.7082 MGAT 0.8211 0.7418 0.8173 0.7651
[0138] b) Qualitative Analysis
[0139] Table 2 shows the comparison between the classification results of the MGAT and the real labels. It can be seen that the first two syndrome types are correctly predicted, and the last syndrome type wrongly predicts the light syndrome of Yangming heat syndrome as the heavy syndrome of Yangming heat syndrome. Because the syndrome elements of the light syndrome of Yangming heat syndrome mainly comprise heat, dry stool, stomach and intestine, which are very similar to the syndrome elements of the heavy syndrome of Yangming heat syndrome, the prediction is wrong. These results show that the MGAT can provide a more accurate syndrome classification model and has a practical value.
TABLE-US-00002 TABLE 2 Case analysis symptoms syndrome elements real labels MGAT results Cold hands and feet, stomach, hot, cold Yangming heat Yangming heat weight, sweating, syndrome syndrome delirium, poor speech Delirium, no stool, dull Heat, poison, yin vigorous heat at vigorous heat at body, restless hands and deficiency, body fluid qi-blood phase qi-blood phase feet deficiency, mind, skin Delirium, hot flashes, Heat, dry stool, light syndrome of heavy syndrome of sweating, dry stool stomach, intestines, Yangming heat Yangming heat mind syndrome syndrome
[0140] The TCM syndrome classification method based on multi-graph attention provided by the present disclosure provides a more accurate syndrome classification model and has a practical value, which can significantly improve the accuracy of TCM syndrome classification.
[0141] The description and application of the present disclosure here are illustrative, and it is not intended to limit the scope of the present disclosure to the above-mentioned embodiments. The related descriptions of effects or advantages involved in the specification may not be reflected in the actual experimental examples due to the uncertainty of specific conditions and parameters or other factors, and the related descriptions of effects or advantages are not used to limit the scope of the present disclosure. Modifications and variations of the embodiments disclosed herein are possible. Substitutions and equivalent components of the embodiments are well known to those skilled in the art. It should be clear to those skilled in the art that the present disclosure can be implemented in other forms, structures, arrangements, proportions and with other components, materials and elements without departing from the spirit or essential features of the present disclosure. Other modifications and variations can be made to the embodiment disclosed herein without departing from the scope and spirit of the present disclosure.