285 research outputs found

    Electrocardiographic signals and swarm-based support vector machine for hypoglycemia detection

    Full text link
    Cardiac arrhythmia relating to hypoglycemia is suggested as a cause of death in diabetic patients. This article introduces electrocardiographic (ECG) parameters for artificially induced hypoglycemia detection. In addition, a hybrid technique of swarm-based support vector machine (SVM) is introduced for hypoglycemia detection using the ECG parameters as inputs. In this technique, a particle swarm optimization (PSO) is proposed to optimize the SVM to detect hypoglycemia. In an experiment using medical data of patients with Type 1 diabetes, the introduced ECG parameters show significant contributions to the performance of the hypoglycemia detection and the proposed detection technique performs well in terms of sensitivity and specificity. © 2011 Biomedical Engineering Society

    Improving ECG Classification Accuracy Using an Ensemble of Neural Network Modules

    Get PDF
    This paper illustrates the use of a combined neural network model based on Stacked Generalization method for classification of electrocardiogram (ECG) beats. In conventional Stacked Generalization method, the combiner learns to map the base classifiers' outputs to the target data. We claim adding the input pattern to the base classifiers' outputs helps the combiner to obtain knowledge about the input space and as the result, performs better on the same task. Experimental results support our claim that the additional knowledge according to the input space, improves the performance of the proposed method which is called Modified Stacked Generalization. In particular, for classification of 14966 ECG beats that were not previously seen during training phase, the Modified Stacked Generalization method reduced the error rate for 12.41% in comparison with the best of ten popular classifier fusion methods including Max, Min, Average, Product, Majority Voting, Borda Count, Decision Templates, Weighted Averaging based on Particle Swarm Optimization and Stacked Generalization

    A Classification and Prediction Hybrid Model Construction with the IQPSO-SVM Algorithm for Atrial Fibrillation Arrhythmia

    Get PDF
    Atrial fibrillation (AF) is the most common cardiovascular disease (CVD); and most existing algorithms are usually designed for the diagnosis (i.e.; feature classification) or prediction of AF. Artificial intelligence (AI) algorithms integrate the diagnosis of AF electrocardiogram (ECG) and predict the possibility that AF will occur in the future. In this paper; we utilized the MIT-BIH AF Database (AFDB); which is composed of data from normal people and patients with AF and onset characteristics; and the AFPDB database (i.e.; PAF Prediction Challenge Database); which consists of data from patients with Paroxysmal AF (PAF; the records contain the ECG preceding an episode of PAF); and subjects who do not have documented AF. We extracted the respective characteristics of the databases and used them in modeling diagnosis and prediction. In the aspect of model construction; we regarded diagnosis and prediction as two classification problems; adopted the traditional support vector machine (SVM) algorithm; and combined them. The improved quantum particle swarm optimization support vector machine (IQPSO-SVM) algorithm was used to speed the training time. During the verification process; the clinical FZU-FPH database created by Fuzhou University and Fujian Provincial Hospital was used for hybrid model testing. The data were obtained from the Holter monitor of the hospital and encrypted. We proposed an algorithm for transforming the PDF ECG waveform images of hospital examination reports into digital data. For the diagnosis model and prediction model trained using the training set of the AFDB and AFPDB databases; the sensitivity; specificity; and accuracy measures were 99.2% and 99.2%; 99.2% and 93.3%; and 91.7% and 92.5% for the test set of the AFDB and AFPDB databases; respectively. Moreover; the sensitivity; specificity; and accuracy were 94.2%; 79.7%; and 87.0%; respectively; when tested using the FZU-FPH database with 138 samples of the ECG composed of two labels. The composite classification and prediction model using a new water-fall ensemble method had a total accuracy of approximately 91% for the test set of the FZU-FPH database with 80 samples with 120 segments of ECG with three labels

    Block based neural network for hypoglycemia detection

    Full text link
    In this paper, evolvable block based neural network (BBNN) is presented for detection of hypoglycemia episodes. The structure of BBNN consists of a two-dimensional (2D) array of fundamental blocks with four variable input-output nodes and weight connections. Depending on the structure settings, each block can have one of four different internal configurations. To provide early detection of hypoglycemia episodes, the physiological parameters such as heart rate (HR) and corrected QT interval (QTc) of electrocardiogram (ECG) signal are used as the inputs of BBNN. The overall structure and weights of BBNN are optimized by an evolutionary algorithm called hybrid particle swarm optimization with wavelet mutation (HPSOWM). The optimized structures and weights of BBNN are capable to compensate large variations of ECG patterns caused by individual and temporal difference since a fixed structure classifiers are easy to fail to trace ECG signals with large variations. The ECG data of 15 patients are organized into a training set, a testing set and a validation set, each of which has randomly selected 5 patients. The simulation results shows that the proposed algorithm, BBNN with HPSOWM can successfully detect the hypoglycemic episodes in T1DM in term of testing sensitivity (76.74%) and test specificity (50.91%). © 2011 IEEE

    Arrhythmia Classification Algorithm Based on Multi-Feature and Multi-type Optimized SVM

    Get PDF
    The electrocardiogram (ECG) signal feature extraction and classification diagnosis algorithm is proposed to address the high incidence of heart disease and difficulty in self-detection. First, the collected ECG signals are preprocessed to remove the noise of the ECG signals. Next, wavelet packet decomposition is used to perform a four-layer transformation on the denoised ECG signal and the 16 obtained wavelet packet coefficients analyzed statistically. Next, the slope threshold method is used to extract the R-peak of the denoised ECG signal. The RR interval can be calculated according to the extracted R peak. The extracted statistical features and time domain RR interval features are combined into a multi-domain feature space. Finally, the particle swarm optimization algorithm (PSO), genetic algorithm (GA), and grid search (GS) algorithms are applied to optimize the support vector machine (SVM). The optimized SVM is utilized to classify the extracted multi-domain features. Classification results show the proposed algorithm can classify six types of ECG beats accurately. The classification efficiency achieved by PSO, GA, and GS are 97.78%, 98.33%, and 98.89%, respectively

    Analysis of physiological signals using machine learning methods

    Get PDF
    Technological advances in data collection enable scientists to suggest novel approaches, such as Machine Learning algorithms, to process and make sense of this information. However, during this process of collection, data loss and damage can occur for reasons such as faulty device sensors or miscommunication. In the context of time-series data such as multi-channel bio-signals, there is a possibility of losing a whole channel. In such cases, existing research suggests imputing the missing parts when the majority of data is available. One way of understanding and classifying complex signals is by using deep neural networks. The hyper-parameters of such models have been optimised using the process of back propagation. Over time, improvements have been suggested to enhance this algorithm. However, an essential drawback of the back propagation can be the sensitivity to noisy data. This thesis proposes two novel approaches to address the missing data challenge and back propagation drawbacks: First, suggesting a gradient-free model in order to discover the optimal hyper-parameters of a deep neural network. The complexity of deep networks and high-dimensional optimisation parameters presents challenges to find a suitable network structure and hyper-parameter configuration. This thesis proposes the use of a minimalist swarm optimiser, Dispersive Flies Optimisation(DFO), to enable the selected model to achieve better results in comparison with the traditional back propagation algorithm in certain conditions such as limited number of training samples. The DFO algorithm offers a robust search process for finding and determining the hyper-parameter configurations. Second, imputing whole missing bio-signals within a multi-channel sample. This approach comprises two experiments, namely the two-signal and five-signal imputation models. The first experiment attempts to implement and evaluate the performance of a model mapping bio-signals from A toB and vice versa. Conceptually, this is an extension to transfer learning using CycleGenerative Adversarial Networks (CycleGANs). The second experiment attempts to suggest a mechanism imputing missing signals in instances where multiple data channels are available for each sample. The capability to map to a target signal through multiple source domains achieves a more accurate estimate for the target domain. The results of the experiments performed indicate that in certain circumstances, such as having a limited number of samples, finding the optimal hyper-parameters of a neural network using gradient-free algorithms outperforms traditional gradient-based algorithms, leading to more accurate classification results. In addition, Generative Adversarial Networks could be used to impute the missing data channels in multi-channel bio-signals, and the generated data used for further analysis and classification tasks

    Combining Low-dimensional Wavelet Features and Support Vector Machine for Arrhythmia Beat Classification

    Get PDF
    Automatic feature extraction and classification are two main tasks in abnormal ECG beat recognition. Feature extraction is an important prerequisite prior to classification since it provides the classifier with input features, and the performance of classifier depends significantly on the quality of these features. This study develops an effective method to extract low-dimensional ECG beat feature vectors. It employs wavelet multi-resolution analysis to extract time-frequency domain features and then applies principle component analysis to reduce the dimension of the feature vector. In classification, 12-element feature vectors characterizing six types of beats are used as inputs for one-versus-one support vector machine, which is conducted in form of 10-fold cross validation with beat-based and record-based training schemes. Tested upon a total of 107049 beats from MIT-BIH arrhythmia database, our method has achieved average sensitivity, specificity and accuracy of 99.09%, 99.82% and 99.70%, respectively, using the beat-based training scheme, and 44.40%, 88.88% and 81.47%, respectively, using the record-based training scheme
    • …
    corecore