Fall Recognition Approach Based on Human Skeleton Information

Size: px
Start display at page:

Download "Fall Recognition Approach Based on Human Skeleton Information"

Transcription

1 2016 Sixth International Conference on Instrumentation & Measurement, Computer, Communication and Control Fall Recognition Approach Based on Human Skeleton Information LUO Kai Intelligent Information Processing Lab., Dept. of Computer Science & Technology Yanbian University Yanji, China JIN Xiao-feng Intelligent Information Processing Lab., Dept. of Computer Science & Technology Yanbian University Yanji, China Abstract In this paper, we present a fast approach for fall recognition. This approach according to human-body skeleton information which was obtained from Kinect sensor. First, following the falls defined by FICSIT, head and center joints, and their relative distance are considered as feature to describe the behavior. Second, applying the slide-window method and threshold for behavior action stage, motion feature vector was extracted. In the end, falls were trained and recognized by Optimal Levenberg-Marquardt BP classification algorithm. Experimental results show that the approach is high-efficiency, and rate of accuracy reaches 90%. Keywords-component; behavior recognition; fall recognition; Kinect; skeleton information I. INTRODUCTION Human behavior recognition is becoming one of the most active and extensive research topics in artificial intelligence and cognitive sciences. To face the population aging question in world, the significance of the aged daily behavior research becomes more important today [1, 2]. In daily life, accidental falls, especially for empty nester, without in time rescue may lead to serious consequences. The traditional methods on fall recognition can be divided into two categories: one is based on wearable sensor, the other is based on video [3, 4]. The method based on wearable sensor system is mature, but it is high costs and inconvenience. Videobased method, mounting one or several cameras to extract outline of human body, which cannot be met with various changes of illumination and view angle. In contrast with wearable sensors system, method of the human body skeleton information extracted from Kinect sensor is more effective and costless. Therefore, in recent years, human behavior analysis based on Kinect sensor has become a research hotspot. Such as DTW-based human body recognition method via skeleton information [5]. Gesture track recognition based on HMM [6]. ZHENG [7] proposed an approach for motion and expressions capture using Kinect. In this paper, we present a fast fall recognition method based on the human body skeleton information. In the start phase of fall, only two skeletal nodes (head and center of gravity) and distance between them are chosen to represent motion features, and then combined with BP neural network to further recognize fall behavior. Our study improves fall recognition accuracy and performance, the work is also valuable for empty nester daily life surveillance systems. II. FALL BEHAVIOR FEATURE EXTRACTION A. Fall behavior comparative analysis FICSIT (Frailty and Injuries Cooperative Studies of Intervention Techniques) defined falls as: an unexpected event in which the participants come to rest on the ground, floor, or lower level. Not including leaning on furniture or walls. Falls, therefore, can be regarded as a kind of behavior out of consciousness control, and it should emerge some obvious characteristics if comparing with daily life movements [8]. FICSIT pointed out that major features of falls are: Significant posture changes; Head descends fast, and pretty much straight down in some stages; Height difference between head and center of gravity will be decreased until body touch down on ground level. In this paper, with 20 skeletal nodes extracted from Kinect. On the basis of falls definition, significant changes on heights (head node and center of gravity node) and height difference between them were selected to describe fall behavior, and respectively marked as: H h, H c, H hc. Through the further analysis and comparison with lying, picking and sitting, H h and H c will drop sharply, height difference H hc will decrease while falls. Four sets of behaviors on picking, lying, sitting and falls were randomly selected, in contrast to the curve of H h, H c, H hc (see Fig.1). In Fig.1, the abscissa axis is frame, the ordinate axis is the amplitude, (a), and (b), (c) is H h, H c, H hc changing curve. Supported by Science & technology Department of Jilin Province of China under Grant No JC /16 $ IEEE DOI /IMCCC

2 For Tab.1, falls is apparently different with sitting and picking but similar to lying down. However, Fig.1 declares that H h, H c, H hc of lying down decline slower than falls, its slope or gradient are quiet different. In addition, the H h of the four behaviors show on same trend. To compare with [4] which used the head movement track to recognize falls, the feature proposed in this paper has the better separability. (a) H h changing curve (b) H c changing curve B. Confirm the Action stage Intercepting the action stage from the whole on-going behavior procedure needs to figure out the beginning and the end precisely. In order to remove noise, it is supposed to smooth the curves of H h, H c, H hc, then to compute their second order difference. Taking head node for example, Fig.2(a) presents second order difference curves, and throughout action occurring stage the curve is jittering fiercely [9]. This paper used slide-window method to pick up start point and end point in action stage. Fig.2 (b) is variance curve of Fig.2 (a). Start point corresponds to position on variance curve, of which value great than mean value in first time (denotes A in Fig.2 (b)). End point corresponds to maximum value on variance curve (denotes B in Fig.2 (b)). Extracted action stage consequence presents in Fig.2(c), in which the non-action stages are zeroed. C. The feature of falls Action stage features of falls, the H h, H c, H hc are sharp decrease and short duration, so the amplitude and duration can be measured by mean value of first-order difference d. 1 d h h N 1 N 1 ( i1 i1 i) Fig 1. Four different behaviors Hh Hc Hhc changing curve. Assumed that all activities schema is action stable recovery. Obviously, the action stage is faster than the other two stages. Therefore, consider the action stage as the key of the fall recognition. Tab.1 listed difference of the action stage in four behaviors. TABLE I. (c) H hc changing curve COMPARISON HH,HC,HHC OF FOUR DIFFERENT BEHAVIOR Falls Lying Sitting Picking H h H c H hc is decline, - is unchanged. where, N is the number of sustained frames during action stage. And first-order difference reflects the degree of rising or decreasing on curve. d<0 if curve is monotonic decreasing, or d>0 when monotonic increasing. By (1), the mean value of first-order difference can be extracted. For nodes head, center of gravity, and the relative distance between them, respectively marked with d H, d C and d HC. Therefore, feature vector F for an action w can be represented by (2). F d d d w w w w H C HC where, F w is the feature vector for wth action. 708

3 be taken into account in BP design [11]. Number of hidden nodes commonly depends on experience or trial-and-error method, which can be estimated by (3). h ioa (a) Second order difference curve (head node) where, h is the number of hidden nodes, i is the number of input nodes, o is the number of output nodes, a is a constant (from 1 to 10). Considering i = 3, o = 1 in this paper, so h value range in [3,12]. Optimal h was determined via a comparative experiment. In experiment, limits MMSE to 0.01 and number of training times less than Experimental results showed in Tab.II. TABLE II. COMPARISON HH,HC,HHC OF FOUR DIFFERENT BEHAVIOR Fig 2. Process of behavior initiation extraction. III. (b) Jitter in the window (c) Consequence of the action stage FALL BEHAVIOR RECOGNITION METHOD A. Parameter of BP neural network In this paper, BP neural network is applied to fall recognition classifier. BP neural network is a kind of multilayer feed-forward artificial neural network, which is mainly applied to resolve problems of approximation function, pattern classification, data compression and model prediction, and etc. It is one of the most widely applied approach in engineering field by far [10]. To improve performance, the BP network model should be designed reasonably according to the features of sample data. And parameters such as hidden nodes, initial weights, threshold and appropriate learning method also should h MMSE h MMSE As Tab.II shows, MMSE keeps stable after h=8, and h=10 is the best. If strictly constrained initial value of BP network weights and threshold to [-1, 1], the training process will be converged too fast for reaching gradient lower limit, and MMSE dose not meet with preset value. So NW initialization method is introduced into initialization for avoiding over fitting issue in training process. Focused content of standard BP network algorithm is to finding out optimal weights and the threshold to make MMSE decline along with gradient direction. But standard BP network has two shortages [12]: Slower convergence; Trapped into a local minimum. Improved BP algorithms typically include SCG, elastic BP and optimal Levenberg-Marquardt. SCG algorithm is suitable for large-scale of neural network. In this paper, i=3 and o=1, that mentioned above means small scale. Elastic BP algorithm, although converges rapidly, but its performance goes worse when MMSE decreasing. Optimal Levenberg-Marquardt algorithm is the fastest one on convergence, and highly precise [13]. The comparative results are shown in Tab.III. TABLE III. THREE LEARNING METHOD COMPARATIVE RESULTS (H=10) Learning method Training times MMSE SCG elastic BP Optimal L-M The comparative results show that, optimal Levenberg- Marquardt algorithm performed best, its MMSE reached when h=

4 B. Fall behavior recognition algorithm based on human skeleton information On the basis of analysis above, this paper presents fall behavior recognition algorithm based on human-body skeleton information, the algorithm is described as followed: Step1: Acquire human-body skeleton information from the Kinect sensor, and extract the H h, H c, H hc. Step2: Use method of second order difference and sliding windows to action stage determination. Step3: Compute first difference mean by (1), and use (2) to extract human behavior feature vector F. Step4: Use optimal L-M BP neural network to training and recognition processes, obtain classified result of fall behaviors. IV. EXPERIMENTAL RESULTS AND DISCUSSION All experiments were implemented in MATLAB 2014a. Sample set is acquired from 5 persons, and the set is consisted of 4 different behavior groups, 90 samples of fall, and 20 samples of lying, sitting and picking respectively. To prove the feature F validity and recognition accuracy, 2 experiments were designed and implemented. A. Verifying the efficiency of the feature vector In order to verify the efficiency of the feature vector discussed in (1). Every 5 samples were selected randomly from each behavior groups, and extract feature vector F. Tab.IV listed value of F for each single behavior. TABLE IV. COMPARISON F FEATURE VECTOR OF EACH BEHAVIOR behavior F 1 F 2 F 3 F 4 F 5 falls [-0.62, -0.67, -0.56] [-0.68, -0.57, -0.57] [-0.70, -0.67, -0.57] [-0.71, -0.58, -0.68] [-0.53, -0.64, -0.74] lying Sitting picking [-0.24, -0.34, -0.34] [-0.54, -0.09, -0.49] [-0.66, -0.40, -0.09] [-0.31, -0.40, -0.41] [-0.40, -0.19, -0.39] [-0.73, -0.52, -0.01] [-0.32, -0.47, -0.25] [-0.44, -0.08, -0.38] [-0.58, -0.52, -0.12] [-0.15, -0.39, -0.40] [-0.44, -0.27, -0.37] [-0.60, -0.44, -0.24] [-0.11, -0.36, -0.36] [-0.68, -0.25, -0.45] [-0.61, -0.48, -0.09] In Tab.IV, all of the fall behavior present exceeding 0.5 on absolute value for each component. But all of lying behavior are less than 0.5. In addition, d c components of sitting behavior are smaller than others, d hc components of picking behavior are smaller than others but d c components are greater than 0.5. So in other words, F feature distributed in similar regularity inner same behavior, and presented dissimilarity for various behavior, that is proved the feature vector F has strong ability to discriminate falls and other behavior. B. Fall behavior recognition experiment By using randomized and crossover operated training and testing sets selection way, keeps training set including 50 samples of falls, and every 12 samples of others remaining behaviors respectively. And keeps testing set with 40 samples of falls, every 8 samples from others. Recognition experiment result based on optimal L-M BP neural network is shown in Tab.V. TABLE V. BEHAVIORS RECOGNITION RESULT No. Testing set Recognize Accuracy Falls Others as Falls (%) Average accuracy 90.0 In Tab.V, accuracy ranged in 85% to 97.5%, average accuracy reached 90%. Misrecognition may be caused by few of acquired sample data does not reflect real behavior itself. Some of participators performed falls behavior under control of conscious self-protection. Seemingly slow-motion of fall behavior is pretty similar to lying. The feature of action stage can be more apparent, that well have the better result. V. CONCLUSIONS This paper present an approach of fall recognition based on the human-body skeleton information. According to the FICSIT s definition of the fall behavior, for fall behavior recognition only three features (head and center of gravity nodes, and distance between them) are taken into account. Applied optimal L-M BP algorithm for training and testing processes, and result of recognition is validity and accurate. In addition, constricting steps on less feature parameters and vertical direction in action stage, the approach performs robustly and efficiently. However, the extracted features only concerned two nodes and their relationship, which means the approach is limit to the few of behaviors recognition. ACKNOWLEDGMENT Our work was supported by Science & Technology Department of Jilin Province of China under Grant No JC. REFERENCES [1] B. Kwolek, M. Kepski, Fuzzy inference-based fall detection using kinect and body-worn accelerometer, Applied Soft Computing, vol. 40, pp , December [2] R.Haas, T. P. Haines, Twelve month follow up of a falls prevention program in older adults from diverse populations in Australia: A qualitative study, Archives of Gerontology and Geriatrics, vol. 58, no. 2, pp , April [3] LIDong, S. Liang, Design of fall detection device for elderly people based on accelerometer", Transducer and Microsystem Technologies, vol. 27, no. 9, 2008, pp [4] F. Yang, J. Xie, Y. Zhou, ZQ. Wang, Fall detection system based on head moving trajectory and 3D vision, Modern Electronics Technique, vol. 35, no. 2, pp , January [5] F. LIU, Human action recognition based on Depth Image, Computer Engineering, vol. 40,no. 8, pp , August

5 [6] Y. Zhang, S. Zhang, Y. Luo, XD. Xu, Gesture track recongition based on Kinect depth image information and its applications, Application Research of Computers, vol. 20, no. 9, pp , September [7] LG. Zheng, JL. Luo, Xu.Ge, Implementation on mocap system based on Kinect, Journal of Jilin University (Engineering and Technology Edition), vol. 43, pp , March [8] DM. Buchner, MC. Hornbrook, NG. Kutner, ME. Tinetti, MG. Ory, CD. Mulrow, et al., Development of the common data base for the FICSIT trials, Journal of the American Geriatrics Society, vol. 41, no. 3, 1993, pp [9] Y. Han, C. Sheng-Luen, Y. Jeng-Sheng, QJ. Chen, Real-time skeletonbased indoor activity recognition, Control Conference(CCC), nd Chinese IEEE, Xi an.china, pp , July [10] XL. Lu, X. Xu, Human activity recognition based on acceleration and HGA-BP neural network, Computer Engineering, vol. 41, no. 9, pp , September [11] QCLv, A poselet-based approach for fall detection, IT in Medicine and Education(ITME), 2011 International Symposium on IEEE, vol. 2 Cuangzhou. China, pp December [12] R. Cucchiara, C. Grana, A. Prati, R. Vezzani, Probabilistic posture classification for human-behavior analysis, IEEE Transactions on Systems, Man, and Cybernetics - Part A: Systems and Humans, vol. 35, no. 1, pp , January [13] BMF. Moller, A scaled conjugate gradient algorithm for fast supervised learning, Neural networks, vol. 6, no. 4, 1993, pp

Design and Implementation study of Remote Home Rehabilitation Training Operating System based on Internet

Design and Implementation study of Remote Home Rehabilitation Training Operating System based on Internet IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design and Implementation study of Remote Home Rehabilitation Training Operating System based on Internet To cite this article:

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

Experimental evaluation of the accuracy of the second generation of Microsoft Kinect system, for using in stroke rehabilitation applications

Experimental evaluation of the accuracy of the second generation of Microsoft Kinect system, for using in stroke rehabilitation applications Experimental evaluation of the accuracy of the second generation of Microsoft Kinect system, for using in stroke rehabilitation applications Mohammad Hossein Saadatzi 1 Home-based Stroke Rehabilitation

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

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

Quality Assessment of Human Hand Posture Recognition System Er. ManjinderKaur M.Tech Scholar GIMET Amritsar, Department of CSE

Quality Assessment of Human Hand Posture Recognition System Er. ManjinderKaur M.Tech Scholar GIMET Amritsar, Department of CSE Quality Assessment of Human Hand Posture Recognition System Er. ManjinderKaur M.Tech Scholar GIMET Amritsar, Department of CSE mkwahla@gmail.com Astt. Prof. Prabhjit Singh Assistant Professor, Department

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

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

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

Edge Detection Techniques Using Fuzzy Logic

Edge Detection Techniques Using Fuzzy Logic Edge Detection Techniques Using Fuzzy Logic Essa Anas Digital Signal & Image Processing University Of Central Lancashire UCLAN Lancashire, UK eanas@uclan.a.uk Abstract This article reviews and discusses

More information

TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL

TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL Kakajan Kakayev 1 and Ph.D. Songül Albayrak 2 1,2 Department of Computer Engineering, Yildiz Technical University, Istanbul, Turkey kkakajan@gmail.com

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

Biceps Activity EMG Pattern Recognition Using Neural Networks

Biceps Activity EMG Pattern Recognition Using Neural Networks Biceps Activity EMG Pattern Recognition Using eural etworks K. Sundaraj University Malaysia Perlis (UniMAP) School of Mechatronic Engineering 0600 Jejawi - Perlis MALAYSIA kenneth@unimap.edu.my Abstract:

More information

CS 2310 Software Engineering Final Project Report. Arm Motion Assessment for Remote Physical Therapy Using Kinect

CS 2310 Software Engineering Final Project Report. Arm Motion Assessment for Remote Physical Therapy Using Kinect I. Introduction & Motivation CS 2310 Software Engineering Final Project Report Arm Motion Assessment for Remote Physical Therapy Using Kinect Kinect based remote physical therapy systems are becoming increasingly

More information

A Survey on the Use of Microsoft Kinect for Physical Rehabilitation

A Survey on the Use of Microsoft Kinect for Physical Rehabilitation Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Finger spelling recognition using distinctive features of hand shape

Finger spelling recognition using distinctive features of hand shape Finger spelling recognition using distinctive features of hand shape Y Tabata 1 and T Kuroda 2 1 Faculty of Medical Science, Kyoto College of Medical Science, 1-3 Imakita Oyama-higashi, Sonobe, Nantan,

More information

Keywords: Adaptive Neuro-Fuzzy Interface System (ANFIS), Electrocardiogram (ECG), Fuzzy logic, MIT-BHI database.

Keywords: Adaptive Neuro-Fuzzy Interface System (ANFIS), Electrocardiogram (ECG), Fuzzy logic, MIT-BHI database. Volume 3, Issue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Detection

More information

Accuracy and validity of Kinetisense joint measures for cardinal movements, compared to current experimental and clinical gold standards.

Accuracy and validity of Kinetisense joint measures for cardinal movements, compared to current experimental and clinical gold standards. Accuracy and validity of Kinetisense joint measures for cardinal movements, compared to current experimental and clinical gold standards. Prepared by Engineering and Human Performance Lab Department of

More information

Keywords Artificial Neural Networks (ANN), Echocardiogram, BPNN, RBFNN, Classification, survival Analysis.

Keywords Artificial Neural Networks (ANN), Echocardiogram, BPNN, RBFNN, Classification, survival Analysis. Design of Classifier Using Artificial Neural Network for Patients Survival Analysis J. D. Dhande 1, Dr. S.M. Gulhane 2 Assistant Professor, BDCE, Sevagram 1, Professor, J.D.I.E.T, Yavatmal 2 Abstract The

More information

Performance Analysis of different Classifiers for Chinese Sign Language Recognition

Performance Analysis of different Classifiers for Chinese Sign Language Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 2, Ver. II (Mar-Apr.216), PP 47-54 www.iosrjournals.org Performance Analysis

More information

Intelligent Edge Detector Based on Multiple Edge Maps. M. Qasim, W.L. Woon, Z. Aung. Technical Report DNA # May 2012

Intelligent Edge Detector Based on Multiple Edge Maps. M. Qasim, W.L. Woon, Z. Aung. Technical Report DNA # May 2012 Intelligent Edge Detector Based on Multiple Edge Maps M. Qasim, W.L. Woon, Z. Aung Technical Report DNA #2012-10 May 2012 Data & Network Analytics Research Group (DNA) Computing and Information Science

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

Lesson 6 Learning II Anders Lyhne Christensen, D6.05, INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS

Lesson 6 Learning II Anders Lyhne Christensen, D6.05, INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS Lesson 6 Learning II Anders Lyhne Christensen, D6.05, anders.christensen@iscte.pt INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS First: Quick Background in Neural Nets Some of earliest work in neural networks

More information

Automatic Identification of a Coughing Animal using Audio and Video Data

Automatic Identification of a Coughing Animal using Audio and Video Data using Audio and Video Data 1a, Jaewon Sa b, Byeongjoon Noh c, Jonguk Lee d Dept. of Computer and Information Science, Korea University, Sejong, 339-700, Korea E-mail: a khg86@korea.ac.kr; b sjwon92@korea.ac.kr;

More information

An ECG Beat Classification Using Adaptive Neuro- Fuzzy Inference System

An ECG Beat Classification Using Adaptive Neuro- Fuzzy Inference System An ECG Beat Classification Using Adaptive Neuro- Fuzzy Inference System Pramod R. Bokde Department of Electronics Engineering, Priyadarshini Bhagwati College of Engineering, Nagpur, India Abstract Electrocardiography

More information

Development of novel algorithm by combining Wavelet based Enhanced Canny edge Detection and Adaptive Filtering Method for Human Emotion Recognition

Development of novel algorithm by combining Wavelet based Enhanced Canny edge Detection and Adaptive Filtering Method for Human Emotion Recognition International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 12, Issue 9 (September 2016), PP.67-72 Development of novel algorithm by combining

More information

DeepASL: Enabling Ubiquitous and Non-Intrusive Word and Sentence-Level Sign Language Translation

DeepASL: Enabling Ubiquitous and Non-Intrusive Word and Sentence-Level Sign Language Translation DeepASL: Enabling Ubiquitous and Non-Intrusive Word and Sentence-Level Sign Language Translation Biyi Fang Michigan State University ACM SenSys 17 Nov 6 th, 2017 Biyi Fang (MSU) Jillian Co (MSU) Mi Zhang

More information

Fuzzy Decision Tree FID

Fuzzy Decision Tree FID Fuzzy Decision Tree FID Cezary Z. Janikow Krzysztof Kawa Math & Computer Science Department Math & Computer Science Department University of Missouri St. Louis University of Missouri St. Louis St. Louis,

More information

Overview Detection epileptic seizures

Overview Detection epileptic seizures Overview Detection epileptic seizures Overview Problem Goal Method Detection with accelerometers Detection with video data Result Problem Detection of epileptic seizures with EEG (Golden Standard) Not

More information

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection Y.-H. Wen, A. Bainbridge-Smith, A. B. Morris, Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection, Proceedings of Image and Vision Computing New Zealand 2007, pp. 132

More information

Edge Detection Techniques Based On Soft Computing

Edge Detection Techniques Based On Soft Computing International Journal for Science and Emerging ISSN No. (Online):2250-3641 Technologies with Latest Trends 7(1): 21-25 (2013) ISSN No. (Print): 2277-8136 Edge Detection Techniques Based On Soft Computing

More information

Setting up Your Home Office

Setting up Your Home Office Setting up Your Home Office The home office is becoming more and more prevalent. Even those who do not work from home on a regular basis have computer workstations set up in the home for personal activities.

More information

Local Image Structures and Optic Flow Estimation

Local Image Structures and Optic Flow Estimation Local Image Structures and Optic Flow Estimation Sinan KALKAN 1, Dirk Calow 2, Florentin Wörgötter 1, Markus Lappe 2 and Norbert Krüger 3 1 Computational Neuroscience, Uni. of Stirling, Scotland; {sinan,worgott}@cn.stir.ac.uk

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

Expression Recognition. Mohammad Amanzadeh

Expression Recognition. Mohammad Amanzadeh Expression Recognition Mohammad Amanzadeh Body Movement Movement is one of the most basic human skills that used for communicating and interacting with the environment Although we have an intuitive understanding

More information

Measurement of Soft Tissue Deformation to Improve the Accuracy of a Body-Mounted Motion Sensor

Measurement of Soft Tissue Deformation to Improve the Accuracy of a Body-Mounted Motion Sensor Measurement of Soft Tissue Deformation to Improve the Accuracy of a Body-Mounted Motion Sensor Tao Liu e-mail: liu.tao@kochi-tech.ac.jp oshio Inoue Kyoko Shibata Department of Intelligent Mechanical Systems

More information

Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis

Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis , pp.143-147 http://dx.doi.org/10.14257/astl.2017.143.30 Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis Chang-Wook Han Department of Electrical Engineering, Dong-Eui University,

More information

Development of an interactive digital signage based on F-formation system

Development of an interactive digital signage based on F-formation system Development of an interactive digital signage based on F-formation system Yu Kobayashi 1, Masahide Yuasa 2, and Daisuke Katagami 1 1 Tokyo Polytechnic University, Japan 2 Shonan Institute of Technology,

More information

ACUTE LEUKEMIA CLASSIFICATION USING CONVOLUTION NEURAL NETWORK IN CLINICAL DECISION SUPPORT SYSTEM

ACUTE LEUKEMIA CLASSIFICATION USING CONVOLUTION NEURAL NETWORK IN CLINICAL DECISION SUPPORT SYSTEM ACUTE LEUKEMIA CLASSIFICATION USING CONVOLUTION NEURAL NETWORK IN CLINICAL DECISION SUPPORT SYSTEM Thanh.TTP 1, Giao N. Pham 1, Jin-Hyeok Park 1, Kwang-Seok Moon 2, Suk-Hwan Lee 3, and Ki-Ryong Kwon 1

More information

A framework for the Recognition of Human Emotion using Soft Computing models

A framework for the Recognition of Human Emotion using Soft Computing models A framework for the Recognition of Human Emotion using Soft Computing models Md. Iqbal Quraishi Dept. of Information Technology Kalyani Govt Engg. College J Pal Choudhury Dept. of Information Technology

More information

Changing expectations about speed alters perceived motion direction

Changing expectations about speed alters perceived motion direction Current Biology, in press Supplemental Information: Changing expectations about speed alters perceived motion direction Grigorios Sotiropoulos, Aaron R. Seitz, and Peggy Seriès Supplemental Data Detailed

More information

Estimation of the Upper Limb Lifting Movement Under Varying Weight and Movement Speed

Estimation of the Upper Limb Lifting Movement Under Varying Weight and Movement Speed 1 Sungyoon Lee, 1 Jaesung Oh, 1 Youngwon Kim, 1 Minsuk Kwon * Jaehyo Kim 1 Department of mechanical & control engineering, Handong University, qlfhlxhl@nate.com * Department of mechanical & control engineering,

More information

Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information

Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information C. Busso, Z. Deng, S. Yildirim, M. Bulut, C. M. Lee, A. Kazemzadeh, S. Lee, U. Neumann, S. Narayanan Emotion

More information

Labview Based Hand Gesture Recognition for Deaf and Dumb People

Labview Based Hand Gesture Recognition for Deaf and Dumb People International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 7 Issue 4 Ver. V April 2018 PP 66-71 Labview Based Hand Gesture Recognition for Deaf

More information

Results & Statistics: Description and Correlation. I. Scales of Measurement A Review

Results & Statistics: Description and Correlation. I. Scales of Measurement A Review Results & Statistics: Description and Correlation The description and presentation of results involves a number of topics. These include scales of measurement, descriptive statistics used to summarize

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

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

Intelligent Medicine Case for Dosing Monitoring and Support

Intelligent Medicine Case for Dosing Monitoring and Support The 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-22, 2010, Taipei, Taiwan Intelligent Medicine Case for Dosing Monitoring and Support Takuo Suzuki and Yasushi Nakauchi

More information

Gender Discrimination Through Fingerprint- A Review

Gender Discrimination Through Fingerprint- A Review Gender Discrimination Through Fingerprint- A Review Navkamal kaur 1, Beant kaur 2 1 M.tech Student, Department of Electronics and Communication Engineering, Punjabi University, Patiala 2Assistant Professor,

More information

Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient

Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient , ISSN (Print) : 319-8613 Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient M. Mayilvaganan # 1 R. Deepa * # Associate

More information

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System T.Manikandan 1, Dr. N. Bharathi 2 1 Associate Professor, Rajalakshmi Engineering College, Chennai-602 105 2 Professor, Velammal Engineering

More information

Multilayer Perceptron Neural Network Classification of Malignant Breast. Mass

Multilayer Perceptron Neural Network Classification of Malignant Breast. Mass Multilayer Perceptron Neural Network Classification of Malignant Breast Mass Joshua Henry 12/15/2017 henry7@wisc.edu Introduction Breast cancer is a very widespread problem; as such, it is likely that

More information

Action Recognition based on Hierarchical Self-Organizing Maps

Action Recognition based on Hierarchical Self-Organizing Maps Action Recognition based on Hierarchical Self-Organizing Maps Miriam Buonamente 1, Haris Dindo 1, and Magnus Johnsson 2 1 RoboticsLab, DICGIM, University of Palermo, Viale delle Scienze, Ed. 6, 90128 Palermo,

More information

Smokey: Ubiquitous Smoking Detection with Commercial WiFi Infrastructures. Xiaolong Zheng, Jiliang Wang, Longfei Shangguan, Zimu Zhou, Yunhao Liu

Smokey: Ubiquitous Smoking Detection with Commercial WiFi Infrastructures. Xiaolong Zheng, Jiliang Wang, Longfei Shangguan, Zimu Zhou, Yunhao Liu Smokey: Ubiquitous Smoking Detection with Commercial WiFi Infrastructures Xiaolong Zheng, Jiliang Wang, Longfei Shangguan, Zimu Zhou, Yunhao Liu Motivations Smoking ban is put into effect in many countries

More information

Application of distributed lighting control architecture in dementia-friendly smart homes

Application of distributed lighting control architecture in dementia-friendly smart homes Application of distributed lighting control architecture in dementia-friendly smart homes Atousa Zaeim School of CSE University of Salford Manchester United Kingdom Samia Nefti-Meziani School of CSE University

More information

Edge Based Grid Super-Imposition for Crowd Emotion Recognition

Edge Based Grid Super-Imposition for Crowd Emotion Recognition Edge Based Grid Super-Imposition for Crowd Emotion Recognition Amol S Patwardhan 1 1Senior Researcher, VIT, University of Mumbai, 400037, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

International Journal for Science and Emerging

International Journal for Science and Emerging International Journal for Science and Emerging ISSN No. (Online):2250-3641 Technologies with Latest Trends 8(1): 7-13 (2013) ISSN No. (Print): 2277-8136 Adaptive Neuro-Fuzzy Inference System (ANFIS) Based

More information

Evaluating the accuracy of markerless body tracking for digital ergonomic assessment using consumer electronics

Evaluating the accuracy of markerless body tracking for digital ergonomic assessment using consumer electronics Evaluating the accuracy of markerless body tracking for digital ergonomic assessment using consumer electronics Dominik Bonin a, Sascha Wischniewski a a Unit Human Factors, Ergonomics, Federal Institute

More information

Field events performance prediction applied research based on data curve fitting

Field events performance prediction applied research based on data curve fitting Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(3):251-256 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Field events performance prediction applied research

More information

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China A Vision-based Affective Computing System Jieyu Zhao Ningbo University, China Outline Affective Computing A Dynamic 3D Morphable Model Facial Expression Recognition Probabilistic Graphical Models Some

More information

Eldercare and Rehabilitation Technology for Better Health

Eldercare and Rehabilitation Technology for Better Health Eldercare and Rehabilitation Technology for Better Health Marjorie Skubic, PhD Professor, Electrical and Computer Engineering Director, Center for Eldercare and Rehabilitation Technology University of

More information

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Yasutake Takahashi, Teruyasu Kawamata, and Minoru Asada* Dept. of Adaptive Machine Systems, Graduate School of Engineering,

More information

Combination of the Kinect with Virtual Reality in Balance Training for the Elderly

Combination of the Kinect with Virtual Reality in Balance Training for the Elderly Engineering, 2013, 5, 171-175 http://dx.doi.org/10.4236/eng.2013.510b037 Published Online October 2013 (http://www.scirp.org/journal/eng) Combination of the Kinect with Virtual Reality in Balance Training

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction Artificial neural networks are mathematical inventions inspired by observations made in the study of biological systems, though loosely based on the actual biology. An artificial

More information

Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Artificial Neural Network

Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Artificial Neural Network e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Automatic Detection of Heart Disease

More information

Accurate Prediction of Heart Disease Diagnosing Using Computation Method

Accurate Prediction of Heart Disease Diagnosing Using Computation Method Accurate Prediction of Heart Disease Diagnosing Using Computation Method 1 Hanumanthappa H, 2 Pundalik Chavan 1 Assistant Professor, 2 Assistant Professor 1 Computer Science & Engineering, 2 Computer Science

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

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

Decision Support System for Skin Cancer Diagnosis

Decision Support System for Skin Cancer Diagnosis The Ninth International Symposium on Operations Research and Its Applications (ISORA 10) Chengdu-Jiuzhaigou, China, August 19 23, 2010 Copyright 2010 ORSC & APORC, pp. 406 413 Decision Support System for

More information

Personal Rehabilitation Exercise Assistant with Kinect and Dynamic Time Warping

Personal Rehabilitation Exercise Assistant with Kinect and Dynamic Time Warping Personal Rehabilitation Exercise Assistant with Kinect and Dynamic Time Warping Chuan-Jun Su Abstract Constant rehabilitation s at home are usually required for complimenting prescribed s executed in a

More information

Evaluation of Computer-aided Drug Delivery System with a Human Operator

Evaluation of Computer-aided Drug Delivery System with a Human Operator IJCSI International Journal of Computer Science Issues, Vol. 7, Issue 5, September 1 ISSN (Online): 1694-814 45 Evaluation of Computer-aided Drug Delivery System with a Human Operator Koji Kashihara 1

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

Development of Ultrasound Based Techniques for Measuring Skeletal Muscle Motion

Development of Ultrasound Based Techniques for Measuring Skeletal Muscle Motion Development of Ultrasound Based Techniques for Measuring Skeletal Muscle Motion Jason Silver August 26, 2009 Presentation Outline Introduction Thesis Objectives Mathematical Model and Principles Methods

More information

Psychological Research

Psychological Research Psychol Res (1984) 46:121-127 Psychological Research Springer-Verlag 1984 Research note: Peak velocity timing invariance Alan M. Wing I and Ed Miller 2 1 Medical Research Council Applied Psychology Unit,

More information

REVIEW ON ARRHYTHMIA DETECTION USING SIGNAL PROCESSING

REVIEW ON ARRHYTHMIA DETECTION USING SIGNAL PROCESSING REVIEW ON ARRHYTHMIA DETECTION USING SIGNAL PROCESSING Vishakha S. Naik Dessai Electronics and Telecommunication Engineering Department, Goa College of Engineering, (India) ABSTRACT An electrocardiogram

More information

Comparative Study of K-means, Gaussian Mixture Model, Fuzzy C-means algorithms for Brain Tumor Segmentation

Comparative Study of K-means, Gaussian Mixture Model, Fuzzy C-means algorithms for Brain Tumor Segmentation Comparative Study of K-means, Gaussian Mixture Model, Fuzzy C-means algorithms for Brain Tumor Segmentation U. Baid 1, S. Talbar 2 and S. Talbar 1 1 Department of E&TC Engineering, Shri Guru Gobind Singhji

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

On Signal Analysis of Three-Dimensional Nystagmus

On Signal Analysis of Three-Dimensional Nystagmus 846 Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 29 29 European Federation for Medical Informatics. All rights reserved. doi:1.3233/978-1-675-44-5-846 On

More information

A Lip Reading Application on MS Kinect Camera

A Lip Reading Application on MS Kinect Camera A Lip Reading Application on MS Kinect Camera Alper Yargıç, Muzaffer Doğan Computer Engineering Department Anadolu University Eskisehir, Turkey {ayargic,muzafferd}@anadolu.edu.tr Abstract Hearing-impaired

More information

Assessing the Kinect s Capabilities to Perform a Time-Based Clinical Test for Fall Risk Assessment in Older People

Assessing the Kinect s Capabilities to Perform a Time-Based Clinical Test for Fall Risk Assessment in Older People Assessing the Kinect s Capabilities to Perform a Time-Based Clinical Test for Fall Risk Assessment in Older People Jaime A. Garcia 1, Yusuf Pisan 2, Chek Tien Tan 2, and Karla Felix Navarro 1 1 mhealth

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

Analysis of Human Standing-up Motion Based on Distributed Muscle Control

Analysis of Human Standing-up Motion Based on Distributed Muscle Control Analysis of Human Standing-up Motion Based on Distributed Muscle Control Qi AN, Yusuke IKEMOTO 2, Hajime ASAMA, and Tamio ARAI Abstract In developed countries, an aging society has become a serious issue;

More information

Biologically-Inspired Human Motion Detection

Biologically-Inspired Human Motion Detection Biologically-Inspired Human Motion Detection Vijay Laxmi, J. N. Carter and R. I. Damper Image, Speech and Intelligent Systems (ISIS) Research Group Department of Electronics and Computer Science University

More information

CHAPTER 4 CLASSIFICATION OF HEART MURMURS USING WAVELETS AND NEURAL NETWORKS

CHAPTER 4 CLASSIFICATION OF HEART MURMURS USING WAVELETS AND NEURAL NETWORKS 52 CHAPTER 4 CLASSIFICATION OF HEART MURMURS USING WAVELETS AND NEURAL NETWORKS 4.1 INTRODUCTION Heart auscultation is the process of interpreting sounds produced by the turbulent flow of blood into and

More information

Quantitative Evaluation of Edge Detectors Using the Minimum Kernel Variance Criterion

Quantitative Evaluation of Edge Detectors Using the Minimum Kernel Variance Criterion Quantitative Evaluation of Edge Detectors Using the Minimum Kernel Variance Criterion Qiang Ji Department of Computer Science University of Nevada Robert M. Haralick Department of Electrical Engineering

More information

Study on the control of variable resistance for isokinetic muscle training system

Study on the control of variable resistance for isokinetic muscle training system Technology and Health Care 25 (2017) S45 S52 DOI 10.3233/THC-171305 IOS Press S45 Study on the control of variable resistance for isokinetic muscle training system Lan Wang, Zhenyuan Zhang, Yi Yu and Guangwei

More information

Research of Determination Method of Starch and Protein Content in Buckwheat by Mid-Infrared Spectroscopy

Research of Determination Method of Starch and Protein Content in Buckwheat by Mid-Infrared Spectroscopy Research of Determination Method of Starch and Protein Content in Buckwheat by Mid-Infrared Spectroscopy Fenghua Wang 1,*, Ju Yang 1, Hailong Zhu 2, and Zhiyong Xi 1 1 Faculty of Modern Agricultural Engineering,Kunming

More information

A HMM-based Pre-training Approach for Sequential Data

A HMM-based Pre-training Approach for Sequential Data A HMM-based Pre-training Approach for Sequential Data Luca Pasa 1, Alberto Testolin 2, Alessandro Sperduti 1 1- Department of Mathematics 2- Department of Developmental Psychology and Socialisation University

More information

CSE Introduction to High-Perfomance Deep Learning ImageNet & VGG. Jihyung Kil

CSE Introduction to High-Perfomance Deep Learning ImageNet & VGG. Jihyung Kil CSE 5194.01 - Introduction to High-Perfomance Deep Learning ImageNet & VGG Jihyung Kil ImageNet Classification with Deep Convolutional Neural Networks Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton,

More information

Selection and Combination of Markers for Prediction

Selection and Combination of Markers for Prediction Selection and Combination of Markers for Prediction NACC Data and Methods Meeting September, 2010 Baojiang Chen, PhD Sarah Monsell, MS Xiao-Hua Andrew Zhou, PhD Overview 1. Research motivation 2. Describe

More information

Keywords Fuzzy Logic, Fuzzy Rule, Fuzzy Membership Function, Fuzzy Inference System, Edge Detection, Regression Analysis.

Keywords Fuzzy Logic, Fuzzy Rule, Fuzzy Membership Function, Fuzzy Inference System, Edge Detection, Regression Analysis. Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Modified Fuzzy

More information

ScienceDirect. Sign Language Unification: The Need for Next Generation Deaf Education

ScienceDirect. Sign Language Unification: The Need for Next Generation Deaf Education Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 673 678 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis Data mining for Obstructive Sleep Apnea Detection 18 October 2017 Konstantinos Nikolaidis Introduction: What is Obstructive Sleep Apnea? Obstructive Sleep Apnea (OSA) is a relatively common sleep disorder

More information

An Intelligent Sensing System for Sleep Motion and Stage Analysis

An Intelligent Sensing System for Sleep Motion and Stage Analysis Available online at www.sciencedirect.com Procedia Engineering 41 (2012 ) 1128 1134 International Symposium on Robotics and Intelligent Sensors 2012 (IRIS 2012) An Intelligent Sensing System for Sleep

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

Design of the transfer stretcher for old age bathing and simulation analysis on human body mechanics

Design of the transfer stretcher for old age bathing and simulation analysis on human body mechanics International Conference on Manufacturing Science and Engineering (ICMSE 2015) Design of the transfer stretcher for old age bathing and simulation analysis on human body mechanics LEI Lei1, a *, XUAN Liang2,b,

More information

Artificial Neural Networks to Determine Source of Acoustic Emission and Damage Detection

Artificial Neural Networks to Determine Source of Acoustic Emission and Damage Detection Artificial Neural Networks to Determine Source of Acoustic Emission and Damage Detection Mehrdad Shafiei Dizaji 1, Farzad Shafiei Dizaji 2 1 Former graduate, Department of Civil Engineering, Sharif University

More information

Classification of Cervical Cancer Cells Using HMLP Network with Confidence Percentage and Confidence Level Analysis.

Classification of Cervical Cancer Cells Using HMLP Network with Confidence Percentage and Confidence Level Analysis. Classification of Cervical Cancer Cells Using HMLP Network with Confidence Percentage and Confidence Level Analysis. N. A. Mat-Isa, M. Y. Mashor 2, N. H. Othman 3,2 Control and Electronic Intelligent System

More information

CHINESE SIGN LANGUAGE RECOGNITION WITH ADAPTIVE HMM. Jihai Zhang, Wengang Zhou, Chao Xie, Junfu Pu, and Houqiang Li

CHINESE SIGN LANGUAGE RECOGNITION WITH ADAPTIVE HMM. Jihai Zhang, Wengang Zhou, Chao Xie, Junfu Pu, and Houqiang Li CHINESE SIGN LANGUAGE RECOGNITION WITH ADAPTIVE HMM Jihai Zhang, Wengang Zhou, Chao Xie, Junfu Pu, and Houqiang Li University of Science and Technology of China, Hefei, China {jihzhang, pjh}@mail.ustc.edu.cn,

More information

Real-Time 3D TUG Test Movement Analysis for Balance Assessment Using Microsoft Kinect

Real-Time 3D TUG Test Movement Analysis for Balance Assessment Using Microsoft Kinect Real-Time 3D TUG Test Movement Analysis for Balance Assessment Using Microsoft Kinect Asma Hassani 1, Alexandre Kubicki 2,3, Vincent Brost 1, and Fan Yang 1 1 Laboratoire LE2I CNRS 6306, université de

More information