Enhancing Motion Trajectory Prediction for Site Safety by Incorporating Attitude toward Risk

Size: px
Start display at page:

Download "Enhancing Motion Trajectory Prediction for Site Safety by Incorporating Attitude toward Risk"

Transcription

1 425 Enhancing Motion Trajectory Prediction for Site Safety by Incorporating Attitude toward Risk Khandakar M. Rashid 1 and Amir H. Behzadan 2 1 Graduate Student, Dept. of Technology and Construction Management, Missouri State Univ., 901 S. National Ave., Springfield, MO khandakar201@live.missouristate.edu 2 Associate Professor, Dept. of Technology and Construction Management, Missouri State Univ., 901 S. National Ave., Springfield, MO abehzadan@missouristate.edu Abstract The unscripted nature of construction jobs puts equipment and workers in close proximity of one another which can lead to near-miss situations or contact collisions. Previous research has primarily focused on location-aware methods to improve construction safety from a technological perspective, but has fallen short in investigating the role of individuals in creating or avoiding safety accidents. This paper presents a preemptive safety framework that incorporates not only positional data but more importantly, workers perception of and attitude toward safety. First, a comprehensive review of previous work related to construction safety, resource tracking, trajectory prediction, and risk behavior is presented. Next, the designed methodology is explained and tested which incorporates worker s risk index (a measure of affinity for or aversion to risky behavior near hazards) with conventional trajectory modeling in order to better predict the worker s future position, and detect potential contact collisions in advance. In particular, we examine the reliability of polynomial regression and hidden Markov model (HMM) in predicting a worker s position given his/her positional data collected by a smartphone s GPS sensor. Next, HMM prediction is further modified by considering the worker s past walk trajectory near hazard zones. Preliminary results demonstrate that the developed motion trajectory prediction can reliably detect unsafe movements and near future collision events. The outcome of this research contributes to improving current practices of site safety monitoring. INTRODUCTION AND BACKGROUND Workers and equipment continuously interact in construction sites, and can come to close proximity of each another due to random movements and ever-changing site layout (Sacks, Rozenfeld, & Rosenfeld, 2009). Without proper coordination and site planning, such events can lead to contact collisions and threaten the safety and health of construction crew (Teizer, Ben, Clare, & Jimmie, 2010). Therefore, proactive safety monitoring and prevention that could alert workers before a hazardous situation occurs would be of great value. In the past, researchers have developed proximity safety warning and alert systems in construction. For instance, Tizer et al. (2010) used radio frequency (RF) to give an audio-visual alert to workers and equipment operators. Dinga et al. (2013) created a safety management tool which integrates fiber Bragg

2 426 grating (FBG) sensors and a radio frequency identification (RFID) system for labor tracking. Results of the experiment indicated an improvement in monitoring, detecting, and safety warning. Another research based on location-aware technologies that combined wireless communication, GPS, and GIS, enabled real time safety warning by automatically detecting the hazard, and alerting drivers to avoid collision (Wu, et al., 2013). Nonetheless, collecting timely field data to improve jobsite safety still remains a challenging task. The research presented in this paper takes advantage of mobile location-aware technologies, and investigates construction safety from a slightly different perspective by trying to answer the question of how much in advance can a worker be reliably alerted of hazardous encounters (e.g. close proximities) to avoid an accident? It is imperative that sending a warning message to a worker who is already inside a hazard zone may not serve the purpose. To this end, a framework that couples proximity analysis with motion trajectory prediction is developed. Trajectory prediction has been used in robotics (Bennewitz, Burgard, Cielniak, & Thrun, 2005), aerospace (Gong & McNally, 2004), maritime traffic management (Perera, Oliveira, & Guedes, 2012), physics and mechanics (Choi & Hebert, Learning and predicting moving object trajectory: a piecewise trajectory segment approach., 2006), and meteorology (Kim, Han, & Park, 2015) using clustering techniques, and learning and prediction algorithms (Vasquez & Fraichard, 2004). This research investigates and critically compares two trajectory prediction techniques, namely polynomial regression, and a more advanced method based on the hidden Markov model (HMM). A key point of departure in this research is that a conglomeration of factors (a.k.a risk profile) that influence one s behavior will be considered in trajectory prediction. Research has shown that a person s risk profile is directly influenced by age, gender, and level of experience (Salminen 2004, Cooper 2003, Charness & Gnezzy 2012). In summary, this research introduces a methodology that uses worker s positional data (captured by built-in smartphone GPS sensor), robust trajectory prediction, and worker s attitude towards risk to compile and send out preemptive proximity warnings before a contact collision occurs. RESEARCH METHODOLOGY As explained earlier, the developed methodology uses sensor data (smartphone GPS), coupled with risk attitude to predict a person s immediate future position, and generate safety alerts if he/she is in close proximity to hazards. Given that the accuracy of GPS sensors depends on several variables, a pilot test was performed to determine the average, minimum, and maximum errors obtained from an LG Nexus 5 device using five benchmark locations with known coordinates. The error values, calculated using the Haversine distance formula, were 3.63m, 2.17m, and 4.73m, respectively. Two separate prediction models are developed and tested: a polynomial regression model, and a hidden Markov model (HMM). Details of each model are explained below. Trajectory Prediction by Polynomial Regression Model. To establish a benchmark for position prediction, first a polynomial regression technique is developed to predict the motion trajectory of moving objects (i.e. workers, equipment). In this approach, positional data obtained in the past s time intervals are used to predict an object s position in interval s+1. Selecting the value for s is critical; a large s may result in a complicated regression model, while a small s may yield a low-accuracy model. In addition, finding the best polynomial degree n is key, since a high n value can result in overfitting, while a low n value can lead to underfitting. In this work,

3 427 given the versatility and randomness of movements on the jobsite, only the last 60 seconds of an object s movement are considered to predict its future position. This 60-second segment is further divided into four equal sub-segments (last 15, 30, 45, and 60 seconds). Equation (1) is the general polynomial formulation in which is the regression outpu (i.e. predicted longitude or latitude), and is the input (i.e. current longitude or r latitude) collected from the four sub- segmentss of the positional data, Eq. (1) Different values for n (from 1 to 5) are tested to find the best polynomial degree. In each step, predictedd values are compared with the actual (collected) values, and a discrepancy factor ( ) is calculated. Results indicate that tends to be larger for higher value of n. This can be attributed to the fact that predicted latitude and longitude values are expressed as functions of time. So, for a higher degree polynomial, a small error in prediction results in a significantly large. For this reason, a linear regression model (n = 1) is selected to minimize in polynomial regression. Trajectory Prediction by Hidden Markov Model (HMM). The major shortcoming of the linear regression model is that it does not fully capture the randomness of the worker s trajectory. To overcome this problem, a new trajectory prediction method based on HMM was examined in which trajectories are consideredd as discretee stochastic processes (i.e. random walks). A moving object s trajectory can be broken down into a number of short trajectory sections, as shown in Figure 1. A group of short sections with common statistical features (e.g. mean, variance, and covariance) are bundled into one cluster which is represented by a single average section ( a.k.a. latent segment) (Choi & Hebert, Learning and predicting moving object trajectory: a piecewise trajectory segment approach., 2006). Considering the limited horizon assumption, which states that the probability of a future location depends only onn the currentt location and not on the path by whichh the current location is achieved (Ramage, 2007), given a sequence of latent segments S 0, S 1, S2,.S n, the probability of a future latent segment, S n+1 to occur depends only on the current latent segment, S n, as stated in Equation (2),,,.. Eq. (2) Figure 1. Key elements of the HMMM prediction model. In HMM, these probabilities are termed transition probabilities and together create the transition matrix. Within a cluster of sections, the likelihood of a trajectory section to be generated from a specific latent segment is calculated from multivariate Gaussian probability distribution function.

4 428 These likelihood values are stored in the likelihood matrix. The HMM is trained to compute normalized trajectory sections, latent segments, and transition and likelihood matrices. Th model first checks the likelihood matrix to find the latent segment that best resembles the observed trajectory section. Next, it determines the most probable future latent segment using the transitionn matrix, and finally provides the most likely trajectory segment from the likelihood matrix. Learning Latent Segments. In this research, training trajectory data is collected at 1 Hz frequency from 26 individuals resulting in a total of 1,166 minutes of data (latitude, longitude). Each trajectory is divided into 12-second short sections. As shown in Figure 2, since trajectories have different starting positions, directions, and velocities, they are first normalized by translation to the origin (0, 0), rotation so that the initial direction is (1, 0), and scaling so that the initial velocity is unit velocity. This results in 4,662 normalized short trajectory sections extracted from the training data. After normalization, each short trajectory section is represented by a 22-dimensional vector consisting of x and y coordinates at 1-second intervals. Next, K- means clustering (Choi & Hebert, Learning and predicting moving object trajectory: a piecewise trajectory segment approach., 2006) is applied to find statistically similar trajectory sections. In this research, 8 clusters were found to best represent all short trajectory sections. Each cluster is describedd by a single latent segment the attributes of which are contained in a 5-by-12 characteristics matrix. In particular, five statistical features (means of x and y coordinates, variances of x and y coordinates, and covariance of x, y coordinate) are calculated for 12 data points (times t 1, t 2,.,t 12 ) of all trajectory segments in a cluster. Figure 2. Normalization of trajectory sections. HMM Training and Prediction. Training the Markov model involves calculating the transition probabilities between all latent segments. These probabilities form an 8-by-8 transition matrix which contains the probability of any given latent segment to be followed by other latent segments. Next, the likelihood of a normalized section to be generated from a latent segment is calculated using a bivariate normal probability distribution function. From Bayes theorem, it can be said that the latent segment with the highest probability of generating a trajectory section is the one with the highest likelihood. Since each segment consists of 12 data points, at least 12 points are required to create one segment and launchh the prediction. The process starts by observing and normalizing the latest segment (l n ) whichh contains the last 12 data points. Next, the likelihood matrix is used to select the latent segment (S n ) thatt most closely resembles the normalized l n (maximum likelihood probability). Then,, the most probable next latent segment (S n+1 ) is computed from the transition matrix. Subsequently, the likelihood matrix is used to find the trajectory segment which is most likely to be generated from S n+1. Finally, the trajectory segment is denormalized to generate the predicted futuree trajectory (l n+1 ). The first two points of

5 429 l n+1 are patched to the existing trajectory. seconds in advance. Therefore, the HMM model can predict up to 10 Incorporating Risk-Taking Behavior into Trajectoryy Prediction. In general, for a risk-takeshe is more likely person, the predictedd future location is moved closer to the hazard since he or to be on a collision course. Two types of risk factors aree considered: angular risk factor (α), and linear risk factor (m). The overall risk factor (k) is the product of angular and linear risk factors. To yield accurate results, it is important to properly quantify the risk attitude (referred to in this paper as the aggregate risk factor or µ) of each worker. To this end, an individual s aggregate risk factor is calculated and updated based on the historyy of his/her movements in the vicinity of hazards. In particular, α is calculated based on the worker s actual path. If a worker moves directly towards the hazard, α is 1 (risk-taker), and if he/she movess in the opposite direction of the hazard, α is 0 (risk-averse) person. For all other directions of move, α ranges between 0 and 1. The linear risk factor (m), on the other hand, is based on the discrepancy between predicted and actual positions, and represents how much radial error the prediction has relative to actual position, with the hazard zone at the center of the circle. In Figure 3, the predicted position is shown as 4ʹ. Distances d between actual position (4) and hazard, and d 1 between 4ʹ and hazard can be calculated using the haversine formula. Knowingg d and d 1, k is calculated using Equation (3). The aggregate risk factor (µ) is initially zero and workers are assumed neutral (neither risk- taker nor risk-averse). This will be modifiedd over time as positional data is collected. In the next iteration, point 4ʹ is shifted k units toward H. The adjusted position is labeled as 4ʹʹ. Next, given k and d 1, the modifiedd linear distance d 2 (between H andd 4ʹʹ) is calculated and compared with a predefined proximity radius (R 1 ) which is a function of the hazard type. If d 2 R 1, the worker is too close to the hazard and an alert is generated. If risk factor m is negative, it is changed to zero, thus no adjustment is made (4ʹʹ=4ʹ), whichh makes the analysis more conservative. Next, µ is updated for the next step using the weighted average of k values from previous steps. Eq. (3) Figure 3. Linear risk factor and adjustment of prediction.

6 430 EXPERIMENTS AND RESULTS Evaluation of Position Prediction Models. To evaluate the reliability of regression and HMM models in position prediction, three trajectories are used, each representing a different level of complexity and randomness of movement. As shown in Figure 4, the first trajectory is simple, the second trajectory contains several sharp turns, and the third trajectory is the most extreme containing many frequent sharp turns. Figure 4 also shows the 95-percentile prediction error for all trajectories. For each trajectory, the prediction error increases with the time span (i.e. predicting 10 seconds in advance is more erroneous than predicting 5 seconds in advance). Another observation is that for both models, the error increases with an increase in trajectory complexity. For instance, using the polynomial regression model, the prediction error for 10 seconds in advance for trajectory 1 and trajectory 3 are 22.5 m and 41.2 m, respectively, and the same values using HMM are 14.1 m and 18.6 m, respectively. Conceivably, since trajectories are considered random walks, it is difficult to predict accurately in the presence of many sharp turns or sudden changes in direction. With the average human walking speed of 1.38 m/s, a 5-second advance prediction results in a collision event prediction at ~7 meters away from hazard. For the case of 5-second advance prediction in Figure 4, HMM results in significantly lower errors compared to polynomial regression. In particular, HMM reduces the error by ~42% for trajectory 1, ~50% for trajectory 2, and ~59% for trajectory 3. Trajectory 1 Trajectory 2 95% error (meter) Trajectory Prediction Error Second into future Regression_Traj 1 Regression_Traj 2 Regression_Traj 3 HMM_Traj 1 HMM_Traj 2 HMM_Traj 3 Figure 4. Prediction error using polynomial regression and HMM methods. Prediction of Potential Collision Events. To evaluate the robustness of HMM prediction, several experiments were conducted using both stationary (fixed) and moving hazards. In this Section, a scenario involving a moving hazard is described. In all experiments, a secondary radius (R 2 ) from the hazard is used to denote the buffer zone. The safety alert system is activated

7 431 when the worker is inside the buffer zone. In addition, a primary radius (R 1 ) from the hazard is used as the hazard zone. A collision event is logged when the worker is inside the hazard zone. R 1 and R2 can be selected using different rules such as equipment blind spots. Teizer et al. (2015) showed that blind spots of an excavator are 12 m (max) and 8 m (min). In the experiment presented here, R 1 = 10 m and R 2 = 20 m from a moving equipment. Figure 5(a) shows a 30- minute log of positional data for the equipment moving between two points, and a worker moving in the peripheral area occasionally crossing thee equipment path. Initially, a 1-second to 10-second advance prediction is made using HMM. Predictions are further adjusted considering the worker s risk attitude. Each adjusted position that falls inside the buffer zone is tagged as an event. Events are labeled as true positive (TP), false negative (FN), false positive (FP), or true negative (TN) for precision, recall, and accuracy analyses, as in Figures 5 (b), (c), and (d). In total, there were 369 events, with 77 potential collisions (worker r in the hazard zone). While precession, recall, and accuracy are less for farther prediction horizons, ncorporating risk attitude results in a higher recall. For instance, for 5-second advance prediction with risk, recall increasess by 6% from ~88% to ~94%, while precision falls only by 1% from ~89% to ~88% %. Precision i % 95.00% 90.00% 85.00% 80.00% 75.00% 70.00% 1 6 Seconds into future Accuracy Recall % 95.00% 90.00% 85.00% 80.00% 1 6 Seconds into future HMM Prediction with Risk Factor % 98.00% 96.00% 94.00% 92.00% 90.00% 1 6 Seconds into future HMM Prediction with Risk Factor HMM Prediction with Risk Factor Figure 5. Recall, precession, and accuracyy analyses (moving hazard). SUMMARY AND CONCLUSI IONS In order to achieve the ultimate goal of accident-free construction jobsites, a solid mathematical foundation and thought process is essential. To this end, this research presented a methodology for designing and evaluating trajectory prediction models for preemptive proximity safety alert

8 432 systems. First, a benchmark prediction was done using polynomial regression. Next, an HMMbased model was trained and tested using real trajectories collected from several human subjects in the field. Analysis showed that HMM outperformed polynomial regression in position prediction. Future work in this work will aim at improving prediction models to cover more complex trajectories in dynamic settings with multiple workers and hazard zones. REFERENCES Bennewitz, M., Burgard, W., Cielniak, G., & Thrun, S. (2005). Learning motion patterns of people for compliant robot motion. The International Journal of Robotics Research., 24(1), Charness, G., & Gneezy, U. (2012). Strong evidence for gender differences in risk taking. Journal of Economic Behavior & Organization., 83(1), Choi, P. P., & Hebert, M. (2006). Learning and predicting moving object trajectory: a piecewise trajectory segment approach. Robotics Institute, p Cooper, D. (2003). Psychology, risk and safety. Professional Safety, 48(11), Dinga, L. Y., Zhoua, C., Dengb, Q. X., Luoa, H. B., Yec, X. W., Nic, Y. Q., & Guoa, P. (2013). Real-time safety early warning system for cross passage construction in Yangtze Riverbed Metro Tunnel based on the internet of things. Automation in Construction, 36, Gong, C., & McNally, D. (2004). A methodology for automated trajectory prediction analysis. AIAA Guidance, Navigation, and Control Conference and Exhibit, Providence, Rhode Island. Kim, Y. K., Han, J., & Park, H. (2015). Trajectory Prediction for Using Real Data and Real Meteorological Data. Ubiquitous Computing Application and Wireless Sensor, Springer, Netherland. Perera, L. P., Oliveira, P., & Guedes, S. C. (2012). Maritime traffic monitoring based on vessel detection, tracking, state estimation, and trajectory prediction. Intelligent Transportation Systems, IEEE Transactions, 13(3), Ramage, D. (2007). Hidden Markov models fundamentals. Lecture Notes. < stanford. edu/section/cs229-hmm. pdf> Sacks, R., Rozenfeld, O., & Rosenfeld, Y. (2009). Spatial and temporal exposure to safety hazards in construction. Journal of contruction engineering and management 135(8), Salminen, S. (2004). Have young workers more injuries than older ones? An international literature review. Journal of safety research, 35(5), Teizer, J., Ben, S. A., Clare, E. F., & Jimmie, H. (2010). Autonomous pro-active real-time construction worker and equipment operator proximity safety alert system. Automation in construction, 19(5), Vasquez, D., & Fraichard, T. (2004). Motion prediction for moving objects: a statistical approach. IEEE International Conference on Robotics and Automation, 4, New Orleans, LA.

9 433 Waldron, I., McCloskey, C., & Earle, I. (2005). Trends in gender differences in accident mortality: Relationships to changing gender roles and other societal trends. Demographic Research, 13, Wu, H., Tao, J., Li, X., Chi, X., Li, H., Hua, X., Chen, N. (2013). A location based service approach for collision warning systems in concrete dam construction. Safety science, 51(1),

Emotion Recognition using a Cauchy Naive Bayes Classifier

Emotion Recognition using a Cauchy Naive Bayes Classifier Emotion Recognition using a Cauchy Naive Bayes Classifier Abstract Recognizing human facial expression and emotion by computer is an interesting and challenging problem. In this paper we propose a method

More information

A Model for Automatic Diagnostic of Road Signs Saliency

A Model for Automatic Diagnostic of Road Signs Saliency A Model for Automatic Diagnostic of Road Signs Saliency Ludovic Simon (1), Jean-Philippe Tarel (2), Roland Brémond (2) (1) Researcher-Engineer DREIF-CETE Ile-de-France, Dept. Mobility 12 rue Teisserenc

More information

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018 Introduction to Machine Learning Katherine Heller Deep Learning Summer School 2018 Outline Kinds of machine learning Linear regression Regularization Bayesian methods Logistic Regression Why we do this

More information

Bayesian Perception & Decision for Intelligent Mobility

Bayesian Perception & Decision for Intelligent Mobility Bayesian Perception & Decision for Intelligent Mobility E-Motion & Chroma teams Inria Research Center Grenoble Rhône-Alpes Christian LAUGIER First Class Research Director at Inria San Francisco, 05/11/2015

More information

Sensory Cue Integration

Sensory Cue Integration Sensory Cue Integration Summary by Byoung-Hee Kim Computer Science and Engineering (CSE) http://bi.snu.ac.kr/ Presentation Guideline Quiz on the gist of the chapter (5 min) Presenters: prepare one main

More information

Remarks on Bayesian Control Charts

Remarks on Bayesian Control Charts Remarks on Bayesian Control Charts Amir Ahmadi-Javid * and Mohsen Ebadi Department of Industrial Engineering, Amirkabir University of Technology, Tehran, Iran * Corresponding author; email address: ahmadi_javid@aut.ac.ir

More information

Error Detection based on neural signals

Error Detection based on neural signals Error Detection based on neural signals Nir Even- Chen and Igor Berman, Electrical Engineering, Stanford Introduction Brain computer interface (BCI) is a direct communication pathway between the brain

More information

Learning Navigational Maps by Observing the Movement of Crowds

Learning Navigational Maps by Observing the Movement of Crowds Learning Navigational Maps by Observing the Movement of Crowds Simon T. O Callaghan Australia, NSW s.ocallaghan@acfr.usyd.edu.au Surya P. N. Singh Australia, NSW spns@acfr.usyd.edu.au Fabio T. Ramos Australia,

More information

MS&E 226: Small Data

MS&E 226: Small Data MS&E 226: Small Data Lecture 10: Introduction to inference (v2) Ramesh Johari ramesh.johari@stanford.edu 1 / 17 What is inference? 2 / 17 Where did our data come from? Recall our sample is: Y, the vector

More information

CHAPTER 6 HUMAN BEHAVIOR UNDERSTANDING MODEL

CHAPTER 6 HUMAN BEHAVIOR UNDERSTANDING MODEL 127 CHAPTER 6 HUMAN BEHAVIOR UNDERSTANDING MODEL 6.1 INTRODUCTION Analyzing the human behavior in video sequences is an active field of research for the past few years. The vital applications of this field

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

An Introduction to Proportional Navigation

An Introduction to Proportional Navigation Chapter 9 An Introduction to Proportional Navigation odule 8: Lecture 22 PPN; TPN; GTPN; IPN Keywords. Proportional Navigation, PPN, TPN, GTPN, IPN Proportional navigation is, by far, the most important

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

Primary Level Classification of Brain Tumor using PCA and PNN

Primary Level Classification of Brain Tumor using PCA and PNN Primary Level Classification of Brain Tumor using PCA and PNN Dr. Mrs. K.V.Kulhalli Department of Information Technology, D.Y.Patil Coll. of Engg. And Tech. Kolhapur,Maharashtra,India kvkulhalli@gmail.com

More information

Trajectories of Depression: Unobtrusive Monitoring of Depressive States by means of Smartphone Mobility Traces Analysis

Trajectories of Depression: Unobtrusive Monitoring of Depressive States by means of Smartphone Mobility Traces Analysis Trajectories of Depression: Unobtrusive Monitoring of Depressive States by means of Smartphone Mobility Traces Analysis Luca Canzian University of Birmingham, UK l.canzian@cs.bham.ac.uk Mirco Musolesi

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

Classifying Cognitive Load and Driving Situation with Machine Learning

Classifying Cognitive Load and Driving Situation with Machine Learning International Journal of Machine Learning and Computing, Vol. 4, No. 3, June 2014 Classifying Cognitive Load and Driving Situation with Machine Learning Yutaka Yoshida, Hayato Ohwada, Fumio Mizoguchi,

More information

Tactile Internet and Edge Computing: Emerging Technologies for Mobile Health

Tactile Internet and Edge Computing: Emerging Technologies for Mobile Health Tactile Internet and Edge Computing: Emerging Technologies for Mobile Health Zaher Dawy, PhD Department of Electrical and Computer Engineering American University of Beirut http://www.aub.edu.lb/~zd03

More information

Virtual Reality-based Personalized Learning Environment for Repetitive Labor-intensive Construction Tasks

Virtual Reality-based Personalized Learning Environment for Repetitive Labor-intensive Construction Tasks Virtual Reality-based Personalized Learning Environment for Repetitive Labor-intensive Construction Tasks Sudip Subedi, Nipesh Pradhananga, Armando Carrasquillo, Francisco Lopez Florida International University

More information

Analysis of Speech Recognition Techniques for use in a Non-Speech Sound Recognition System

Analysis of Speech Recognition Techniques for use in a Non-Speech Sound Recognition System Analysis of Recognition Techniques for use in a Sound Recognition System Michael Cowling, Member, IEEE and Renate Sitte, Member, IEEE Griffith University Faculty of Engineering & Information Technology

More information

Agents and Environments

Agents and Environments Agents and Environments Berlin Chen 2004 Reference: 1. S. Russell and P. Norvig. Artificial Intelligence: A Modern Approach. Chapter 2 AI 2004 Berlin Chen 1 What is an Agent An agent interacts with its

More information

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 Exam policy: This exam allows two one-page, two-sided cheat sheets (i.e. 4 sides); No other materials. Time: 2 hours. Be sure to write

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 5: Data analysis II Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis II 6 Single

More information

Simulation of Cognitive Pedestrian Agents Crowds in Crisis Situations

Simulation of Cognitive Pedestrian Agents Crowds in Crisis Situations Simulation of Cognitive Pedestrian Agents Crowds in Crisis Situations Margaret Lyell and Mark Becker Intelligent Automation, Inc. Rockville, MD 20855 USA ABSTRACT In crisis situations in an urban environment,

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

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

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

Noise-Robust Speech Recognition Technologies in Mobile Environments

Noise-Robust Speech Recognition Technologies in Mobile Environments Noise-Robust Speech Recognition echnologies in Mobile Environments Mobile environments are highly influenced by ambient noise, which may cause a significant deterioration of speech recognition performance.

More information

Measuring Focused Attention Using Fixation Inner-Density

Measuring Focused Attention Using Fixation Inner-Density Measuring Focused Attention Using Fixation Inner-Density Wen Liu, Mina Shojaeizadeh, Soussan Djamasbi, Andrew C. Trapp User Experience & Decision Making Research Laboratory, Worcester Polytechnic Institute

More information

Vital Responder: Real-time Health Monitoring of First- Responders

Vital Responder: Real-time Health Monitoring of First- Responders Vital Responder: Real-time Health Monitoring of First- Responders Ye Can 1,2 Advisors: Miguel Tavares Coimbra 2, Vijayakumar Bhagavatula 1 1 Department of Electrical & Computer Engineering, Carnegie Mellon

More information

Running head: NESTED FACTOR ANALYTIC MODEL COMPARISON 1. John M. Clark III. Pearson. Author Note

Running head: NESTED FACTOR ANALYTIC MODEL COMPARISON 1. John M. Clark III. Pearson. Author Note Running head: NESTED FACTOR ANALYTIC MODEL COMPARISON 1 Nested Factor Analytic Model Comparison as a Means to Detect Aberrant Response Patterns John M. Clark III Pearson Author Note John M. Clark III,

More information

Application of ecological interface design to driver support systems

Application of ecological interface design to driver support systems Application of ecological interface design to driver support systems J.D. Lee, J.D. Hoffman, H.A. Stoner, B.D. Seppelt, and M.D. Brown Department of Mechanical and Industrial Engineering, University of

More information

Learning and Robotic Imitation of Therapist s Motion and Force for Post-disability Rehabilitation

Learning and Robotic Imitation of Therapist s Motion and Force for Post-disability Rehabilitation 2017 IEEE International Conference on Systems, Man, and Cybernetics (SMC) Banff Center, Banff, Canada, October 5-8, 2017 Learning and Robotic Imitation of Therapist s Motion and Force for Post-disability

More information

Artificial Intelligence Lecture 7

Artificial Intelligence Lecture 7 Artificial Intelligence Lecture 7 Lecture plan AI in general (ch. 1) Search based AI (ch. 4) search, games, planning, optimization Agents (ch. 8) applied AI techniques in robots, software agents,... Knowledge

More information

Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata

Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata D.Mohanapriya 1 Department of Electronics and Communication Engineering, EBET Group of Institutions, Kangayam,

More information

Abstract. Optimization strategy of Copy Number Variant calling using Multiplicom solutions APPLICATION NOTE. Introduction

Abstract. Optimization strategy of Copy Number Variant calling using Multiplicom solutions APPLICATION NOTE. Introduction Optimization strategy of Copy Number Variant calling using Multiplicom solutions Michael Vyverman, PhD; Laura Standaert, PhD and Wouter Bossuyt, PhD Abstract Copy number variations (CNVs) represent a significant

More information

doi: / _59(

doi: / _59( doi: 10.1007/978-3-642-39188-0_59(http://dx.doi.org/10.1007/978-3-642-39188-0_59) Subunit modeling for Japanese sign language recognition based on phonetically depend multi-stream hidden Markov models

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

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

VIDEO SURVEILLANCE AND BIOMEDICAL IMAGING Research Activities and Technology Transfer at PAVIS

VIDEO SURVEILLANCE AND BIOMEDICAL IMAGING Research Activities and Technology Transfer at PAVIS VIDEO SURVEILLANCE AND BIOMEDICAL IMAGING Research Activities and Technology Transfer at PAVIS Samuele Martelli, Alessio Del Bue, Diego Sona, Vittorio Murino Istituto Italiano di Tecnologia (IIT), Genova

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

Classification of benign and malignant masses in breast mammograms

Classification of benign and malignant masses in breast mammograms Classification of benign and malignant masses in breast mammograms A. Šerifović-Trbalić*, A. Trbalić**, D. Demirović*, N. Prljača* and P.C. Cattin*** * Faculty of Electrical Engineering, University of

More information

Bayes Linear Statistics. Theory and Methods

Bayes Linear Statistics. Theory and Methods Bayes Linear Statistics Theory and Methods Michael Goldstein and David Wooff Durham University, UK BICENTENNI AL BICENTENNIAL Contents r Preface xvii 1 The Bayes linear approach 1 1.1 Combining beliefs

More information

A Computational Framework for Quantitative Evaluation of Movement during Rehabilitation

A Computational Framework for Quantitative Evaluation of Movement during Rehabilitation A Computational Framework for Quantitative Evaluation of Movement during Rehabilitation Yinpeng Chen a, Margaret Duff a,b, Nicole Lehrer a, Hari Sundaram a, Jiping He b, Steven L. Wolf c and Thanassis

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

1 Introduction. Abstract: Accurate optic disc (OD) segmentation and fovea. Keywords: optic disc segmentation, fovea detection.

1 Introduction. Abstract: Accurate optic disc (OD) segmentation and fovea. Keywords: optic disc segmentation, fovea detection. Current Directions in Biomedical Engineering 2017; 3(2): 533 537 Caterina Rust*, Stephanie Häger, Nadine Traulsen and Jan Modersitzki A robust algorithm for optic disc segmentation and fovea detection

More information

Machine Learning! Robert Stengel! Robotics and Intelligent Systems MAE 345,! Princeton University, 2017

Machine Learning! Robert Stengel! Robotics and Intelligent Systems MAE 345,! Princeton University, 2017 Machine Learning! Robert Stengel! Robotics and Intelligent Systems MAE 345,! Princeton University, 2017 A.K.A. Artificial Intelligence Unsupervised learning! Cluster analysis Patterns, Clumps, and Joining

More information

Certification in Structural Health Monitoring Systems

Certification in Structural Health Monitoring Systems Certification in Structural Health Monitoring Systems C. M. S. KABBAN 1 and M. M. DERRISO 2 ABSTRACT Despite advances in health monitoring systems, the certification process for automated SHM systems remain

More information

DISCRETE WAVELET PACKET TRANSFORM FOR ELECTROENCEPHALOGRAM- BASED EMOTION RECOGNITION IN THE VALENCE-AROUSAL SPACE

DISCRETE WAVELET PACKET TRANSFORM FOR ELECTROENCEPHALOGRAM- BASED EMOTION RECOGNITION IN THE VALENCE-AROUSAL SPACE DISCRETE WAVELET PACKET TRANSFORM FOR ELECTROENCEPHALOGRAM- BASED EMOTION RECOGNITION IN THE VALENCE-AROUSAL SPACE Farzana Kabir Ahmad*and Oyenuga Wasiu Olakunle Computational Intelligence Research Cluster,

More information

Accounting for cognitive and perceptual biases in computational models of human movement

Accounting for cognitive and perceptual biases in computational models of human movement Accounting for cognitive and perceptual biases in computational models of human movement Thomas J. Pingel Department of Geography University of California, Santa Barbara February 10, 2012 Department of

More information

Introspection-based Periodicity Awareness Model for Intermittently Connected Mobile Networks

Introspection-based Periodicity Awareness Model for Intermittently Connected Mobile Networks Introspection-based Periodicity Awareness Model for Intermittently Connected Mobile Networks Okan Turkes, Hans Scholten, and Paul Havinga Dept. of Computer Engineering, Pervasive Systems University of

More information

Real Time Sign Language Processing System

Real Time Sign Language Processing System Real Time Sign Language Processing System Dibyabiva Seth (&), Anindita Ghosh, Ariruna Dasgupta, and Asoke Nath Department of Computer Science, St. Xavier s College (Autonomous), Kolkata, India meetdseth@gmail.com,

More information

Human Activities: Handling Uncertainties Using Fuzzy Time Intervals

Human Activities: Handling Uncertainties Using Fuzzy Time Intervals The 19th International Conference on Pattern Recognition (ICPR), Tampa, FL, 2009 Human Activities: Handling Uncertainties Using Fuzzy Time Intervals M. S. Ryoo 1,2 and J. K. Aggarwal 1 1 Computer & Vision

More information

Data Mining. Outlier detection. Hamid Beigy. Sharif University of Technology. Fall 1395

Data Mining. Outlier detection. Hamid Beigy. Sharif University of Technology. Fall 1395 Data Mining Outlier detection Hamid Beigy Sharif University of Technology Fall 1395 Hamid Beigy (Sharif University of Technology) Data Mining Fall 1395 1 / 17 Table of contents 1 Introduction 2 Outlier

More information

http://www.diva-portal.org This is the published version of a paper presented at Future Active Safety Technology - Towards zero traffic accidents, FastZero2017, September 18-22, 2017, Nara, Japan. Citation

More information

Principals of Object Perception

Principals of Object Perception Principals of Object Perception Elizabeth S. Spelke COGNITIVE SCIENCE 14, 29-56 (1990) Cornell University Summary Infants perceive object by analyzing tree-dimensional surface arrangements and motions.

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

Gray level cooccurrence histograms via learning vector quantization

Gray level cooccurrence histograms via learning vector quantization Gray level cooccurrence histograms via learning vector quantization Timo Ojala, Matti Pietikäinen and Juha Kyllönen Machine Vision and Media Processing Group, Infotech Oulu and Department of Electrical

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

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

Zainab M. AlQenaei. Dissertation Defense University of Colorado at Boulder Leeds School of Business Operations and Information Management Division

Zainab M. AlQenaei. Dissertation Defense University of Colorado at Boulder Leeds School of Business Operations and Information Management Division An Investigation of the Relationship between Consumer Mental Health Recovery Indicators and Clinicians Reports Using Multivariate Analyses of the Singular Value Decomposition of a Textual Corpus Zainab

More information

Modeling Dynamic Groups for Agent-based Pedestrian Crowd Simulations

Modeling Dynamic Groups for Agent-based Pedestrian Crowd Simulations Modeling Dynamic Groups for Agent-based Pedestrian Crowd Simulations Fasheng Qiu, Xiaolin Hu Department of Computer Science, Georgia State University, Atlanta, GA 30302 USA fasheng@cs.gsu.edu, xhu@cs.gsu.edu

More information

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION 1 R.NITHYA, 2 B.SANTHI 1 Asstt Prof., School of Computing, SASTRA University, Thanjavur, Tamilnadu, India-613402 2 Prof.,

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

Reach and grasp by people with tetraplegia using a neurally controlled robotic arm

Reach and grasp by people with tetraplegia using a neurally controlled robotic arm Leigh R. Hochberg et al. Reach and grasp by people with tetraplegia using a neurally controlled robotic arm Nature, 17 May 2012 Paper overview Ilya Kuzovkin 11 April 2014, Tartu etc How it works?

More information

Minimum Feature Selection for Epileptic Seizure Classification using Wavelet-based Feature Extraction and a Fuzzy Neural Network

Minimum Feature Selection for Epileptic Seizure Classification using Wavelet-based Feature Extraction and a Fuzzy Neural Network Appl. Math. Inf. Sci. 8, No. 3, 129-1300 (201) 129 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.1278/amis/0803 Minimum Feature Selection for Epileptic Seizure

More information

Introductory Motor Learning and Development Lab

Introductory Motor Learning and Development Lab Introductory Motor Learning and Development Lab Laboratory Equipment & Test Procedures. Motor learning and control historically has built its discipline through laboratory research. This has led to the

More information

Information Processing During Transient Responses in the Crayfish Visual System

Information Processing During Transient Responses in the Crayfish Visual System Information Processing During Transient Responses in the Crayfish Visual System Christopher J. Rozell, Don. H. Johnson and Raymon M. Glantz Department of Electrical & Computer Engineering Department of

More information

Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination

Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination Timothy N. Rubin (trubin@uci.edu) Michael D. Lee (mdlee@uci.edu) Charles F. Chubb (cchubb@uci.edu) Department of Cognitive

More information

Fusing Generic Objectness and Visual Saliency for Salient Object Detection

Fusing Generic Objectness and Visual Saliency for Salient Object Detection Fusing Generic Objectness and Visual Saliency for Salient Object Detection Yasin KAVAK 06/12/2012 Citation 1: Salient Object Detection: A Benchmark Fusing for Salient Object Detection INDEX (Related Work)

More information

'Automated dermatologist' detects skin cancer with expert accuracy - CNN.com

'Automated dermatologist' detects skin cancer with expert accuracy - CNN.com 'Automated dermatologist' detects skin cancer with expert accuracy (CNN)Even though the phrase "image recognition technologies" conjures visions of high-tech surveillance, these tools may soon be used

More information

Meta-analysis of diagnostic test accuracy studies with multiple & missing thresholds

Meta-analysis of diagnostic test accuracy studies with multiple & missing thresholds Meta-analysis of diagnostic test accuracy studies with multiple & missing thresholds Richard D. Riley School of Health and Population Sciences, & School of Mathematics, University of Birmingham Collaborators:

More information

An assistive application identifying emotional state and executing a methodical healing process for depressive individuals.

An assistive application identifying emotional state and executing a methodical healing process for depressive individuals. An assistive application identifying emotional state and executing a methodical healing process for depressive individuals. Bandara G.M.M.B.O bhanukab@gmail.com Godawita B.M.D.T tharu9363@gmail.com Gunathilaka

More information

Bayesian Confidence Intervals for Means and Variances of Lognormal and Bivariate Lognormal Distributions

Bayesian Confidence Intervals for Means and Variances of Lognormal and Bivariate Lognormal Distributions Bayesian Confidence Intervals for Means and Variances of Lognormal and Bivariate Lognormal Distributions J. Harvey a,b, & A.J. van der Merwe b a Centre for Statistical Consultation Department of Statistics

More information

Artificial Intelligence CS 6364

Artificial Intelligence CS 6364 Artificial Intelligence CS 6364 Professor Dan Moldovan Section 2 Intelligent Agents Intelligent Agents An agent is a thing (e.g. program, or system) that can be viewed as perceiving its environment and

More information

Table. A [a] Multiply imputed. Outpu

Table. A [a] Multiply imputed. Outpu Appendix 7 (as supplied by the authors): Full regression model outputs from sub- and analysis of the Terres-Cries-de-la-Baies-James adultss from both multiply imputed complete-case analysis models. Table

More information

Identifying Parkinson s Patients: A Functional Gradient Boosting Approach

Identifying Parkinson s Patients: A Functional Gradient Boosting Approach Identifying Parkinson s Patients: A Functional Gradient Boosting Approach Devendra Singh Dhami 1, Ameet Soni 2, David Page 3, and Sriraam Natarajan 1 1 Indiana University Bloomington 2 Swarthmore College

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

Re: ENSC 370 Project Gerbil Functional Specifications

Re: ENSC 370 Project Gerbil Functional Specifications Simon Fraser University Burnaby, BC V5A 1S6 trac-tech@sfu.ca February, 16, 1999 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 Re: ENSC 370 Project Gerbil Functional

More information

Real-time Heart Monitoring and ECG Signal Processing

Real-time Heart Monitoring and ECG Signal Processing Real-time Heart Monitoring and ECG Signal Processing Fatima Bamarouf, Claire Crandell, and Shannon Tsuyuki Advisors: Drs. Yufeng Lu and Jose Sanchez Department of Electrical and Computer Engineering Bradley

More information

How do you design an intelligent agent?

How do you design an intelligent agent? Intelligent Agents How do you design an intelligent agent? Definition: An intelligent agent perceives its environment via sensors and acts rationally upon that environment with its effectors. A discrete

More information

Skin color detection for face localization in humanmachine

Skin color detection for face localization in humanmachine Research Online ECU Publications Pre. 2011 2001 Skin color detection for face localization in humanmachine communications Douglas Chai Son Lam Phung Abdesselam Bouzerdoum 10.1109/ISSPA.2001.949848 This

More information

Searching for Temporal Patterns in AmI Sensor Data

Searching for Temporal Patterns in AmI Sensor Data Searching for Temporal Patterns in AmI Sensor Data Romain Tavenard 1,2, Albert A. Salah 1, Eric J. Pauwels 1 1 Centrum voor Wiskunde en Informatica, CWI Amsterdam, The Netherlands 2 IRISA/ENS de Cachan,

More information

MRI Image Processing Operations for Brain Tumor Detection

MRI Image Processing Operations for Brain Tumor Detection MRI Image Processing Operations for Brain Tumor Detection Prof. M.M. Bulhe 1, Shubhashini Pathak 2, Karan Parekh 3, Abhishek Jha 4 1Assistant Professor, Dept. of Electronics and Telecommunications Engineering,

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

A Brief Introduction to Bayesian Statistics

A Brief Introduction to Bayesian Statistics A Brief Introduction to Statistics David Kaplan Department of Educational Psychology Methods for Social Policy Research and, Washington, DC 2017 1 / 37 The Reverend Thomas Bayes, 1701 1761 2 / 37 Pierre-Simon

More information

Federal Initiatives in Smart Communities and the Internet of Things

Federal Initiatives in Smart Communities and the Internet of Things Federal Initiatives in Smart Communities and the Internet of Things Vinay M. Pai (Acting) Division Director Division of Health Information Technology National Institute of Biomedical Imaging and Bioengineering

More information

Bayesian Logistic Regression Modelling via Markov Chain Monte Carlo Algorithm

Bayesian Logistic Regression Modelling via Markov Chain Monte Carlo Algorithm Journal of Social and Development Sciences Vol. 4, No. 4, pp. 93-97, Apr 203 (ISSN 222-52) Bayesian Logistic Regression Modelling via Markov Chain Monte Carlo Algorithm Henry De-Graft Acquah University

More information

Computer based delineation and follow-up multisite abdominal tumors in longitudinal CT studies

Computer based delineation and follow-up multisite abdominal tumors in longitudinal CT studies Research plan submitted for approval as a PhD thesis Submitted by: Refael Vivanti Supervisor: Professor Leo Joskowicz School of Engineering and Computer Science, The Hebrew University of Jerusalem Computer

More information

RAG Rating Indicator Values

RAG Rating Indicator Values Technical Guide RAG Rating Indicator Values Introduction This document sets out Public Health England s standard approach to the use of RAG ratings for indicator values in relation to comparator or benchmark

More information

The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms

The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms Angayarkanni.N 1, Kumar.D 2 and Arunachalam.G 3 1 Research Scholar Department of

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

Reveal Relationships in Categorical Data

Reveal Relationships in Categorical Data SPSS Categories 15.0 Specifications Reveal Relationships in Categorical Data Unleash the full potential of your data through perceptual mapping, optimal scaling, preference scaling, and dimension reduction

More information

PERFORMANCE ANALYSIS OF NUTRITIONAL CONTENTS IN FOOD IMAGES USING SARAN

PERFORMANCE ANALYSIS OF NUTRITIONAL CONTENTS IN FOOD IMAGES USING SARAN PERFORMANCE ANALYSIS OF NUTRITIONAL CONTENTS IN FOOD IMAGES USING SARAN Kavitha S. and Pavithra S. Department of Electronics and Communication Engineering, Nandha Engineering College, Erode, India E-Mail:

More information

Particle Swarm Optimization Supported Artificial Neural Network in Detection of Parkinson s Disease

Particle Swarm Optimization Supported Artificial Neural Network in Detection of Parkinson s Disease IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 5, Ver. VI (Sep. - Oct. 2016), PP 24-30 www.iosrjournals.org Particle Swarm Optimization Supported

More information

Noise-Robust Speech Recognition in a Car Environment Based on the Acoustic Features of Car Interior Noise

Noise-Robust Speech Recognition in a Car Environment Based on the Acoustic Features of Car Interior Noise 4 Special Issue Speech-Based Interfaces in Vehicles Research Report Noise-Robust Speech Recognition in a Car Environment Based on the Acoustic Features of Car Interior Noise Hiroyuki Hoshino Abstract This

More information

Predicting Sleep Using Consumer Wearable Sensing Devices

Predicting Sleep Using Consumer Wearable Sensing Devices Predicting Sleep Using Consumer Wearable Sensing Devices Miguel A. Garcia Department of Computer Science Stanford University Palo Alto, California miguel16@stanford.edu 1 Introduction In contrast to the

More information

Some alternatives for Inhomogeneous Poisson Point Processes for presence only data

Some alternatives for Inhomogeneous Poisson Point Processes for presence only data Some alternatives for Inhomogeneous Poisson Point Processes for presence only data Hassan Doosti Macquarie University hassan.doosti@mq.edu.au July 6, 2017 Hassan Doosti (MQU) Inhomogeneous Spatial Point

More information

As treatments for life-threatening illnesses

As treatments for life-threatening illnesses HEALTHCARE Distributed Healthcare: Simultaneous Assessment of Multiple Individuals Employing pervasive computing technologies can help enable continuous patient monitoring and assessment in various settings

More information