Scispace (Formerly Typeset)
  1. Home
  2. Topics
  3. Support vector machine
  4. 2018
  1. Home
  2. Topics
  3. Support vector machine
  4. 2018
Showing papers on "Support vector machine published in 2018"
Journal Article•10.1109/TIE.2017.2774777•
A New Convolutional Neural Network-Based Data-Driven Fault Diagnosis Method

[...]

Long Wen, Xinyu Li, Liang Gao, Yuyan Zhang
01 Jul 2018-IEEE Transactions on Industrial Electronics
TL;DR: A new CNN based on LeNet-5 is proposed for fault diagnosis which can extract the features of the converted 2-D images and eliminate the effect of handcrafted features and has achieved significant improvements.
Abstract: Fault diagnosis is vital in manufacturing system, since early detections on the emerging problem can save invaluable time and cost. With the development of smart manufacturing, the data-driven fault diagnosis becomes a hot topic. However, the traditional data-driven fault diagnosis methods rely on the features extracted by experts. The feature extraction process is an exhausted work and greatly impacts the final result. Deep learning (DL) provides an effective way to extract the features of raw data automatically. Convolutional neural network (CNN) is an effective DL method. In this study, a new CNN based on LeNet-5 is proposed for fault diagnosis. Through a conversion method converting signals into two-dimensional (2-D) images, the proposed method can extract the features of the converted 2-D images and eliminate the effect of handcrafted features. The proposed method which is tested on three famous datasets, including motor bearing dataset, self-priming centrifugal pump dataset, and axial piston hydraulic pump dataset, has achieved prediction accuracy of 99.79%, 99.481%, and 100%, respectively. The results have been compared with other DL and traditional methods, including adaptive deep CNN, sparse filter, deep belief network, and support vector machine. The comparisons show that the proposed CNN-based data-driven fault diagnosis method has achieved significant improvements.

1,906 citations

Journal Article•10.1080/01431161.2018.1433343•
Implementation of machine-learning classification in remote sensing: an applied review

[...]

Aaron E. Maxwell1, Timothy A. Warner1, Fang Fang1•
West Virginia University1
02 Feb 2018-International Journal of Remote Sensing
TL;DR: An overview of machine learning from an applied perspective focuses on the relatively mature methods of support vector machines, single decision trees (DTs), Random Forests, boosted DTs, artificial neural networks, and k-nearest neighbours (k-NN).
Abstract: Machine learning offers the potential for effective and efficient classification of remotely sensed imagery. The strengths of machine learning include the capacity to handle data of high dimensionality and to map classes with very complex characteristics. Nevertheless, implementing a machine-learning classification is not straightforward, and the literature provides conflicting advice regarding many key issues. This article therefore provides an overview of machine learning from an applied perspective. We focus on the relatively mature methods of support vector machines, single decision trees (DTs), Random Forests, boosted DTs, artificial neural networks, and k-nearest neighbours (k-NN). Issues considered include the choice of algorithm, training data requirements, user-defined parameter selection and optimization, feature space impacts and reduction, and computational costs. We illustrate these issues through applying machine-learning classification to two publically available remotely sensed dat...

1,556 citations

Journal Article•10.21873/CGP.20063•
Applications of Support Vector Machine (SVM) Learning in Cancer Genomics.

[...]

Shujun Huang1, Nianguang Cai1, Pedro Penzuti Pacheco1, Shavira Narrandes1, Yang Wang1, Wayne Xu1 •
University of Manitoba1
01 Jan 2018-Cancer Genomics & Proteomics
TL;DR: The recent progress of SVMs in cancer genomic studies is reviewed and the strength of the SVM learning and its future perspective incancer genomic applications is comprehended.
Abstract: Machine learning with maximization (support) of separating margin (vector), called support vector machine (SVM) learning, is a powerful classification tool that has been used for cancer genomic classification or subtyping. Today, as advancements in high-throughput technologies lead to production of large amounts of genomic and epigenomic data, the classification feature of SVMs is expanding its use in cancer genomics, leading to the discovery of new biomarkers, new drug targets, and a better understanding of cancer driver genes. Herein we reviewed the recent progress of SVMs in cancer genomic studies. We intend to comprehend the strength of the SVM learning and its future perspective in cancer genomic applications.

1,285 citations

Journal Article•10.1016/J.IJMEDINF.2018.01.007•
Federated learning of predictive models from federated Electronic Health Records.

[...]

Theodora S. Brisimi1, Ruidi Chen1, Theofanie Mela2, Alex Olshevsky1, Ioannis Ch. Paschalidis1, Wei Shi3 •
Boston University1, Harvard University2, Arizona State University3
12 Jan 2018-International Journal of Medical Informatics
TL;DR: An iterative cluster Primal Dual Splitting algorithm for solving the large-scale sSVM problem in a decentralized fashion, which extracts important features discovered by the algorithm that are predictive of future hospitalizations, thus providing a way to interpret the classification results and inform prevention efforts.

944 citations

Journal Article•10.1016/J.PROCS.2018.05.122•
Prediction of Diabetes using Classification Algorithms

[...]

Deepti Sisodia, Dilip Singh Sisodia
01 Jan 2018-Procedia Computer Science
TL;DR: Three machine learning classification algorithms namely Decision Tree, SVM and Naive Bayes are used in this experiment to detect diabetes at an early stage using Pima Indians Diabetes Database which is sourced from UCI machine learning repository.

797 citations

Journal Article•10.1007/S41664-018-0068-2•
On Splitting Training and Validation Set: A Comparative Study of Cross-Validation, Bootstrap and Systematic Sampling for Estimating the Generalization Performance of Supervised Learning

[...]

Yun Xu1, Royston Goodacre2, Royston Goodacre1•
University of Manchester1, University of Liverpool2
1 Jan 2018
TL;DR: A comparative study on various reported data splitting methods found that the size of the data is the deciding factor for the qualities of the generalization performance estimated from the validation set, suggesting that it is necessary to have a good balance between the sizes of training set and validation set toHave a reliable estimation of model performance.
Abstract: Model validation is the most important part of building a supervised model. For building a model with good generalization performance one must have a sensible data splitting strategy, and this is crucial for model validation. In this study, we conducted a comparative study on various reported data splitting methods. The MixSim model was employed to generate nine simulated datasets with different probabilities of mis-classification and variable sample sizes. Then partial least squares for discriminant analysis and support vector machines for classification were applied to these datasets. Data splitting methods tested included variants of cross-validation, bootstrapping, bootstrapped Latin partition, Kennard-Stone algorithm (K-S) and sample set partitioning based on joint X–Y distances algorithm (SPXY). These methods were employed to split the data into training and validation sets. The estimated generalization performances from the validation sets were then compared with the ones obtained from the blind test sets which were generated from the same distribution but were unseen by the training/validation procedure used in model construction. The results showed that the size of the data is the deciding factor for the qualities of the generalization performance estimated from the validation set. We found that there was a significant gap between the performance estimated from the validation set and the one from the test set for the all the data splitting methods employed on small datasets. Such disparity decreased when more samples were available for training/validation, and this is because the models were then moving towards approximations of the central limit theory for the simulated datasets used. We also found that having too many or too few samples in the training set had a negative effect on the estimated model performance, suggesting that it is necessary to have a good balance between the sizes of training set and validation set to have a reliable estimation of model performance. We also found that systematic sampling method such as K-S and SPXY generally had very poor estimation of the model performance, most likely due to the fact that they are designed to take the most representative samples first and thus left a rather poorly representative sample set for model performance estimation.

736 citations

Proceedings Article•10.1109/SP.2018.00038•
Stealing Hyperparameters in Machine Learning

[...]

Binghui Wang1, Neil Zhenqiang Gong1•
Iowa State University1
20 May 2018
TL;DR: This work proposes attacks on stealing the hyperparameters that are learned by a learner, applicable to a variety of popular machine learning algorithms such as ridge regression, logistic regression, support vector machine, and neural network.
Abstract: Hyperparameters are critical in machine learning, as different hyperparameters often result in models with significantly different performance. Hyperparameters may be deemed confidential because of their commercial value and the confidentiality of the proprietary algorithms that the learner uses to learn them. In this work, we propose attacks on stealing the hyperparameters that are learned by a learner. We call our attacks hyperparameter stealing attacks. Our attacks are applicable to a variety of popular machine learning algorithms such as ridge regression, logistic regression, support vector machine, and neural network. We evaluate the effectiveness of our attacks both theoretically and empirically. For instance, we evaluate our attacks on Amazon Machine Learning. Our results demonstrate that our attacks can accurately steal hyperparameters. We also study countermeasures. Our results highlight the need for new defenses against our hyperparameter stealing attacks for certain machine learning algorithms.

617 citations

Journal Article•10.1109/ACCESS.2018.2844405•
Identification of Maize Leaf Diseases Using Improved Deep Convolutional Neural Networks

[...]

Xihai Zhang1, Qiao Yue1, Fanfeng Meng1, Fan Chengguo1, Zhang Mingming1 •
Northeast Agricultural University1
06 Jun 2018-IEEE Access
TL;DR: Two improved models based on deep learning that are used to train and test nine kinds of maize leaf images are obtained by adjusting the parameters, changing the pooling combinations, adding dropout operations and rectified linear unit functions, and reducing the number of classifiers.
Abstract: In the field of agricultural information, the automatic identification and diagnosis of maize leaf diseases is highly desired. To improve the identification accuracy of maize leaf diseases and reduce the number of network parameters, the improved GoogLeNet and Cifar10 models based on deep learning are proposed for leaf disease recognition in this paper. Two improved models that are used to train and test nine kinds of maize leaf images are obtained by adjusting the parameters, changing the pooling combinations, adding dropout operations and rectified linear unit functions, and reducing the number of classifiers. In addition, the number of parameters of the improved models is significantly smaller than that of the VGG and AlexNet structures. During the recognition of eight kinds of maize leaf diseases, the GoogLeNet model achieves a top - 1 average identification accuracy of 98.9%, and the Cifar10 model achieves an average accuracy of 98.8%. The improved methods are possibly improved the accuracy of maize leaf disease, and reduced the convergence iterations, which can effectively improve the model training and recognition efficiency.

591 citations

Journal Article•10.1109/TIP.2018.2809606•
Diverse Region-Based CNN for Hyperspectral Image Classification

[...]

Mengmeng Zhang1, Wei Li1, Qian Du2•
Beijing University of Chemical Technology1, Mississippi State University2
28 Feb 2018-IEEE Transactions on Image Processing
TL;DR: Experimental results with widely used hyperspectral image data sets demonstrate that the proposed classification framework, called diverse region-based CNN, can surpass any other conventional deep learning-based classifiers and other state-of-the-art classifiers.
Abstract: Convolutional neural network (CNN) is of great interest in machine learning and has demonstrated excellent performance in hyperspectral image classification. In this paper, we propose a classification framework, called diverse region-based CNN, which can encode semantic context-aware representation to obtain promising features. With merging a diverse set of discriminative appearance factors, the resulting CNN-based representation exhibits spatial-spectral context sensitivity that is essential for accurate pixel classification. The proposed method exploiting diverse region-based inputs to learn contextual interactional features is expected to have more discriminative power. The joint representation containing rich spectral and spatial information is then fed to a fully connected network and the label of each pixel vector is predicted by a softmax layer. Experimental results with widely used hyperspectral image data sets demonstrate that the proposed method can surpass any other conventional deep learning-based classifiers and other state-of-the-art classifiers.

587 citations

Journal Article•10.1109/ACCESS.2018.2841987•
Performance Comparison of Support Vector Machine, Random Forest, and Extreme Learning Machine for Intrusion Detection

[...]

Iftikhar Ahmad1, Mohammad Basheri1, Muhammad Iqbal2, Aneel Rahim3•
King Abdulaziz University1, University of Engineering and Technology2, Dublin Institute of Technology3
30 May 2018-IEEE Access
TL;DR: Well-known machine learning techniques, namely, SVM, random forest, and extreme learning machine (ELM) are applied and the results indicate that ELM outperforms other approaches in intrusion detection mechanisms.
Abstract: Intrusion detection is a fundamental part of security tools, such as adaptive security appliances, intrusion detection systems, intrusion prevention systems, and firewalls. Various intrusion detection techniques are used, but their performance is an issue. Intrusion detection performance depends on accuracy, which needs to improve to decrease false alarms and to increase the detection rate. To resolve concerns on performance, multilayer perceptron, support vector machine (SVM), and other techniques have been used in recent work. Such techniques indicate limitations and are not efficient for use in large data sets, such as system and network data. The intrusion detection system is used in analyzing huge traffic data; thus, an efficient classification technique is necessary to overcome the issue. This problem is considered in this paper. Well-known machine learning techniques, namely, SVM, random forest, and extreme learning machine (ELM) are applied. These techniques are well-known because of their capability in classification. The NSL–knowledge discovery and data mining data set is used, which is considered a benchmark in the evaluation of intrusion detection mechanisms. The results indicate that ELM outperforms other approaches.

578 citations

Journal Article•10.1016/J.COMPAG.2018.08.013•
Impact of dataset size and variety on the effectiveness of deep learning and transfer learning for plant disease classification

[...]

Jayme Garcia Arnal Barbedo1•
Empresa Brasileira de Pesquisa Agropecuária1
01 Oct 2018-Computers and Electronics in Agriculture
TL;DR: Experimental results indicate that while the technical constraints linked to automatic plant disease classification have been largely overcome, the use of limited image datasets for training brings many undesirable consequences that still prevent the effective dissemination of this type of technology.
Journal Article•10.1109/TGRS.2018.2794326•
Hyperspectral Image Classification With Deep Feature Fusion Network

[...]

Weiwei Song1, Shutao Li1, Leyuan Fang1, Ting Lu1•
Hunan University1
07 Feb 2018-IEEE Transactions on Geoscience and Remote Sensing
TL;DR: A deep feature fusion network (DFFN) is proposed for HSI classification that fuses the outputs of different hierarchical layers, which can further improve the classification accuracy and outperforms other competitive classifiers.
Abstract: Recently, deep learning has been introduced to classify hyperspectral images (HSIs) and achieved good performance. In general, deep models adopt a large number of hierarchical layers to extract features. However, excessively increasing network depth will result in some negative effects (e.g., overfitting, gradient vanishing, and accuracy degrading) for conventional convolutional neural networks. In addition, the previous networks used in HSI classification do not consider the strong complementary yet correlated information among different hierarchical layers. To address the above two issues, a deep feature fusion network (DFFN) is proposed for HSI classification. On the one hand, the residual learning is introduced to optimize several convolutional layers as the identity mapping, which can ease the training of deep network and benefit from increasing depth. As a result, we can build a very deep network to extract more discriminative features of HSIs. On the other hand, the proposed DFFN model fuses the outputs of different hierarchical layers, which can further improve the classification accuracy. Experimental results on three real HSIs demonstrate that the proposed method outperforms other competitive classifiers.
Journal Article•10.1016/J.ENCONMAN.2018.02.087•
Comparison of Support Vector Machine and Extreme Gradient Boosting for predicting daily global solar radiation using temperature and precipitation in humid subtropical climates: A case study in China

[...]

Junliang Fan1, Xiukang Wang, Lifeng Wu2, Hanmi Zhou3, Fucang Zhang1, Xiang Yu2, Xianghui Lu2, Youzhen Xiang1 •
Northwest A&F University1, Nanchang Institute of Technology2, Henan University of Science and Technology3
15 May 2018-Energy Conversion and Management
TL;DR: Wang et al. as discussed by the authors proposed two machine learning algorithms, i.e., Support Vector Machine (SVM) and a novel simple tree-based ensemble method named Extreme Gradient Boosting (XGBoost), for accurate prediction of daily H using limited meteorological data.
Journal Article•10.1109/ACCESS.2018.2818678•
A Data-Driven Design for Fault Detection of Wind Turbines Using Random Forests and XGboost

[...]

Dahai Zhang1, Liyang Qian1, Mao Baijin1, Can Huang1, Bin Huang1, Yulin Si1 •
Zhejiang University1
02 Apr 2018-IEEE Access
TL;DR: An efficient machine learning method, random forests in combination with extreme gradient boosting (XGBoost), is used to establish the data-driven wind turbine fault detection framework that is robust to various wind turbine models including offshore ones in different working conditions.
Abstract: Wind energy has seen great development during the past decade. However, wind turbine availability and reliability, especially for offshore sites, still need to be improved, which strongly affect the cost of wind energy. Wind turbine operational cost is closely depending on component failure and repair rate, while fault detection and isolation will be very helpful to improve the availability and reliability factors. In this paper, an efficient machine learning method, random forests (RFs) in combination with extreme gradient boosting (XGBoost), is used to establish the data-driven wind turbine fault detection framework. In the proposed design, RF is used to rank the features by importance, which are either direct sensor signals or constructed variables from prior knowledge. Then, based on the top-ranking features, XGBoost trains the ensemble classifier for each specific fault. In order to verify the effectiveness of the proposed approach, numerical simulations using the state-of-the-art wind turbine simulator FAST are conducted for three different types of wind turbines in both the below and above rated conditions. It is shown that the proposed approach is robust to various wind turbine models including offshore ones in different working conditions. Besides, the proposed ensemble classifier is able to protect against overfitting, and it achieves better wind turbine fault detection results than the support vector machine method when dealing with multidimensional data.
Posted Content•
Adversarial Robustness Toolbox v1.0.0

[...]

Maria-Irina Nicolae, Mathieu Sinn, Minh-Ngoc Tran, Beat Buesser, Ambrish Rawat, Martin Wistuba, Valentina Zantedeschi, Nathalie Baracaldo, Bryant Chen, Heiko Ludwig, Ian M. Molloy, Ben Edwards 
03 Jul 2018-arXiv: Learning
TL;DR: Adversarial Robustness Toolbox is a Python library supporting developers and researchers in defending Machine Learning models against adversarial threats and helps making AI systems more secure and trustworthy.
Abstract: Adversarial Robustness Toolbox (ART) is a Python library supporting developers and researchers in defending Machine Learning models (Deep Neural Networks, Gradient Boosted Decision Trees, Support Vector Machines, Random Forests, Logistic Regression, Gaussian Processes, Decision Trees, Scikit-learn Pipelines, etc.) against adversarial threats and helps making AI systems more secure and trustworthy. Machine Learning models are vulnerable to adversarial examples, which are inputs (images, texts, tabular data, etc.) deliberately modified to produce a desired response by the Machine Learning model. ART provides the tools to build and deploy defences and test them with adversarial attacks. Defending Machine Learning models involves certifying and verifying model robustness and model hardening with approaches such as pre-processing inputs, augmenting training data with adversarial samples, and leveraging runtime detection methods to flag any inputs that might have been modified by an adversary. The attacks implemented in ART allow creating adversarial attacks against Machine Learning models which is required to test defenses with state-of-the-art threat models. Supported Machine Learning Libraries include TensorFlow (v1 and v2), Keras, PyTorch, MXNet, Scikit-learn, XGBoost, LightGBM, CatBoost, and GPy. The source code of ART is released with MIT license at this https URL. The release includes code examples, notebooks with tutorials and documentation (this http URL).
Journal Article•10.1109/ACCESS.2018.2869577•
Deep Learning Approach Combining Sparse Autoencoder With SVM for Network Intrusion Detection

[...]

Majjed Al-Qatf1, Yu Lasheng1, Mohammed Al-Habib1, Kamal Al-Sabahi1•
Central South University1
24 Sep 2018-IEEE Access
TL;DR: The proposed STL-IDS approach improves network intrusion detection and provides a new research method for intrusion detection, and has accelerated SVM training and testing times and performed better than most of the previous approaches in terms of performance metrics in binary and multiclass classification.
Abstract: Network intrusion detection systems (NIDSs) provide a better solution to network security than other traditional network defense technologies, such as firewall systems The success of NIDS is highly dependent on the performance of the algorithms and improvement methods used to increase the classification accuracy and decrease the training and testing times of the algorithms We propose an effective deep learning approach, self-taught learning (STL)-IDS, based on the STL framework The proposed approach is used for feature learning and dimensionality reduction It reduces training and testing time considerably and effectively improves the prediction accuracy of support vector machines (SVM) with regard to attacks The proposed model is built using the sparse autoencoder mechanism, which is an effective learning algorithm for reconstructing a new feature representation in an unsupervised manner After the pre-training stage, the new features are fed into the SVM algorithm to improve its detection capability for intrusion and classification accuracy Moreover, the efficiency of the approach in binary and multiclass classification is studied and compared with that of shallow classification methods, such as J48, naive Bayesian, random forest, and SVM Results show that our approach has accelerated SVM training and testing times and performed better than most of the previous approaches in terms of performance metrics in binary and multiclass classification The proposed STL-IDS approach improves network intrusion detection and provides a new research method for intrusion detection
Journal Article•10.1080/19475705.2017.1407368•
Assessment of the effects of training data selection on the landslide susceptibility mapping: a comparison between support vector machine (SVM), logistic regression (LR) and artificial neural networks (ANN)

[...]

Bahareh Kalantar1, Biswajeet Pradhan2, Seyed Amir Naghibi3, Alireza Motevalli3, Shattri Mansor1 •
Universiti Putra Malaysia1, University of Technology, Sydney2, Tarbiat Modares University3
01 Jan 2018-Geomatics, Natural Hazards and Risk
TL;DR: The results show that the random landslide training data selection affected the parameter estimations of the SVM, LR and ANN algorithms and had an effect on the accuracy of the susceptibility model because landslide conditioning factors vary according to the geographic locations in the study area.
Abstract: Landslide is a natural hazard that results in many economic damages and human losses every year. Numerous researchers have studied landslide susceptibility mapping (LSM), each attempting to improve the accuracy of the final outputs. However, few studies have been published on the training data selection effects on the LSM. Thus, this study assesses the training landslides random selection effects on support vector machine (SVM) accuracy, logistic regression (LR) and artificial neural networks (ANN) models for LSM in a catchment at the Dodangeh watershed, Mazandaran province, Iran. A 160 landslide locations inventory was collected by Geological Survey of Iran for this investigation. Different methods were implemented to define the landslide locations, such as inventory reports, satellite images and field survey. Moreover, 14 landslide conditioning factors were considered in the analysis of landslide susceptibility. These factors include curvature, plan curvature, profile curvature, altitude, slope ...
Journal Article•10.1186/S12859-018-2451-4•
SVM-RFE: selection and visualization of the most relevant features through non-linear kernels

[...]

Hector Sanz1, Clarissa Valim2, Clarissa Valim3, Esteban Vegas1, Josep M. Oller1, Ferran Reverter1 •
University of Barcelona1, Harvard University2, Michigan State University3
19 Nov 2018-BMC Bioinformatics
TL;DR: The Recursive Feature Elimination algorithm is extended by proposing three approaches to rank variables based on non-linear SVM and SVM for survival analysis, which perform better than the classical RFE of Guyon for realistic scenarios about the structure of biomedical data.
Abstract: Support vector machines (SVM) are a powerful tool to analyze data with a number of predictors approximately equal or larger than the number of observations. However, originally, application of SVM to analyze biomedical data was limited because SVM was not designed to evaluate importance of predictor variables. Creating predictor models based on only the most relevant variables is essential in biomedical research. Currently, substantial work has been done to allow assessment of variable importance in SVM models but this work has focused on SVM implemented with linear kernels. The power of SVM as a prediction model is associated with the flexibility generated by use of non-linear kernels. Moreover, SVM has been extended to model survival outcomes. This paper extends the Recursive Feature Elimination (RFE) algorithm by proposing three approaches to rank variables based on non-linear SVM and SVM for survival analysis. The proposed algorithms allows visualization of each one the RFE iterations, and hence, identification of the most relevant predictors of the response variable. Using simulation studies based on time-to-event outcomes and three real datasets, we evaluate the three methods, based on pseudo-samples and kernel principal component analysis, and compare them with the original SVM-RFE algorithm for non-linear kernels. The three algorithms we proposed performed generally better than the gold standard RFE for non-linear kernels, when comparing the truly most relevant variables with the variable ranks produced by each algorithm in simulation studies. Generally, the RFE-pseudo-samples outperformed the other three methods, even when variables were assumed to be correlated in all tested scenarios. The proposed approaches can be implemented with accuracy to select variables and assess direction and strength of associations in analysis of biomedical data using SVM for categorical or time-to-event responses. Conducting variable selection and interpreting direction and strength of associations between predictors and outcomes with the proposed approaches, particularly with the RFE-pseudo-samples approach can be implemented with accuracy when analyzing biomedical data. These approaches, perform better than the classical RFE of Guyon for realistic scenarios about the structure of biomedical data.
Journal Article•10.1038/S41586-019-0980-2•
Supervised learning with quantum enhanced feature spaces

[...]

Vojtech Havlicek, Antonio Corcoles, Kristan Temme, Aram W. Harrow, Jerry M. Chow, Jay M. Gambetta 
30 Apr 2018-arXiv: Quantum Physics
TL;DR: Two classification algorithms that use the quantum state space to produce feature maps are demonstrated on a superconducting processor, enabling the solution of problems when the feature space is large and the kernel functions are computationally expensive to estimate.
Abstract: Machine learning and quantum computing are two technologies each with the potential for altering how computation is performed to address previously untenable problems. Kernel methods for machine learning are ubiquitous for pattern recognition, with support vector machines (SVMs) being the most well-known method for classification problems. However, there are limitations to the successful solution to such problems when the feature space becomes large, and the kernel functions become computationally expensive to estimate. A core element to computational speed-ups afforded by quantum algorithms is the exploitation of an exponentially large quantum state space through controllable entanglement and interference. Here, we propose and experimentally implement two novel methods on a superconducting processor. Both methods represent the feature space of a classification problem by a quantum state, taking advantage of the large dimensionality of quantum Hilbert space to obtain an enhanced solution. One method, the quantum variational classifier builds on [1,2] and operates through using a variational quantum circuit to classify a training set in direct analogy to conventional SVMs. In the second, a quantum kernel estimator, we estimate the kernel function and optimize the classifier directly. The two methods present a new class of tools for exploring the applications of noisy intermediate scale quantum computers [3] to machine learning.
Journal Article•10.1016/J.NEUCOM.2018.05.002•
A novel optimized SVM classification algorithm with multi-domain feature and its application to fault diagnosis of rolling bearing

[...]

Xiaoan Yan1, Minping Jia1•
Southeast University1
03 Nov 2018-Neurocomputing
TL;DR: Experimental results show that the proposed fault classification algorithm achieves high diagnosis accuracy for different working conditions of rolling bearing and outperforms some traditional methods both mentioned in this paper and published in other literature.
Journal Article•10.1109/ACCESS.2018.2863036•
Enhanced Network Anomaly Detection Based on Deep Neural Networks

[...]

Sheraz Naseer1, Yasir Saleem1, Shehzad Khalid2, Muhammad Khawar Bashir1, Jihun Han3, Muhammad Munwar Iqbal4, Kijun Han3 •
University of Engineering and Technology, Lahore1, Bahria University2, Kyungpook National University3, University of Engineering and Technology4
17 Aug 2018-IEEE Access
TL;DR: Investigation of the suitability of deep learning approaches for anomaly-based intrusion detection system based on different deep neural network structures found promising results for real-world application in anomaly detection systems.
Abstract: Due to the monumental growth of Internet applications in the last decade, the need for security of information network has increased manifolds. As a primary defense of network infrastructure, an intrusion detection system is expected to adapt to dynamically changing threat landscape. Many supervised and unsupervised techniques have been devised by researchers from the discipline of machine learning and data mining to achieve reliable detection of anomalies. Deep learning is an area of machine learning which applies neuron-like structure for learning tasks. Deep learning has profoundly changed the way we approach learning tasks by delivering monumental progress in different disciplines like speech processing, computer vision, and natural language processing to name a few. It is only relevant that this new technology must be investigated for information security applications. The aim of this paper is to investigate the suitability of deep learning approaches for anomaly-based intrusion detection system. For this research, we developed anomaly detection models based on different deep neural network structures, including convolutional neural networks, autoencoders, and recurrent neural networks. These deep models were trained on NSLKDD training data set and evaluated on both test data sets provided by NSLKDD, namely NSLKDDTest+ and NSLKDDTest21. All experiments in this paper are performed by authors on a GPU-based test bed. Conventional machine learning-based intrusion detection models were implemented using well-known classification techniques, including extreme learning machine, nearest neighbor, decision-tree, random-forest, support vector machine, naive-bays, and quadratic discriminant analysis. Both deep and conventional machine learning models were evaluated using well-known classification metrics, including receiver operating characteristics, area under curve, precision-recall curve, mean average precision and accuracy of classification. Experimental results of deep IDS models showed promising results for real-world application in anomaly detection systems.
Journal Article•10.1109/ACCESS.2018.2805680•
A Survey on Security Threats and Defensive Techniques of Machine Learning: A Data Driven View

[...]

Qiang Liu1, Pan Li1, Wentao Zhao1, Wei Cai2, Shui Yu3, Victor C. M. Leung2 •
National University of Defense Technology1, University of British Columbia2, Deakin University3
13 Feb 2018-IEEE Access
TL;DR: This paper revisits existing security threats and gives a systematic survey on them from two aspects, the training phase and the testing/inferring phase, and categorizes current defensive techniques of machine learning into four groups: security assessment mechanisms, countermeasures in theTraining phase, those in the testing or inferring phase; data security, and privacy.
Abstract: Machine learning is one of the most prevailing techniques in computer science, and it has been widely applied in image processing, natural language processing, pattern recognition, cybersecurity, and other fields. Regardless of successful applications of machine learning algorithms in many scenarios, e.g., facial recognition, malware detection, automatic driving, and intrusion detection, these algorithms and corresponding training data are vulnerable to a variety of security threats, inducing a significant performance decrease. Hence, it is vital to call for further attention regarding security threats and corresponding defensive techniques of machine learning, which motivates a comprehensive survey in this paper. Until now, researchers from academia and industry have found out many security threats against a variety of learning algorithms, including naive Bayes, logistic regression, decision tree, support vector machine (SVM), principle component analysis, clustering, and prevailing deep neural networks. Thus, we revisit existing security threats and give a systematic survey on them from two aspects, the training phase and the testing/inferring phase. After that, we categorize current defensive techniques of machine learning into four groups: security assessment mechanisms, countermeasures in the training phase, those in the testing or inferring phase, data security, and privacy. Finally, we provide five notable trends in the research on security threats and defensive techniques of machine learning, which are worth doing in-depth studies in future.
Journal Article•10.1016/J.AGRFORMET.2018.08.019•
Evaluation of SVM, ELM and four tree-based ensemble models for predicting daily reference evapotranspiration using limited meteorological data in different climates of China

[...]

Junliang Fan1, Wenjun Yue2, Lifeng Wu1, Lifeng Wu3, Fucang Zhang1, Huanjie Cai1, Xiukang Wang, Xianghui Lu3, Youzhen Xiang1 •
Northwest A&F University1, Zhejiang University2, Nanchang Institute of Technology3
15 Dec 2018-Agricultural and Forest Meteorology
TL;DR: In this paper, the authors evaluated the potential of tree-based assemble algorithms (i.e., random forest, M5 model tree, gradient boosting decision tree and extreme gradient boosting) for estimating daily evapotranspiration (ET0) with limited meteorological data using a K-fold cross-validation method.
Journal Article•10.1109/ACCESS.2018.2831280•
Classification of Breast Cancer Based on Histology Images Using Convolutional Neural Networks

[...]

Dalal Bardou1, Kun Zhang1, Sayed Mohammad Ahmad•
Nanjing University of Science and Technology1
01 May 2018-IEEE Access
TL;DR: Two machine learning approaches for the automatic classification of breast cancer histology images into benign and malignant and into benignand malignant sub-classes are compared.
Abstract: In recent years, the classification of breast cancer has been the topic of interest in the field of Healthcare informatics, because it is the second main cause of cancer-related deaths in women. Breast cancer can be identified using a biopsy where tissue is removed and studied under microscope. The diagnosis is based on the qualification of the histopathologist, who will look for abnormal cells. However, if the histopathologist is not well-trained, this may lead to wrong diagnosis. With the recent advances in image processing and machine learning, there is an interest in attempting to develop a reliable pattern recognition based systems to improve the quality of diagnosis. In this paper, we compare two machine learning approaches for the automatic classification of breast cancer histology images into benign and malignant and into benign and malignant sub-classes. The first approach is based on the extraction of a set of handcrafted features encoded by two coding models (bag of words and locality constrained linear coding) and trained by support vector machines, while the second approach is based on the design of convolutional neural networks. We have also experimentally tested dataset augmentation techniques to enhance the accuracy of the convolutional neural network as well as “handcrafted features + convolutional neural network” and “ convolutional neural network features + classifier” configurations. The results show convolutional neural networks outperformed the handcrafted feature based classifier, where we achieved accuracy between 96.15% and 98.33% for the binary classification and 83.31% and 88.23% for the multi-class classification.
Journal Article•10.1016/J.CATENA.2017.11.022•
Prediction of the landslide susceptibility: Which algorithm, which precision?

[...]

Hamid Reza Pourghasemi1, Omid Rahmati2•
Shiraz University1, Lorestan University2
01 Mar 2018-Catena
TL;DR: The first comprehensive comparison among the performances of ten advanced machine learning techniques (MLTs) including artificial neural networks (ANNs), boosted regression tree (BRT), classification and regression trees (CART), generalized linear model (GLM), generalized additive model (GAM), multivariate adaptive regression splines (MARS), naive Bayes (NB), quadratic discriminant analysis (QDA), random forest (RF), and support vector machines (SVM) is presented.
Abstract: Coupling machine learning algorithms with spatial analytical techniques for landslide susceptibility modeling is a worth considering issue. So, the current research intend to present the first comprehensive comparison among the performances of ten advanced machine learning techniques (MLTs) including artificial neural networks (ANNs), boosted regression tree (BRT), classification and regression trees (CART), generalized linear model (GLM), generalized additive model (GAM), multivariate adaptive regression splines (MARS), naive Bayes (NB), quadratic discriminant analysis (QDA), random forest (RF), and support vector machines (SVM) for modeling landslide susceptibility and evaluating the importance of variables in GIS and R open source software. This study was carried out in the Ghaemshahr Region, Iran. The performance of MLTs has been evaluated using the area under ROC curve (AUC-ROC) approach. The results showed that AUC values for ten MLTs vary from 62.4 to 83.7%. It has been found that the RF (AUC = 83.7%) and BRT (AUC = 80.7%) have the best performances comparison to other MLTs.
Journal Article•10.1093/BIOINFORMATICS/BTY451•
ACPred-FL: a sequence-based predictor using effective feature representation to improve the prediction of anti-cancer peptides.

[...]

Leyi Wei1, Chen Zhou1, Huangrong Chen1, Jiangning Song2, Ran Su1 •
Tianjin University1, Discovery Institute2
01 Dec 2018-Bioinformatics
TL;DR: An effective feature representation learning model is developed that can extract and learn a set of informative features from a pool of support vector machine-based models trained using sequence-based feature descriptors and provide the most discriminative power for identifying ACPs.
Abstract: Motivation Anti-cancer peptides (ACPs) have recently emerged as promising therapeutic agents for cancer treatment. Due to the avalanche of protein sequence data in the post-genomic era, there is an urgent need to develop automated computational methods to enable fast and accurate identification of novel ACPs within the vast number of candidate proteins and peptides. Results To address this, we propose a novel predictor named Anti-Cancer peptide Predictor with Feature representation Learning (ACPred-FL) for accurate prediction of ACPs based on sequence information. More specifically, we develop an effective feature representation learning model, with which we can extract and learn a set of informative features from a pool of support vector machine-based models trained using sequence-based feature descriptors. By doing so, the class label information of data samples is fully utilized. To improve the feature representation, we further employ a two-step feature selection technique, resulting in a most informative five-dimensional feature vector for the final peptide representation. Experimental results show that such five features provide the most discriminative power for identifying ACPs than currently available feature descriptors, highlighting the effectiveness of the proposed feature representation learning approach. The developed ACPred-FL method significantly outperforms state-of-the-art methods. Availability and implementation The web-server of ACPred-FL is available at http://server.malab.cn/ACPred-FL. Supplementary information Supplementary data are available at Bioinformatics online.
Journal Article•10.1016/J.ADDMA.2018.04.005•
Application of supervised machine learning for defect detection during metallic powder bed fusion additive manufacturing using high resolution imaging.

[...]

Christian Gobert1, Edward W. Reutzel1, Jan Petrich1, Abdalla R. Nassar1, Shashi Phoha1 •
Pennsylvania State University1
01 May 2018-Additive manufacturing
TL;DR: In this article, an in- situ defect detection strategy for powder bed fusion (PBF) AM using supervised machine learning is described, where multiple images were collected at each build layer using a high resolution digital single-lens reflex (DSLR) camera.
Abstract: Process monitoring in additive manufacturing (AM) is a crucial component in the mission of broadening AM industrialization. However, conventional part evaluation and qualification techniques, such as computed tomography (CT), can only be utilized after the build is complete, and thus eliminate any potential to correct defects during the build process. In contrast to post-build CT, in situ defect detection based on in situ sensing, such as layerwise visual inspection, enables the potential for in-process re-melting and correction of detected defects and thus facilitates in-process part qualification. This paper describes the development and implementation of such an in situ defect detection strategy for powder bed fusion (PBF) AM using supervised machine learning. During the build process, multiple images were collected at each build layer using a high resolution digital single-lens reflex (DSLR) camera. For each neighborhood in the resulting layerwise image stack, multi-dimensional visual features were extracted and evaluated using binary classification techniques, i.e. a linear support vector machine (SVM). Through binary classification, neighborhoods are then categorized as either a flaw, i.e. an undesirable interruption in the typical structure of the material, or a nominal build condition. Ground truth labels, i.e. the true location of flaws and nominal build areas, which are needed to train the binary classifiers, were obtained from post-build high-resolution 3D CT scan data. In CT scans, discontinuities, e.g. incomplete fusion, porosity, cracks, or inclusions, were identified using automated analysis tools or manual inspection. The xyz locations of the CT data were transferred into the layerwise image domain using an affine transformation, which was estimated using reference points embedded in the part. After the classifier had been properly trained, in situ defect detection accuracies greater than 80% were demonstrated during cross-validation experiments.
Posted Content•
Anomaly Detection using One-Class Neural Networks.

[...]

Raghavendra Chalapathy1, Aditya Krishna Menon2, Sanjay Chawla3•
Cooperative Research Centre1, Australian National University2, Qatar Computing Research Institute3
18 Feb 2018-arXiv: Learning
TL;DR: A comprehensive set of experiments demonstrate that on complex data sets (like CIFAR and PFAM), OC-NN significantly outperforms existing state-of-the-art anomaly detection methods.
Abstract: We propose a one-class neural network (OC-NN) model to detect anomalies in complex data sets. OC-NN combines the ability of deep networks to extract a progressively rich representation of data with the one-class objective of creating a tight envelope around normal data. The OC-NN approach breaks new ground for the following crucial reason: data representation in the hidden layer is driven by the OC-NN objective and is thus customized for anomaly detection. This is a departure from other approaches which use a hybrid approach of learning deep features using an autoencoder and then feeding the features into a separate anomaly detection method like one-class SVM (OC-SVM). The hybrid OC-SVM approach is sub-optimal because it is unable to influence representational learning in the hidden layers. A comprehensive set of experiments demonstrate that on complex data sets (like CIFAR and GTSRB), OC-NN performs on par with state-of-the-art methods and outperformed conventional shallow methods in some scenarios.
Journal Article•10.1109/TAES.2018.2799758•
Deep convolutional autoencoder for radar-based classification of similar aided and unaided human activities

[...]

Mehmet Saygin Seyfioglu1, Ahmet Murat Ozbayoglu1, Sevgi Zubeyde Gurbuz2•
TOBB University of Economics and Technology1, University of Alabama2
06 Feb 2018-IEEE Transactions on Aerospace and Electronic Systems
TL;DR: A three-layer, deep convolutional autoencoder (CAE) is proposed, which utilizes unsupervised pretraining to initialize the weights in the subsequent Convolutional layers, and is shown to be more effective than other deep learning architectures.
Abstract: Radar-based activity recognition is a problem that has been of great interest due to applications such as border control and security, pedestrian identification for automotive safety, and remote health monitoring. This paper seeks to show the efficacy of micro-Doppler analysis to distinguish even those gaits whose micro-Doppler signatures are not visually distinguishable. Moreover, a three-layer, deep convolutional autoencoder (CAE) is proposed, which utilizes unsupervised pretraining to initialize the weights in the subsequent convolutional layers. This architecture is shown to be more effective than other deep learning architectures, such as convolutional neural networks and autoencoders, as well as conventional classifiers employing predefined features, such as support vector machines (SVM), random forest, and extreme gradient boosting. Results show the performance of the proposed deep CAE yields a correct classification rate of 94.2% for micro-Doppler signatures of 12 different human activities measured indoors using a 4 GHz continuous wave radar—17.3% improvement over SVM.
Proceedings Article•10.1109/ICNSC.2018.8361343•
Random forest for credit card fraud detection

[...]

Shiyang Xuan1, Guanjun Liu1, Zhenchuan Li1, Lutao Zheng1, Shuo Wang1, Changjun Jiang1 •
Tongji University1
27 Mar 2018
TL;DR: Two kinds of random forests are used to train the behavior features of normal and abnormal transactions and a comparison of the two random forests which are different in their base classifiers is made, and their performance on credit fraud detection is analyzed.
Abstract: Credit card fraud events take place frequently and then result in huge financial losses. Criminals can use some technologies such as Trojan or Phishing to steal the information of other people's credit cards. Therefore, an effictive fraud detection method is important since it can identify a fraud in time when a criminal uses a stolen card to consume. One method is to make full use of the historical transaction data including normal transactions and fraud ones to obtain normal/fraud behavior features based on machine learning techniques, and then utilize these features to check if a transaction is fraud or not. In this paper, two kinds of random forests are used to train the behavior features of normal and abnormal transactions. We make a comparison of the two random forests which are different in their base classifiers, and analyze their performance on credit fraud detection. The data used in our experiments come from an e-commerce company in China.
...

Tools

SciSpace AgentBiomedical AgentSciSpace RecruitSciSpace for EnterpriseAgent GalleryChat with PDFLiterature ReviewAI WriterFind TopicsParaphraserCitation GeneratorExtract DataAI DetectorCitation Booster

Learn

ResourcesLive Workshops

SciSpace

CareersSupportBrowse PapersPricingSciSpace Affiliate ProgramCancellation & Refund PolicyTermsPrivacyData Sources

Directories

PapersTopicsJournalsAuthorsConferencesInstitutionsCitation StylesWriting templates

Extension & Apps

SciSpace Chrome ExtensionSciSpace Mobile App

Contact

support@scispace.com
SciSpace

© 2026 | PubGenius Inc. | Suite # 217 691 S Milpitas Blvd Milpitas CA 95035, USA

soc2
Secured by Delve