Skip to main content

Motion artifact removal from photoplethysmographic signals by combining temporally constrained independent component analysis and adaptive filter

Abstract

Background

The calculation of arterial oxygen saturation (SpO2) relies heavily on the amplitude information of the high-quality photoplethysmographic (PPG) signals, which could be contaminated by motion artifacts (MA) during monitoring.

Methods

A new method combining temporally constrained independent component analysis (cICA) and adaptive filters is presented here to extract the clean PPG signals from the MA corrupted PPG signals with the amplitude information reserved. The underlying PPG signal could be extracted from the MA contaminated PPG signals automatically by using cICA algorithm. Then the amplitude information of the PPG signals could be recovered by using adaptive filters.

Results

Compared with conventional ICA algorithms, the proposed approach is permutation and scale ambiguity-free. Numerical examples with both synthetic datasets and real-world MA corrupted PPG signals demonstrate that the proposed method could remove the MA from MA contaminated PPG signals more effectively than the two existing FFT-LMS and moving average filter (MAF) methods.

Conclusions

This paper presents a new method which combines the cICA algorithm and adaptive filter to extract the underlying PPG signals from the MA contaminated PPG signals with the amplitude information reserved. The new method could be used in the situations where one wants to extract the interested source automatically from the mixed observed signals with the amplitude information reserved. The results of study demonstrated the efficacy of this proposed method.

Background

Pulse oximeter has been widely utilized to measure the level of arterial oxygen saturation (SpO2) and pulse rate (PR) of humans noninvasively. It is based on the principles: 1) the different light absorption properties between oxyhemoglobin (HbO2) and deoxyhemoglobin (Hb); 2) only the arterial blood (provided that the mildly pulsatile venous blood can be neglected) pulsate in the tissue contributing to the pulsation of emergent light intensity (termed AC part), while others correspond to the emergent light intensity baseline (termed DC part). Generally, a pulse oximeter employs double wavelengths of light (red and infrared (IR)) for the emission sources and a photodiode as detector to receive the information-bearing light from the same or the opposite side with respect to the emitter. The measurement positions of pulse oximeter are usually fingertips, earlobes, toes, foreheads, etc., since the capillary network of these parts are abundant. A pulse oximeter is precise provided with clean PPG signals, which are related to the blood volume changes in the microvascular bed of tissue [1]. However, it is not a trivial task to acquire interference-free clean PPG signals in real-world applications. Numerous factors, such as MA, ambient lights, low perfusion and temperature variations could lead to pulse oximeters’ performance degradation. In particular, the removal of MA, which is caused by voluntary or involuntary movements of the individual during the measurement, is always challenging ever since the appearance of pulse oximeters. Conventional filters are incapable to get rid of MA effectively due to the frequency overlaps between the MA and clean PPG signal [2]. Researchers have developed numerous approaches to tackle this issue. The MAF method is good at suppressing the sporadically occurring noise in the corrupted PPG signals, while it is at its wit’s end before strong or sudden occurring artifacts [3]. Adaptive filters, which could adjust their weight vector based on adaptive algorithms, are powerful tools to deal with the in-band noise, provided that the reference signal (which is either correlated with the MA part but uncorrelated with PPG signal or correlated with the clean PPG signal but uncorrelated with the MA) is available. One way to obtain the reference signal is with the help of extra hardware such as accelerometers [47] or photoelectric devices [8]. Another way is to synthesize the reference signal from the two channel contaminated PPG signals [2, 911]. In consideration of the nonstationarity of PPG signal, wavelet transform is performed to remove MA [1214]. The empirical mode decomposition (EMD), which is another powerful decomposition to handle non-stationary signal, has been studied in [15, 16]. Although these two methods could reduce the MA to some extent, both of them are troubled with the problem: how to select an appropriate threshold to decide which components should be removed. High order statistics are used in [17] to extract clean artifact-free PPG signals preserving all the essential morphological features required. Applying cycle-by-cycle Fourier series analysis (CFSA) to deal with MA also demonstrates a satisfying performance [18]. However, the period of every PPG signal cycle must be acquired precisely when applying CFSA method. Based on the independence between the PPG signal and the MA, ICA combining a signal enhancement preprocessor is used to separate the PPG signal from the contaminated original PPG signal [19], from which the efficacy of the ICA algorithm in dealing with the MA corrupted PPG signals could be confirmed. Despite the excellent performance of the ICA method, one must keep in mind that the ICA has permutation and scale ambiguities [20]. Meanwhile, the SpO2 computation needs the accurate amplitude information of both the red and IR light channel PPG signals, the ICA output cannot be used to calculate the SpO2 value directly.

In this paper, we introduce a new method combining cICA [21] and adaptive filters to deal with the aforementioned problems related to ICA. By using cICA, we could obtain the interested component automatically. By using the adaptive filter, we could effectively remove the MA with the PPG signal amplitude information recovered. In this paper’s method, we firstly extract the artifact-free PPG-correlated component from the contaminated measured PPG signal by cICA, then pass the output of the cICA through the adaptive filters to obtain the two channel artifact-free PPG signals with the amplitude information reserved. In order to evaluate the efficiency of our method, FFT-based MA removal algorithm proposed in [2] and MAF method were used as comparisons. Experiments with synthetic and real-world data were performed to demonstrate the efficacy of the proposed method.

Methods

Mathematical preliminaries

Constrained independent component analysis

ICA can be used to separate the observed mixed signals (X) into several independent sources (S) based on certain criteria, such as maximization of non-Gaussianity, minimization of mutual information and maximum likelihood estimation. The relationship between the observed signals (X) and independent sources (S) can be expressed as a linear mixture:

X = AS
(1)

where A is the unknown mixing matrix. The independent sources S can be obtained when finding an unmixing matrix W (=A− 1), as:

S = WX
(2)

Several different implementations of ICA can be found in [2225].

Because both A and S in equation (1) are unknown, ICA has the permutation ambiguity that has been mentioned in the introduction section. Where one desires a specific IC, the cICA presented in [21] can effectively extract the desired component incorporating with a reference signal. The cICA algorithm can be modeled as:

Maximize : J y ρ E G w T x E G v 2 Subject to : g w = ϵ y , r ξ 0 , h w = E y 2 1 = 0
(3)

where J(y) is the approximate negentropy, ρ is a positive constant, G() can be any non-quadratic function, v is a zero mean, unit variance Gaussian variable, g(w) is the closeness constraint, ϵ(y, r) is the closeness measure, ξ is the closeness threshold and the equality h(w) is to ensure that the contrast function J(y) and the weight vector w are bounded. Reference [21] presents a solution for the problem of (3), where they considered it as a constraint optimization problem. By using the Newton-like learning method the optimum weight vector w for the desired signal could be found.

Adaptive filter algorithm

For simplicity, the adaptive algorithm we used in this paper is the Least Mean Square (LMS) algorithm:

y n = w T n u n e n = d n y n w n + 1 = w n + μ e n u n
(4)

where u(n) is the filter input, which could be either the MA part or the PPG signal part, d(n) is the desired signal, which is the weighted summation of the MA part and PPG signal, w(n) is the weight of the filter, e(n) is the error induced by the adaptive filter and μ is the step size used in weight vector update.

Fast Fourier transform (FFT) combining LMS (FFT-LMS) method

In this section we briefly introduce the FFT-LMS method described in [2] as a comparison to our method. The steps of the FFT-LMS method are as follows:

  1. a)

    After applying FFT on the MA contaminated PPG signal, the frequency spectra of three different parts in the corrupted PPG signal are obtained: pulsatile PPG portion (0.5-4 Hz), respiratory activity (0.2-0.35 Hz) and MA component (0.1 Hz or more).

  2. b)

    The coefficients of the frequency component corresponding to the pulsatile PPG portion and respiration component are set to zero to generate the MA reference. Thus, a modified frequency spectrum corresponding to MA noise is obtained.

  3. c)

    By applying the inverse FFT on the modified spectrum, a synthetic noise reference signal in time-domain is generated.

  4. d)

    The synthetic MA noise is then fed into the LMS adaptive filter as the reference signal, with the MA corrupted PPG signal acting as the desired signal.

Motion artifact removal by combining cICA and adaptive filter

The red and IR channel signals (X) can be modeled as the linear mixture of MA and PPG signal sources (S). The MA signal is postulated as the complex combination of multiple sources, which means that the measured signals may contain more than two independent sources [19]. Unlike the conventional ICA algorithm, the cICA algorithm, which needs no assumption regarding the number of actual underlying sources could automatically extract a specific source. Due to the fact that the PPG signal possesses periodic behaviour, the PPG-correlated component could be extracted by using the cICA algorithm, with the help of the periodic information of PPG signal. However, this obtained PPG-correlated component misses the amplitude information.

The adaptive filter can remove the in-band MA noise effectively provided that the reference input which should be correlated with either MA component or PPG component has been obtained. In our study, we combine the cICA algorithm and adaptive filter to remove the MA from PPG signals. On one hand, the adaptive filter can recover the amplitude information of the PPG-correlated component obtained by the cICA algorithm. On the other hand, the PPG-correlated component can serve as the reference input for the adaptive filter.

The main idea of the method is described briefly in Figure 1. To test the effectiveness of our approach in extracting the underlying PPG component from MA corrupted PPG signals, we validate our approach in the following sections.

Figure 1
figure 1

The primary flow chart of the proposed method.

Preparation for the proposed method

Low-pass filtering and DC removal

The signals captured by the signal-acquisition instrument inevitably contain plenty high frequency noise which is the mixture of the ambient light induced noise, thermal noise, electromagnetic noise especially the power frequency interference (50/60 Hz) and other unclassified noise. Fortunately, these noise usually possess the characteristic of either wide band frequency spectra or higher frequency contrasted to the PPG signal, such that a conventional low-pass filter could be utilized to remove the bulk of noise. Based on the fact that PPG signal frequency distributes within the range 0.5-4 Hz [2], we use a FIR hamming window low-pass filter with 20 dB attenuation at 8 Hz to wipe out most of the high frequency noise.

To separate the DC part, a first-order IIR filter is used, the transfer function is:

H z = Y z X z = 1 z 1 1 0.992 z 1
(5)

which could provide an attenuation about 20 dB for DC component and have negligible effect on the AC part.

Generating the reference signal for cICA

To generate the reference signal for cICA, we must obtain some prior knowledge about the desired signal. Generally, the period of the desired signal is the straightforward information to generate the reference signal. Since that PPG signal exhibits periodic behaviour and MA component is mainly caused by voluntary or involuntary movements which result in irregular waveform, we can use the periodic information of the PPG signal to generate the reference signal. Autocorrelation is implemented on the MA corrupted PPG signal to obtain the period of the PPG signal after the low-pass filtering and DC removal process. A reference signal with periodic rectangular pulse waves is generated based on the periodic information obtained from the original PPG signals.

Detailed implementation of the new method

The whole detailed block diagram of our approach is shown in Figure 2, which is the refinement of Figure 1.

Figure 2
figure 2

Detailed block diagram of the proposed MA removal scheme.

The detailed steps of the proposed method are described as follows:

  1. a)

    The two channel original PPG signals are firstly processed by the filters described above to remove the high frequency noise and the DC component.

  2. b)

    Autocorrelation is implemented on the IR channel signal to get the period of the PPG signal, and the reference signal for cICA is generated based on the period obtained.

  3. c)

    The two channel preprocessed PPG signals and the reference signal generated in step b are all fed into the cICA algorithm. Then the artifact-free PPG-correlated component is generated.

  4. d)

    The artifact-free PPG-correlated component is fed into the adaptive filter as the reference input to recover the amplitude information of the two channel PPG signals. The two channel corrupted PPG signals act as the corresponding desired signals respectively. Two channel MA-reduced PPG signals are obtained.

For simplicity, the LMS algorithm is used here. In the next context, we name our method as cICA-LMS.

Experiments setup

Synthetic dataset simulation

In this section, a simulation experiment was performed on the synthetic dataset by using the cICA-LMS, FFT-LMS and MAF methods. In the simulation, we mixed two signals: the target PPG signal (s(t)), which was captured from the stationary finger, and another, unwanted signal (MA(t)), which was randomly generated from the MA corrupted PPG signals. The two signals were synthesized in the following way:

x t = s t + λ MA t
(6)

where x(t) is the mixed signal, and parameter λ defines the proportion of MA(t) in x(t). Changing parameter λ alters the ratio of MA noise part to PPG signal in the mixed signal. In order to investigate the efficiency of our method with respect to different MA noise proportions occupied in the mixed signal, we used parameter SNR defined as:

SNR = 20 log RMS s t RMS λ MA t dB
(7)

The simulation performance is expressed in terms of relative root mean squared error (RRMSE), which is defined as:

RRMSE = RMS s t s ^ t RMS s t 100 %
(8)

where s ^ t is the estimation of the interested signal s(t).

Real-world MA corrupted PPG signals

To validate cICA-LMS method in removing MA from corrupted PPG signals, we considered five different motion situations. Seven healthy volunteers (four males with average age (29 ± 6) and three females with average age (25 ± 2)) were recruited to perform the experiments with the informed consent obtained. The procedure was also approved by the Ethics Committee of Chinese PLA General Hospital. Before the experiment, all the participants were required to sit still within doors (18 Celsius degree) for five minutes. The PPG signals were captured from the index finger using AFE4400SPO2EVM (from Texas Instruments Corporation) with 200 Hz sample frequency. Five different motions (vertical movement of finger, horizontal movement of finger, bending finger, pressurizing probe clip and waving hand) were performed during data acquisition. Each recording consists of six different sections: 1-min motionless period, 1-min vertical movement period, 1-min horizontal movement period, 1-min bending finger period, 1-min pressurizing probe clip period and 1-min waving hand period.

Results

Synthetic dataset

Figure 3 shows the waveforms of the clean PPG signal, the real MA noise part, and three mixed signals with SNRs of −5 dB, 0 dB and 5 dB. The corresponding frequency spectra of different signals are also provided in the right sub-figure. It is very clear that the frequency distribution of the MA and PPG signal are overlapped. Therefore, the conventional filter with constant cut-off frequency cannot reduce the MA effectively.

Figure 3
figure 3

Synthetic signals with different SNRs. (a1): Clean PPG signal- s(t); (a2): MA noise- MA(t); (a3)-(a5): Mixed signals- x(t) with SNR equaled to −5 dB, 0 dB, 5 dB respectively; (b1)-(b5): Frequency spectrum corresponding to (a1)-(a5).

Figure 4 presents the waveforms of the cICA-LMS method applying on the synthetic signal with SNR equaled to 0 dB. Figure 4a-b are 20-s epoch of red channel and IR channel PPG signals captured from the stationary fingertip. Figure 4c is the MA noise component extracted from the MA corrupted PPG signal by the cICA-LMS method. Figure 4d-e are the linear mixed signals of the two channel PPG signals and the MA with SNR equaled to 0 dB. Figure 4f is the reference signal for the cICA algorithm generated from the mixed IR PPG signal. It can be seen that the reference signal have the same period with the PPG signal. Figure 4g is the output of the cICA, i.e. artifact-free PPG-correlated component, which loses the energy information of the original PPG signal. Figure 4h-j are the artifact-free red and IR PPG signals and the MA noise extracted from the corrupted PPG signals, respectively. Both the red and IR PPG signals are effectively separated from the MA with the amplitude information reserved.

Figure 4
figure 4

Visual performance of the proposed method in extracting the interested signal from synthetic signals. (a): Clean red PPG signal; (b): Clean IR PPG signal; (c): MA noise; (d): Mixed signal of the red PPG signal and MA noise with SNR = 0 dB; (e): Mixed signal of the IR PPG signal and MA noise with SNR = 0 dB; (f): Reference signal for the cICA; (g): cICA output; (h): Recovered red PPG signal; (i): Recovered IR PPG signal; (j): Recovered MA noise by cICA-LMS algorithm.

Figure 5 presents the mean result of 100 times Monte Carlo simulations on the synthetic signals by using the cICA-LMS method. The results of the FFT-LMS and MAF methods are also provided for comparison. In each of the sub-figure, the x-coordinate is the SNR changing from −10 dB to 10 dB with a step size of 1 dB, and the y-coordinate is the RRMSE. In addition, we roughly took the best performance among 1000 times Monte Carlo simulations as the performance bound for the proposed method, which is also shown in the figure.

Figure 5
figure 5

Statistic performance of cICA-LMS method in comparison with FFT-LMS and MAF methods. It shows the RRMSE (%) changing with SNR (dB) of three different methods. The performance bound of cICA-LMS is also shown using the solid line. (a): Red channel PPG; (b): IR channel PPG.

MA removal from the real-world corrupted PPG signals

Figure 6 shows the results of the cICA-LMS method in dealing with MA under five different motion situations: vertical movement of the finger (Figure 6a), horizontal movement of the finger (Figure 6b), bending the finger (Figure 6c), pressurizing probe clip (Figure 6d) and waving hand (Figure 6e). The performance of FFT-LMS and MAF methods are also shown in the figure for comparison. In each of the sub-figure, the upper two subplots are the red and IR PPG signals corrupted by MA, the next two subplots are MA reduced signals by the FFT-LMS method, then the next two subplots are MA reduced signals by MAF method, and the last two subplots are MA reduced signals by the proposed cICA-LMS method.

Figure 6
figure 6

Performance of the cICA-LMS in reducing the MA under five different motion situations. (a): Vertical movement of finger; (b): Horizontal movement of finger (c): Bending finger; (d): Pressurizing probe clip; (e): Waving hand. In each of the sub-figure, the upper two subplots are MA corrupted red and IR channel PPG signals, the next two subplots are recovered PPG signals using FFT-LMS method, then the next two subplots are recovered PPG signals using MAF method, and the last two subplots are recovered PPG signals by the cICA-LMS method.

As the calculation of SpO2 depends on the peak-to-peak values of PPG signals, it is important that the MA reduction method proposed here preserves this characteristic in the recovered PPG. We used the peak-to-peak values of PPG signals to evaluate the efficacy of our method [18]. Table 1 shows the results of the peak-to-peak values (in terms of mean ± standard deviation) of corresponding MA reduced red channel PPG signal by the three methods. The PPG signal without MA and the PPG signal corrupted by MA are also showed for contrast. Similarly, Table 2 shows the results of corresponding peak-to-peak values of IR channel PPG signal. The values in the tables are dimensionless, this does not influence the calculation of SpO2.

Table 1 Effectiveness of the proposed method in restoring the peak-to-peak values of red channel PPG
Table 2 Effectiveness of the proposed method in restoring the peak-to-peak values of IR channel PPG

Discussion

The results of both the synthetic datasets and real-world experiments demonstrated that the proposed cICA-LMS algorithm could remove MA component from PPG signals effectively. The results also indicate that the cICA-LMS method outperforms the FFT-LMS and MAF methods. Unlike the FFT-LMS method, the cICA algorithm could effectively produce the reference signal for adaptive filter without any assumption of the frequency distribution. Our method could deal with the in-band MA noise effectively when MA noise and PPG signal are independent. In the simulation section, the cICA-LMS algorithm performed very well to extract the sources from the mixed signals. This excellent performance is due to fact that the synthetic mixed signals are from a linear summation of two completely independent components. In the situations where the cICA-LMS is applied on the real-world MA corrupted PPG signals, the cICA-LMS algorithm may not perform as well as that in the simulation dataset. This might be because that the MA component is produced by a quite complex mechanism, and is not completely independent from the PPG signals. Even though, the cICA-LMS algorithm still presents much better performance than the FFT-LMS and MAF methods. The compromised performance of the FFT-LMS and MAF methods may be caused by the frequency overlap between MA component and PPG signal.

Although the use of ICA to remove MA from the corrupted PPG signals has exhibited good result [19], the extracted components by conventional ICA are actually not ordered. Hence, in our study, the cICA algorithm is proposed to deal with this problem. For signal recordings which have large numbers of channels, the cICA algorithm could avoid the subsequent laborious and highly subjective analysis on the large number of resulting extracted sources. To the best of our knowledge, the cICA has not been used to extract the underlying PPG signal from the MA corrupted PPG signals previously. Another inherent disadvantage of conventional ICA is that the extracted components do not include amplitude information of the original sources. Because the ultimate goal of our work is to extract clean PPG signals for SpO2 calculation, amplitude information of the extracted PPG signal is indispensable. In order to recover the amplitude information of the extracted PPG signal, an adaptive filter is used in our method with the output of the cICA as reference signal. The results demonstrated that the algorithm combing cICA and adaptive filter performed very well both in the synthetic dataset and real-world PPG signals experiments.

The excellent performance of our method in extracting the underlying PPG signal from the MA corrupted signals lies in the assumption that the MA and PPG signals are independent. In the situations where the MA and PPG signals are not independent, the performance of our algorithm might be compromised. In addition, generating the correct reference signal for cICA plays an important role in extracting the source of interest. In situations where the MA possesses the same period with the PPG signal, the cICA algorithm may fail to produce correct output. However, this does not happen frequently in real life.

The adaptive algorithm used in this study is the LMS algorithm. For LMS algorithm, the step size is very critical in controlling the stability and convergence speed of the algorithm. Improper step size may degrade the performance of our cICA-LMS algorithm. In order to improve the characteristics of the LMS-based adaptive filter, some other algorithms could be tried, such as RLS, NLMS and any other suitable algorithms.

Conclusions

This paper presents a new method which combines the cICA algorithm and adaptive filter to remove MA component from the MA contaminated PPG signals with the amplitude information reserved. The contribution of this paper lies in the fact that the new algorithm has solved permutation and scale ambiguity problems of conventional ICA. Thus, this algorithm could be used in the situations where one wants to extract the interested source automatically from the mixed observed signals with the amplitude information reserved. The results of this study demonstrated the effectiveness of this proposed method.

Abbreviations

SpO2:

Arterial oxygen saturation

PPG:

Photoplethysmographic

MA:

Motion artifact

MAF:

Moving average filter

ICA:

Independent component analysis

cICA:

Constrained independent component analysis

FFT:

Fast Fourier transform

IR:

Infrared

SNR:

Signal noise ratio

RRMSE:

Relative root mean squared error

LMS:

Least mean square

NLMS:

Normalized least mean square

RLS:

Recursive least square.

References

  1. Allen J: Photoplethysmography and its application in clinical physiological measurement. Physiol Meas 2007,28(3):R1-R39. 10.1088/0967-3334/28/3/R01

    Article  Google Scholar 

  2. Ram MR, Madhav KV, Krishna EH, Komalla NR, Reddy KA: A novel approach for motion artifact reduction in PPG signals based on AS-LMS adaptive filter. IEEE Trans Instrum Meas 2012,61(5):1445–1457.

    Article  Google Scholar 

  3. Lee HW, Lee JW, Jung WG, Lee GK: The periodic moving average filter for removing motion artifacts from PPG signals. Int J Control Autom Syst 2007,5(6):701–706.

    MathSciNet  Google Scholar 

  4. Han H, Kim J: Artifacts in wearable photoplethysmographs during daily life motions and their reduction with least mean square based active noise cancellation method. Comput Biol Med 2012,42(4):387–393. 10.1016/j.compbiomed.2011.12.005

    Article  Google Scholar 

  5. Lee B, Han J, Baek HJ, Shin JH, Park KS, Yi WJ: Improved elimination of motion artifacts from a photoplethysmographic signal using a Kalman smoother with simultaneous accelerometry. Physiol Meas 2010,31(12):1585–1603. 10.1088/0967-3334/31/12/003

    Article  Google Scholar 

  6. Poh MZ, Swenson NC, Picard RW: Motion-tolerant magnetic earring sensor and wireless earpiece for wearable photoplethysmography. IEEE Trans Inf Technol Biomed 2010,14(3):786–794.

    Article  Google Scholar 

  7. Wei P, Guo R, Zhang J, Zhang YT: A new wristband wearable sensor using adaptive reduction filter to reduce motion artifact. Information Technology and Applications in Biomedicine, 2008 ITAB 2008 International Conference on; 30–31 May 2008 2008, 278–281.

    Google Scholar 

  8. Asada HH, Shaltis P, Reisner A, Rhee S, Hutchinson RC: Mobile monitoring with wearable photoplethysmographic biosensors. IEEE Eng Med Biol Mag 2003,22(3):28–40. 10.1109/MEMB.2003.1213624

    Article  Google Scholar 

  9. Goldman JM, Petterson MT, Kopotic RJ, Barker SJ: Masimo signal extraction pulse oximetry. J Clin Monit Comput 2000,16(7):475–483. 10.1023/A:1011493521730

    Article  Google Scholar 

  10. Yousefi R, Nourani M, Ostadabbas S, Panahi I: A motion-tolerant adaptive algorithm for wearable photoplethysmographic biosensors. IEEE J Biomed Health Inform 2013,PP(99):1.

    Google Scholar 

  11. Yousefi R, Nourani M, Panahi I: Adaptive cancellation of motion artifact in wearable biosensors. Engineering in Medicine and Biology Society (EMBC), 2012 Annual International Conference of the IEEE; Aug. 28 2012-Sept. 1 2012 2012, 2004–2008.

    Google Scholar 

  12. Raghuram M, Madhav KV, Krishna EH, Komalla NR, Sivani K, Reddy KA: Dual-tree complex wavelet transform for motion artifact reduction of PPG signals. Medical Measurements and Applications Proceedings (MeMeA), 2012 IEEE International Symposium on; 18–19 May 2012 2012, 1–4.

    Google Scholar 

  13. Zhang K, Jiao T, Fu F, Zhang W, Dong X: Motion artifact cancellation in photoplethysmography using reconstruction of wavelet transform modulus maxima. Chin J Sci Instrum 2009,30(3):4. (in Chinese)

    Google Scholar 

  14. Lee CM, Zhang YT: Reduction of motion artifacts from photoplethysmographic recordings using a wavelet denoising approach. Biomedical Engineering, 2003 IEEE EMBS Asian-Pacific Conference on; 20–22 Oct. 2003 2003, 194–195.

    Chapter  Google Scholar 

  15. Raghuram M, Madhav KV, Krishna EH, Komalla NR, Sivani K, Reddy KA: HHT based signal decomposition for reduction of motion artifacts in photoplethysmographic signals. Instrumentation and Measurement Technology Conference (I2MTC), 2012 IEEE International; 13–16 May 2012 2012, 1730–1734.

    Google Scholar 

  16. Wang Q, Yang P, Zhang YT: Artifact reduction based on Empirical Mode Decomposition (EMD) in photoplethysmography for pulse rate detection. Engineering in Medicine and Biology Society (EMBC), 2010 Annual International Conference of the IEEE; Aug. 31 2010-Sept. 4 2010 2010, 959–962.

    Google Scholar 

  17. Krishnan R, Natarajan B, Warren S: Two-stage approach for detection and reduction of motion artifacts in photoplethysmographic data. IEEE Trans Biomed Eng 2010,57(8):1867–1876.

    Article  Google Scholar 

  18. Reddy KA, George B, Kumar VJ: Use of fourier series analysis for motion artifact reduction and data compression of photoplethysmographic signals. IEEE Trans Instrum Meas 2009,58(5):1706–1711.

    Article  Google Scholar 

  19. Kim BS, Yoo SK: Motion artifact reduction in photoplethysmography using independent component analysis. IEEE Trans Biomed Eng 2006,53(3):566–568. 10.1109/TBME.2005.869784

    Article  Google Scholar 

  20. Hyvärinen A, Oja E: Independent component analysis: algorithms and applications. Neural Netw 2000,13(4–5):411–430.

    Article  Google Scholar 

  21. Lu W, Rajapakse JC: ICA with Reference. Neurocomputing 2006,69(16–18):2244–2257.

    Article  Google Scholar 

  22. Hyvärinen A, Oja E: A fast fixed-point algorithm for independent component analysis. Neural Comput 1997,9(01):483–492.

    Google Scholar 

  23. Hyvärinen A: Fast and robust fixed-point algorithms for independent component analysis. Neural Netw 1999,10(3):626–634. 10.1109/72.761722

    Article  Google Scholar 

  24. Comon P: Independent component analysis, A new concept? Signal Process 1994,36(3):287–314. 10.1016/0165-1684(94)90029-9

    Article  Google Scholar 

  25. Bell AJ, Sejnowski TJ: An information-maximization approach to blind separation and blind deconvolution. Neural Comput 1995,7(0899–7667 (Print)):129–1159.

    Google Scholar 

Download references

Acknowledgements

The authors are thankful to all the participants in this research. This research project was supported in part by the Key Projects in the National Science & Technology Pillar Program (Grant Number: 2013BAI03B03, 2013BAI03B04), National Natural Science Foundation of China (Grant Number: 61201436, 61372047), Beijing Natural Science Foundation (Grant number: 3122034) and General Logistics Science Foundation (Grant number: CWS11C108).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Weidong Wang.

Additional information

Competing interests

The authors declare that they have no competing financial interests.

Authors’ contributions

FP: proposed the new method, conducted the simulation and clinical experiments and drafted the manuscript; ZZ: gave a careful proofread to correct those grammar and usage errors; XG: revised the framework and gave a careful proofread to correct those grammar and usage errors; HL: carried on the simulation and clinical experiments and acquired experimental data; WW: have been involved in revising the manuscript critically for important intellectual content and have given final approval of the version to be published. All authors read and approved the final manuscript.

Fulai Peng, Zhengbo Zhang, Xiaoming Gou, Hongyun Liu and Weidong Wang contributed equally to this work.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver ( https://creativecommons.org/publicdomain/zero/1.0/ ) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Peng, F., Zhang, Z., Gou, X. et al. Motion artifact removal from photoplethysmographic signals by combining temporally constrained independent component analysis and adaptive filter. BioMed Eng OnLine 13, 50 (2014). https://doi.org/10.1186/1475-925X-13-50

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1475-925X-13-50

Keywords