9 research outputs found

    Design Of Feature Selection Methods For Hand Movement Classification Based On Electromyography Signals

    Get PDF
    Recently, electromyography (EMG) has received much attention from the researchers in rehabilitation, engineering, and clinical areas. Due to the rapid growth of technology, the multifunctional myoelectric prosthetic has become viable. Nevertheless, an increment in the number of EMG features has led to a high dimensional feature vector, which not only increases the complexity but also degrades the performance of the recognition system. Intuitively, the accuracy of hand movement classification will be reduced, and the control of myoelectric prosthetic will become highly difficult. Therefore, this thesis aims to solve the feature selection problem in EMG signals classification and improve the classification performance of EMG pattern recognition system. For this purpose, the feature selection (FS) method is applied to evaluate the best feature subset from a large available feature set. According to previous works, conventional FS methods not only minimize the number of features but also enhance the classification performance. However, the performances of conventional FS methods such as Binary Particle Swarm Optimization (BPSO) and Binary Grey Wolf Optimization (BGWO) are still far from perfect. Additionally, there are several limitations can be found within the conventional FS methods. In this regard, this thesis proposes five FS methods for efficient EMG signals classification. The first method is the Binary Tree Growth Algorithm (BTGA), which implements a hyperbolic tangent function to convert the Tree Growth Algorithm into the binary version. The second method is called the Modified Binary Tree Growth Algorithm (MBTGA) that applies swap, crossover, and mutation operators. The third method is the hybridization of BPSO and Binary Differential Evolution, namely Binary Particle Swarm Optimization Differential Evolution (BPSODE). The fourth method is Competitive Binary Grey Wolf Optimizer (CBGWO), which is an improved version of BGWO by utilizing the competition and leader enhancement strategies. The final method is called Pbest-Guide Binary Particle Swarm Optimization (PBPSO), which is an improved version of BPSO with a powerful personal best (pbest) guide strategy. The performances of proposed methods are tested using the EMG data of 10 healthy and 11 amputee subjects acquired from publicly NinaPro database 3 and 4. Initially, Short Time Fourier Transform (STFT) and Discrete Wavelet Transform (DWT) are used for signal processing. Afterward, several time-frequency features are extracted to form the STFT feature set and DWT feature set. Then, the proposed FS methods are employed to select the most informative feature subset. Five state-of-the-art FS methods are used to evaluate the effectiveness of proposed methods in this work. The experimental results show that proposed PBPSO contributed to a high classification accuracy of 99.84% and 84.05% on healthy and amputee datasets, which offered more accurate of hand movement classification and enables an excellent control on myoelectric prosthetic

    Linear Discriminate Analysis And K-Nearest Neighbor Based Diagnostic Analytic Of Harmonic Source Identification

    Get PDF
    The diagnostic analytic of harmonic source is crucial research due to identify and diagnose the harmonic source in the power system. This paper presents a comparison of machine learning (ML) algorithm known as linear discriminate analysis (LDA) and k-nearest neighbor (KNN) in identifying and diagnosing the harmonic sources. Voltage and current features that estimated from time-frequency representation (TFR) of S-transform analys is are used as the input for ML. Several unique cases of harmonic source location are considered, whereas harmonic voltage (HV) and harmonic current (HC) source type-load are used in the diagnosing process. To identify the best ML, each ML algorithm is executed 10 times due to prevent any overfitting result and the performance criteria are measured consist of the accuracy, precision, geometric mean, specificity, sensitivity, and F-measure are calculated

    A New Quadratic Binary Harris Hawk Optimization For Feature Selection

    Get PDF
    Harris hawk optimization (HHO) is one of the recently proposed metaheuristic algorithms that has proven to be work more effectively in several challenging optimization tasks. However, the original HHO is developed to solve the continuous optimization problems, but not to the problems with binary variables. This paper proposes the binary version of HHO (BHHO) to solve the feature selection problem in classification tasks. The proposed BHHO is equipped with an S-shaped or V-shaped transfer function to convert the continuous variable into a binary one. Moreover, another variant of HHO, namely quadratic binary Harris hawk optimization (QBHHO), is proposed to enhance the performance of BHHO. In this study, twenty-two datasets collected from the UCI machine learning repository are used to validate the performance of proposed algorithms. A comparative study is conducted to compare the effectiveness of QBHHO with other feature selection algorithms such as binary differential evolution (BDE), genetic algorithm (GA), binary multi-verse optimizer (BMVO), binary flower pollination algorithm (BFPA), and binary salp swarm algorithm (BSSA). The experimental results show the superiority of the proposed QBHHO in terms of classification performance, feature size, and fitness values compared to other algorithms

    Binary Competitive Swarm Optimizer Approaches For Feature Selection

    Get PDF
    Feature selection is known as an NP-hard combinatorial problem in which the possible feature subsets increase exponentially with the number of features. Due to the increment of the feature size, the exhaustive search has become impractical. In addition, a feature set normally includes irrelevant, redundant, and relevant information. Therefore, in this paper, binary variants of a competitive swarm optimizer are proposed for wrapper feature selection. The proposed approaches are used to select a subset of significant features for classification purposes. The binary version introduced here is performed by employing the S-shaped and V-shaped transfer functions, which allows the search agents to move on the binary search space. The proposed approaches are tested by using 15 benchmark datasets collected from the UCI machine learning repository, and the results are compared with other conventional feature selection methods. Our results prove the capability of the proposed binary version of the competitive swarm optimizer not only in terms of high classification performance, but also low computational cost

    Cauchy non-convex sparse feature selection method for the high-dimensional small-sample problem in motor imagery EEG decoding

    Get PDF
    IntroductionThe time, frequency, and space information of electroencephalogram (EEG) signals is crucial for motor imagery decoding. However, these temporal-frequency-spatial features are high-dimensional small-sample data, which poses significant challenges for motor imagery decoding. Sparse regularization is an effective method for addressing this issue. However, the most commonly employed sparse regularization models in motor imagery decoding, such as the least absolute shrinkage and selection operator (LASSO), is a biased estimation method and leads to the loss of target feature information.MethodsIn this paper, we propose a non-convex sparse regularization model that employs the Cauchy function. By designing a proximal gradient algorithm, our proposed model achieves closer-to-unbiased estimation than existing sparse models. Therefore, it can learn more accurate, discriminative, and effective feature information. Additionally, the proposed method can perform feature selection and classification simultaneously, without requiring additional classifiers.ResultsWe conducted experiments on two publicly available motor imagery EEG datasets. The proposed method achieved an average classification accuracy of 82.98% and 64.45% in subject-dependent and subject-independent decoding assessment methods, respectively.ConclusionThe experimental results show that the proposed method can significantly improve the performance of motor imagery decoding, with better classification performance than existing feature selection and deep learning methods. Furthermore, the proposed model shows better generalization capability, with parameter consistency over different datasets and robust classification across different training sample sizes. Compared with existing sparse regularization methods, the proposed method converges faster, and with shorter model training time

    Hybrid Binary Particle Swarm Optimization Differential Evolution-Based Feature Selection For EMG Signals Classification

    Get PDF
    To date, the usage of electromyography (EMG) signals in myoelectric prosthetics allows patients to recover functional rehabilitation of their upper limbs. However, the increment in the number of EMG features has been shown to have a great impact on performance degradation. Therefore, feature selection is an essential step to enhance classification performance and reduce the complexity of the classifier. In this paper, a hybrid method, namely, binary particle swarm optimization differential evolution (BPSODE) was proposed to tackle feature selection problems in EMG signals classification. The performance of BPSODE was validated using the EMG signals of 10 healthy subjects acquired from a publicly accessible EMG database. First, discrete wavelet transform was applied to decompose the signals into wavelet coefficients. The features were then extracted from each coefficient and formed into the feature vector. Afterward, BPSODE was used to evaluate the most informative feature subset. To examine the effectiveness of the proposed method, four state-of-the-art feature selection methods were used for comparison. The parameters, including accuracy, feature selection ratio, precision, F-measure, and computation time were used for performance measurement. Our results showed that BPSODE was superior, in not only offering a high classification performance, but also in having the smallest feature size. From the empirical results, it can be inferred that BPSODE-based feature selection is useful for EMG signals classificatio

    A New Co-Evolution Binary Particle Swarm Optimization with Multiple Inertia Weight Strategy for Feature Selection

    Get PDF
    Feature selection is a task of choosing the best combination of potential features that best describes the target concept during a classification process. However, selecting such relevant features becomes a difficult matter when large number of features are involved. Therefore, this study aims to solve the feature selection problem using binary particle swarm optimization (BPSO). Nevertheless, BPSO has limitations of premature convergence and the setting of inertia weight. Hence, a new co-evolution binary particle swarm optimization with a multiple inertia weight strategy (CBPSO-MIWS) is proposed in this work. The proposed method is validated with ten benchmark datasets from UCI machine learning repository. To examine the effectiveness of proposed method, four recent and popular feature selection methods namely BPSO, genetic algorithm (GA), binary gravitational search algorithm (BGSA) and competitive binary grey wolf optimizer (CBGWO) are used in a performance comparison. Our results show that CBPSO-MIWS can achieve competitive performance in feature selection, which is appropriate for application in engineering, rehabilitation and clinical areas
    corecore