Mobile System Design for Scratch Recognition

Size: px
Start display at page:

Download "Mobile System Design for Scratch Recognition"

Transcription

1 Mobile System Design for Scratch Recognition Jongin Lee Dae-ki Cho Dept. of Computer Science, Princeton University 35 Olden Street, Princeton NJ USA Seokwoo Song Dept. of Computer Science, KAIST SeungHo Kim Eunji Im John Kim Dept. of Computer Science & Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for third-party components of this work must be honored. For all other uses, contact the Owner/Author. Copyright is held by the owner/author(s). CHI 15 Extended Abstracts, Apr 18-23, 2015, Seoul, Republic of Korea ACM /15/04. Abstract Various conditions can result in scratching behavior and severe itching conditions such as atopic dermatitis can significantly impact on one s quality of life. Because the management of many itching conditions is not necessarily about curing the condition but instead about properly maintaining or controlling the condition, a proper understanding of these types of conditions and accurate recognitions of scratching behavior are important. In particular, a clear understanding of scratching behaviors can be difficult for young children or for those who engage in nocturnal itching while sleeping. In this work, we design a prototype system with two smartwatches which recognize scratching motions and validate the results using an infrared camera to provide the ground truth. We classify scratching motions with the C4.5 algorithm and analyze the data to understand the scratch patterns and to validate our system. Our initial results from the sleep data of three healthy participant show that the proposed method can provide accuracy that exceeds 90%. Author Keywords Mobile System; Smartwatch; Scratch Recognition ACM Classification Keywords J.3 [Life and Medical Science]: Health.; C.3 [Special-purpose and Application-based Systems]: Signal processing systems 1567

2 Infrared camera Smart watch zzz Accelerometer Validation Figure 1: The Prototype Implementation Overview Video stream Introduction Itching is a common symptom in our everyday lives. There are various causes of itching symptoms, including insect bites, allergies, skin conditions, and even dermatitis. Although slight itching (i.e., from dry skin) is not problematic, intense or chronic itching from certain diseases such as dermatitis or allergies can detrimentally affect ones quality of life. As a result, measuring the severity (and intensity) of itching is important not only to provide appropriate medical care but also to determine if a certain medication has the desired effect, especially by determining how the itching severity changes [7]. Itching sensations result in scratching motions which are very noticeable; however, sometimes scratching motions can be done unconsciously or without a person being aware of the motion. In particular, scratching done during the evening while one is sleeping, commonly referred to as nocturnal itching, is much more difficult to understand or measure. In this work, we propose the initial design and implementation of a mobile system that automatically and objectively measures the extent and severity of nocturnal itching. Application One significant application of this system can be for patients with atopic dermatitis, a condition characterized by significant itching. Medications can be used to treat atopic dermatitis, but some are not necessarily effective for all patients. In addition, various factors (e.g., food, temperature, humidity and other environmental factors) can further exacerbate atopic dermatitis. As a result, patients are suggested to maintain a diary and to measure the severity of their atopic dermatitis daily so as to control and manage exacerbating factors by themselves. Examples of these include the PO-SCORAD (Patient-Oriented SCORAD) [11] index, an extension of the SCORAD (SCORing Atopic Dermatitis) index, which is generally used to measure the extent and severity of atopic dermatitis in the medical field [10]. However, measurements using the PO-SCORAD index are commonly affected by the patients perspective or mental condition on a particular given day and are not necessarily objective. In addition to atopic dermatitis, properly understanding itching (i.e., what causes it and what does not cause it) is important to remove misunderstanding of the patients condition [13] (e.g., food allergy and atopic dermatitis) while also possibly receiving better feedback from the doctor. This work can also be very significant for infants and young children who suffer from chronic itching conditions. Unlike adults, who can directly express their conditions and pain, infants and young children may not be able verbally to communicate their conditions accurately. As a result, this work can have significant impact on young patients with chronic itching by providing more objective information about their itching; possibly leading to better maintenance and control of their conditions. In this work, we do not test our system with patients with atopic dermatitis, as our initial focus was on the design of a mobile system in an effort to understand general scratch and sleep patterns. We expect that such patients may exhibit different behaviors, and our system will likely need to be tuned to accurately reflect their behaviors. Related Work Patients with pruritus are known to suffer from nocturnal itching. Measuring nocturnal scratching is important for objectively measuring the extent and severity of pruritus, as subjective assessments such as SCORAD, EASI, and VAS have different results among experts and patients [8, 10, 11]. Scratch Monitor [4], a cotton glove with a pressure sensor, has been suggested to evaluate 1568

3 Figure 2: Smartwatch with 3 axes labels Linear acceleration Active movements extraction Feature extraction Scratch classification Detailed scratch analysis Figure 3: Acceleration data analytics procedure acceleration (m/s 2 ) (a) lag (b) Figure 4: (a) Scratch graph and (b) lag-time autocorrelation heatmap from the scratch graph nocturnal scratching objectively. Although this method is simple, the glove disturbs patients sleep, and simply using consecutive changes in pressure cannot accurately detect scratch movements. An infrared camera was also introduced objectively to identify the severity of itching in patients with atopic dermatitis [3]. However, a long time is necessary to go through one night of recording, and blind positioned hands (i.e., hands covered with a blanket) are difficult to identify [3, 9]. In the medical community, watch-type accelerometers (e.g., DigiTrac, Actiwatch MiniTM) are used for measuring nocturnal scratching. The mean value of accelerometers has been shown to be highly correlated to scratching activities from infrared camera data [2]. Other researches also have shown that objective clinical scores, including SCORAD, are closely correlated with wrist activities [7, 6]. However, these devices cannot accurately differentiate scratching activities from other activities, such as turning over or restless movements, because they count the number of scratching events when the mean value of the accelerometer exceeds a certain threshold value. In addition, these devices are mainly used for the purpose of research and cannot practically be used for patient care purposes. Recently, a watch-type scratch sound detector [9] was introduced to detect body-conducted sound from scratch movements. Although the method shows impressive performance with regard to accuracy, it often fails to identify the location of the scratching site. HealthSense [12] compared three different machine-learning techniques, Naive Bayes, C4.5, and a neural network method, finding that the C4.5 method works the best for detecting scratching activities. However, they used simulated data in their experiments [12, 5]. Our work differs from this in that our system is optimized for a chronic disease such as atopic dermatitis. Moreover, we analyze data collected from an actual experiment. Designing a Wearable/Mobile System We implement a prototype using two smartwatches and an infrared camera for validation (see Figure 1). Smartwatch as a Wearable Sensor Selecting an appropriate smartwatch is important in that the smartwatch itself may disturb sleep and even cause itching of the skin or damage to it. While there are light weight wrist sensors such as Jawbone, we exploit the Samsung Galaxy Gear Live smartwatch due to the fact that it provides APIs for minute-by-minute raw data collection of three inertial sensors, i.e., an accelerometer, a gyroscope and a magnetometer. For our initial study, we focus on analyzing scratch patterns based on the accelerometer data. The accelerometer has three axes, each in a certain direction, as shown in Figure 2. The gyroscope and the magnetometer sensors are used in the 3D modeling of wrist movements for detecting spots scratched, which remains as a future work. Overview of the Data Analytics Procedure Figure 3 illustrates the process of the accelerometer data analysis. The three axes of linear acceleration are continuously sampled at 50Hz. We partition the samples into processing units called windows. Each window contains 128 samples (2.56 seconds), and the second half of the samples within the window overlaps the next window (e.g., three windows for 256 samples). We overlap the windows to minimize misdetections of windows containing active movement, as proposed in an earlier study [1]. We evaluate the acceleration values of each window and extract the windows with significant acceleration data. These extracted windows are then used to extract features such as the mean, correlation, or 1569

4 (f)autocorrelation (e)correlation (d)energy (c) Entropy (b) Mean (a)acceleration(m/s 2 ) Scratch Non-scratch, window size:128 Figure 5: Comparison of extracted features between scratch and non-scratch movements entropy. We use such extracted features to classify the active movements with a decision tree algorithm (i.e., C4.5). Once we build the tree, it is used to detect scratching. Extracting Active Movements In our prototype, a window is regarded as an active movement when the magnitude of three axes in each window is greater than This process removes all of the stationary windows and minimizes the windows for feature extraction. Feature Extraction For a better understanding of scratching, we simulated scratch and non-scratch movements (e.g., irregular wrist movements) while lying down. In this prototype, we chose five features, the mean, entropy, energy, correlation and autocorrelation, because they can effectively distinguish scratch from non-scratch movements. An example of the features extracted from the X -axis is shown in Figure 5. For the classification, we extract five features from an active movement window. We separately generate the feature values on three axes, thus we get 15 feature values from one window. In a time-domain window, the mean feature is calculated by averaging the values, and the correlation is calculated between each pair of axes. Autocorrelation is the correlation between past and future values within a time-domain window. The distance (or lag) between past and future values should be specified in advance of calculating the autocorrelation value. Figure 4 shows the autocorrelation value according to lag. When lag is 15, the autocorrelation shows the smallest value (see Figure 5-(f)). To obtain the entropy and the energy, we normalize the accelerometer values by subtracting the mean of the acceleration values of each axis in each window. We then convert the domain of the normalized window from time to frequency using the fast Fourier transform (FFT) method. Finally, we compute the entropy and the energy values based on the equation below. Suppose x 1, x 2,... denotes the FFT components of the window. Then, Entropy = w i=1 P (x i)log 2 P (x i ) w x where P (x i ) = i 2 i=1 w, and Energy = x 2 w. xj 2 j=1 Figure 5-(c) and Figure 5-(d) respectively plot the entropy and the energy values we obtained from our dataset. Because the scratch movements have higher variances in their acceleration values, the energy is higher for scratch movements in (d). On the other hand, (c) shows low entropy values when scratching due to the periodic movements of the wrist in that case. Detailed Scratch Analysis We conduct an additional analysis of scratching in an effort to understand the characteristics of the scratch patterns. In this prototype, we extract the distance moved, the velocity of the wrist, and the number of scratching. Because scratching is a periodic movement, we regard consecutive changes of direction of the wrist movements as the number of scratching. The original acceleration-time graph in Figure 6-(a) is converted to a velocity-time graph in Figure 6-(b) to obtain accurate time(millisecond) time(millisecond) time(millisecond) changes of the directions of scratch movements as well as the distances of the scratch movements to calculate the velocity. acceleration (m/s 2 ) acceleration (m/s 2 ) time(millisecond) time(millisecond) time(millisecond) (a) (b) (c) Figure 6: The window for scratch movements (with wrist movements): (a) acceleration-time graph, (b) velocity-time graph from the acceleration-time graph, and (c) velocity-time graph with extracted slopes 1570

5 Table 1: C4.5 Classifier results Accuracy(%) Classifier P1 P2 P3 C4.5 R L * R = right watch, L = left watch P1, P2, P3 = three participants (b) Normalized count (a) Normalized velocity time (hour) time (hour) Figure 7: Normalized (a) velocity and (b) the number of times of scratching from X -axis in left watch of P1 However, we cannot obtain an accurate velocity-time graph because the accelerations are inaccurate, and they constantly affect the values across the velocity-time graph. This is known as the drift problem. We plan to optimize this further in a future work. To estimate the number of scratching, we use the direction changes of consecutive slopes, as illustrated in Figure 6-(c). Lastly, the distance is obtained by means of integration in the velocity-time graph. People may use their wrists and fingers to scratch, but often they use only their fingers. Although scratching with the fingers without significantly moving the wrist causes a tiny amount of acceleration, the acceleration pattern produces the same graph as the pattern of scratching with wrist movement. Noises In the experiment, we found that the smartwatch generates a tiny amount of noise, even when it is stationary, for several reasons. These include the vital signs of the human wearer, or the small amount of inherent in the sensor. In fact, the noise affects the process of integrating the acceleration data to determine the velocity. Moreover, after significant acceleration, the value fluctuates and time of a few hundreds of milliseconds is required to return to the origin (i.e., zero). As future work, we plan on developing a noise-filtering method to characterize the scratch patterns more accurately. Preliminary Experiments We have extended the experiments to real-world experiments. To do this, we recruited three healthy participants (P1, P2 and P3) and collected sensor data from each participant. Each participant was asked to put on the smartwatches before going to bed, and the two watches recorded sensor data for four hours, storing the data in internal storage. The collected data is processed as described in Figure 3. To create the ground truth, we manually watched a recorded infrared video and labeled each window as either a scratch or a non-scratch movement. Table 2: Confusion Matrix for the C4.5 classifier P1 P2 P3 Classifier as Scr Non Scr Non Scr Non L Scr Non R Scr Non * Scr=scratch,Non=non-scratch,L=left watch,r=right watch Results We utilize the C4.5 decision tree algorithm as a statistical classifier. The classification accuracy is obtained by means of 10-fold cross-validation. Overall, our classifier shows greater than 90% accuracy, as shown in Table 1. A confusion matrix can be found in Table 2. We also estimated the velocity and the number of scratching from the scratch windows. These values were not accurate due to the noise mentioned in the previous section. Therefore, to compare the relative values among the results, we normalized those values. Figure 7 shows the normalized velocity and counts for the X -axis of the left watch of P1. Based on the validation process (using the infrared camera), we found that the window with more counts and higher velocity has very likely the scratch movements. Analysis While we have fairly accurate results, as shown in Table 1, we also found that the most of the scratching events were scratches to the facial area (e.g., cheek, nose). This pattern may differ from that of a dermatitis patient. As future work, we plan on gathering data from real patients to verify our system implementation. Table 2 shows the 1571

6 (a) (b) Acceleration (m/s2) (c) moving (non-scratch) scratching Figure 8: The acceleration pattern in a window from the collected data: (a) regular scratching, (b) scratching with changes of scratching spots, and (c) scratching with a big moving part number of false positives and false negatives found in our experiment. Based on our observations, false negatives occur when the scratching spot changes while scratching. As shown in Figure 8-(b), the classifier recognizes the window as a non-scratch movement (i.e., moving) although the window is labeled as a scratch movement. False positives occur when a window has significant movement with a small fraction of scratching part. As Figure 8-(c) shows, our system recognizes the window as containing a scratch movement, though we labeled the window as signifying a non-scratch movement. acceleration (m/s2) Acceleration (m/s2) Acceleration (m/s2) Work-in-Progress Summary and Future Work In this work, we introduced an initial mobile system for scratch recognition using smartwatches. Several design issues were also considered, and we utilized linear accelerometer sensors to detect scratch movements. In our preliminary study with three healthy participants, we were able to detect scratch movements. The accuracy of our prototype system exceeds 90%, as compared to the ground truth obtained from an infrared camera. We plan on extending this work to patients with pruritus or atopic dermatitis to understand any shortcomings of the proposed system and how it needs to be modified to reflect actual patient conditions. In addition, we plan on filtering out the noise in the acceleration to obtain more accurate velocity values and for a more accurate number of scratching. To understand the extent of scratching and the scratch positions, we plan on using 3D modeling. Acknowledgements We would like to acknowledge Dr. Young Hun Cho from KAIST Medical Center who provide some initial guidance related to atopic dermatitis patients and what factors impact their conditions. This research was supported by the MSIP, Korea and Microsoft Research, under ICT/SW Creative research program supervised by the NIPA (NIPA-2014-(ITAH ). References [1] Bao, L., and Intille, S. S. Activity recognition from user-annotated acceleration data. In Pervasive computing. Springer, 2004, [2] Benjamin, K., et al. The development of an objective method for measuring scratch in children with atopic dermatitis suitable for clinical use. Journal of the American Academy of Dermatology 50, 1 (2004), [3] Ebata, T., et al. The characteristics of nocturnal scratching in adults with atopic dermatitis. British Journal of Dermatology 141 (1999), [4] Endo, K., et al. Evaluation of scratch movements by a new scratch-monitor to analyze nocturnal itching in atopic dermatitis. Acta Derm Venereol (Stockh) 77 (1997), 435. [5] Feuerstein, J., et al. Wrist actigraphy for scratch detection in the presence of confounding activities. In EMBC (2011), [6] Hon, K.-L., et al. Nocturnal wrist movements are correlated with objective clinical scores and plasma chemokine levels in children with atopic dermatitis. British Journal of Dermatology 154, 4 (2006), [7] Hon, K.-L. E., et al. Assessing itch in children with atopic dermatitis treated with tacrolimus: objective versus subjective assessment. Advances in therapy 24, 1 (2007), [8] Murray, C. S., et al. Are subjective accounts of itch to be relied on? the lack of relation between visual analogue itch scores and actigraphic measures of scratch. Acta dermato-venereologica 91, 1 (2011), 18. [9] Noro, Y., et al. Novel acoustic evaluation system for scratching behavior in itching dermatitis: Rapid and accurate analysis for nocturnal scratching of atopic dermatitis patients. The Journal of dermatology 41, 3 (2014), [10] Stalder, J., et al. Severity scoring of atopic dermatitis: the scorad index. Dermatology 186, 1 (1993), [11] Stalder, J.-F., et al. Patient-oriented scorad (po-scorad): a new self-assessment scale in atopic dermatitis validated in europe. Allergy 66, 8 (2011), [12] Stuntebeck, E. P., et al. Healthsense: classification of health-related sensor data through user-assisted machine learning. In HotMobile 08 (2008), 1 5. [13] Suh, K.-Y. Food allergy and atopic dermatitis: separating fact from fiction. In Seminars in cutaneous medicine and surgery, vol. 29 (2010),

SleepMonitor: Monitoring Respiratory Rate and Body Position During Sleep Using Smartwatch

SleepMonitor: Monitoring Respiratory Rate and Body Position During Sleep Using Smartwatch SleepMonitor: Monitoring Respiratory Rate and Body Position During Sleep Using Smartwatch XIAO SUN, LI QIU, YIBO WU, YEMING TANG, and GUOHONG CAO, The Pennsylvania State University, University Park. Respiratory

More information

Predicting Sleeping Behaviors in Long-Term Studies with Wrist-Worn Sensor Data

Predicting Sleeping Behaviors in Long-Term Studies with Wrist-Worn Sensor Data Predicting Sleeping Behaviors in Long-Term Studies with Wrist-Worn Sensor Data Marko Borazio and Kristof Van Laerhoven TU-Darmstadt, Germany http://www.ess.tu-darmstadt.de Abstract. This paper conducts

More information

A Sleeping Monitor for Snoring Detection

A Sleeping Monitor for Snoring Detection EECS 395/495 - mhealth McCormick School of Engineering A Sleeping Monitor for Snoring Detection By Hongwei Cheng, Qian Wang, Tae Hun Kim Abstract Several studies have shown that snoring is the first symptom

More information

acoustic, atopic dermatitis, itch, piezoelectric element, scratch sound, visual analog scale.

acoustic, atopic dermatitis, itch, piezoelectric element, scratch sound, visual analog scale. doi: 10.1111/1346-8138.12405 Journal of Dermatology 2014; 41: 233 238 ORIGINAL ARTICLE Novel acoustic evaluation system for scratching behavior in itching dermatitis: Rapid and accurate analysis for nocturnal

More information

ON DEVELOPING A REAL-TIME FALL DETECTING AND PROTECTING SYSTEM USING MOBILE DEVICE

ON DEVELOPING A REAL-TIME FALL DETECTING AND PROTECTING SYSTEM USING MOBILE DEVICE ON DEVELOPING A REAL-TIME FALL DETECTING AND PROTECTING SYSTEM USING MOBILE DEVICE Bing-Shiang Yang, Yu-Ting Lee, and Cheng-Wei Lin Biomechanics and Medical Application Laboratory, Department of Mechanical

More information

Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011

Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011 Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011 Electrical and Computer Engineering Department Volgenau School of Engineering George

More information

HIWIN Thesis Award 2007

HIWIN Thesis Award 2007 HIWIN Thesis Award 2007 Optimal Design Laboratory & Gerontechnology Research Center Yuan Ze University Physical Activity Physical activity can be regarded as any bodily movement or posture produced by

More information

An Accurate Two-Tier Classifier for Efficient Duty-Cycling of Smartphone Activity Recognition Systems

An Accurate Two-Tier Classifier for Efficient Duty-Cycling of Smartphone Activity Recognition Systems An Accurate Classifier for Efficient Duty-Cycling of Smartphone Activity Recognition Systems Vijay Srinivasan Samsung R&D Center San Jose, CA v.srinivasan@sisa.samsung.com Thomas Phan Samsung R&D Center

More information

Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System

Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System Jiann-I Pan* 1, Hui-Wen Chung 1, and Jen-Ju Huang 2 1 Department of Medical Informatics, Tzu-Chi University, Hua-Lien, Taiwan 2 Rehabilitation

More information

Frequency Tracking: LMS and RLS Applied to Speech Formant Estimation

Frequency Tracking: LMS and RLS Applied to Speech Formant Estimation Aldebaro Klautau - http://speech.ucsd.edu/aldebaro - 2/3/. Page. Frequency Tracking: LMS and RLS Applied to Speech Formant Estimation ) Introduction Several speech processing algorithms assume the signal

More information

PCA Enhanced Kalman Filter for ECG Denoising

PCA Enhanced Kalman Filter for ECG Denoising IOSR Journal of Electronics & Communication Engineering (IOSR-JECE) ISSN(e) : 2278-1684 ISSN(p) : 2320-334X, PP 06-13 www.iosrjournals.org PCA Enhanced Kalman Filter for ECG Denoising Febina Ikbal 1, Prof.M.Mathurakani

More information

FUSE TECHNICAL REPORT

FUSE TECHNICAL REPORT FUSE TECHNICAL REPORT 1 / 16 Contents Page 3 Page 4 Page 8 Page 10 Page 13 Page 16 Introduction FUSE Accuracy Validation Testing LBD Risk Score Model Details FUSE Risk Score Implementation Details FUSE

More information

Effect of real-time monitoring and notification

Effect of real-time monitoring and notification Effect of real-time monitoring and notification of smoking episodes on smoking reduction A pilot study of a novel smoking cessation app Reuven Dar ruvidar@post.tau.ac.il The Problem Need to provide highly

More information

Supporting the Mobile Notification Process through Tactile Cues Selected using a Paired Comparison Task

Supporting the Mobile Notification Process through Tactile Cues Selected using a Paired Comparison Task Pre-print For educational/research purposes only Qian, H., Kuber, R. & Sears, A. 2014: Supporting the Mobile Notification Process through Tactile Cues Selected using a Paired Comparison Task. In Extended

More information

WatchOut: Facilitating Safe Driving Behaviors with Social Support

WatchOut: Facilitating Safe Driving Behaviors with Social Support WatchOut: Facilitating Safe Driving Behaviors with Social Support Hyojin Chin * tesschin@kaist.ac.kr Hengameh Zabihi * h.zabihi@kaist.ac.kr Sangkeun Park sk.park@kaist.ac.kr -----------------------------------

More information

Garment-Integrated Wearable Sensing for Knee Joint Monitoring

Garment-Integrated Wearable Sensing for Knee Joint Monitoring Garment-Integrated Wearable Sensing for Knee Joint Monitoring Guido Gioberto University of Minnesota Ph.D. Candidate Computer Science and Engineering Wearable Technology Lab 340 McNeal Hall 1985 Buford

More information

SleepGuard: Capturing Rich Sleep Information Using Smartwatch Sensing Data

SleepGuard: Capturing Rich Sleep Information Using Smartwatch Sensing Data 98 SleepGuard: Capturing Rich Sleep Information Using Smartwatch Sensing Data LIQIONG CHANG, JIAQI LU, JU WANG, XIAOJIANG CHEN, and DINGYI FANG, ZHANY- ONG TANG, Northwest University, China PETTERI NURMI,

More information

COMPARING MACHINE LEARNING APPROACHES FOR FALL RISK ASSESSMENT

COMPARING MACHINE LEARNING APPROACHES FOR FALL RISK ASSESSMENT BIOSIGNALS 2017 COMPARING MACHINE LEARNING APPROACHES FOR FALL RISK ASSESSMENT Joana Silva, João Madureira, Cláudia Tonelo, Daniela Baltazar, Catarina Silva, Anabela Martins, Carlos Alcobia and Inês Sousa

More information

Multimodal Data Collection Framework for Mental Stress Monitoring

Multimodal Data Collection Framework for Mental Stress Monitoring Multimodal Data Collection Framework for Mental Stress Monitoring Saewon Kye Junhyung Moon Juneil Lee Inho Choi Dongmi Cheon Kyoungwoo Lee Department of Computer Science Yonsei University Seoul, Republic

More information

Supporting Bodily Communication in Video based Clinical Consultations

Supporting Bodily Communication in Video based Clinical Consultations Supporting Bodily Communication in Video based Clinical Consultations Deepti Aggarwal Microsoft Research Center for SocialNUI The University of Melbourne Melbourne, Australia daggarwal@student.unimelb.edu.au

More information

7 Grip aperture and target shape

7 Grip aperture and target shape 7 Grip aperture and target shape Based on: Verheij R, Brenner E, Smeets JBJ. The influence of target object shape on maximum grip aperture in human grasping movements. Exp Brain Res, In revision 103 Introduction

More information

Recognition of sign language gestures using neural networks

Recognition of sign language gestures using neural networks Recognition of sign language gestures using neural s Peter Vamplew Department of Computer Science, University of Tasmania GPO Box 252C, Hobart, Tasmania 7001, Australia vamplew@cs.utas.edu.au ABSTRACT

More information

Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering

Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering Bio-Medical Materials and Engineering 26 (2015) S1059 S1065 DOI 10.3233/BME-151402 IOS Press S1059 Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering Yong Xia

More information

The Leap Motion controller: A view on sign language

The Leap Motion controller: A view on sign language The Leap Motion controller: A view on sign language Author Potter, Leigh-Ellen, Araullo, Jake, Carter, Lewis Published 2013 Conference Title The 25th Australian Computer-Human Interaction Conference DOI

More information

arxiv: v1 [cs.lg] 4 Feb 2019

arxiv: v1 [cs.lg] 4 Feb 2019 Machine Learning for Seizure Type Classification: Setting the benchmark Subhrajit Roy [000 0002 6072 5500], Umar Asif [0000 0001 5209 7084], Jianbin Tang [0000 0001 5440 0796], and Stefan Harrer [0000

More information

The intelligent space for the elderly Implementation of fall detection algorithm

The intelligent space for the elderly Implementation of fall detection algorithm SICE Annual Conference 2012 August 20-23, 2012, Akita University, Akita, Japan The intelligent space for the elderly Implementation of fall detection algorithm Somchanok Tivatansakul 1, Sikana Tanupaprungsun

More information

Emma s Gift. Movement Detection Monitor Grants. funded by the Emma Bursick Memorial Fund. through the Epilepsy Foundation Western/Central PA

Emma s Gift. Movement Detection Monitor Grants. funded by the Emma Bursick Memorial Fund. through the Epilepsy Foundation Western/Central PA Emma s Gift Movement Detection Monitor Grants funded by the Emma Bursick Memorial Fund through the Epilepsy Foundation Western/Central PA Emma Bursick Emma s Gift: Movement Detection Monitor Grants Funded

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Personal Informatics for Non-Geeks: Lessons Learned from Ordinary People Conference or Workshop

More information

Agitation sensor based on Facial Grimacing for improved sedation management in critical care

Agitation sensor based on Facial Grimacing for improved sedation management in critical care Agitation sensor based on Facial Grimacing for improved sedation management in critical care The 2 nd International Conference on Sensing Technology ICST 2007 C. E. Hann 1, P Becouze 1, J. G. Chase 1,

More information

Toothbrushing Monitoring using Wrist Watch

Toothbrushing Monitoring using Wrist Watch Toothbrushing Monitoring using Wrist Watch Hua Huang Stony Brook University hua.huang@stonybrook.edu Shan Lin Stony Brook University shan.x.lin@stonybrook.edu ABSTRACT Daily toothbrushing is essential

More information

Bio-Feedback Based Simulator for Mission Critical Training

Bio-Feedback Based Simulator for Mission Critical Training Bio-Feedback Based Simulator for Mission Critical Training Igor Balk Polhemus, 40 Hercules drive, Colchester, VT 05446 +1 802 655 31 59 x301 balk@alum.mit.edu Abstract. The paper address needs for training

More information

Food Intake Detection from Inertial Sensors using LSTM Networks

Food Intake Detection from Inertial Sensors using LSTM Networks Food Intake Detection from Inertial Sensors using LSTM Networks Kyritsis Konstantinos Diou Christos Delopoulos Anastasios Multimedia Understanding Group Information Processing Laboratory Dpt. Electrical

More information

Development of an Electronic Glove with Voice Output for Finger Posture Recognition

Development of an Electronic Glove with Voice Output for Finger Posture Recognition Development of an Electronic Glove with Voice Output for Finger Posture Recognition F. Wong*, E. H. Loh, P. Y. Lim, R. R. Porle, R. Chin, K. Teo and K. A. Mohamad Faculty of Engineering, Universiti Malaysia

More information

A study of time-based features and regularity of manipulation to improve the detection of eating activity periods during free living

A study of time-based features and regularity of manipulation to improve the detection of eating activity periods during free living Clemson University TigerPrints All Theses Theses 5-2014 A study of time-based features and regularity of manipulation to improve the detection of eating activity periods during free living Jose Reyes Clemson

More information

KNOWLEDGE VALORIZATION

KNOWLEDGE VALORIZATION KNOWLEDGE VALORIZATION The goal of this valorisation chapter is to describe how the knowledge resulting from the research in this dissertation can be made valuable for clinical and social use. This dissertation

More information

Behavior Rating Inventory of Executive Function BRIEF. Interpretive Report. Developed by SAMPLE

Behavior Rating Inventory of Executive Function BRIEF. Interpretive Report. Developed by SAMPLE Behavior Rating Inventory of Executive Function BRIEF Interpretive Report Developed by Peter K. Isquith, PhD, Gerard A. Gioia, PhD, and PAR Staff Client Information Client Name : Sample Client Client ID

More information

Emma s Gift. Movement Detection Monitor Grants. funded by the Emma Bursick Memorial Fund. through the Epilepsy Foundation Western/Central PA

Emma s Gift. Movement Detection Monitor Grants. funded by the Emma Bursick Memorial Fund. through the Epilepsy Foundation Western/Central PA Emma s Gift Movement Detection Monitor Grants funded by the Emma Bursick Memorial Fund through the Epilepsy Foundation Western/Central PA Emma Bursick Emma s Gift: Movement Detection Monitor Grants Funded

More information

Recognition of Sleep Dependent Memory Consolidation with Multi-modal Sensor Data

Recognition of Sleep Dependent Memory Consolidation with Multi-modal Sensor Data Recognition of Sleep Dependent Memory Consolidation with Multi-modal Sensor Data The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

Collaborating to Develop Digital Biomarkers with Passive Data Collection

Collaborating to Develop Digital Biomarkers with Passive Data Collection Collaborating to Develop Digital Biomarkers with Passive Data Collection Iain Simpson IXICO June 2018 1 Setting of Data Collection Market evolution: biosensors and digital biomarkers Clinic Home Digital

More information

Keywords Seizure detection, jerking movement detection, epilepsy seizure, Android app, personal health care

Keywords Seizure detection, jerking movement detection, epilepsy seizure, Android app, personal health care Volume 6, Issue 9, September 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Android

More information

ICS Impulse: Bringing diagnostic accuracy and efficiency into balance testing

ICS Impulse: Bringing diagnostic accuracy and efficiency into balance testing Greater precision...faster diagnosis The head impulse test (HT) provides quick, clear-cut side of lesion specific assessment of the vestibulo-ocular reflex response to stimuli in the high-frequency range,

More information

Research Article Sleep Monitoring System Using Kinect Sensor

Research Article Sleep Monitoring System Using Kinect Sensor Distributed Sensor Networks Volume 2015, Article ID 875371, 9 pages http://dx.doi.org/10.1155/2015/875371 Research Article Sleep Monitoring System Using Kinect Sensor Jaehoon Lee, 1 Min Hong, 2 andsungyongryu

More information

Social Activity Measurement with Face Detection Using First-Person Video as a Lifelog

Social Activity Measurement with Face Detection Using First-Person Video as a Lifelog Social Activity Measurement with Face Detection Using First-Person Video as a Lifelog Akane Okuno Future University Hakodate 116-2 Kamedanakano-cho, Hakodate, Hokkaido, Japan a-okuno@sumilab.org Yasuyuki

More information

Care that makes sense Designing assistive personalized healthcare with ubiquitous sensing

Care that makes sense Designing assistive personalized healthcare with ubiquitous sensing Care that makes sense Designing assistive personalized healthcare with ubiquitous sensing Care that makes sense The population is constantly aging Chronic diseases are getting more prominent Increasing

More information

Regression CHAPTER SIXTEEN NOTE TO INSTRUCTORS OUTLINE OF RESOURCES

Regression CHAPTER SIXTEEN NOTE TO INSTRUCTORS OUTLINE OF RESOURCES CHAPTER SIXTEEN Regression NOTE TO INSTRUCTORS This chapter includes a number of complex concepts that may seem intimidating to students. Encourage students to focus on the big picture through some of

More information

Prosody Rule for Time Structure of Finger Braille

Prosody Rule for Time Structure of Finger Braille Prosody Rule for Time Structure of Finger Braille Manabi Miyagi 1-33 Yayoi-cho, Inage-ku, +81-43-251-1111 (ext. 3307) miyagi@graduate.chiba-u.jp Yasuo Horiuchi 1-33 Yayoi-cho, Inage-ku +81-43-290-3300

More information

Neuromorphic convolutional recurrent neural network for road safety or safety near the road

Neuromorphic convolutional recurrent neural network for road safety or safety near the road Neuromorphic convolutional recurrent neural network for road safety or safety near the road WOO-SUP HAN 1, IL SONG HAN 2 1 ODIGA, London, U.K. 2 Korea Advanced Institute of Science and Technology, Daejeon,

More information

Predicting About-to-Eat Moments for Just-in-Time Eating Intervention

Predicting About-to-Eat Moments for Just-in-Time Eating Intervention Predicting About-to-Eat Moments for Just-in-Time Eating Intervention CORNELL UNIVERSITY AND VIBE GROUP AT MICROSOFT RESEARCH Motivation Obesity is a leading cause of preventable death second only to smoking,

More information

Design of Palm Acupuncture Points Indicator

Design of Palm Acupuncture Points Indicator Design of Palm Acupuncture Points Indicator Wen-Yuan Chen, Shih-Yen Huang and Jian-Shie Lin Abstract The acupuncture points are given acupuncture or acupressure so to stimulate the meridians on each corresponding

More information

Unsupervised Identification of Isotope-Labeled Peptides

Unsupervised Identification of Isotope-Labeled Peptides Unsupervised Identification of Isotope-Labeled Peptides Joshua E Goldford 13 and Igor GL Libourel 124 1 Biotechnology institute, University of Minnesota, Saint Paul, MN 55108 2 Department of Plant Biology,

More information

Blood Pressure Estimation Using Photoplethysmography (PPG)

Blood Pressure Estimation Using Photoplethysmography (PPG) Blood Pressure Estimation Using Photoplethysmography (PPG) 1 Siddhi Sham Karande, BE E&TC, VIIT Pune. 2 Kiran Rajendrasingh Thakur, BE E&TC, VIIT Pune. 3 Sneha Dattatraya Waghmare, BE E&TC, VIIT Pune 4

More information

EMOTIONAL LIGHTING SYSTEM ABLE TO EMOTION REASONING USING FUZZY INFERENCE

EMOTIONAL LIGHTING SYSTEM ABLE TO EMOTION REASONING USING FUZZY INFERENCE EMOTIONAL LIGHTING SYSTEM ABLE TO EMOTION REASONING USING FUZZY INFERENCE 1 BO-RAM KIM, 2 DONG KEUN KIM 1 Department of Mobile Software, Graduate School, Sangmyung University, Seoul 03016, Korea 2 Department

More information

Wearables & Other Emerging Technologies for Sleep Tracking. Anita Valanju Shelgikar, MD October 14, 2017

Wearables & Other Emerging Technologies for Sleep Tracking. Anita Valanju Shelgikar, MD October 14, 2017 Wearables & Other Emerging Technologies for Sleep Tracking Anita Valanju Shelgikar, MD October 14, 2017 Conflict of Interest Disclosure I do not have any relationships with any entities producing, marketing,

More information

AND9020/D. Adaptive Feedback Cancellation 3 from ON Semiconductor APPLICATION NOTE INTRODUCTION

AND9020/D. Adaptive Feedback Cancellation 3 from ON Semiconductor APPLICATION NOTE INTRODUCTION Adaptive Feedback Cancellation 3 from ON Semiconductor APPLICATION NOTE INTRODUCTION This information note describes the feedback cancellation feature provided in ON Semiconductor s latest digital hearing

More information

A Novel Application of Wavelets to Real-Time Detection of R-waves

A Novel Application of Wavelets to Real-Time Detection of R-waves A Novel Application of Wavelets to Real-Time Detection of R-waves Katherine M. Davis,* Richard Ulrich and Antonio Sastre I Introduction In recent years, medical, industrial and military institutions have

More information

Automatic Detection of Anomalies in Blood Glucose Using a Machine Learning Approach

Automatic Detection of Anomalies in Blood Glucose Using a Machine Learning Approach Automatic Detection of Anomalies in Blood Glucose Using a Machine Learning Approach Ying Zhu Faculty of Business and Information Technology University of Ontario Institute of Technology 2000 Simcoe Street

More information

BioGraph Infiniti DynaMap Suite 3.0 for FlexComp Infiniti March 2, SA7990A Ver 3.0

BioGraph Infiniti DynaMap Suite 3.0 for FlexComp Infiniti March 2, SA7990A Ver 3.0 BioGraph Infiniti DynaMap Suite 3.0 for FlexComp Infiniti March 2, 2006 SA7990A Ver 3.0 DynaMap Suite 3.0 for FlexComp Infiniti Contents List F Inf 10 Ch EMG Bi-Lateral Difference.chs 3 F Inf 10 Ch EMG.chs

More information

Abstracts. 2. Sittichai Sukreep, King Mongkut's University of Technology Thonburi (KMUTT) Time: 10:30-11:00

Abstracts. 2. Sittichai Sukreep, King Mongkut's University of Technology Thonburi (KMUTT) Time: 10:30-11:00 The 2nd Joint Seminar on Computational Intelligence by IEEE Computational Intelligence Society Thailand Chapter Thursday 23 rd February 2017 School of Information Technology, King Mongkut's University

More information

Design of Context-Aware Exercise Measurement SoC Based on Electromyogram and Electrocardiogram

Design of Context-Aware Exercise Measurement SoC Based on Electromyogram and Electrocardiogram Design of Context-Aware Exercise Measurement SoC Based on Electromyogram and Electrocardiogram Seongsoo Lee Abstract Exercise measurement is an important application of smart healthcare devices. Conventional

More information

Low-Cost Neurofeedback Game for ADHD Treatment

Low-Cost Neurofeedback Game for ADHD Treatment Low-Cost Neurofeedback Game for ADHD Treatment Adnan Vilic, MSc. student Technical University of Denmark Anker Engelunds Vej 1, 2800 Kgs. Lyngby s052240@student.dtu.dk ABSTRACT This paper describes the

More information

Predicting Breast Cancer Survivability Rates

Predicting Breast Cancer Survivability Rates Predicting Breast Cancer Survivability Rates For data collected from Saudi Arabia Registries Ghofran Othoum 1 and Wadee Al-Halabi 2 1 Computer Science, Effat University, Jeddah, Saudi Arabia 2 Computer

More information

Numerical Integration of Bivariate Gaussian Distribution

Numerical Integration of Bivariate Gaussian Distribution Numerical Integration of Bivariate Gaussian Distribution S. H. Derakhshan and C. V. Deutsch The bivariate normal distribution arises in many geostatistical applications as most geostatistical techniques

More information

Statistical Graphics & Visual Data Mining in the Medical Field Jürgen Symanzik Utah State University, Logan, UT, USA

Statistical Graphics & Visual Data Mining in the Medical Field Jürgen Symanzik Utah State University, Logan, UT, USA Statistical Graphics & Visual Data Mining in the Medical Field Jürgen Symanzik Utah State University, Logan, UT, USA *e-mail: symanzik@math.usu.edu WWW: http://www.math.usu.edu/~symanzik Contents Why Graphics

More information

Analysis of Paradoxical Phenomenon in Thermal Sensation

Analysis of Paradoxical Phenomenon in Thermal Sensation Analysis of Paradoxical Phenomenon in Thermal Sensation Keisuke Arai arai@rm.is.ritsumei.ac.jp Satoshi Hashiguchi hasiguti@rm.is.ritsumei.ac.jp Fumihisa Shibata fshibata@is.ritsumei.ac.jp Asako Kimura

More information

BioGraph Infiniti DynaMap Suite 3.0 for ProComp Infiniti March 2, SA7990B Ver 3.0

BioGraph Infiniti DynaMap Suite 3.0 for ProComp Infiniti March 2, SA7990B Ver 3.0 BioGraph Infiniti DynaMap Suite 3.0 for ProComp Infiniti March 2, 2006 SA7990B Ver 3.0 DynaMap Suite 3.0 for ProComp Infiniti Contents List P Inf 8 Ch EMG Bi-Lateral Difference.chs 3 P Inf 8 Ch EMG.chs

More information

Early Learning vs Early Variability 1.5 r = p = Early Learning r = p = e 005. Early Learning 0.

Early Learning vs Early Variability 1.5 r = p = Early Learning r = p = e 005. Early Learning 0. The temporal structure of motor variability is dynamically regulated and predicts individual differences in motor learning ability Howard Wu *, Yohsuke Miyamoto *, Luis Nicolas Gonzales-Castro, Bence P.

More information

Gesture Recognition using Marathi/Hindi Alphabet

Gesture Recognition using Marathi/Hindi Alphabet Gesture Recognition using Marathi/Hindi Alphabet Rahul Dobale ¹, Rakshit Fulzele², Shruti Girolla 3, Seoutaj Singh 4 Student, Computer Engineering, D.Y. Patil School of Engineering, Pune, India 1 Student,

More information

Early Detection of Lung Cancer

Early Detection of Lung Cancer Early Detection of Lung Cancer Aswathy N Iyer Dept Of Electronics And Communication Engineering Lymie Jose Dept Of Electronics And Communication Engineering Anumol Thomas Dept Of Electronics And Communication

More information

Design of Sporty SQI using Semantic Differential and Verification of its Effectiveness

Design of Sporty SQI using Semantic Differential and Verification of its Effectiveness Design of Sporty SQI using Semantic Differential and Verification of its Effectiveness Gahee KWON 1 ; Jae Hyuk PARK 1 ; Han Sol PARK 1 ; Sang Il LEE 2 ; Yeon Soo KIM 3 ; Yeon June Kang 1 1 Seoul National

More information

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

Detection and Recognition of Sign Language Protocol using Motion Sensing Device

Detection and Recognition of Sign Language Protocol using Motion Sensing Device Detection and Recognition of Sign Language Protocol using Motion Sensing Device Rita Tse ritatse@ipm.edu.mo AoXuan Li P130851@ipm.edu.mo Zachary Chui MPI-QMUL Information Systems Research Centre zacharychui@gmail.com

More information

An Efficient Algorithm to Measure Quality and Quantity of Sleep using Smartphone

An Efficient Algorithm to Measure Quality and Quantity of Sleep using Smartphone An Efficient Algorithm to Measure Quality and Quantity of Sleep using Smartphone Student Name: Alvika Gautam IIIT-D-MTech-CS-MUC-2-6 May, 24 Indraprastha Institute of Information Technology New Delhi Thesis

More information

NeuroSky s esense Meters and Detection of Mental State

NeuroSky s esense Meters and Detection of Mental State NeuroSky s esense Meters and Detection of Mental State The Attention and Meditation esense meters output by NeuroSky s MindSet are comprised of a complex combination of artifact rejection and data classification

More information

Sleep Stage Estimation By Evolutionary Computation Using Heartbeat Data and Body-Movement

Sleep Stage Estimation By Evolutionary Computation Using Heartbeat Data and Body-Movement Sleep Stage Estimation By Evolutionary Computation Using Heartbeat Data and Body-Movement 1 Hiroyasu MAtsushima, 2 Kazuyuki Hirose, 3 Kiyohiko Hattori, 4 Hiroyuki Sato, 5 Keiki Takadama 1-5, First Author

More information

Learning Classifier Systems (LCS/XCSF)

Learning Classifier Systems (LCS/XCSF) Context-Dependent Predictions and Cognitive Arm Control with XCSF Learning Classifier Systems (LCS/XCSF) Laurentius Florentin Gruber Seminar aus Künstlicher Intelligenz WS 2015/16 Professor Johannes Fürnkranz

More information

Statistical Methods for Wearable Technology in CNS Trials

Statistical Methods for Wearable Technology in CNS Trials Statistical Methods for Wearable Technology in CNS Trials Andrew Potter, PhD Division of Biometrics 1, OB/OTS/CDER, FDA ISCTM 2018 Autumn Conference Oct. 15, 2018 Marina del Rey, CA www.fda.gov Disclaimer

More information

Edinburgh Research Explorer

Edinburgh Research Explorer Edinburgh Research Explorer Supporting children with complex communication needs Citation for published version: Hourcade, JP, Garzotto, F, Rozga, A, Tentori, M, Markopoulos, P, Parés, N, Good, J, Pain,

More information

Challenges in Developing Learning Algorithms to Personalize mhealth Treatments

Challenges in Developing Learning Algorithms to Personalize mhealth Treatments Challenges in Developing Learning Algorithms to Personalize mhealth Treatments JOOLHEALTH Bar-Fit Susan A Murphy 01.16.18 HeartSteps SARA Sense 2 Stop Continually Learning Mobile Health Intervention 1)

More information

StopWatch. - a smartwatch based system for passive detection of cigarette smoking. Andy Skinner, Chris Stone, Hazel Doughty, Marcus Munafò

StopWatch. - a smartwatch based system for passive detection of cigarette smoking. Andy Skinner, Chris Stone, Hazel Doughty, Marcus Munafò StopWatch - a smartwatch based system for passive detection of cigarette smoking Andy Skinner, Chris Stone, Hazel Doughty, Marcus Munafò Tobacco and Alcohol Research Group MRC Integrative Epidemiology

More information

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter

More information

The Case for Smartwatch-based Diet Monitoring

The Case for Smartwatch-based Diet Monitoring Workshop on Sensing Systems and Applications Using Wrist Worn Smart Devices, 5 The Case for Smartwatch-based Diet Monitoring Sougata Sen, Vigneshwaran Subbaraju, Archan Misra, Rajesh Krishna Balan, Youngki

More information

Glabella. Continuously Sensing Blood Pressure Behavior using an Unobtrusive Wearable Device. Christian Holz Edward Wang Microsoft Research

Glabella. Continuously Sensing Blood Pressure Behavior using an Unobtrusive Wearable Device. Christian Holz Edward Wang Microsoft Research Glabella Continuously Sensing Blood Pressure Behavior using an Unobtrusive Wearable Device Christian Holz Edward Wang Microsoft Research Glabella continuously records the pulse at 3 locations, pulse transit

More information

Ultrasonic Transducer Optimization Can Increase Sensor Reliability - Even in Caustic Environments

Ultrasonic Transducer Optimization Can Increase Sensor Reliability - Even in Caustic Environments Ultrasonic Transducer Optimization Can Increase Sensor Reliability - Even in Caustic Environments By Dawn F. Massa Stancavish and Donald P. Massa Reliability is a key component in any desirable product.

More information

nervous system calculation of Heart Rate Variability

nervous system calculation of Heart Rate Variability #1 Introduction to the autonomic nervous system 1 The science of variability 3 Heart Rate Variability 5 Applications of Heart Rate Variability 7 Methods of measurement and calculation of Heart Rate Variability

More information

AUTOMATIC ACNE QUANTIFICATION AND LOCALISATION FOR MEDICAL TREATMENT

AUTOMATIC ACNE QUANTIFICATION AND LOCALISATION FOR MEDICAL TREATMENT AUTOMATIC ACNE QUANTIFICATION AND LOCALISATION FOR MEDICAL TREATMENT Watcharaporn Sitsawangsopon (#1), Maetawee Juladash (#2), Bunyarit Uyyanonvara (#3) (#) School of ICT, Sirindhorn International Institute

More information

rapael smart rehab solution

rapael smart rehab solution rapael smart rehab solution RAPAEL Smart Rehabilitation concept Intensive Repetitive Task-oriented Learning Schedule Algorithm for rehabilitation Individualized adaptive training RAPAEL Smart Rehabilitation

More information

Unit 1 Exploring and Understanding Data

Unit 1 Exploring and Understanding Data Unit 1 Exploring and Understanding Data Area Principle Bar Chart Boxplot Conditional Distribution Dotplot Empirical Rule Five Number Summary Frequency Distribution Frequency Polygon Histogram Interquartile

More information

Accuracy of Beat-to-Beat Heart Rate Estimation Using the PulseOn Optical Heart Rate Monitor

Accuracy of Beat-to-Beat Heart Rate Estimation Using the PulseOn Optical Heart Rate Monitor Accuracy of Beat-to-Beat Heart Rate Estimation Using the PulseOn Optical Heart Rate Monitor Abstract Wrist photoplethysmography allows unobtrusive monitoring of the heart rate (HR). Even if it is frequently

More information

Smartphone Applications to Support Sleep Self-Management

Smartphone Applications to Support Sleep Self-Management Smartphone Applications to Support Sleep Self-Management Dr Pierre El Chater 06/12/18 SOMNOFORUM BERLIN 2018 1 Assessing available technologies in the market for sleep management and its effectivness Dr

More information

Lecture 12: Psychophysics and User Studies

Lecture 12: Psychophysics and User Studies ME 327: Design and Control of Haptic Systems Autumn 2018 Lecture 12: Psychophysics and User Studies Allison M. Okamura Stanford University Reminders The last ~20 minutes of today s lecture will be in 520-145

More information

How to Create Better Performing Bayesian Networks: A Heuristic Approach for Variable Selection

How to Create Better Performing Bayesian Networks: A Heuristic Approach for Variable Selection How to Create Better Performing Bayesian Networks: A Heuristic Approach for Variable Selection Esma Nur Cinicioglu * and Gülseren Büyükuğur Istanbul University, School of Business, Quantitative Methods

More information

Sound Texture Classification Using Statistics from an Auditory Model

Sound Texture Classification Using Statistics from an Auditory Model Sound Texture Classification Using Statistics from an Auditory Model Gabriele Carotti-Sha Evan Penn Daniel Villamizar Electrical Engineering Email: gcarotti@stanford.edu Mangement Science & Engineering

More information

Gender Based Emotion Recognition using Speech Signals: A Review

Gender Based Emotion Recognition using Speech Signals: A Review 50 Gender Based Emotion Recognition using Speech Signals: A Review Parvinder Kaur 1, Mandeep Kaur 2 1 Department of Electronics and Communication Engineering, Punjabi University, Patiala, India 2 Department

More information

THE data used in this project is provided. SEIZURE forecasting systems hold promise. Seizure Prediction from Intracranial EEG Recordings

THE data used in this project is provided. SEIZURE forecasting systems hold promise. Seizure Prediction from Intracranial EEG Recordings 1 Seizure Prediction from Intracranial EEG Recordings Alex Fu, Spencer Gibbs, and Yuqi Liu 1 INTRODUCTION SEIZURE forecasting systems hold promise for improving the quality of life for patients with epilepsy.

More information

A Simplified 2D Real Time Navigation System For Hysteroscopy Imaging

A Simplified 2D Real Time Navigation System For Hysteroscopy Imaging A Simplified 2D Real Time Navigation System For Hysteroscopy Imaging Ioanna Herakleous, Ioannis P. Constantinou, Elena Michael, Marios S. Neofytou, Constantinos S. Pattichis, Vasillis Tanos Abstract: In

More information

The Open Access Institutional Repository at Robert Gordon University

The Open Access Institutional Repository at Robert Gordon University OpenAIR@RGU The Open Access Institutional Repository at Robert Gordon University http://openair.rgu.ac.uk This is an author produced version of a paper published in Intelligent Data Engineering and Automated

More information

Emergency Monitoring and Prevention (EMERGE)

Emergency Monitoring and Prevention (EMERGE) Emergency Monitoring and Prevention (EMERGE) Results EU Specific Targeted Research Project (STREP) 6. Call of IST-Programme 6. Framework Programme Funded by IST-2005-2.6.2 Project No. 045056 Dr. Thomas

More information

Methods of validation of occupational noise exposure measurement with multi aspect personal sound exposure meter

Methods of validation of occupational noise exposure measurement with multi aspect personal sound exposure meter Proceedings of ACOUSTICS 2016 Methods of validation of occupational noise exposure measurement with multi aspect personal sound exposure meter Marek Podgórski Svantek Sp. z o.o., Warsaw, Poland ABSTRACT

More information

The age of the virtual trainer

The age of the virtual trainer Available online at www.sciencedirect.com Procedia Engineering 34 (2012 ) 242 247 9 th Conference of the International Sports Engineering Association (ISEA) The age of the virtual trainer Shane Lowe a,b,

More information