Microsoft Word - bagheri-ed.doc ETASR - Engineering, Technology & Applied Science Research Vol. 3, �o. 1, 2013, 345-348 345 www.etasr.com Bagheri et al: Electrocardiogram (ECG) Signal Modeling and �oise Reduction Using Hopfield… Electrocardiogram (ECG) Signal Modeling and Noise Reduction Using Hopfield Neural Networks Fatemeh Bagheri Department of Biomedical Engineering Iran University of Science & Technology f_bagheri@elec.iust.ac.ir Nafiseh Ghafarnia Department of Mechatronics Tehran University nafiseh.ghafarnia @gmail.com Fariba Bahrami Department of Biomedical Engineering Tehran University fbahram@ut.ac.ir Abstract— The Electrocardiogram (ECG) signal is one of the diagnosing approaches to detect heart disease. In this study the Hopfield !eural !etwork (H!!) is applied and proposed for ECG signal modeling and noise reduction. The Hopfield !eural !etwork (H!!) is a recurrent neural network that stores the information in a dynamic stable pattern. This algorithm retrieves a pattern stored in memory in response to the presentation of an incomplete or noisy version of that pattern. Computer simulation results show that this method can successfully model the ECG signal and remove high-frequency noise. Keywords- Hopfield �eural �etworks; ECG signal modeling; noise reduction I. INTRODUCTION The electrocardiogram (ECG) signal is one of the diagnosing approaches to detect heart disease. ECG signals provide significance information about heart functional conditions and circulation system. By placing the electrodes on body surface the electrical activity of the heart muscles can be measured [1]. A typical ECG cycle waveform is shown in Figure 1. The ECG signal is very weak, ranging from 10 µV to 5 mV, with a frequency from 0.05 Hz to 100 Hz. In addition, the ECG signal is often corrupted with noise. Therefore, a correct diagnosis can be very difficult. The noise is generally generated from the equipment used and also from the body’s bioelectric activity [2]. Since ECG signal is vital for an accurate diagnosis, ECG modeling and noise reduction is rather essential for clinical applications [3-6]. Several methods have been applied for modeling and denoising of ECG signals, such as band pass filters [7], adaptive filters [8], the ensemble averaging technique [9] and extended Kalman filters [10]. The ADLPSO algorithm [11] and Wavelet Neural Networks (WNN) [12], denoising methods based on the Wavelet transform, have also been used for ECG denoising. Although these methods demonstrated good performance, they can be sensitive to varying parameters. Neural Networks have been recently used in all kind of modeling and their success and wide application encourage the consideration of Neural Networks as a method to model ECG signals with low Signal to Noise Ratio (SNR). In this study we used the Hopfield Neural Network (HNN) for ECG signal modeling and noise reduction. The HNN is a recurrent neural network that stores the information in a dynamic stable pattern. The applied algorithm retrieves a pattern stored in memory in response to the presentation of an incomplete or noisy version of that pattern. The HNN consists of a set of N interconnected neurons which update their activation values asynchronously and independently of other neurons. All neurons are both input and output neurons [13]. Figure 2 portrays a typical HNN that consists of a set of 4 interconnected neurons. All neurons are connected to each other and act as both inputs and outputs. II. THEORETICAL BACKGROUND Modeling using an HNN follows four basic stages [13]: A. Storage (Learning). If x1, x2,…, xp indicated a known set of M-dimensional memories, the synaptic weights of the network can be computed as: , , 1 1 M M j i j i x x E M θ θ θ = = = ∑ ∑ (1) , , , 1 1 i i i x E x E θ θ θ θ θ β + ≥ = − <    � � (2) , , 1 1 , 0, p j i ij i j h M i j θ θ θ β β = ≠ = =      ∑ � (3) where hij is the synaptic weight from neuron i to neuron j and xθ,i is ith element of vector xθ. ETASR - Engineering, Technology & Applied Science Research Vol. 3, �o. 1, 2013, 345-348 346 www.etasr.com Bagheri et al: Electrocardiogram (ECG) Signal Modeling and �oise Reduction Using Hopfield… Fig. 1. A typical ECG signal Fig. 2. A Hopfield network with four nodes B. Initialization If u indicates an unknown M-dimensional input vector presented to the network, we will have: ,)0( jj ut = ϕ=1,...,Μ (4) where tj(0) is the state of neuron j at time n = 0, and uj is the jth element of the vector u. C. Iteration until Convergence Update the elements of state vector t(n) randomly in accordance with the rule: 1 ( 1) sgn ( ) M j ji i i u n h u n = + =      ∑ (5) Repeat the iteration until the state vector u stays unchanged. D. Outputting If ustable indicates the stable point computed at the end of stage C, the resulting output vector y of the network will be: stable uy = (6) If o indicates the target output for the algorithm then the error signal is defined as: e o y= − (7) and the mean-squared error is defined as follows: 21 [ ] 2 J E e= (8) where E is the statistical expectation operator. III. APPLICATION OF THE HNN Both training and testing data were taken from [14]. The steps described below were followed in order to obtain data suitable for the HNN input: • Data consists of 2 ECG signals with 30000 samples each. • A low pass filter used to calculate the baseline wander. With a sampling frequency of f s =20000 we have: ( , 0.7 / )baseline LPFilter data fs= (9) • To remove baseline wander the following equation was used: data-ew data baseline= − (10) • Noise was added to data with respect to the definition of SNR. SignalPower S-R -oisePower = (11) The original data were noisy to begin with (Figure 3) but in order to test the algorithm, high magnitude noise was needed and so an SNR equal to zero was applied. HNN Training included these steps: • Storage: output data of step2 (clean signal) were given to the network to compute (1), (2) and (3). • Initialization: output data of step 3 (noisy signal) were given to the network as an initialization vector to compute (4). • Iteration until Convergence: the algorithm was updated by (5). ETASR - Engineering, Technology & Applied Science Research Vol. 3, �o. 1, 2013, 345-348 347 www.etasr.com Bagheri et al: Electrocardiogram (ECG) Signal Modeling and �oise Reduction Using Hopfield… • Outputting: the unchanged output of (5) is the output of algorithm. For the considered application M=30000, P=2, number of iterations=100 and number of neurons=30000. Each neuron stands for storing of one sample of the signal. Matlab was used for all calculations. The clean signal is shown in Figure 3 and the noisy signal is shown in Figure 4. IV. RESULTS The results of applying the HNN algorithm to the considered data are shown in Figures 5 and 6. It can be seen that the method successfully modeled the ECG signal and removed high-frequency noise. Figure 7 shows the mean- squared error versus the number of iterations. As it can be seen, the algorithm converges and the mean-square value of the error signal decreased as the number of iterations increased. Fig. 3. Original Signal Fig. 4. Noisy signal Fig. 5. Noisy data, original data and output of the HNN for signal 1 Fig. 6. Noisy data, original data and output of the HNN for signal 2 V. CONCLUSION The ECG signal is one of the diagnosing approaches to detect heart diseases but it is usually corrupted with unwanted interference. To reduce noise, methods employing filters and wavelet transform have been applied. Although they demonstrated good performance, they tend to be sensitive to varying parameters. Neural Networks have widely been used for modeling, showing significant success and being less sensitive to varying parameters. In this study a Hopfield Neural Network is applied for ECG signal modeling and denoising. The algorithm was applied to two different ECG signals. Results showed that the method can successfully model ECG signals with low SNR. More tests will be conducted to further investigate the performance of HNN in the future. Other kinds of ECG signals will also be used to examine the clinical application of the method. ETASR - Engineering, Technology & Applied Science Research Vol. 3, �o. 1, 2013, 345-348 348 www.etasr.com Bagheri et al: Electrocardiogram (ECG) Signal Modeling and �oise Reduction Using Hopfield… Fig. 7. Mean-Squared Error vs iterations REFERENCES [1] O. Sayadi, M. B. Shamsollahi, “ECG denoising and compression using a modified extended kalman filter structure”, IEEE Trans. Biomed. Eng, Vol. 55, No. 9, pp. 2240-2248, 2008 [2] W. Zhang, T. Ma, L. Ge, “Enhancement of ECG signals by multi- resolution sub band filter”, 2nd International Conference on Bioinformatics and Biomedical Engineering, ICBBE 2008, China, 2008 [3] J. Wang, Z. Li, “An ECG segmentation model used for signal generator”, 2nd International Conference on Innovative Computing, Information and Control, ICICIC '07, Japan, 2007 [4] Y. Lu, J. Yan, Y. Yam, “Model-based ECG denoising using empirical mode decomposition”, IEEE International Conference on Bioinformatics and Biomedicine, USA, 2009 [5] W. Zgallai, M. Sabry-Rizk, P. Hardiman, J. O’Riordan, “Music-based bispectrum detector: a novel non-invasive detection method for overlapping fetal and mother ECG signals”, Proceedings of the 19th International Conference of the IEEE - Engineering in Medicine and Biology Society, Vol. 1, pp. 72-75, 1997 [6] R. Swarnalatha, D. V. Prasad, “A novel technique for extraction of FECG using multi stage adaptive filtering”, Journal of Applied Scienses, Vol. 10, No. 4, pp. 319-324, 2010. [7] I. I. Christov, I. K. Daskalov, “Filtering of electromyogram artefacts from the electrocardiogram”, Med. Eng. Phys., Vol. 21, pp. 731–736, 1999. [8] N. V. Thakor, Y. S. Zhu, “Applications of adaptive filtering to ECG analysis: noise cancellation and arrhythmia detection”, IEEE Trans. Biomed. Eng., Vol. 38, No. 8, pp. 785–794, 1991. [9] P. Laguna, R. Jane, O. Meste, P. W. Poon, P. Caminal, H. Rix, N. V. Thakor, “Adaptive filter for event-related bioelectric signals using an impulse correlated reference input: Comparison with signal averaging techniques”, IEEE Trans. Biomed. Eng., Vol. 39, No. 10, pp. 1032– 1044, 1992. [10] R. Sameni, M. B. Shamsollahi, C. Jutten, “Filtering electrocardiogram signals using the extended Kalman filter”, in Proc. 27th Annu. Int. Conf. IEEE Eng. Medicine Biol. Soc. (EMBS), Vol. 6, pp. 5639–5642, 2005. [11] Y. Chen, B. Yang, J. Dong, “Time-series prediction using a local linear wavelet neural network”, Neurocomputing, Vol. 69, No. 4-6, pp. 449- 465, 2006. [12] L. Liu, J. Jiang, “Using stationary wavelet transformation for signal denoising”, 8th International Conference on Fuzzy Systems and Knowledge Discovery, FSKD 2011, Vol. 4, pp. 2203-2207, China, 2011 [13] S. Haykin, Neural networks a comprehensive foundation, MacMaster University, Hamilton, 1994 [14] PhysioBank, The MIT-BIH noise stress test database, http://www.physionet.org/physiobank/database/nstdb/.