Feature selection based on weighted conditional mutual information

Hongfang Zhou (School of Computer Science and Engineering, Xi'an University of Technology, Xi’an, China) (Shaanxi Key Laboratory of Network Computing and Security Technology, Xi’an, China)
Xiqian Wang (School of Computer Science and Engineering, Xi'an University of Technology, Xi’an, China)
Yao Zhang (School of Computer Science and Engineering, Xi'an University of Technology, Xi’an, China)

Applied Computing and Informatics

ISSN: 2634-1964

Article publication date: 11 August 2020

Issue publication date: 5 January 2024

1397

Abstract

Feature selection is an essential step in data mining. The core of it is to analyze and quantize the relevancy and redundancy between the features and the classes. In CFR feature selection method, they rarely consider which feature to choose if two or more features have the same value using evaluation criterion. In order to address this problem, the standard deviation is employed to adjust the importance between relevancy and redundancy. Based on this idea, a novel feature selection method named as Feature Selection Based on Weighted Conditional Mutual Information (WCFR) is introduced. Experimental results on ten datasets show that our proposed method has higher classification accuracy.

Keywords

Citation

Zhou, H., Wang, X. and Zhang, Y. (2024), "Feature selection based on weighted conditional mutual information", Applied Computing and Informatics, Vol. 20 No. 1/2, pp. 55-68. https://doi.org/10.1016/j.aci.2019.12.003

Publisher

:

Emerald Publishing Limited

Copyright © 2019, Hongfang Zhou, Xiqian Wang and Yao Zhang

License

Published in Applied Computing and Informatics. Published by Emerald Publishing Limited. This article is published under the Creative Commons Attribution (CC BY 4.0) license. Anyone may reproduce, distribute, translate and create derivative works of this article (for both commercial and non-commercial purposes), subject to full attribution to the original publication and authors. The full terms of this license may be seen at http://creativecommons.org/licences/by/4.0/legalcode


1. Introduction

Feature selection is an important step in pattern recognition and data mining. The target features contain fewer ones, which can reduce the training time and improve the interpretability of the model [1]. Different from other dimension reduction technique, feature selection doesn't produce the new combinations of features. In other words, it only selects features [2].

Feature selection methods can be broadly classified into three types such as filter method [3,4], wrapper method [5–7] and embedded method [8]. Feature selection based on mutual information belongs to the first one. Different from the latter two ones, the filter method is independent of the classifier [9]. Accordingly, the filter method is usually faster than other two ones [10].

Mutual information is usually used to measure the relation between two variables [11]. Feature selection method based on it regards mutual information as feature selection criterion. The definition of MI can be shown in Eq. (1).

(1)I(Xm;C|S)
where Xm is the candidate feature, S denotes the selected feature set and C is the class. Obviously, the higher the score is, the more important the feature is. However, it involves massive calculation of high dimensional joint probability. In some literatures, the high-order mutual information is decomposed into the sum of some multiple low-order mutual information under some independence assumptions [12]. But in real world, such assumption is unrealistic. In face of this, this paper presents a feature selection method-WCFR (Weight Composition of Feature Relevancy). In our proposed algorithm, standard deviation is applied to weigh the relations between the features and the feature sets.

This paper is organized as follows. Section 2 introduces the related work and some classical feature selection methods based on mutual information. In Section 3, we describe the proposed approach-WCFR. The experimental results on large amounts of data are given in Section 4. Section 5 gives the conclusion and future problem.

2. Related work

Feature selection based on MI belongs to the filter method. It uses the mutual information to select and evaluate the features [9]. Forward search is a greedy algorithm that selects one feature in per iteration. In this way, the feature set can be obtained after some iterations. Recently, the feature selection methods based on MI have already been proposed.

The earliest method using mutual information is MIM [13], in which MI is used to evaluate the relation between the feature and the class. The evaluation criterion is shown as follow.

(2)J(Xm)=I(Xm;C)
where Xm is the candidate feature and C denotes the class. MIM is simple. It ignores the relations between the features and the selected feature sets, which could lead to a situation in which the feature subset involves too many redundant features. Mutual Information based on Feature Selection (MIFS) [14] is proposed by Battiti, and it is shown as Eq. (3).
(3)J(Xm)=I(Xm;C)βXsSI(Xm;Xs)
Where Xs denotes the selected feature from the selected feature set S. MIFS considers the redundancy between the candidate feature and the selected features based on MIM. mRMR [15] is the variant of MIFS. However, there is a potential problem about mutual information. It tends to select some features containing more values. Let’s take an example. When some features of sequential data are to be faced, such method will be incapable. To avoid such situation, some researches normalized the mutual information by scaling the value of mutual information to the interval from 0 to 1. La The Vinh has proposed NMIFS (Normalized Mutual Information Feature Selection) [16], which is shown in Eq. (4).
(4)JNMIFS(Xm)=I(Xm;C)log2(|ΩC|)1|Sm1|XsSm1I(Xs;Xm)log2(|ΩXm|)
where |Ωk| denotes the size of the sample space of the variable k. MIFS or NMIFS represents a general idea that the candidate feature should be high-relevancy with C and be low-redundancy with S. Some evaluation criteria of feature selection are developed in this aspect. Conditional Informative Feature Extraction (CIFE) [17] is proposed by Lin and Tang, and the corresponding criterion is shown as follow.
(5)JCIFE(Xm)=I(Xm;C)XsS{I(Xm;Xs)I(Xm;Xs|C)}
where I(Xm;Xs|C) denotes the redundancy between Xm and Xs when giving C. The description about redundancy in CIFE is more specific than that in MIFS. I(Xm;Xs)I(Xm;Xs|C) is named as intra-class redundancy [1]. H.Y.Yang proposed JMI [18], which is shown in Eq. (6).
(6)JJMI(Xm)=I(Xm;C)1|S|XsS[I(Xm;C)I(Xm;C|Xs)]

By analyzing JMI, we can get Eq. (7).

(7)JJMI(Xm)=I(Xm;C)1|S|XsS[I(Xm;Xs)I(Xm;Xs|C)]

Therefore, JMI can be regarded as CIFE that adds the weight 1|S|. The second item in Eq. (7) uses the average to reflect the centralized tendency of the redundancy. RelaxFS [12], as shown in Eq. (8), is proposed by Vinh* and Zhou, which introduces the new redundancy containing more redundant information.

(8)JRelaxFS(Xm)=I(Xm;C)1|S|XjSI(Xm;Xj)+1|S|XjSI(Xm;Xj|C)1|S||S1|XjSXiSijI(Xm;Xi|Xj)
where 1|S||S1|XjSXiSijI(Xm;Xi|Xj) denotes the redundancy between Xm and Xi when giving Xj. It should be noted that Xi and Xj are from the selected feature set S. Therefore, 1|S||S1|XjSXiSijI(Xm;Xi|Xj) contains more redundancy between Xm and S than 1|S|XsS[I(Xm;Xs)I(Xm;Xs|C)]. There is also a feature selection method, named as CFR [19], which is proposed by Wangfu Gao. Feature relevancy is composed of two parts in CFR, and it is shown in Eq. (9).
(9)I(Xm;C)=I(Xm;C|Xs)+I(Xm;C;Xs)
where I(Xm;C|Xs) denotes the information related to the class, I(Xm;C;Xs) denotes the redundant information. The criterion of WCFR maximizes the correlation and minimizes the redundancy, which is shown in Eq. (10).
(10)JCFR(Xm)=XsSI(Xm;C|Xs)XsSI(Xm;C;Xs)

In above mentioned methods, we can see there is a trend that relation between features is more concrete from mutual information to conditional mutual information. However, it involves lots of computation. For example, 1|S||S1|XjSXiSijI(Xm;Xi|Xj) can contain more redundant information than 1|S|XsS[I(Xm;Xs)I(Xm;Xs|C)]. However, the computational complexity of the former is higher than that of the latter. As a matter of fact, Xi and Xj are from the selected feature set S. When the redudant term 1|S||S1|XjSXiSijI(Xm;Xi|Xj) is calculated, it is required to search S twice. Therefore, how to improve the efficiency of feature selection without increasing the amount of computation is a problem.

3. Proposed method

3.1 Problem and method

The new proposed method, WCFR (Weighted Composition of Feature Relevancy), is the improvement of CFR. Eq. (11) can be gotten from the Eq. (9), which indicates the mutual information between Xm, C and Xs.

(11)I(Xm;C;Xs)=I(Xm;C)I(Xm;C|Xs)=I(Xm;Xs)I(Xm;Xs|C)

When we use the r.h.s of Eq. (11) instead of the redundancy term in Eq. (10), we can get Eq. (12).

(12)JCFR(Xm)=XsSI(Xm;C|Xs)XsSI(Xm;C)I(Xm;C|Xs)=XsSI(Xm;C|Xs)XsSI(Xm;Xs)I(Xm;Xs|C)

The criteria of CFR is similar to those of MIM, mRMR, JMI, CIFE and Relaxmrmr, because all of them try to search the features that are high relevant with the class and low redundant with the selected feature set. Another common point is that relevancy and redundancy are expressed by the summation. In fact, there exists a new problem. Suppose there are two features which are X1 and X2. The relevance of the two features using Eq. (12) can get the same value. How to distinguish X1 and X2 is a problem. I(Xm;C|Xs) denotes the information that Xm can provide while Xs cannot. The value of I(Xm;C|Xs) is different for each Xs. However, the summation on I(Xm;C|Xs) ignores the difference. Therefore, the difference measured by standard deviation is introduced in the proposed method. And it is shown in Eq. (13).

(13)JWCFR(Xm)=(1δ1)×XsSI(Xm;C|Xs)(1δ2)×XsSI(Xm;Xs)I(Xm;Xs|C)

In Eq. (13), the expressions of standard deviation δ1 and δ2 are shown as Eqs. (14) and (16).

(14)δ1=1|S|i=1|S|(I(Xm;C|Xi)μ1)2
(15)μ1=1|S|i=1|S|I(Xm;C|Xi)
(16)δ2=1|S|i=1|S|(I(Xm;Xi)I(Xm;Xi|C)μ2)2
(17)μ2=1|S|i=1|S|I(Xm;Xi)I(Xm;Xi|C)

Standard deviation is usually used to measure the degree of dispersion. Hence, we use it to adjust the importance degrees of relevant items or redundant items in WCFR. The higher the value of the standard deviation is, the higher the degree of dispersion is. In this way, WCFR can tackle above problem that how to select X1 and X2 when the summation of X1 and X2 on I(Xm;C|Xs) is equal.

The Pseudo-code of WCFR is shown in Table 1. It contains two parts. The first part is the initialization of the selected feature set S (Lines 1–8), and the second part is the process of iteration in which it selects one feature in each iteration by the Eq. (13).

3.2 Complexity analysis

WCFR contains a ‘while’ loop and two ‘for’ loops, and its time complexity is O(k2nm) (k is the number of selected features, n is the number of all features, mis the number of samples). The Complexity of WCFR is same as that of CFR, CIFE and JMI. And it is higher than that of MIM and is lower than that of RelaxFS.

4. Experiments

4.1 Data sets

To verify the effectiveness of the proposed WCFR, ten data sets are used in the experiments. They are from different fields and can be found in UCI [20]. There are hand written digital data (Semeion, Mfeatfac), text data (CANE9), voice data (Isolet), image data (ORL, COIL20, WarpPIE10p) and biodata (TOX171). More detail descriptions can be found in Table 2. Each data will be normalized and discretized, which is similar to other literatures [12,19].

4.2 Experiment settings

In this experiment, we use Support Vector Machine (SVM) and K-Nearest Neighbor (KNN) to evaluate different feature selection methods. They are two classical and widely used classifiers in relative references [12,19]. In such mentioned ones, K is set to be 3 for KNN and linear kernel is used for SVM [12]. Analogously, we do the same strategy.

The experiment consists of three parts. The first part is data preprocessing. For the validity of the calculation, the value of every feature is shrunk into −1 to1 and is categorized into five equal-size bins. The second part is feature subsets generation. If the number of features is less than 50, the size of the feature subset is equal to the size of the features. Otherwise, the size of the feature subset is set to be 50. Feature selection methods are used to generate feature subset. The third part is the feature subsets evaluation. In this experiment, we use average classification accuracy and Macro-F1 to evaluate the classifiers on feature subset. Classification accuracy means the proportion of the number of correctly classified samples to the total number of samples. F1 is defined as follows.

(18)F1=2×P×RP+R
where P denotes the precision and R is the Recall. F1 can be used to measure the binary classification problem. If the number of categories is greater than two, Macro average F1 can be used to treat F value of multi-class classification problems as the average F value of n binary classification. Macro average F1 is defined in Eq. (19).
(19)Macro_F1=1ni=1nFi

4.3 Experiment results and discussion

4.3.1 Comparisons on classification accuracy

Tables 3 and 4 are average classification accuracy using KNN and SVM on ten datasets. If m is made as the size of feature subset, its variation range is from 1 to 50. We calculate the classification accuracy with 10-fold cross-validation for each m, the value in cell can be gotten by averaging accuracy corresponding to different m. The maximum value of each row in the table is identified by bold fonts. The row named as ‘Average’ means the average classification accuracy on all the datasets.

WCFR used a Kolmogorov-Smirnov test with other existing MI-based methods. The Kolmogorov-Smirnov test is a non-parametric test method [21] that does not require knowledge of the data distribution. The default significance level of the K-S test is 5% and we use it in our experiment. If the P value is less than 5%, the two algorithms are considered to have significant difference while if the P value is greater than 5%, there is no significant difference. Tables 3 and 4 show the results of the experiment. We employ ‘+’, ‘=’ and ‘-’ to indicate that WCFR performs ‘better than’, ‘equal to’ and ‘worse than’ other methods. The last row of Tables 3 and 4 named as “W/T/L” implies the statistical results that WCFR win/tie/loss compared to other methods. The statistical results are summarized in Figure 1.

It can be seen from Table 3 that the highest result is obtained by RelaxFS, CFR and WCFR. The possible reason is that these three methods describe the relations between the features and the classes more precisely than other methods. In Eq. (8), Eqs. (10) and (13), relevancy and redundancy in criterion of RelaxFS, CFR and WCFR are measured by conditional mutual information that is different from that of MIM, JMI, mRMR and CIFE. The average classification accuracy of RelaxFS is higher slightly than that of CFR, which is because RelaxFS can eliminate more redundant information by the second item of Eq. (8). Our proposed WCFR outperforms RelaxFS and CFR on seven data sets. The reason is that the weight is introduced in WCFR.

Table 4 shows the classification results for KNN. We can find that the different classifier have a different influence on the verify of feature subset. When KNN is used as the classifier, the result of RelaxFS is better slightly than that of CFR, but the new WCFR method is better than RelaxFS. RelaxFS can get the highest accuracy on TOX171, which means the hypothesis in RelaxFS meets the pattern of data ToX171 on KNN. As can be seen from Tables 3 and 4, WCFR can improve classifier accuracy when compared with other methods.

In order to observe the influence of feature subset size on accuracy, performance on different dataset is given in Figures 2 and 3. In the Figure 2(a), Figures 2(b) and 3(a), the trends of WCFR and CFR are similar, especially when the dimension number of the data goes up. But WCFR is actually better slightly than CFR if we can combine them with Table 3. The accuracy of WCFR is lower than that of CFR on TOX17 while is higher than that of RelaxFS. It means the weight added in CFR cannot influence the performance of CFR to a large extent in the worst case. On the other datasets, the accuracy of CFR is higher than that of RelaxFS on Sonar and Isolet; the accuracy of the RelaxFS is higher than that of CFR on Semeion, ORL and COIL 20. However, it is obvious that the proposed method outperforms CFR, RelaxFS, MIM, JMI, mRMR and CIFE on these data sets.

Tables 5 and 6 show the highest classification accuracy of seven algorithms for SVM and KNN. In the Table 5, the results of WCFR are same as that of CFR on Vehicle, Sonar and CANE9, and are better than that of CFR on the rest datasets. The highest classification of WCFR on KNN is worse than on that of SVM. This situation is similar to the above experimental results. Therefore, WCFR is more suitable for SVM than KNN. In the Table 6, WCFR is also the best feature selection method except on TOX171. On the whole, the four tables and three figures show the same consequence that the weight used in WCFR has worked and can improve CFR.

4.3.2 Comparisons on Macro-F1

In order to measure the influence of weight in WCFR, Macro-F1 is used to evaluate the results of classifiers on different data subsets. Table 7 shows the result of Macro-F1 with SVM. It can be seen that F1 of WCFR is higher than that of CFR on all datasets, and is lower than that of RelaxFS only on Semeion and ORL. The evaluation criterion of RelaxFS can eliminate more redundant information while the weight in WCFR can adjust the importance between relevancy and redundancy. In the Table 8, the classification result of WCFR is lower than that of CFR on TOX 171, and is higher than other methods on Vehicle, Mfeatfac, Isolet, CANE9, COIL20 and WarpPE10p.

5. Conclusions and feature work

Mutual information is usually used to measure the relations between the feature and the class. Most of the feature selection methods based on low-order mutual information try to describe the relations more precisely. We introduce a new method to improve the quality of feature subset by using the standard deviations. The new method, WCFR, is an improvement on CFR without increasing the time complexity. And the experiment results show such improvement.

WCFR is more effective than other method, while the improvement doesn’t solve the essential issue of feature selection based on mutual information. The feature selection methods mentioned above are all based on low-order mutual information, and this leads to lose a lot of information. In the future, we plan to describe the relations among features with high order mutual information.

Figures

Performance comparison of WCFR with other methods using K-S test. Win/tie/loss means WCFR performs ‘better’/‘equal to’/‘worse’ than other methods.

Figure 1

Performance comparison of WCFR with other methods using K-S test. Win/tie/loss means WCFR performs ‘better’/‘equal to’/‘worse’ than other methods.

Performance comparison on low-dimensional data sets with SVM.

Figure 2

Performance comparison on low-dimensional data sets with SVM.

Performance comparison on high-dimensional data sets with SVM.

Figure 3

Performance comparison on high-dimensional data sets with SVM.

Pseudo-code of WCFR.

Descriptions of datasets.

Nodata# of feature# of examples# of class
1Vehicle189464
2Sonar602082
3Mfeatfac216200010
4Semeion256159310
5Isolet617156026
6CANE985710809
7ORL102440040
8COIL201024144020
9WarpPIE10p242021010
10TOX 17157491714

Classification Accuracy of Seven Algorithms using SVM.

DatasetMimJMImRMRCIFERelaxFSCFRWCFR
Vehicle57.86 ± 0.14(=)62.99 ± 0.07(=)62.04 ± 0.09(=)64.94 ± 0.07(=)63.47 ± 0.07(=)65.01 ± 0.07(=)65.15 ± 0.07
Sonar77.21 ± 0.03(+)78.96 ± 0.03(=)77.50 ± 0.02(+)77.35 ± 0.02(+)77.99 ± 0.02(+)78.74 ± 0.03(=)79.34 ± 0.03
Mfeatfac85.89 ± 0.12(+)89.06 ± 0.11(+)89.72 ± 0.11(+)88.76 ± 0.11(+)90.24 ± 0.11(=)90.39 ± 0.11(=)90.58 ± 0.11
Semeion59.53 ± 0.15(+)64.00 ± 0.12(+)66.00 ± 0.12(+)63.63 ± 0.10(+)68.58 ± 0.12(=)67.27 ± 0.11(=)68.41 ± 0.12
Isolet41.52 ± 0.14(+)61.31 ± 0.13(+)62.49 ± 0.13(+)58.11 ± 0.11(+)68.96 ± 0.15(+)69.94 ± 0.15(+)72.49 ± 0.16
CANE971.41 ± 0.18(=)72.68 ± 0.16(=)72.60 ± 0.16(=)67.98 ± 0.13(+)73.29 ± 0.16(=)73.17 ± 0.16(=)73.71 ± 0.16
ORL58.15 ± 0.23(+)82.17 ± 0.21(+)81.94 ± 0.20(+)57.24 ± 0.14(+)82.21 ± 0.21(=)79.62 ± 0.21(+)81.81 ± 0.22
COIL2063.77 ± 0.20(+)85.63 ± 0.14(+)87.50 ± 0.14(+)87.11 ± 0.14(+)89.95 ± 0.14(+)88.42 ± 0.15(+)90.23 ± 0.15
WarpPIE10p84.50 ± 0.15(+)92.54 ± 0.12(+)93.53 ± 0.12(+)93.71 ± 0.12(+)93.67 ± 0.12(+)94.09 ± 0.12(+)94.92 ± 0.12
TOX 17168.49 ± 0.07(+)76.54 ± 0.07(+)77.40 ± 0.07(+)76.72 ± 0.09(=)79.63 ± 0.07(=)80.97 ± 0.12(=)80.52 ± 0.11
Average66.83 ± 0.1476.59 ± 0.1277.07 ± 0.1273.56 ± 0.1078.80 ± 0.1278.76 ± 0.1279.72 ± 0.13
W/T/L8/2/07/3/08/2/08/2/04/6/04/6/0

Classification Accuracy of Seven Algorithms using KNN.

DatasetMimJMImRMRCIFERelaxFSCFRWCFR
Vehicle58.54 ± 0.13(+)64.79 ± 0.08(=)62.13 ± 0.09(+)66.33 ± 0.08(+)64.85 ± 0.07(+)66.47 ± 0.08(=)67.18 ± 0.08
Sonar79.34 ± 0.10(+)83.63 ± 0.08(=)81.28 ± 0.08(=)84.56 ± 0.07(=)83.75 ± 0.08(=)84.02 ± 0.07(=)84.50 ± 0.07
Featfac81.03 ± 0.19(+)86.33 ± 0.17(+)87.23 ± 0.17(+)87.19 ± 0.17(+)88.34 ± 0.17(=)88.11 ± 0.17(+)88.64 ± 0.17
Semeion54.57 ± 0.18(+)59.70 ± 0.15(+)61.77 ± 0.15(=)61.09 ± 0.12(+)64.55 ± 0.14(=)63.66 ± 0.14(=)64.76 ± 0.14
Isolet34.91 ± 0.14(+)53.45 ± 0.13(+)54.74 ± 0.13(+)40.43 ± 0.07(+)60.96 ± 0.15(+)62.79 ± 0.16(+)65.10 ± 0.17
CANE968.68 ± 0.18(=)70.16 ± 0.17(=)70.19 ± 0.17(=)62.99 ± 0.11(+)71.17 ± 0.16(=)70.94 ± 0.17(=)71.40 ± 0.16
ORL52.83 ± 0.19(+)72.55 ± 0.17(+)73.79 ± 0.17(=)47.16 ± 0.10(+)74.97 ± 0.19(=)70.66 ± 0.17(+)73.50 ± 0.19
COIL2062.43 ± 0.24(+)87.90 ± 0.18(+)89.05 ± 0.18(+)90.63 ± 0.19(+)90.77 ± 0.19(+)90.66 ± 0.19(+)91.37 ± 0.19
WarpPIE10p80.50 ± 0.18(+)92.20 ± 0.14(+)92.76 ± 0.15(=)83.87 ± 0.11(+)92.88 ± 0.14(=)93.26 ± 0.14(+)93.71 ± 0.14
TOX 17164.70 ± 0.10(+)78.45 ± 0.12(+)78.46 ± 0.13(+)81.71 ± 0.13(=)90.94 ± 0.12(=)85.00 ± 0.13(=)84.85 ± 0.12
Average63.75 ± 0.1674.92 ± 0.1475.14 ± 0.1470.60 ± 0.1278.32 ± 0.1477.56 ± 0.1478.50 ± 0.14
W/T/L9/1/07/3/05/5/08/2/03/7/05/5/0

Highest Classification Accuracy of Seven Algorithms using SVM.

DatasetMimJMImRMRCIFERelaxFSCFRWCFR
Vehicle0.70680.70560.70440.70790.70440.70560.7056
Sonar0.82170.83640.83100.82170.82620.84550.8455
Mfeatfac0.94600.94550.95300.94400.95500.95400.9580
Semeion0.74710.74830.77600.71630.77970.76530.7716
Isolet0.61470.73270.71990.67180.79870.80770.8359
CANE90.85190.84810.84810.74630.86020.86020.8602
ORL0.83500.95750.93750.72250.95750.95000.9650
COIL200.84170.95210.95830.96530.97710.97290.9903
WarpPIE10p0.96670.98100.99520.99520.99050.98570.9952
TOX 1710.79580.88270.87750.90070.88920.94770.9484

Highest Classification Accuracy of Seven Algorithms on KNN.

DatasetMimJMImRMRCIFERelaxFSCFRWCFR
Vehicle0.71160.71040.69020.70200.69390.71970.7197
Sonar0.88500.89480.88360.91330.91330.90330.9040
Mfeatfac0.93500.94350.95040.94850.95750.95350.9605
Semeion0.72260.76900.76520.70000.77590.77340.7734
Isolet0.53850.63780.65380.44870.72880.73650.7705
CANE90.84540.84540.84540.70560.85830.85830.8583
ORL0.73520.83250.84000.54750.86750.83500.8575
COIL200.86530.97150.97710.98470.98450.98610.9958
WarpPIE10p0.95240.98100.99050.90950.98570.99050.9952
TOX 1710.76110.89480.90000.90620.92940.94150.9301

Macro-F1 of seven algorithms using SVM on different datasets.

DatasetMimJMImRMRCIFERelaxFSCFRWCFR
Vehicle0.63370.60940.60760.63480.61940.63370.6381
Sonar0.76640.78390.76830.76450.77380.78050.7862
Mfeatfac0.85330.88620.89320.88200.89820.89960.9015
Semeion0.57690.62550.64550.62370.67220.65840.6708
Isolet0.39150.59350.60470.55990.66910.68120.7069
CANE90.70270.72180.72100.67680.72840.72670.7335
ORL0.36980.52680.52860.35820.53000.50920.5228
Coil200.60630.84300.86220.86110.88970.87490.8943
WarpPIE10p0.77030.84660.85420.85610.85770.85910.8698
TOX 1710.64040.73760.75040.74360.77640.79880.7985

Macro-F1 of seven algorithms using KNN on different datasets.

DatasetMimJMImRMRCIFERelaxFSCFRWCFR
Vehicle0.56520.63640.61390.65390.64110.65320.6616
Sonar0.77490.82200.79500.83080.82150.82620.8308
Mfeatfac0.79840.85430.86470.86320.87590.87370.8795
Semeion0.52790.58300.60340.59260.63280.62200.6350
Isolet0.32260.50460.51500.38070.58490.60670.6302
CANE90.66990.68840.68850.61520.69950.69660.7028
ORL0.33500.46840.48170.28740.48470.45520.4673
Coil0.59820.87040.88210.89950.90140.89990.9072
WarpPIE10p0.73400.86160.86830.77500.86900.87180.8801
TOX 1710.62210.76990.77290.80830.83400.84280.8409

References

[1]HongFang Zhou, Yao Zhang, YingJie Zhang, HongJiang Liu, Feature selection based on conditional mutual information: minimum conditional relevance and minimum conditional redundancy, Appl. Intell. 48 (7) (2018) 883896.

[2]Abdulhamit Subasi. Practical Guide for Biomedical Signals Analysis Using Machine Learning Techniques. 2019, pp. 193-275.

[3]H.F. Zhou, J. Guo, Y.H. Wang, A feature selection approach based on interclass and intraclass relative contributions of terms, Comput. Intell. Neurosci. 2016 (17) (2016) 18.

[4]H.F. Zhou, J. Guo, Y.H. Wang, A feature selection approach based on term distributions, SpringerPlus. 5 (1) (2016) 114.

[5]S. Das, Filters, Wrappers and Boosting-Based Hybrid for Feature Selection, Proceedings of the International Conference on Machine Learning, 2016 (2016), pp. 7481.

[6]Qi-Hai Zhu, Yu-Bin Yang, Discriminative embedded unsupervised feature selection, Pattern Recogn. Lett. 112 (1) (2018) 219225.

[7]L. Jiang, G. Kong, C. Li, Wrapper framework for test-cost-sensitive feature selection, IEEE Trans. Syst., Man, Cybern.: Syst. (2019) 110.

[8]R. Kohavi, G.H. John, Wrappers for feature subset selection, Artif. Intell. 97 (1-2) (1997) 273324, available at: http://dx.doi.org/10.1016/S0004-3702(97)00043-X.

[9]M. Francisco Macedo, Rosario Oliveira, et al., Theoretical foundations of forward feature selection methods based on mutual information, Neurocomputing 2019 (325) (2019) 6789.

[10]M.A. Hall, Correlation-based Feature Selection for Discrete and Numeric Class Machine Learning, Seventeenth International Conference on Machine Learning, 2000.

[11]C.M. Bishop, Pattern Recognition and Machine learning, Springer, 2006.

[12]N.X. Vinh, S. Zhou, J. Chan, J. Bailey, Can high-order dependencies improve mutual information based feature selection?, Pattern Recognition. 53 (C) (2015) 4658.

[13]D.D. Lewis. Feature selection and feature extraction for text categorization, in: Proceedings of The Workshop on Speech and Natural Language, Association for Computation Linguistics Morristown, Nj, USA, pp 212-217.

[14]R.Battiti. Using mutual information for selecting features in supervised neural net learning, IEEE Transaction on Neural Networks, 5(4): 537-550.

[15]H. Peng, F. Long, C. Ding, Feature selection based on mutual information criteria of max-dependency, max-relevance, and min-redundancy, IEEE Trans. Pattern Anal. Machine Intell. 27 (8) (2005) 12261238, available at: http://dx.doi.org/10.1109/TPAMI.2005.159.

[16]L.T. Vinh, S. Lee, A novel selection method based on normalized mutual information, Appl. Intell. 37 (1) (2011) 100120.

[17]D. Lin, X. Tang. Conditional Infomax Learning: An Integrated Framework for Feature Extraction and Fusion. In: European Conference on computer version. pp 68-82.

[18]H.H.Yang, J.Moody, Feature Selection Based on Joint Mutual Information, in: Proceedings of International ICSC Symposium on Advances in Intelligent Data Analysis, 1999, pp. 2225.

[19]Wangfu Gao, Hu. Liang, Ping Zhang, Jialong He, Feature selection considerding the composition of feature relevancy, Pattern Recogn. Lett. 112 (2018) 7074.

[20]available at: http://archive.ics.uci.edu/ml.

[21]Janez Demišar, D. Schuurmans, Statistical Comparisons of Classifiers over Multiple Data Sets, J. Mach. Learn. Res. 7 (1) (2006) 130.

Acknowledgements

This work was supported by the National Key Research and Development Plan, China [grant number 2017YFB1402103]; the National Natural Science Foundation of China [grant numbers 61402363, 61771387]; the Education Department of Shaanxi Province Key Laboratory Project [grant number 15JS079]; Xi’an Science Program Project [grant number 2017080CG/RC043 (XALG017)]; the Ministry of Education of Shaanxi Province Research Project [grant number 17JK0534]; and Beilin district of Xi’an Science and Technology Project [grant number GX1625]. The corresponding author would like to thank such financial aids.Declaration of Competing Interest: The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.Publishers note: The publisher wishes to inform readers that the article “Feature selection based on weighted conditional mutual information” was originally published by the previous publisher of Applied Computing and Informatics and the pagination of this article has been subsequently changed. There has been no change to the content of the article. This change was necessary for the journal to transition from the previous publisher to the new one. The publisher sincerely apologises for any inconvenience caused. To access and cite this article, please use Zhou, H., Wang, X., Zhang, Y. (2019), “Feature selection based on weighted conditional mutual information”, Applied Computing and Informatics. Vol. ahead-of-print No. ahead-of-print. https://10.1016/j.aci.2019.12.003. The original publication date for this paper was 07/01/2020.

Corresponding author

Hongfang Zhou can be contacted at: zhouhf@xaut.edu.cn

Related articles