دانلود مقاله ISI انگلیسی شماره 25265
ترجمه فارسی عنوان مقاله

رگرسیون بردار پشتیبانی مبتنی بر قاعده هیبریدی روش استخراج برای پیش بینی

عنوان انگلیسی
Support vector regression based hybrid rule extraction methods for forecasting
کد مقاله سال انتشار تعداد صفحات مقاله انگلیسی
25265 2010 13 صفحه PDF
منبع

Publisher : Elsevier - Science Direct (الزویر - ساینس دایرکت)

Journal : Expert Systems with Applications, Volume 37, Issue 8, August 2010, Pages 5577–5589

ترجمه کلمات کلیدی
- اصل استخراج - ماشین بردار پشتیبان - رگرسیون بردار پشتیبانی - طبقه بندی و درخت رگرسیون - شبکه های مبتنی بر سیستم تطبیقی ​​استنتاج فازی - سیستم استنتاج فازی در حال تکامل پویا - ریشه میانگین توان دوم خطاها
کلمات کلیدی انگلیسی
Rule extraction,Support vector machine,Support vector regression,Classification and regression tree,Adaptive network based fuzzy inference system,Dynamic evolving fuzzy inference system,Root mean squared error
پیش نمایش مقاله
پیش نمایش مقاله  رگرسیون بردار پشتیبانی مبتنی بر قاعده هیبریدی روش استخراج برای پیش بینی

چکیده انگلیسی

Support Vector Regression (SVR) solves regression problems based on the concept of Support Vector Machine (SVM) introduced by Vapnik (1995). The main drawback of these newer techniques is their lack of interpretability. In other words, it is difficult for the human analyst to understand the knowledge learnt by these models during training. The most popular way to overcome this difficulty is to extract if–then rules from SVM and SVR. Rules provide explanation capability to these models and improve the comprehensibility of the system. Over the last decade, different algorithms for extracting rules from SVM have been developed. However rule extraction from SVR is not widely available yet. In this paper a novel hybrid approach for extracting rules from SVR is presented. The proposed hybrid rule extraction procedure has two phases: (1) Obtain the reduced training set in the form of support vectors using SVR (2) Train the machine leaning techniques (with explanation capability) using the reduced training set. Machine learning techniques viz., Classification And Regression Tree (CART), Adaptive Network based Fuzzy Inference System (ANFIS) and Dynamic Evolving Fuzzy Inference System (DENFIS) are used in the phase 2. The proposed hybrid rule extraction procedure is compared to stand-alone CART, ANFIS and DENFIS. Extensive experiments are conducted on five benchmark data sets viz. Auto MPG, Body Fat, Boston Housing, Forest Fires and Pollution, to demonstrate the effectiveness of the proposed approach in generating accurate regression rules. The efficiency of these techniques is measured using Root Mean Squared Error (RMSE). From the results obtained, it is concluded that when the support vectors with the corresponding predicted target values are used, the SVR based hybrids outperform the stand-alone intelligent techniques and also the case when the support vectors with the corresponding actual target values are used.

مقدمه انگلیسی

During the last decade a number of researchers and practitioners are using SVM to solve pattern classification and function-approximation problems. Function approximation or regression problems, unlike classification problems, have continuous output variable. In many applications such as medicine, finance it is desirable to extract knowledge from SVM for the users to gain a better understanding of how the model solves the problems. SVM algorithm developed by Vapnik (1995) is based on statistical learning theory. For classification problems (Burges, 1998, Osuna et al., 1997 and Pontil and Verri, 1997) it tries to find a maximal margin hyperplane that separates two classes. In the case of regression problem the goal is to construct a hyperplane that lies near to or close to as many instances as possible (Ancona, 1999, Joachims, 1998 and Smola and Scholkopf, 1998). Therefore the objective is to find the hyperplane with small norm while simultaneously minimizing the sum of the distances from data points to the hyperplane. Despite their superior performance in various application areas, the models created by SVM and SVR are opaque, which must be considered as a serious drawback as these models do not yield human comprehensible knowledge. Many researchers have tried to treat this accuracy vs. comprehensibility trade-off by converting the opaque, high accurate model to transparent model via rule extraction. Rule extraction algorithms were first developed in the context of neural networks. They provide transparency for the opaque models (Gallant, 1988). Researchers argued that even limited explanation can positively influence the system acceptance by the user (Davis, Buchanan, & Shortliffe, 1977). Using rule extraction a learning system might discover salient features in the input data whose importance was not previously recognized (Craven & Shavlik, 1994). Multiple rule extraction techniques have been proposed by the researchers to extract rules from SVM. Nunez, Angulo, and Catata (2002) proposed SVM + Prototype for extracting rules from SVM. They used K-means clustering algorithm for determining prototype vectors for each input class. An ellipsoid is defined in the input space combining these prototypes with support vectors and mapped it to if–then rules. Fung, Sandilya, and Bharat Rao (2005) proposed a rule extraction technique similar to SVM + Prototype. But it does not require the computationally expensive clustering. Instead, the algorithm transforms the problem to a simpler, equivalent variant and constructs the hyper cubes by solving linear programs. Each hypercube is then transformed to a rule. Fu, Ong, Keerthi, Hung, and Goh (2004) proposed RulExtSVM for extracting if–then rules using intervals defined by hyper rectangular forms. A hyper rectangle is generated by using the intersection of the support vectors with the decision boundary and the rules are generated based on the hyper rectangles. Initial rule set1 is then tuned in order to improve rule accuracy and the redundant rules are removed to obtain more concise rule set. The disadvantage of this algorithm is the construction of hyper rectangles based on the number of support vectors. A hybrid rule extraction technique is proposed by Barakat and Diederich, 2004 and Barakat and Diederich, 2005, where they first developed an SVM model using the training set and removed the output class labels. They used the developed model to predict the output class labels. Later, they used these support vectors for training the decision tree and generated rules. Hyper rectangle Rules Extraction (HRE) ( Zhang, Su, Jia, & Chu, 2005) first constructs hyper rectangles according to the prototypes and the support vectors (SVs) using SVM model. By projecting these hyper rectangles onto coordinate axes, if–then rules are obtained. Barakat and Bradley (2006) describe the use of the area under the receiver operating characteristic (ROC) curve (AUC) to assess the quality of rules extracted from SVM. Fuzzy Rule Extraction (FREx) (Chaves, Vellasco, & Tanscheit, 2005) determines the projection of the support vectors in the coordinate axes during first step. Using triangular fuzzy membership function each support vector is then transformed into fuzzy if–then rule. A Multiple Kernel-Support Vector Machine (MK-SVM) scheme with feature selection, rule extraction and prediction modeling is proposed to improve the explanation capacity of SVM ( Chen, Li, & Wei, 2007). This approach makes use of the information provided by the separating hyperplane and support vectors. Rules obtained from the present approach have good generalization capacity and comprehensibility and are applied to gene expression data of cancer tissue. Barakat and Bradley (2007) proposed a method to extract rules directly from the support vectors (SVs) of a trained SVM using a modified sequential covering algorithm termed SQRex–SVM. Rules are generated based on an ordered search of the most discriminative features, as measured by interclass separation. Rule set performance is then evaluated using the measured rates of true positives (TPs) and false positives (FPs), and the AUC. Martens, Baesens, and Gestel (2009) proposed a new Active Learning-Based Approach (ALBA) to extract rules from SVM models. ALBA makes use of the key concept of SVM that the support vectors are typically close to decision boundary and extracts rules from the trained SVM. All these methods except for Barakat and Diederich, 2004 and Barakat and Diederich, 2005, do not employ hybrid approach for rule extraction. Barakat and Diederich, 2004 and Barakat and Diederich, 2005 applied decision trees to extract rules from a trained SVM. However, they did not test their approach sufficiently. Then Farquad et al., 2008a and Farquad et al., 2008b proposed a hybrid rule extraction approach using SVM for bankruptcy prediction in banks. They used SVM as a preprocessor to extract support vectors. These support vectors along with their corresponding actual output values of the target variable are used to train a classifier with explanation capability such as Fuzzy Rule Based System (FRBS), Decision Tree and RBF in the second phase. It is observed from the empirical results that the hybrid SVM + FRBS outperformed the stand-alone classifiers. In this paper, we present a hybrid rule extraction procedure for solving regression problems. The proposed approach has two phases, (i) SVR is used to extract the support vectors from the training set. Two different training sets are made, where, one set has support vectors along with their corresponding actual output values given in the dataset and the second set has the support vectors and their corresponding output values predicted by SVR. (ii) These two sets are then used separately to generate rules using CART, ANFIS and DENFIS. By using the first training set, we are reducing the number of patterns in the input space (because we used support vectors only) and the rules are generated in phase 2 are not extracted from SVR. However by using the 2nd training set, we are ensuring that the rules generated in phase 2 are indeed extracted from SVR. The rest of the paper is organized as follows. Section 2 presents overview of SVR, CART, ANFIS and DENFIS. Section 3 explains the architecture of proposed hybrid approach. Section 4 presents the experimental setup. The datasets used in the study are described in Section 5. Section 6 presents results and discussion. Finally Section 7 concludes the paper.

نتیجه گیری انگلیسی

In this paper, we propose a new hybrid rule extraction approach for solving regression problems from SVR. First, using SVR, support vectors are extracted in phase 1 and the extracted support vectors are fed to one of CART, ANFIS and DENFIS in phase 2. The data set of extracted support vectors with corresponding actual target values available is referred to as Case (1), whereas in Case (2) the corresponding target values are replaced by the predictions given by SVR. Using Case (2) we are ensuring that the rules generated during phase 2 are indeed extracted from SVR. From the analysis it is concluded that the proposed hybrid SVR + CART, SVR + ANFIS and SVR + DENFIS with Case (2) achieved higher accuracy than the accuracies obtained using stand-alone CART, ANFIS and DENFIS and the hybrids SVR + CART, SVR + ANIFS and SVR + DENFIS with Case (1). Stand-alone CART, ANFIS and DENFIS achieved better accuracy compared to the hybrids SVR + CART, SVR + ANFIS and SVR + DENFIS with Case (1). We conclude that the proposed hybrid is a viable alternative to generating rules from SVR for solving regression problems.