SlideShare a Scribd company logo
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 7, No. 6, December 2017, pp. 3030~3036
ISSN: 2088-8708, DOI: 10.11591/ijece.v7i6.pp3030-3036  3030
Journal homepage: http://iaesjournal.com/online/index.php/IJECE
Non-contact Heart Rate Monitoring Analysis from Various
Distances with different Face Regions
Norwahidah Ibrahim1
, Razali Tomari2
, Wan Nurshazwani Wan Zakaria3
, Nurmiza Othman4
1,2,3
Department of Robotic and Mechatronics, Faculty of Electric & Electronics, University Tun Hussein Onn Malaysia,
Malaysia
4
Department of Electronics, Faculty of Electric & Electronics, University Tun Hussein Onn Malaysia, Malaysia
Article Info ABSTRACT
Article history:
Received Aug 1, 2017
Revised Oct 28, 2017
Accepted Nov 12, 2017
Heart rate (HR) is one of vital biomedical signals for medical diagnosis.
Previously, conventional camera is proven to be able to detect small changes
in the skin due to the cardiac activity and can be used to measure the HR.
However, most of the previous systems operate on near distance mode with a
single face patch, thus the feasibility of the remote heart rate for various
distances remains vague. This paper tackles this issue by analyzing an
optimal framework that capable to works under the mentioned issues.
Initially, plausible face landmarks are estimated by employing cascaded of
regression mechanism. Next, the region of interest (ROI) was constructed
from the landmarks in a face location where non rigid motion is minimal.
From the ROI, temporal photoplethysmograph (PPG) signal is calculated
based on the average green pixels intensity and environmental illumination is
separated using Independent Component Analysis (ICA) filter. Eventually,
the PPG signal is further processed using series of temporal filter to exclude
frequencies outside the range of interest prior to estimate the HR. As a
conclusion, the HR can be detected up to 5 meters range with 94% accuracy
using lower part of face region.
Keyword:
Facial tracking
Independent component
analysis
Non-contact heart rate
photoplethysmograph
Copyright © 2017 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Razali Tomari,
Department of Robotic and Mechatronics,
University Tun Hussein Onn Malaysia,
Parit Raja, 86400 Batu Pahat, Johor, Malaysia.
Email: mdrazali@uthm.edu.my
1. INTRODUCTION
There is growing interest in measuring HR without contact, particularly for populations such as an
elderly with fragile skin and premature infant. One of the prominent non-contact HR methods is by
measuring the variation of reflected light intensity from the human skin that known as plethysmograph (PPG)
signal. Basically PPG make use of a pulse oximeter to measure the light absorption rate as a result of light
illuminates the skin. Since the amount of light absorption is proportional to the blood volume, the PPG signal
can be used to measure the blood volume pulse. Some improvement of this concept has been done, however a
special lighting condition is necessary such as from specific narrowband wavelength or from a special
sensor [1].
Recent studies have shown a possibility to infer the PPG signal from a color-based method via
commercial web cameras [2], [3]. For instance, works in [3] measure a HR from recorded face videos by
detecting head location using Haar cascade method [8], computed the mean value of the three color channels
inside the head region, run the Independent Component Analysis (ICA) to separate the PPG from the color
channels, and eventually transform the signal to the frequency domain for finding maximum power strength
with the range of 0.7Hz to 4Hz that indicate the HR frequency.
IJECE ISSN: 2088-8708 
Non-contact Heart Rate Monitoring Analysis from Various Distances with …. (Norwahidah Ibrahim)
3031
Instead relying on three channel of color traces, it has been reported in [4] that the green color
channel provide strongest PPG signal since hemoglobin light absorption is most sensitive to oxygenation
changes for green light compare to blue and red. However recent work in [3], claimed that single green trace,
provide more accurate ICA outcome to separate between source and noise which in contrast with [5], which
found that ICA slightly dropped the performance when using green trace alone. A head motion based method
for pulse detection is proposed by [6] which show a promising outcome for translating a subtle motion into
the HR estimator.
Most of the mentioned methods work well in controlled laboratory environment. However, their
test subjects remain in static with near distance with the acquisition device. In real scenario it is common that
the subject would move and also the distance would vary from the camera. The recent work in [7-10]
addressing the motion issue by incorporating combination of facial landmark extractions, tracker and various
illumination rectification. However, still they did not test the system various acquisition distances scenario in
which the strength of remote HR reside since the task is daunting for the contact based HR system. In this
paper, we investigate the capability of remote HR for acquiring data from various distances and provide an
optimal framework that capable to satisfy the constraint.
2. SYSTEM OVERVIEW
Figure 1 shows overview of the proposed framework that consist of five main steps namely, facial
tracker, signal extraction, Blind Source Separation (BSS) using ICA, filtering and lastly, histogram analysis.
Figure 1. Overall system flow for the proposed framework
The input for this system is face video that was recorded by using a video camera and the output is
the HR estimation reading that is measured by using beat per minute (bpm) unit. For the transformation
process from input to the output, initially the facial tracker is applied to the image sequences. This facial
tracker would track rigid and non-rigid facial landmark, and 49 points of important facial point would be
displayed. The 49 points of human facial landmarks produced will be used for constructing region of interest
(ROI). Next PPG signal is extracted from the constructed ROI based on temporal random trace information
of green color channel. Since the signal acquired is usually contain noise generated from the environment, an
ICA based BSS strategy is used to separate the primer PPG signal and the unwanted information. Following
that, the primer PPG signal is undergo sequence of filtering step to obtain the optimal state of signal power
spectral density (PSD) information and consequently the HR. However, relying on single sequence of HR
reading is still subject to the measurement variation. To overcome this, a histogram analysis of repetitive HR
reading is constructed based on the same ROI with different random traces. Eventually, the HR is estimated
from the average of histogram with lowest variation reading.
2.1. Facial Detection
Facial tracker is used in this system to detect the face and extract facial landmarks information. To
satisfy the face detection requirement, a set of validated face regions is extracted using AdaBoost-based
cascade with Haar like feature [11]. This classifier works by constructing a strong classifier (positive images)
as linear combination weak classifiers (negative images). During detection, a series of classifiers are applied
to every image sub-window with different scaling factor. Regions are considered valid if they pass through
all the classifier stages.
From the detected face region, facial landmarks are detected by using cascaded of pose regression
model [12]. The method works perform a raw initial guess of facial landmark positions and uses a cascade of
regressors to infer the shape as whole and explicitly minimizes the alignment error over the training data. Let
 ISSN: 2088-8708
IJECE Vol. 7, No. 6, December 2017 : 3030 – 3036
3032
S = (x1,x2…xp) denotes the coordinate of all p facial landmarks in a bounding box I and rt(.,.) be the regressor
cascade, the current shape estimate of the facials location can be estimated by using following formulation :
S(t+1)
= S(t)
+ rt(I, S(t)
) (1)
The critical point of the cascade is that the regressor makes its predictions based on features, such as
pixel intensity values and indexed relative to the current shape estimate. Each regressor in the cascade returns
a vector which is used to update the current shape estimate in an additive manner. The method generally does
not build any parametric model; instead merely study the correlations between image features to infer a facial
shape. To train the regressor, each ground truth shape in the training set is transformed to the mean shape
which is rescaled and centered at the origin. Sample of the detected 49 points facial landmarks is shown in
Figure 2(a).
From the annotated facial landmarks location, a ROI of face region was constructed. In this paper,
four ROIs were investigated to determine the most suitable patch that can be used in various distances
requirement as shown in Figure 2(b). The first patch was on the right cheek of the face. Right cheek was
chosen since less non-rigid motion is generated in this area compared to other regions. Next, the second patch
was selected on the center of the face that includes eyes and nose region but excluding the forehead area
since the forehead tends to be covered by hair. This area was chosen because previous study [13] reported
that the center of face to be the most suitable ROI for video based HR. The third patch was the whole face
since basically the larger the region, the possibility to extract the PPG information from a far distance is high.
However, for the whole face region a reduction of 10% horizontal dimension and 20% of vertical
dimension with respect to center location is performed to exclude plausible region that constitute to the
background. Finally, the fourth patch was selected at the lower part of the face that includes nose and mouth
but excluding eyes and chin area. This region was chosen because of there are less non-rigid motion in it and
wider ROI dimension compared to the patch placed on the right cheek. From the selected ROI, random pair
temporal green color channel values that indicate the PPG signal is extracted.
Figure 2. Sample of facial tracker result, (a) 49 facial landmarks, (b) ROI for extracting the PPG signal
2.2. PPG Signal Extraction and Noise Removal
In each of the constructed ROI the PPG signal is obtained randomly pickup two different locations
inside the ROI, and consequently taps the reading of green color channel in the selected location over the
predefined video sampling time. The Green channel was selected for PPG extraction because it provides the
strongest PPG signal information compared to other color channel [4]. Sample of the extracted two traces of
PPG is shown in Figure 3. It can be seen from the figure that the obtained signals contaminated with noise
due to the effect from the environment and therefore need to undergo some filtering step prior to estimate the
HR value.
Figure 3. Sample of extracted two raw PPG signal from average of green trace in the face region
IJECE ISSN: 2088-8708 
Non-contact Heart Rate Monitoring Analysis from Various Distances with …. (Norwahidah Ibrahim)
3033
2.3. Noise Removal using ICA
The raw PPG traces calculated from the green color channel of the tracked patch incorporated the
illumination variation information and hence produced a noise traces. In this section, a mechanism on how to
isolate the illumination effect that hinders an accurate PG signal extraction is described. Fundamentally, two
factors that affect the reading of the raw PPG signal which are the blood volume variation cause by cardiac
pulse and the illumination changes. The combination of both parameters can be represented by a linear
correlation define by Equation (2) in which s is the green channel signal and y is the variation of illumination.
Ideally if the y parameter can be estimated, then the pure cardiac pulse signal can be obtained. However, in
practice the signal of y cannot be measured directly.
PPGraw = s + y (2)
In this paper ICA is used separate the components of the green channel signal from the illumination
variation effect. Basically ICA is one of the BSS techniques that capable to recover unobserved signal from a
set of observed mixture in which the mixing process is unknown and assume to be linearly correlated. The
raw PPG traces obtained previously is fed to the ICA by assuming the rectified PPG and the illumination
components are independent. After solving for the components, the ICA will produce two separated signals
as depicted in Figure 4. From the figure, it can be clearly seen that the fed two traces produce two
components in which one of the ICA components signal pattern is quite similar with one of the raw traces. To
explicitly determine the generated ICA signals belong to which group, i.e., PPG or illumination, nearest
average Eulicdean distance measure is performed to find the similarity score between the two components
and the traces, and the one with the lowest value will be labeled as the rectified PPG signal while the other
one will be denoted as illumination variation .
Figure 4. Sample of ICA implementation of BSS, original signal in the left side and two ICA components on
the right side
2.4. PPG Filtering
Once the pure PPG signal is in hand, the final step is to determine corresponding heart rate value.
However, the obtained signal still contains noise and some filtering step is necessary. In this paper, two
temporal filter which are detrending [14] and moving average is implemented for reducing slow and non-
stationary trend of signal and polishing the random noise to make the signal smooth prior to frequency
domain conversion. The filtered PPG signal is converted to frequency domain for determine the power
spectrum density (PSD) using Welch method [15] with the constrained frequency spectrum within the range
of 0.7Hz to 4Hz that represent the HR value range from 42bpm to 240bpm. Eventually, the HR is calculated
by multiplying the maximal PSD response with 60. Illustration of the generated signal as a result of the
elaborated process can be seen in Figure 5 which consist of detrending result in (a), moving average outcome
in (b) and the corresponding PPG frequency that is converted using Welch method.
Figure 5. Filtering step, (a) Detrending, (b) Moving Average, (c) Pwelch with frequency range from
0.7Hz – 4Hz
 ISSN: 2088-8708
IJECE Vol. 7, No. 6, December 2017 : 3030 – 3036
3034
2.5. Histogram Analysis
The HR value obtained from a single sequence calculation is still subject to the variation and hence
a histogram based analysis is performed to determine the consistent reading against repetition. In this paper
10 repetition of HR reading from the same image sequence is performed. Any HR reading that is significant
with the majority in the bin will be eliminated while the remaining will be used to determine an average of
HR which shows consistency over the sampled time period.
3. RESULTS AND ANALYSIS
To analyze the performance of HR reading over various distances and different face regions we
conduct an experiment in an indoor environment under controlled light condition. In the experiment, a
recorded video of 1440*1080 pixels resolution with 60 Fps is taken from participant with different distance
setting of 1 meter, 2 meters and 5 meters respectively. During recording, the participant exhibit normal static
motion along the process. Sample snapshots of experiment setting are shown in Figure 6 which indicates
pictures taken with facial landmarks detected.
The analysis is conducted to determine an optimal cross correlation setting between distances and
face ROI that yield highest accuracy of the estimated HR value. As mentioned previously, there were four
ROI selected for this experiment which are right cheek, center face, whole face and lower face. All the patch
will be utilize in each of the video taken at four different distances as explained above and the result is
showcase in Table 1. From the table, for 1 meter reading (Figure 6 (top left)) the most accurate HR was
found to be generated from right cheek region with 98.77% accuracy. Clearly this happen because of such
region generate less non-rigid movement and hence would reduce the motion artifact in the obtained PPG
signal, and consequently would results in more accurate HR reading.
Table 1. Accuracy table for each patch corresponding to the distances
Patch
(ROI)
Range (m)
Right Cheek Center of Face Lower Part of Face Whole face
Accuracy (%) Accuracy (%) Accuracy (%) Accuracy (%)
( HR accuracy results for near distance )
1 98.77 77.78 87.65 87.65
2 79.27 80.49 87.80 87.65
( HR accuracy results for farther distance )
5 93.99 91.57 97.60 91.62
Average 92.27 89.22 93.61 91.62
Figure 6. Experiment setup to determine the HR value with detected facial landmarks from distance of
1m (top left), 2m (top right) and 5m (bottom)
Moving to a 2 meter case (Figure 6 (top right)), it is found that the most accurate HR was obtained
from the lower part of the face area with 87.80% accuracy. Apparently, same as the right chick region, the
IJECE ISSN: 2088-8708 
Non-contact Heart Rate Monitoring Analysis from Various Distances with …. (Norwahidah Ibrahim)
3035
lower part yield less non-rigid movement and since the ROI dimension is bigger; it can generate an accurate
HR reading even from a far distance. For a 5 meter case which consider as the farthest distance from the
camera as indicate in Figure 6 bottom, the most accurate HR was also obtained from the lower part of the
face area with 97.60% accuracy. Again, this was due to the less non-rigid movement in the area, so there was
less motion artifact and bigger dimension as mentioned previously that make the obtained PPG to be more
accurate.
Since the analyses were focusing on heart rate for various distances, the distance for both
experiments ranges up until five meters. Quantitative assessment such as accuracy and percent of error are
calculated using Equation below.
( ) (3)
( ) (4)
From the obtained data, for a single person HR reading over a 5 meters range, it can be deduce that
the ROI that produce the most inaccurate reading was the patch that placed in the center of the face that with
an average of 88.62% of accuracy while the optimal ROI is found to be from the lower part of the face with
an average of 93.65% of accurate HR estimation. One of the reason that contribute to the inaccuracy of the
HR reading is the eye movement is included in the selected ROI. However, generally the entire selected path
is capable to produce around 80% of accurate HR estimation in each of the distance variation.
4. CONCLUSION AND FUTURE WORKS
This paper investigates effect of ROI variation over a different distance for non contact HR
estimation framework. There were total of five steps in order to accomplish the framework which is video
acquisition, facial detection, PPG signal extraction using, PPG signal filtering and histogram. From the
experiments, we can conclude that the system capable to work properly with various distances variation
ranging from 1 to 5 meters with an average accuracy of 92%. Among the evaluated ROI, we found that the
lower part of face region capable to produce the highest average of accuracy over the distance variation with
93.61%.
For future, the system is expected to be able to detect the HR reading from various ranging of skin
tone and simultaneously extract the HR reading from a for multiple persons. We would also interested to
study the effect of using different types of signal analysis method to obtain more accurate the HR reading.
Apart from that, the system is also can be improved by reducing the processing time to make it applicable for
real time data HR measurement scenario.
ACKNOWLEDGEMENTS
The authors would like to thank to Ministry of Education (MOE) and Universiti Tun Hussein onn
Malaysia (UTHM) for supporting this research under Fundamental Research Grant Scheme (Vot. no. 1582).
REFERENCES
[1]. G. Cennini, J. Arguel, K.Aksit and A. Van Leest, “Heart Rate Monitoring via Remote Photoplethysmography with
Motion Artifact Reduction”, Optic Express, 18(5) : 4867-4875, 2010.
[2]. C. Li, C. Xu, C. Gui, M. D. Fox, “Distance regularized level set evolution and its application to image
segmentation”, IEEE Trans. on Image Processing, 2010.
[3]. M.-Z. Poh, D.J. McDuff, and R.W. Picard, “Advancements in noncontacts, multiparameter hysiological
measurements using a webcam”, IEEE Trans. on Biomedical Engineering, 2011.
[4]. W. Verkruysse, L. O. Svaasand, and J. S. Nelson, “Remote plethysmographic imaging using ambient light”, Optics
Express, 16(26) : 21434-21445, Dec 2008.
[5]. S. Kwon, H. Kim, and K. S. Park, “Validation of heart rate extraction using video imaging on a built-in camera
system of a smartphone”, In IEEE Engineering in Medicine and Biology Society (EMBC), pages 2174-2177, Aug
2012.
[6]. G. Balakrishnan, F. Durand, and J. Guttag, “Detecting pulse from head motions in video”, In IEEE Computer
Vision and Pattern Recognition (CVPR), pages 3430-3437, June 2013.
[7]. X. Li, J. Chen, G. Zhao, and M. Pietikainen, “Remote Heart Rate Measurement from Face Video under Realistic
Situations”, In IEEE Computer Vision and Pattern Recognition (CVPR), pp. : 4264-4271, 2014.
[8]. M. Kumar, A. Veeraraghavan and A. Sabharwal, “Distance cePPG: Robust non-contact Vital Sign Monitoring
using a Camera”, Biomedical Optic Express, 6(5):1565-1288, 2015.
 ISSN: 2088-8708
IJECE Vol. 7, No. 6, December 2017 : 3030 – 3036
3036
[9]. A. Lam and Y. Kuno, “Robust Heart Rate Measurement from Video using Select Random Patches”, In IEEE
International Conference on Computer Vision (ICCV), 2015.
[10]. R.-Y. Huang and L.-R Dung, “Measurement of Heart Rate Variability using off the shelf smart phones”,
Biomedical Engineering online, 15:11, pp. 1-16, 2016.
[11]. P. Viola and M. Jones, “Rapid object detection using a boosted cascade of simple features”, In Proc. of Int. Conf.
on Comp. Vision and Pattern Recognition, 2001, pp. 511-518.
[12]. P. Dollar, P. Welinder, P. Perona, “Cascaded Pose Regression”, In Proceeding on Computer Vision and Pattern
Recognition, 2010.
[13]. T. Pursche, J. Krajewski, and R. Moeller, “Video-based heart rate measurement from human faces”, In
Proceedings of IEEE International Conference on Consumer Electronics (IEEE, 2012), 2012,
pp. 544–545
[14]. P. Tarvainen, P. O. Ranta-aho, and P. A. Karjalainen, “An advanced detrending method with application to hrv
analysis”, IEEE Trans. on Biomed. Eng., 2002
[15]. P.Welch, “The use of fast fourier transform for the estimation of power spectra: a method based on time averaging
overshort, modified periodograms”, IEEE Trans. on Audio and Electroacoustics, 1967
BIOGRAPHIES OF AUTHORS
Norwahidah Ibrahim was born in Johor, Malaysia in 1993. She received the B.Eng degree in
Electronics (Mechatronics) from University Tun Hussein Onn Malaysia in 2016. Currently, she is
doing her M.Eng degree in Electrical at the same university. Her current research interest is
computer vision, image processing and signal processing.
Razali Tomari was born in Johor, Malaysia, in 1980. He received the B.Eng degree in
Mechatronics from the Universiti Teknologi Malaysia, in 2003, M.Sc in intelligent system from
the Universiti Putra Malaysia, in 2006. And PhD degree in computer vision and robotic from the
Saitama University, Japan in 2013. In 2003, he joined Faculty of Electrical Engineering,
University Tun Hussein Onn as a tutor and later on become a Senior Lecturer in 2013. His current
research interest includes computer vision, pattern recognition, smart wheelchair and sensing
technology.
WN Wan Zakaria received B.Eng (2007) in Electronics and Mechanical Engineering from Chiba
University and MSc(2008) and PhD (2012) from Newcastle University. She is currently a lecturer
in Faculty of Electrical and Electronic Engineering, Universiti Tun Hussein Onn Malaysia. Her
current interests include Medical Robotics System specifically on development of robot force
control, Image Processing and Computer Aided Diagnosis, and development of Wearable Device.
She is author and co-author of several journal papers and conference proceedings.
Nurmiza Binti Othman was born in Terengganu, Malaysia, in 1983. She received the M. Sc.
(Electrical and Electronic Engineering) from Utsunomiya University, Japan in 2009 and the Ph.D
(Electrical and Electronic Engineering) from Kyushu University, Japan in 2014. In 2007, she
joined the Department of Electronic Engineering, Universiti Tun Hussein Onn Malaysia as a tutor.
From 2014 to present, she has appointed as a lecturer with the same institution. Currently, she is
also a Senior Researcher of UTHM Research Center For Applied Electromagnetics, Universiti Tun
Hussein Onn Malaysia. She is a member of professional membership IEEE under Engineering in
Medicine and Biology Society. Her research interests include Superconductor Engineering,
Microfabrication, Nanomagnetic Materials, Magnetic Particle Imaging, and Magnetic
Tomography.

More Related Content

What's hot

A SIMPLE IMAGE PROCESSING APPROACH TO ABNORMAL SLICES DETECTION FROM MRI TUMO...
A SIMPLE IMAGE PROCESSING APPROACH TO ABNORMAL SLICES DETECTION FROM MRI TUMO...A SIMPLE IMAGE PROCESSING APPROACH TO ABNORMAL SLICES DETECTION FROM MRI TUMO...
A SIMPLE IMAGE PROCESSING APPROACH TO ABNORMAL SLICES DETECTION FROM MRI TUMO...
ijma
 
IEEE Bio medical engineering 2016 Title and Abstract
IEEE Bio medical engineering  2016 Title and Abstract IEEE Bio medical engineering  2016 Title and Abstract
IEEE Bio medical engineering 2016 Title and Abstract
tsysglobalsolutions
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
nitheshksuvarna
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
nitheshksuvarna
 
Development of algorithm for identification of maligant growth in cancer usin...
Development of algorithm for identification of maligant growth in cancer usin...Development of algorithm for identification of maligant growth in cancer usin...
Development of algorithm for identification of maligant growth in cancer usin...
IJECEIAES
 
Koeppe ppt
Koeppe pptKoeppe ppt
Koeppe ppt
Justin Pearson
 
IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...
IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...
IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...
IRJET Journal
 
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
IJECEIAES
 
IRJET- Acute Ischemic Stroke Detection and Classification
IRJET-  	  Acute Ischemic Stroke Detection and ClassificationIRJET-  	  Acute Ischemic Stroke Detection and Classification
IRJET- Acute Ischemic Stroke Detection and Classification
IRJET Journal
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
ijtsrd
 
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATIONNIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
sipij
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentation
iaemedu
 
Ijcse13 05-01-001
Ijcse13 05-01-001Ijcse13 05-01-001
Ijcse13 05-01-001
vital vital
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET Journal
 
Proposition of local automatic algorithm for landmark detection in 3D cephalo...
Proposition of local automatic algorithm for landmark detection in 3D cephalo...Proposition of local automatic algorithm for landmark detection in 3D cephalo...
Proposition of local automatic algorithm for landmark detection in 3D cephalo...
journalBEEI
 
H0334749
H0334749H0334749
H0334749
iosrjournals
 
A novel equalization scheme for the selective enhancement of optical disc and...
A novel equalization scheme for the selective enhancement of optical disc and...A novel equalization scheme for the selective enhancement of optical disc and...
A novel equalization scheme for the selective enhancement of optical disc and...
TELKOMNIKA JOURNAL
 
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
CSCJournals
 

What's hot (19)

A SIMPLE IMAGE PROCESSING APPROACH TO ABNORMAL SLICES DETECTION FROM MRI TUMO...
A SIMPLE IMAGE PROCESSING APPROACH TO ABNORMAL SLICES DETECTION FROM MRI TUMO...A SIMPLE IMAGE PROCESSING APPROACH TO ABNORMAL SLICES DETECTION FROM MRI TUMO...
A SIMPLE IMAGE PROCESSING APPROACH TO ABNORMAL SLICES DETECTION FROM MRI TUMO...
 
IEEE Bio medical engineering 2016 Title and Abstract
IEEE Bio medical engineering  2016 Title and Abstract IEEE Bio medical engineering  2016 Title and Abstract
IEEE Bio medical engineering 2016 Title and Abstract
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
 
Development of algorithm for identification of maligant growth in cancer usin...
Development of algorithm for identification of maligant growth in cancer usin...Development of algorithm for identification of maligant growth in cancer usin...
Development of algorithm for identification of maligant growth in cancer usin...
 
Koeppe ppt
Koeppe pptKoeppe ppt
Koeppe ppt
 
IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...
IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...
IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...
 
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
 
IRJET- Acute Ischemic Stroke Detection and Classification
IRJET-  	  Acute Ischemic Stroke Detection and ClassificationIRJET-  	  Acute Ischemic Stroke Detection and Classification
IRJET- Acute Ischemic Stroke Detection and Classification
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
 
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATIONNIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentation
 
Ijcse13 05-01-001
Ijcse13 05-01-001Ijcse13 05-01-001
Ijcse13 05-01-001
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
 
Proposition of local automatic algorithm for landmark detection in 3D cephalo...
Proposition of local automatic algorithm for landmark detection in 3D cephalo...Proposition of local automatic algorithm for landmark detection in 3D cephalo...
Proposition of local automatic algorithm for landmark detection in 3D cephalo...
 
H0334749
H0334749H0334749
H0334749
 
A novel equalization scheme for the selective enhancement of optical disc and...
A novel equalization scheme for the selective enhancement of optical disc and...A novel equalization scheme for the selective enhancement of optical disc and...
A novel equalization scheme for the selective enhancement of optical disc and...
 
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
 

Similar to Non-contact Heart Rate Monitoring Analysis from Various Distances with different Face Regions

Analysis of minimum face video duration and the effect of video compression t...
Analysis of minimum face video duration and the effect of video compression t...Analysis of minimum face video duration and the effect of video compression t...
Analysis of minimum face video duration and the effect of video compression t...
journalBEEI
 
Pulse Rate Monitoring Using Image Processing
Pulse Rate Monitoring Using Image ProcessingPulse Rate Monitoring Using Image Processing
Pulse Rate Monitoring Using Image Processing
IRJET Journal
 
Extraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emdExtraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emd
eSAT Publishing House
 
Extraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emdExtraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emd
eSAT Journals
 
Powerful processing to three-dimensional facial recognition using triple info...
Powerful processing to three-dimensional facial recognition using triple info...Powerful processing to three-dimensional facial recognition using triple info...
Powerful processing to three-dimensional facial recognition using triple info...
IJAAS Team
 
An Ultrasound Image Despeckling Approach Based on Principle Component Analysis
An Ultrasound Image Despeckling Approach Based on Principle Component AnalysisAn Ultrasound Image Despeckling Approach Based on Principle Component Analysis
An Ultrasound Image Despeckling Approach Based on Principle Component Analysis
CSCJournals
 
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
Vai Jayanthi
 
Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356
Editor IJARCET
 
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMPRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
IAEME Publication
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
sipij
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
sipij
 
Face recognition
Face recognitionFace recognition
Face recognition
Satyendra Rajput
 
Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...
IJECEIAES
 
Human’s facial parts extraction to recognize facial expression
Human’s facial parts extraction to recognize facial expressionHuman’s facial parts extraction to recognize facial expression
Human’s facial parts extraction to recognize facial expression
ijitjournal
 
15. 21679.pdf
15. 21679.pdf15. 21679.pdf
15. 21679.pdf
TELKOMNIKA JOURNAL
 
Lc3420022006
Lc3420022006Lc3420022006
Lc3420022006
IJERA Editor
 
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
CSCJournals
 
Survey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogramSurvey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogram
IJECEIAES
 
An Ear Recognition Method Based on Rotation Invariant Transformed DCT
An Ear Recognition Method Based on Rotation Invariant  Transformed DCT An Ear Recognition Method Based on Rotation Invariant  Transformed DCT
An Ear Recognition Method Based on Rotation Invariant Transformed DCT
IJECEIAES
 
20120140506005
2012014050600520120140506005
20120140506005
IAEME Publication
 

Similar to Non-contact Heart Rate Monitoring Analysis from Various Distances with different Face Regions (20)

Analysis of minimum face video duration and the effect of video compression t...
Analysis of minimum face video duration and the effect of video compression t...Analysis of minimum face video duration and the effect of video compression t...
Analysis of minimum face video duration and the effect of video compression t...
 
Pulse Rate Monitoring Using Image Processing
Pulse Rate Monitoring Using Image ProcessingPulse Rate Monitoring Using Image Processing
Pulse Rate Monitoring Using Image Processing
 
Extraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emdExtraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emd
 
Extraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emdExtraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emd
 
Powerful processing to three-dimensional facial recognition using triple info...
Powerful processing to three-dimensional facial recognition using triple info...Powerful processing to three-dimensional facial recognition using triple info...
Powerful processing to three-dimensional facial recognition using triple info...
 
An Ultrasound Image Despeckling Approach Based on Principle Component Analysis
An Ultrasound Image Despeckling Approach Based on Principle Component AnalysisAn Ultrasound Image Despeckling Approach Based on Principle Component Analysis
An Ultrasound Image Despeckling Approach Based on Principle Component Analysis
 
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
 
Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356
 
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMPRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
 
Face recognition
Face recognitionFace recognition
Face recognition
 
Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...
 
Human’s facial parts extraction to recognize facial expression
Human’s facial parts extraction to recognize facial expressionHuman’s facial parts extraction to recognize facial expression
Human’s facial parts extraction to recognize facial expression
 
15. 21679.pdf
15. 21679.pdf15. 21679.pdf
15. 21679.pdf
 
Lc3420022006
Lc3420022006Lc3420022006
Lc3420022006
 
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
 
Survey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogramSurvey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogram
 
An Ear Recognition Method Based on Rotation Invariant Transformed DCT
An Ear Recognition Method Based on Rotation Invariant  Transformed DCT An Ear Recognition Method Based on Rotation Invariant  Transformed DCT
An Ear Recognition Method Based on Rotation Invariant Transformed DCT
 
20120140506005
2012014050600520120140506005
20120140506005
 

More from IJECEIAES

Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Neural network optimizer of proportional-integral-differential controller par...
Neural network optimizer of proportional-integral-differential controller par...Neural network optimizer of proportional-integral-differential controller par...
Neural network optimizer of proportional-integral-differential controller par...
IJECEIAES
 
An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...
IJECEIAES
 
A review on features and methods of potential fishing zone
A review on features and methods of potential fishing zoneA review on features and methods of potential fishing zone
A review on features and methods of potential fishing zone
IJECEIAES
 
Electrical signal interference minimization using appropriate core material f...
Electrical signal interference minimization using appropriate core material f...Electrical signal interference minimization using appropriate core material f...
Electrical signal interference minimization using appropriate core material f...
IJECEIAES
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
IJECEIAES
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
IJECEIAES
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
IJECEIAES
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
IJECEIAES
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
IJECEIAES
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
IJECEIAES
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
IJECEIAES
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
IJECEIAES
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
IJECEIAES
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
IJECEIAES
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
IJECEIAES
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
IJECEIAES
 

More from IJECEIAES (20)

Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Neural network optimizer of proportional-integral-differential controller par...
Neural network optimizer of proportional-integral-differential controller par...Neural network optimizer of proportional-integral-differential controller par...
Neural network optimizer of proportional-integral-differential controller par...
 
An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...
 
A review on features and methods of potential fishing zone
A review on features and methods of potential fishing zoneA review on features and methods of potential fishing zone
A review on features and methods of potential fishing zone
 
Electrical signal interference minimization using appropriate core material f...
Electrical signal interference minimization using appropriate core material f...Electrical signal interference minimization using appropriate core material f...
Electrical signal interference minimization using appropriate core material f...
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
 

Recently uploaded

International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 

Recently uploaded (20)

International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 

Non-contact Heart Rate Monitoring Analysis from Various Distances with different Face Regions

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 7, No. 6, December 2017, pp. 3030~3036 ISSN: 2088-8708, DOI: 10.11591/ijece.v7i6.pp3030-3036  3030 Journal homepage: http://iaesjournal.com/online/index.php/IJECE Non-contact Heart Rate Monitoring Analysis from Various Distances with different Face Regions Norwahidah Ibrahim1 , Razali Tomari2 , Wan Nurshazwani Wan Zakaria3 , Nurmiza Othman4 1,2,3 Department of Robotic and Mechatronics, Faculty of Electric & Electronics, University Tun Hussein Onn Malaysia, Malaysia 4 Department of Electronics, Faculty of Electric & Electronics, University Tun Hussein Onn Malaysia, Malaysia Article Info ABSTRACT Article history: Received Aug 1, 2017 Revised Oct 28, 2017 Accepted Nov 12, 2017 Heart rate (HR) is one of vital biomedical signals for medical diagnosis. Previously, conventional camera is proven to be able to detect small changes in the skin due to the cardiac activity and can be used to measure the HR. However, most of the previous systems operate on near distance mode with a single face patch, thus the feasibility of the remote heart rate for various distances remains vague. This paper tackles this issue by analyzing an optimal framework that capable to works under the mentioned issues. Initially, plausible face landmarks are estimated by employing cascaded of regression mechanism. Next, the region of interest (ROI) was constructed from the landmarks in a face location where non rigid motion is minimal. From the ROI, temporal photoplethysmograph (PPG) signal is calculated based on the average green pixels intensity and environmental illumination is separated using Independent Component Analysis (ICA) filter. Eventually, the PPG signal is further processed using series of temporal filter to exclude frequencies outside the range of interest prior to estimate the HR. As a conclusion, the HR can be detected up to 5 meters range with 94% accuracy using lower part of face region. Keyword: Facial tracking Independent component analysis Non-contact heart rate photoplethysmograph Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Razali Tomari, Department of Robotic and Mechatronics, University Tun Hussein Onn Malaysia, Parit Raja, 86400 Batu Pahat, Johor, Malaysia. Email: mdrazali@uthm.edu.my 1. INTRODUCTION There is growing interest in measuring HR without contact, particularly for populations such as an elderly with fragile skin and premature infant. One of the prominent non-contact HR methods is by measuring the variation of reflected light intensity from the human skin that known as plethysmograph (PPG) signal. Basically PPG make use of a pulse oximeter to measure the light absorption rate as a result of light illuminates the skin. Since the amount of light absorption is proportional to the blood volume, the PPG signal can be used to measure the blood volume pulse. Some improvement of this concept has been done, however a special lighting condition is necessary such as from specific narrowband wavelength or from a special sensor [1]. Recent studies have shown a possibility to infer the PPG signal from a color-based method via commercial web cameras [2], [3]. For instance, works in [3] measure a HR from recorded face videos by detecting head location using Haar cascade method [8], computed the mean value of the three color channels inside the head region, run the Independent Component Analysis (ICA) to separate the PPG from the color channels, and eventually transform the signal to the frequency domain for finding maximum power strength with the range of 0.7Hz to 4Hz that indicate the HR frequency.
  • 2. IJECE ISSN: 2088-8708  Non-contact Heart Rate Monitoring Analysis from Various Distances with …. (Norwahidah Ibrahim) 3031 Instead relying on three channel of color traces, it has been reported in [4] that the green color channel provide strongest PPG signal since hemoglobin light absorption is most sensitive to oxygenation changes for green light compare to blue and red. However recent work in [3], claimed that single green trace, provide more accurate ICA outcome to separate between source and noise which in contrast with [5], which found that ICA slightly dropped the performance when using green trace alone. A head motion based method for pulse detection is proposed by [6] which show a promising outcome for translating a subtle motion into the HR estimator. Most of the mentioned methods work well in controlled laboratory environment. However, their test subjects remain in static with near distance with the acquisition device. In real scenario it is common that the subject would move and also the distance would vary from the camera. The recent work in [7-10] addressing the motion issue by incorporating combination of facial landmark extractions, tracker and various illumination rectification. However, still they did not test the system various acquisition distances scenario in which the strength of remote HR reside since the task is daunting for the contact based HR system. In this paper, we investigate the capability of remote HR for acquiring data from various distances and provide an optimal framework that capable to satisfy the constraint. 2. SYSTEM OVERVIEW Figure 1 shows overview of the proposed framework that consist of five main steps namely, facial tracker, signal extraction, Blind Source Separation (BSS) using ICA, filtering and lastly, histogram analysis. Figure 1. Overall system flow for the proposed framework The input for this system is face video that was recorded by using a video camera and the output is the HR estimation reading that is measured by using beat per minute (bpm) unit. For the transformation process from input to the output, initially the facial tracker is applied to the image sequences. This facial tracker would track rigid and non-rigid facial landmark, and 49 points of important facial point would be displayed. The 49 points of human facial landmarks produced will be used for constructing region of interest (ROI). Next PPG signal is extracted from the constructed ROI based on temporal random trace information of green color channel. Since the signal acquired is usually contain noise generated from the environment, an ICA based BSS strategy is used to separate the primer PPG signal and the unwanted information. Following that, the primer PPG signal is undergo sequence of filtering step to obtain the optimal state of signal power spectral density (PSD) information and consequently the HR. However, relying on single sequence of HR reading is still subject to the measurement variation. To overcome this, a histogram analysis of repetitive HR reading is constructed based on the same ROI with different random traces. Eventually, the HR is estimated from the average of histogram with lowest variation reading. 2.1. Facial Detection Facial tracker is used in this system to detect the face and extract facial landmarks information. To satisfy the face detection requirement, a set of validated face regions is extracted using AdaBoost-based cascade with Haar like feature [11]. This classifier works by constructing a strong classifier (positive images) as linear combination weak classifiers (negative images). During detection, a series of classifiers are applied to every image sub-window with different scaling factor. Regions are considered valid if they pass through all the classifier stages. From the detected face region, facial landmarks are detected by using cascaded of pose regression model [12]. The method works perform a raw initial guess of facial landmark positions and uses a cascade of regressors to infer the shape as whole and explicitly minimizes the alignment error over the training data. Let
  • 3.  ISSN: 2088-8708 IJECE Vol. 7, No. 6, December 2017 : 3030 – 3036 3032 S = (x1,x2…xp) denotes the coordinate of all p facial landmarks in a bounding box I and rt(.,.) be the regressor cascade, the current shape estimate of the facials location can be estimated by using following formulation : S(t+1) = S(t) + rt(I, S(t) ) (1) The critical point of the cascade is that the regressor makes its predictions based on features, such as pixel intensity values and indexed relative to the current shape estimate. Each regressor in the cascade returns a vector which is used to update the current shape estimate in an additive manner. The method generally does not build any parametric model; instead merely study the correlations between image features to infer a facial shape. To train the regressor, each ground truth shape in the training set is transformed to the mean shape which is rescaled and centered at the origin. Sample of the detected 49 points facial landmarks is shown in Figure 2(a). From the annotated facial landmarks location, a ROI of face region was constructed. In this paper, four ROIs were investigated to determine the most suitable patch that can be used in various distances requirement as shown in Figure 2(b). The first patch was on the right cheek of the face. Right cheek was chosen since less non-rigid motion is generated in this area compared to other regions. Next, the second patch was selected on the center of the face that includes eyes and nose region but excluding the forehead area since the forehead tends to be covered by hair. This area was chosen because previous study [13] reported that the center of face to be the most suitable ROI for video based HR. The third patch was the whole face since basically the larger the region, the possibility to extract the PPG information from a far distance is high. However, for the whole face region a reduction of 10% horizontal dimension and 20% of vertical dimension with respect to center location is performed to exclude plausible region that constitute to the background. Finally, the fourth patch was selected at the lower part of the face that includes nose and mouth but excluding eyes and chin area. This region was chosen because of there are less non-rigid motion in it and wider ROI dimension compared to the patch placed on the right cheek. From the selected ROI, random pair temporal green color channel values that indicate the PPG signal is extracted. Figure 2. Sample of facial tracker result, (a) 49 facial landmarks, (b) ROI for extracting the PPG signal 2.2. PPG Signal Extraction and Noise Removal In each of the constructed ROI the PPG signal is obtained randomly pickup two different locations inside the ROI, and consequently taps the reading of green color channel in the selected location over the predefined video sampling time. The Green channel was selected for PPG extraction because it provides the strongest PPG signal information compared to other color channel [4]. Sample of the extracted two traces of PPG is shown in Figure 3. It can be seen from the figure that the obtained signals contaminated with noise due to the effect from the environment and therefore need to undergo some filtering step prior to estimate the HR value. Figure 3. Sample of extracted two raw PPG signal from average of green trace in the face region
  • 4. IJECE ISSN: 2088-8708  Non-contact Heart Rate Monitoring Analysis from Various Distances with …. (Norwahidah Ibrahim) 3033 2.3. Noise Removal using ICA The raw PPG traces calculated from the green color channel of the tracked patch incorporated the illumination variation information and hence produced a noise traces. In this section, a mechanism on how to isolate the illumination effect that hinders an accurate PG signal extraction is described. Fundamentally, two factors that affect the reading of the raw PPG signal which are the blood volume variation cause by cardiac pulse and the illumination changes. The combination of both parameters can be represented by a linear correlation define by Equation (2) in which s is the green channel signal and y is the variation of illumination. Ideally if the y parameter can be estimated, then the pure cardiac pulse signal can be obtained. However, in practice the signal of y cannot be measured directly. PPGraw = s + y (2) In this paper ICA is used separate the components of the green channel signal from the illumination variation effect. Basically ICA is one of the BSS techniques that capable to recover unobserved signal from a set of observed mixture in which the mixing process is unknown and assume to be linearly correlated. The raw PPG traces obtained previously is fed to the ICA by assuming the rectified PPG and the illumination components are independent. After solving for the components, the ICA will produce two separated signals as depicted in Figure 4. From the figure, it can be clearly seen that the fed two traces produce two components in which one of the ICA components signal pattern is quite similar with one of the raw traces. To explicitly determine the generated ICA signals belong to which group, i.e., PPG or illumination, nearest average Eulicdean distance measure is performed to find the similarity score between the two components and the traces, and the one with the lowest value will be labeled as the rectified PPG signal while the other one will be denoted as illumination variation . Figure 4. Sample of ICA implementation of BSS, original signal in the left side and two ICA components on the right side 2.4. PPG Filtering Once the pure PPG signal is in hand, the final step is to determine corresponding heart rate value. However, the obtained signal still contains noise and some filtering step is necessary. In this paper, two temporal filter which are detrending [14] and moving average is implemented for reducing slow and non- stationary trend of signal and polishing the random noise to make the signal smooth prior to frequency domain conversion. The filtered PPG signal is converted to frequency domain for determine the power spectrum density (PSD) using Welch method [15] with the constrained frequency spectrum within the range of 0.7Hz to 4Hz that represent the HR value range from 42bpm to 240bpm. Eventually, the HR is calculated by multiplying the maximal PSD response with 60. Illustration of the generated signal as a result of the elaborated process can be seen in Figure 5 which consist of detrending result in (a), moving average outcome in (b) and the corresponding PPG frequency that is converted using Welch method. Figure 5. Filtering step, (a) Detrending, (b) Moving Average, (c) Pwelch with frequency range from 0.7Hz – 4Hz
  • 5.  ISSN: 2088-8708 IJECE Vol. 7, No. 6, December 2017 : 3030 – 3036 3034 2.5. Histogram Analysis The HR value obtained from a single sequence calculation is still subject to the variation and hence a histogram based analysis is performed to determine the consistent reading against repetition. In this paper 10 repetition of HR reading from the same image sequence is performed. Any HR reading that is significant with the majority in the bin will be eliminated while the remaining will be used to determine an average of HR which shows consistency over the sampled time period. 3. RESULTS AND ANALYSIS To analyze the performance of HR reading over various distances and different face regions we conduct an experiment in an indoor environment under controlled light condition. In the experiment, a recorded video of 1440*1080 pixels resolution with 60 Fps is taken from participant with different distance setting of 1 meter, 2 meters and 5 meters respectively. During recording, the participant exhibit normal static motion along the process. Sample snapshots of experiment setting are shown in Figure 6 which indicates pictures taken with facial landmarks detected. The analysis is conducted to determine an optimal cross correlation setting between distances and face ROI that yield highest accuracy of the estimated HR value. As mentioned previously, there were four ROI selected for this experiment which are right cheek, center face, whole face and lower face. All the patch will be utilize in each of the video taken at four different distances as explained above and the result is showcase in Table 1. From the table, for 1 meter reading (Figure 6 (top left)) the most accurate HR was found to be generated from right cheek region with 98.77% accuracy. Clearly this happen because of such region generate less non-rigid movement and hence would reduce the motion artifact in the obtained PPG signal, and consequently would results in more accurate HR reading. Table 1. Accuracy table for each patch corresponding to the distances Patch (ROI) Range (m) Right Cheek Center of Face Lower Part of Face Whole face Accuracy (%) Accuracy (%) Accuracy (%) Accuracy (%) ( HR accuracy results for near distance ) 1 98.77 77.78 87.65 87.65 2 79.27 80.49 87.80 87.65 ( HR accuracy results for farther distance ) 5 93.99 91.57 97.60 91.62 Average 92.27 89.22 93.61 91.62 Figure 6. Experiment setup to determine the HR value with detected facial landmarks from distance of 1m (top left), 2m (top right) and 5m (bottom) Moving to a 2 meter case (Figure 6 (top right)), it is found that the most accurate HR was obtained from the lower part of the face area with 87.80% accuracy. Apparently, same as the right chick region, the
  • 6. IJECE ISSN: 2088-8708  Non-contact Heart Rate Monitoring Analysis from Various Distances with …. (Norwahidah Ibrahim) 3035 lower part yield less non-rigid movement and since the ROI dimension is bigger; it can generate an accurate HR reading even from a far distance. For a 5 meter case which consider as the farthest distance from the camera as indicate in Figure 6 bottom, the most accurate HR was also obtained from the lower part of the face area with 97.60% accuracy. Again, this was due to the less non-rigid movement in the area, so there was less motion artifact and bigger dimension as mentioned previously that make the obtained PPG to be more accurate. Since the analyses were focusing on heart rate for various distances, the distance for both experiments ranges up until five meters. Quantitative assessment such as accuracy and percent of error are calculated using Equation below. ( ) (3) ( ) (4) From the obtained data, for a single person HR reading over a 5 meters range, it can be deduce that the ROI that produce the most inaccurate reading was the patch that placed in the center of the face that with an average of 88.62% of accuracy while the optimal ROI is found to be from the lower part of the face with an average of 93.65% of accurate HR estimation. One of the reason that contribute to the inaccuracy of the HR reading is the eye movement is included in the selected ROI. However, generally the entire selected path is capable to produce around 80% of accurate HR estimation in each of the distance variation. 4. CONCLUSION AND FUTURE WORKS This paper investigates effect of ROI variation over a different distance for non contact HR estimation framework. There were total of five steps in order to accomplish the framework which is video acquisition, facial detection, PPG signal extraction using, PPG signal filtering and histogram. From the experiments, we can conclude that the system capable to work properly with various distances variation ranging from 1 to 5 meters with an average accuracy of 92%. Among the evaluated ROI, we found that the lower part of face region capable to produce the highest average of accuracy over the distance variation with 93.61%. For future, the system is expected to be able to detect the HR reading from various ranging of skin tone and simultaneously extract the HR reading from a for multiple persons. We would also interested to study the effect of using different types of signal analysis method to obtain more accurate the HR reading. Apart from that, the system is also can be improved by reducing the processing time to make it applicable for real time data HR measurement scenario. ACKNOWLEDGEMENTS The authors would like to thank to Ministry of Education (MOE) and Universiti Tun Hussein onn Malaysia (UTHM) for supporting this research under Fundamental Research Grant Scheme (Vot. no. 1582). REFERENCES [1]. G. Cennini, J. Arguel, K.Aksit and A. Van Leest, “Heart Rate Monitoring via Remote Photoplethysmography with Motion Artifact Reduction”, Optic Express, 18(5) : 4867-4875, 2010. [2]. C. Li, C. Xu, C. Gui, M. D. Fox, “Distance regularized level set evolution and its application to image segmentation”, IEEE Trans. on Image Processing, 2010. [3]. M.-Z. Poh, D.J. McDuff, and R.W. Picard, “Advancements in noncontacts, multiparameter hysiological measurements using a webcam”, IEEE Trans. on Biomedical Engineering, 2011. [4]. W. Verkruysse, L. O. Svaasand, and J. S. Nelson, “Remote plethysmographic imaging using ambient light”, Optics Express, 16(26) : 21434-21445, Dec 2008. [5]. S. Kwon, H. Kim, and K. S. Park, “Validation of heart rate extraction using video imaging on a built-in camera system of a smartphone”, In IEEE Engineering in Medicine and Biology Society (EMBC), pages 2174-2177, Aug 2012. [6]. G. Balakrishnan, F. Durand, and J. Guttag, “Detecting pulse from head motions in video”, In IEEE Computer Vision and Pattern Recognition (CVPR), pages 3430-3437, June 2013. [7]. X. Li, J. Chen, G. Zhao, and M. Pietikainen, “Remote Heart Rate Measurement from Face Video under Realistic Situations”, In IEEE Computer Vision and Pattern Recognition (CVPR), pp. : 4264-4271, 2014. [8]. M. Kumar, A. Veeraraghavan and A. Sabharwal, “Distance cePPG: Robust non-contact Vital Sign Monitoring using a Camera”, Biomedical Optic Express, 6(5):1565-1288, 2015.
  • 7.  ISSN: 2088-8708 IJECE Vol. 7, No. 6, December 2017 : 3030 – 3036 3036 [9]. A. Lam and Y. Kuno, “Robust Heart Rate Measurement from Video using Select Random Patches”, In IEEE International Conference on Computer Vision (ICCV), 2015. [10]. R.-Y. Huang and L.-R Dung, “Measurement of Heart Rate Variability using off the shelf smart phones”, Biomedical Engineering online, 15:11, pp. 1-16, 2016. [11]. P. Viola and M. Jones, “Rapid object detection using a boosted cascade of simple features”, In Proc. of Int. Conf. on Comp. Vision and Pattern Recognition, 2001, pp. 511-518. [12]. P. Dollar, P. Welinder, P. Perona, “Cascaded Pose Regression”, In Proceeding on Computer Vision and Pattern Recognition, 2010. [13]. T. Pursche, J. Krajewski, and R. Moeller, “Video-based heart rate measurement from human faces”, In Proceedings of IEEE International Conference on Consumer Electronics (IEEE, 2012), 2012, pp. 544–545 [14]. P. Tarvainen, P. O. Ranta-aho, and P. A. Karjalainen, “An advanced detrending method with application to hrv analysis”, IEEE Trans. on Biomed. Eng., 2002 [15]. P.Welch, “The use of fast fourier transform for the estimation of power spectra: a method based on time averaging overshort, modified periodograms”, IEEE Trans. on Audio and Electroacoustics, 1967 BIOGRAPHIES OF AUTHORS Norwahidah Ibrahim was born in Johor, Malaysia in 1993. She received the B.Eng degree in Electronics (Mechatronics) from University Tun Hussein Onn Malaysia in 2016. Currently, she is doing her M.Eng degree in Electrical at the same university. Her current research interest is computer vision, image processing and signal processing. Razali Tomari was born in Johor, Malaysia, in 1980. He received the B.Eng degree in Mechatronics from the Universiti Teknologi Malaysia, in 2003, M.Sc in intelligent system from the Universiti Putra Malaysia, in 2006. And PhD degree in computer vision and robotic from the Saitama University, Japan in 2013. In 2003, he joined Faculty of Electrical Engineering, University Tun Hussein Onn as a tutor and later on become a Senior Lecturer in 2013. His current research interest includes computer vision, pattern recognition, smart wheelchair and sensing technology. WN Wan Zakaria received B.Eng (2007) in Electronics and Mechanical Engineering from Chiba University and MSc(2008) and PhD (2012) from Newcastle University. She is currently a lecturer in Faculty of Electrical and Electronic Engineering, Universiti Tun Hussein Onn Malaysia. Her current interests include Medical Robotics System specifically on development of robot force control, Image Processing and Computer Aided Diagnosis, and development of Wearable Device. She is author and co-author of several journal papers and conference proceedings. Nurmiza Binti Othman was born in Terengganu, Malaysia, in 1983. She received the M. Sc. (Electrical and Electronic Engineering) from Utsunomiya University, Japan in 2009 and the Ph.D (Electrical and Electronic Engineering) from Kyushu University, Japan in 2014. In 2007, she joined the Department of Electronic Engineering, Universiti Tun Hussein Onn Malaysia as a tutor. From 2014 to present, she has appointed as a lecturer with the same institution. Currently, she is also a Senior Researcher of UTHM Research Center For Applied Electromagnetics, Universiti Tun Hussein Onn Malaysia. She is a member of professional membership IEEE under Engineering in Medicine and Biology Society. Her research interests include Superconductor Engineering, Microfabrication, Nanomagnetic Materials, Magnetic Particle Imaging, and Magnetic Tomography.