Literature DB >> 29606958

A Multiple Kernel Learning Model Based on p-Norm.

Jinshan Qi1,2, Xun Liang1, Rui Xu1.   

Abstract

By utilizing kernel functions, support vector machines (SVMs) successfully solve the linearly inseparable problems. Subsequently, its applicable areas have been greatly extended. Using multiple kernels (MKs) to improve the SVM classification accuracy has been a hot topic in the SVM research society for several years. However, most MK learning (MKL) methods employ L1-norm constraint on the kernel combination weights, which forms a sparse yet nonsmooth solution for the kernel weights. Alternatively, the Lp -norm constraint on the kernel weights keeps all information in the base kernels. Nonetheless, the solution of Lp -norm constraint MKL is nonsparse and sensitive to the noise. Recently, some scholars presented an efficient sparse generalized MKL (L1- and L2-norms based GMKL) method, in which L1  L2 established an elastic constraint on the kernel weights. In this paper, we further extend the GMKL to a more generalized MKL method based on the p-norm, by joining L1- and Lp -norms. Consequently, the L1- and L2-norms based GMKL is a special case in our method when p = 2. Experiments demonstrated that our L1- and Lp -norms based MKL offers a higher accuracy than the L1- and L2-norms based GMKL in the classification, while keeping the properties of the L1- and L2-norms based on GMKL.

Entities:  

Mesh:

Year:  2018        PMID: 29606958      PMCID: PMC5827885          DOI: 10.1155/2018/1018789

Source DB:  PubMed          Journal:  Comput Intell Neurosci


1. Introduction of MKL

The support vector machine (SVM) is a classification and regression tool based on the statistical machine learning [1]. By utilizing the kernel function, the SVM transfers the data into a high dimension space, builds an optimal separating hyperplane, and consequently solves the nonlinear problem. In solving an SVM problem, it is critical to choose an adequate kernel function. The widely used kernel functions are the radial basis functions and polynomial functions. To select an effective kernel function is very important, and different kernels and parameters produce different classification and regression results. In our paper, we try to use the features of different kernels and improve the classification accuracy of SVM. The multiple kernel learning (MKL) model [2] is a flexible learning model. In the recent research, the MK learning (MKL) can obtain higher classification accuracy than the sole one. As the MKL uses different combinations of kernel functions and has larger flexibility, its performance is normally better. Constructing the MK model, in fact, is the process of seeking the combination of M kernels to get the best classification accuracy. Thus, in the MK framework, to seek the weights of the different kernels is the big problem for MKL [3, 4]. The simplest form of MKL is L1 norm [5]. The L1-norm MKL finds the kernel weight in a simplex form and thus yields a sparse solution [6, 7]. The sparsity of selected kernels is helpful in identifying an appropriate combination of data sources or subsets with different features in real world applications. However, the method may discard useful information and thus result in a suboptimal generalization. Alternatively, the L2-norm MKL was proposed by another group of researchers, and it improves L1-norm MKL in some scenarios. Unfortunately, the solution of L2-norm MKL is nonsparse, which means it uses all kernels in the forecasting stage. Also, the L2-norm MKL is sensitive to noise. Additionally, when there exist noisy data in the training set, the classification accuracy would be greatly decreased. Furthermore, it suffers poor interpretation and can lead to high computational and storage cost, too. Thus, there is research intending to combine the L1-norm MKL and L2-norm MKL. The algorithm is called the generalized MKL (GMKL) [8], which combines both advantages of L1- and L2-norms and is able to have a higher accuracy in classifications. Nonetheless, the GMKL algorithm is just specialized in the combination of the sparse MKL method and the nonsparse kernel learning method, L2-norm MKL. The research made a contribution to the merging of the L1- and L2-norm MKL, and the GMKL in a general model [9]. In this paper, we extend the algorithm in a more general form, which combines the sparse MKL and all nonsparse MKL algorithms. Thus, we would like to generalize the L2-norm MKL to the L-norm. In our paper, we combine L1- and L-norms [10], by extending the constraint of kernels as v∑u + (1 − v)∑u ≤ 1. We call our algorithm MKL based on p-norm (MKL-BP). In particular, when p = 2 the MKL-BP algorithm will be degenerated into the GMKL algorithm. In our experiments, when p → ∞, the accuracy of our algorithm tends to be stable and is higher than the results with p = 2. Meantime, compared with the L1- and L-norm MKL method, the MKL-BP shows the higher accuracy in the classifications too. The advantage of using L norms is that more flexibility can be achieved during the experiments. As p changes, the generalization and precision vary accordingly. The paper is organized as follows: Section 2 describes in detail the MKL-BP model. Section 3 analyzes and verifies the relevant definitions and theorems of MKL-BP model. The implementation solution of MKL-BP model is described in Section 4. Section 5 uses the MKL-BP model to carry out experiments on the UCI datasets and compares its accuracy, running time, and so on with those of other MKL models. Section 6 concludes this research with directions for future work.

2. Base Framework of MKL-BP

Based on the statistics machine learning in the classification problem, we can get the general model below: The smallest empirical risk is 1/N∑R(f(x), y), while the smallest regulation risk is Ω(f) = 1/2‖w‖2. The parameter C is a presetting constant, used for balancing the empirical and regulation risks. In the C-SVM, the model could be shown as By optimizing problem (2), the classifier could be shown as Using the Langrage function and kernel K(x, x) ≤ ϕ(x), ϕ(x) > 0, we could get the dual form of problem (2): Problem (4) is a simplest form of SVM. In the MKL model, kernel K is combined with a series of kernels linearly. The kernel K is shown as In (5), u refers to the weight of kernel K, and M refers to the number of kernels. By using (5) and replacing K(x, x) in (4), we can get the standard form of MKL:where u = (u1,…,u) and A refers to the constraint domain of u. In the MKL model, the simplest domain is the L1-norm MKL, where A = {u∣u ≥ 0, ∑u ≤ 1}. The research shows that in the L2- and L-norm MKLs, where A = {u∣u ≥ 0, ∑u ≤ 1}, there is better classification character in some aspects. The research combined the L1- and L2-norm MKLs, and the GMKL model. The paper showed that the novel model keeps the sparsity of the L1-norm MKL and the classification accuracy does not decrease when facing the noisy data. Domain A in the GMKL model is {u∣u ≥ 0, v∑u + (1 − v)∑u2 ≤ 1}. The setting constant v is used to balance the L1- and L2-norm MKLs, and 0 ≤ v ≤ 1. The experiments showed that when v = 0.5, the model gets the best classification accuracy. However, the paper just specialized the sparse and nonsparse MKL models. In this paper, we would like to generalize the model. Concretely, we generalize domain A as {u∣u ≥ 0, v∑u + (1 − v)∑u ≤ 1}. We called our model the MKL based on p-norm (MKL-BP). We would like to bring the character of our model in the next paragraph, where we will show the model keeping the character of GMKL. Then we give the algorithm of the model to solve the high dimensional constraint problem. We would make some simulation experiments to show the classification accuracy, running time, and used kernel of our model, compared with different models.

3. Theorem of MKL-BP

Theorem 1 .

Not all the kernels are selected in the MKL-BP model, and u of the selected kernels are unique.

Proof

By fixing α = (α1,…,α) as α, we could easily know that the optimizing result of u in (6) would be irrelevant to α. We use the Langrage function and get By trying to get the partial derivatives of u, we get that By setting ∂L/∂u = 0, we get u: Considering when u in (9) is below zero, we set u as From (10), we could easily find that when (1/λ)∑∑ααK(x, x) < v, we get u = 0. So not all kernels would be selected in the model when 0 < v < 1. Thus, our model successfully selects the useful kernels in optimization. Also, from (10), the optimization result of u is unique in our model. Specially, when v = 0, the algorithm is degenerated into the L-norm MKL, and we get We find that all u > 0, which indicates that all kernels are selected in the L-norm MKL, so it would not discard useful kernels in the optimization. However, the model would not get high accuracy in prediction when faced with noisy data. Also in that scenario, the model may cause higher computational complexity.

Definition 2 (similar kernel).

With the optimization of (4) and α, if the selected kernels K and K correspond to the formula below, we call them similar kernels:

Theorem 3 .

Similar kernels would get the same kernel weights u when p approaches the limit. We calculate |u − u| as below: When p approaches to the limit, |u − u| → 0. Theorem 3 indicates that when p approaches the limit, u among different kernels would be very small, and thus the classification accuracy does not change.

4. Solution of MKL-BP

Although we have presented the MKL-BP model, it is still hard to optimize problem (6). Problem (6) is quadratic programming with a high dimension constraint. In the GMKL algorithm, [11] used the level method to solve the problem. However, in our model, the constraint is p-dimensional and the method in [11] does not work. So, we resort to the Taylor expansion method to solve the problem approximately. We use the coordinate decreasing method to solve the problem in the iteration; we fix u or α, then solve the subproblem, and finally update u or α.

Process 1.

Update α by fixing u. At the first time, u is initialed as the approximate solution of vu + (1 − v)u = 1/M; (6) turns to a standard SVM problem below: Number t refers to the iteration time of algorithm. We employ the SMO algorithm to solve this standard problem.

Process 2.

Update u by fixing α; (6) turns to quadratic programming with a high dimensional constraint. Then use the Taylor expansion to decrease the dimension: By using the transformation in (15), the constraint turns to Now with the Taylor expansion, we successfully changed the high dimensional constraint to a quadratic constraint. Next, we use the level method and CVX toolbox as the GMKL to solve the problem in Process 2. CVX toolbox is a useful MATLAB toolbox in solving many mathematic problems.

Process 3.

Update u or α until the stop criterion is satisfied. The stop criterion is that the program has reached the iteration time or the changes of the objective function have reached the threshold. We could find that when p > 2, we successfully changed the problem to the GMKL, so the complexity is the same as that of GMKL. And according to [8], the complexity of GMKL is O(δ−2), when δ is the threshold of solution.

5. Experiments

In this section we use the UCI data to evaluate the classification accuracies in different algorithms. We evaluate the following algorithm: (1) Ave-Kernel. We use a base combination of the kernels. The weights of base combination of kernels are u = 1/M. We use the standard SVM solver to solve the Ave-kernel. (2) Simple-MKL. It is a traditional L1-MKL model, which is a useful comparison algorithm in many papers. (3)  L-MKL. The constraint of the kernel weight is ‖u‖ ≤ 1; in our paper we set v = 0 as L-MKL. (4) GMKL. The constraint of kernel weights is {u∣u ≥ 0, v∑u + (1 − v)∑u2 ≤ 1}, and in our paper, we set p = 2 as the GMKL. To be consistent with the past work, all the solvers of the SVM QP are from the LibSVM QP solver. For updating and solving kernel weights, we use the CVX toolbox. For the SVM parameter C, we set it as 100. For the MKL-BP algorithm in our paper, the parameter settings are as below: The setting of parameter p is {2, 3, 4, 5, 6, 7, 8, 16, 32, 64}. When p = 2, the algorithm is degenerated to the GMKL. The setting of the parameter v is 0.5 as the MKL-BP. We will use the UCI database to analyze our MKL-BP algorithm; the experiment used 5 UCI datasets. The format of the datasets is given in Table 1.
Table 1

Datasets, where Number means the number of the data in the datasets, and Dim means the character of the datasets.

Data nameNumber Dim
Diabetes7689
Heart27013
Ionosphere35133
Liver-disorders3456
Sonar20860
The setting of kernels is shown as below. (1) Gaussian Kernel. K(x, x) = e−‖. We use 10 parameters {2−3,…, 26}. (2) Polynomial Kernel. K(x, x) = (xx + 1). The parameters are {1,2, 3}. The Gaussian kernel and polynomial kernel are the most popular kernels in SVM, combining them in the same model could combine their character in classification. We imitate the simple-MKL and GMKL algorithm, to normalize the kernel matrix to one unit and we construct 13(d + 1) kernels (d represents the dimension of data, and the number 13 is the total number of Gaussian kernel and polynomial kernel). We randomly divided the data into two groups. One group with 50% is used for training, and the other group with 50% is for testing. We test the datasets for 50 times to get the same effects of the cross-validation. For every UCI data we run the experiments for 5 times and count the average accuracy of the experiments. (1) The variation of p leads to the accuracy of the algorithm: Table 2 shows that when p > 2, the accuracy of the MKL-BP model increases in a small scale. Compared with p = 2 the, accuracy increases by 1.21%, 1.81%, 1.11%, 2.27%, and 0.58%, respectively. However, from Figure 1 we found that as p varies, the accuracy does not change in a large scale.
Table 2

The variation of p with regard to the different accuracies of the MKL-Bp model.

p = 2 p = 3 p = 4 p = 5 p = 6 p = 7 p = 8 p = 16 p = 32 p = 64
Diabetes76.291777.187577.239677.577.447977.577.577.577.577.5
Heart77.148179.851980.148179.259379.259379.407479.407478.96378.96378.963
Ionosphere90.931892.045591.931892.045592.045592.045591.931892.045592.045592.0455
Liver-disorder69.520272.485572.369971.907571.791972.023171.907571.791971.791971.7919
Sonar79.807781.730880.384680.384680.384680.384680.384680.384680.384680.3846
Figure 1

The variation of p leads to the different accuracies of the MKL-BP model.

(2) Compared with other GMKL accuracies, from Table 3 we found that when p → ∞, the MKL-BP model gets better classification accuracy. We discovered that besides the heart data, the MKL-BP model shows the highest accuracy, and the GMKL model (the MKL-BP model when p = 2), simple-MKL model, and L-MKL model all have similar accuracy a little smaller than MKL-BP, while Ave-kernel model reflects the smallest accuracy. The accuracy comparison of different algorithms is also shown in Figure 2.
Table 3

The accuracy comparison of different algorithms (the numbers in the brackets are the ranks of different algorithms: 1 means the highest rank in the five models, and 5 means the lowest rank in the models).

Ave-KernelSimple-MKL L p-MKLGMKL (p = 2)MKL-BP
Diabetes75.1224 (5)75.44 (4)76.5625 (2)76.2917 (3)77.5 (1)
Heart76.1523 (5)80.98 (1)79.4074 (2)77.1481 (4)78.963 (3)
Ionosphere90.5432 (5)91.48 (3)92.0455 (1)90.9318 (4)92.0455 (1)
Liver-disorder64.2538 (4)63.35 (5)70.4855 (2)69.5202 (3)71.7919 (1)
Sonar75.1146 (5)76.71 (4)79.7063 (3)79.8077 (2)80.3846 (1)

Average rank4.83.423.21.4
Figure 2

The accuracy comparison of different algorithms.

(3) Compared with other MKL models' running time, Table 4 demonstrates that the Ave-kernel model shows the highest speed, for it only needs to calculate the SVM problem. The running time of L-MKL model is a bit faster than the simple-MKL model and the GMKL model, and the simple-MKL model and the GMKL model show similar running time. However, the running time of MKL-BP model is the longest. The reason is that by using the Taylor expansion to calculate u, it needs slightly more time. So how to improve the running speed of our algorithm is a problem which needs to be solved in the future research. In order to compare the results clearly, Figure 3 shows the running time of different models.
Table 4

The running time of different models (the numbers in the brackets are the ranks of different models, and the unit in the table is second(s)).

Ave-KernelSimple-MKL L p-MKLGMKL (p = 2)MKL-BP
Diabetes10.75 (1)21.83 (3)17.46 (2)25.09 (4)43.44 (5)
Heart1.96 (1)14.44 (3)10.06 (2)20.08 (4)47.63 (5)
Ionosphere7.81 (1)28.95 (4)27.14 (3)26.38 (2)56.11 (5)
Liver-disorder5.69 (1)10.95 (2)15.30 (3)20.02 (4)46.94 (5)
Sonar1.37 (1)53.41 (5)30.76 (2)33.99 (3)43.14 (4)

Average rank13.42.43.44.8
Figure 3

The running time of different models.

(4) The variation of number of selected kernel functions is shown in Table 5: the Ave-kernel model and L-MKL model select all the kernel functions, while simple-MKL model, GMKL model, and MKL-BP model only select a portion of the kernels, which indicates that the MKL-BP keeps the sparsity for the kernel selecting of L1-MKL model and GMKL model. We discovered that MKL-BP model and the GMKL model select more kernels than the simple-MKL. The reason is that the simple-MKL may discard some useful kernels while the MKL-BP model retains these kernels similarly to the GMKL model. Figure 4 shows the comparison of the number of the kernels used in the different models.
Table 5

The number of the kernels used in the different models.

Ave-KernelSimple-MKL L p-MKLGMKL (p = 2)MKL-BP
Diabetes117271173035.8
Heart182251823635.4
Ionosphere4424544264.670
Liver-disorder91219129.629.8
Sonar79390793104.8129.2
Figure 4

The number of the kernels used in the different models.

(5) We could find that when p > 2, the accuracy of the MKL-BP model increases in a small scale. However, the accuracy of MKL-BP is not linear to the p. For example, the best classification of heart is p = 4. Therefore, when p changes, the advantage of MKL-BP is that we could get higher accuracy than GMKL, but the disadvantage of MKL-BP is that we could not ensure the optimal p for the model. In summary, multiple kernels improve generalization and precision performance in all the experiments, and the running speed of our model is also very fast.

6. Conclusion

In our paper we presented a novel MKL model, MKL-BP model, based on the p-norm. The model combines L1-MKL model and L-MKL model, which generalizes the GMKL model with p = 2 to our p ≥ 2. The MKL-BP model keeps the sparsity of L1-MKL model and GMKL model, which only selects useful kernels and makes relatively higher classification accuracy when faced with the noisy data. We use the Taylor expansion to optimize the problem. From the experiments we found, compared with other MKL models, our MKL-BP model obtains a higher classification accuracy than other models and the kernels selected are much fewer than Ave-kernel model and L-MKL model. Nevertheless, how to increase classification speed of MKL-BP model is still a problem which we need to solve in the future research. In the future work, the convergence rates in the experiments may be improved with combining coordinate decreasing method [12].
  3 in total

1.  Building sparse multiple-kernel SVM classifiers.

Authors:  Mingqing Hu; Yiqiang Chen; James Tin-Yau Kwok
Journal:  IEEE Trans Neural Netw       Date:  2009-03-31

2.  Efficient sparse generalized multiple kernel learning.

Authors:  Haiqin Yang; Zenglin Xu; Jieping Ye; Irwin King; Michael R Lyu
Journal:  IEEE Trans Neural Netw       Date:  2011-01-20

3.  Soft margin multiple kernel learning.

Authors:  Xinxing Xu; Ivor W Tsang; Dong Xu
Journal:  IEEE Trans Neural Netw Learn Syst       Date:  2013-05       Impact factor: 10.451

  3 in total
  2 in total

1.  Classifying Breast Cancer Subtypes Using Multiple Kernel Learning Based on Omics Data.

Authors:  Mingxin Tao; Tianci Song; Wei Du; Siyu Han; Chunman Zuo; Ying Li; Yan Wang; Zekun Yang
Journal:  Genes (Basel)       Date:  2019-03-07       Impact factor: 4.096

2.  Classifying Breast Cancer Subtypes Using Deep Neural Networks Based on Multi-Omics Data.

Authors:  Yuqi Lin; Wen Zhang; Huanshen Cao; Gaoyang Li; Wei Du
Journal:  Genes (Basel)       Date:  2020-08-04       Impact factor: 4.096

  2 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.