Human Activity Inference Using Hierarchical Bayesian Network in Mobile Contexts

Size: px
Start display at page:

Download "Human Activity Inference Using Hierarchical Bayesian Network in Mobile Contexts"

Transcription

1 Human Activity Inference Using Hierarchical Bayesian Network in Mobile Contexts Young-Seol Lee and Sung-Bae Cho Dept. of Computer Science, Yonsei University 134 Shinchon-dong, Seodaemoon-gu, Seoul , Korea Abstract. Since smart phones with diverse functionalities become the general trend, many context-aware services have been studied and launched. The services exploit a variety of contextual information in the mobile environment. Even though it has attempted to infer activities using a mobile device, it is difficult to infer human activities from uncertain, incomplete and insufficient mobile contextual information. We present a method to infer a person s activities from mobile contexts using hierarchically structured Bayesian networks. Mobile contextual information collected for one month is used to evaluate the method. The results show the usefulness of the proposed method. Keywords: Bayesian network, mobile context, activity inference. 1 Introduction Smartphones, such as Apple iphone and Google Android OS based phones, with various sensors are becoming a general trend. Such phones can collect contextual information like acceleration, GPS coordinates, Cell ID, Wi-Fi, etc. Many contextaware services are introduced and tried to provide a user with convenience using them. For example, Foursquare includes a location-based social networking service. It ranks the users by the frequency of visiting a specific location and encourages them to check in the place. Loopt service recommends some visited locations for the users, and Whoshere service shows friends' locations. Davis et al. tried to use temporal, spatial, and social contextual information to help manage consumer multimedia content with a camera phone [1]. Until now, most of such services use only raw data like GPS coordinates. Many researchers have attempted to infer high-level semantic information from raw data collected in a mobile device. Belloti et al. tried to infer a user's activities to recommend suitable locations or contents [2]. Chen proposed intelligent locationbased mobile news service as a kind of location based service [3]. Santos et al. studied user context inference using decision trees for social networking [4]. Most of the research used various statistical analysis and machine learning techniques like B.-L. Lu, L. Zhang, and J. Kwok (Eds.): ICONIP 2011, Part I, LNCS 7062, pp , Springer-Verlag Berlin Heidelberg 2011

2 Human Activity Inference Using Hierarchical Bayesian Network in Mobile Contexts 39 probabilistic model, fuzzy logic, and case based reasoning. However, it is practically difficult to infer high level context because mobile environment includes uncertainty and incompleteness. This paper presents a method to infer human activities from mobile contexts using hierarchical Bayesian networks. 2 Related Works Some researchers have collected contextual information in the mobile environment. VTT research center has developed technologies to manage contextual information and infer higher-level context abstractions from raw measurement data [5]. An adaptive user interface has been also developed by the VTT research center [6]. Helsinki University developed a ContextPhone framework which collected contexts (GPS, GSM cell ID, call history, SMS history, and application in use) on the Nokia 60 series [7]. Some researchers studied object based activity recognition using RFID tags. Patterson et al. examined reasoning with globally unique object instances detected by a Radio Frequency Identification (RFID) glove [8]. They constructed a model with hidden Markov model (HMM) and applied the model to identify what they are cooking. Wyatt et al. studied object based activity recognition using RFID tags, a RFID reader, and models mined from the Web [9]. It is used to solve a fundamental problem in recognizing human activities which need labeled data to learn models for the activities. On the other hand, there are location based activity recognition algorithms. In the approaches, it is assumed that a person s environment affects his activity. Therefore, they often focused on the accurate place detection algorithms rather than activity recognition for practical applications. Liao et al. used relational Markov network and conditional random field (CRF) [10] to extract activities from location information. Anderson and Muller attempted to recognize activities using HMM from GSM Cell-ID data [11]. In this paper, we propose a hierarchical Bayesian network based method to automate activity inference. It raises scalability and precision in recognizing activities by modeling hierarchical Bayesian network with intermediate nodes. 3 Proposed Method In this section, the whole process of activity recognition will be described. The whole system is composed of four components, which are context collection, statistical analysis, activity recognition with hierarchical Bayesian networks, and a user interface as shown in Fig. 1. The hierarchical Bayesian networks are designed based on the context hierarchy [12] and Hwang and Cho s work [13].

3 40 Y.-S. Lee and S.-B. Cho Fig. 1. System Overview 3.1 Context Collection and Preprocessing Context collection is the first step to infer activity. Table 1 shows the information from a mobile phone. In the process, raw data are preprocessed by simple analysis (frequency, elapsed time, etc). Table 1. Contextual information from smartphone Data Attributes Location GPS coordinates, Speed, Altitude, Place name Activity User s activity (reported by manual labeling) Music MP3 title, start time, end time, singer Photograph Time, captured object Call history Start time, end time, person (friend/lover/family/others) SMS history Time, person (friend/lover/family/others) Battery Time, whether charging or not (Yes/No), charge level (%) There are many practical difficulties to recognize user s activities using mobile contextual information in a smartphone. The fundamental problem is that mobile context in a smartphone does not reflect user s activities perfectly. User s activities generate various contextual information and only parts of them are observable in a smartphone. Moreover, important context in a smartphone is often damaged and uncertain. For instance, GPS signals may be invalid or be lost in some locations, especially indoor environment. Schedule stored in a smartphone may be different with the facts because it seems difficult to expect exact coincidence between schedule and user s activities in real life. Sometimes, unexpected events and accidents may occur. On the other hand, call history, SMS history, and photographs have important

4 Human Activity Inference Using Hierarchical Bayesian Network in Mobile Contexts 41 personal information, but are difficult to understand the semantics automatically. We applied several data mining techniques (decision tree, association rules, etc) to analyze and interpret the context. As a result, we distinguish the useful context. Mobile data can be classified into three types such as useful, partially useful and useless contexts to infer a user's activity. In this paper, we ignore useless context, and use other contexts to infer activity. 3.2 Bayesian Network Modeling for Activity Using Context Hierarchy According to Kaenampornpan et al., many researchers defined context and elements of context for context awareness. The goal of a context classification is to build a conceptual model of a userês activity. Activity Theory is a valuable framework used to analyze and model human activities by providing a comprehensive types and relationships of context [14]. It consists of six components which are subject, object, community, rules, division of labor, and artifact. Kofod-Petersen et al. built context taxonomy from six elements found in Activity Theory and applied it to their semantic networks as five context categories: environmental, personal, social, task, spatiotemporal context [12]. Fig. 2 presents our context model structure which is based on context hierarchy to recognize the activities. Fig. 2. Context model for activity recognition The hierarchical context model allows us to implicitly decompose a user s activities into simpler contexts. Intuitively, it might be easier for the model to design probabilistic network modules with hierarchical tree structure rather than the complex one. Further, it is advantageous to break a network for an activity into smaller subtrees and then build models for the sub-trees related to specific context. Fig. 3 shows basic structure of our Bayesian network model for each activity. Bayesian network is a directed acyclic graphical model that is developed to represent probabilistic dependencies among random variables [13]. It relies on Bayes rule like (1) and conditional independence to estimate the distribution over variables. P ( X Y ) ( Y X ) P( X ) P( Y ) P = (1) The nodes in the Bayesian network represent a set of observations (e.g., locations, day of week, etc), denoted as O = {o 1, o 2, o 3,, o n }, and corresponding activities

5 42 Y.-S. Lee and S.-B. Cho (e.g., walking, studying, etc), denoted as A = {a 1, a 2, a 3,, a m }. These nodes, along with the connectivity structure imposed by directed edges between them, define the conditional probability distribution P(A O) over the target activity A. Equation (2) shows that a i, which is a specific activity to recognize, can be inferred from observations. ( A O) P( a o, o, o,..., o ) P (2) i n The proposed model has intermediate nodes, denoted as C = {c 1, c 2,, c m }, to represent hidden variables for activity inference. Fig. 3. Bayesian network structure for activity recognition 3.3 Hierarchical Bayesian Networks for Activity Class In the previous section, Bayesian networks for each activity make it easy to extract activities with only related observations. However, a person can do independent activities at the same time. For instance, he can watch a television and eat something simultaneously. The simultaneous activities cause confusion and mistake to recognize activities because of mixed contextual information. Each Bayesian network module for an activity cannot deal with the situation effectively. We define a global domain for similar activities as activity class. The recognition for global domain of activities is a summary of all similar activities. For instance, Fig. 4 shows the conceptual structure. Let E be the set of all evidences in a given Bayesian network. Then, a Bayesian network factorizes the conditional distribution like P(a E), where a is an activity and every E = {e 1, e 2, e 3,, e n }. It is assumed that e i+1, e i+2, and e i+4 are the observed nodes in a given environment. Under the evidences, a i and a i+2 are the most probable activities, and we may have the possibility of confusion between a i and a i+2. Intuitively, activity class as a global activity captures the compatibility among the variables. Using the hierarchical structure, the conditional distribution over the activity class A is written as P(A a i, a i+1, ).

6 Human Activity Inference Using Hierarchical Bayesian Network in Mobile Contexts 43 Activity Class Ai Ai+1 Activities ai ai+1 ai+2 ai+3 Evidences ei ei+1 ei+2 ei+3 ei+4 ei+5 ei+6 ei+7 ei+8 ei+9 ei+10 Input evidence Fig. 4. Structure for Activity class from activities 4 Experimental Result We define 23 activities according to GSS (General Social Survey on Time Use, 1998) which is a statistical survey for daily activities on time usage in Canada (Statistics Canada, 2005). The activities are suitable to be selected from contextual information regarding user s environment because GSS provides activity types related to location, time and activity purposes. We compare reported activities and inferred activities using our Bayesian networks to calculate the hit rate of the recognition. Fig. 5. Accuracy of activity recognition According to our analysis, time and location are the most important factors to estimate the probability of each activity. That is, location and time dependent activities tend to be detected well as shown in Fig. 5. For example, Night Sleep occurs at specific location (mainly home) and time (mostly night). Examination has

7 44 Y.-S. Lee and S.-B. Cho fixed dates in a semester. Korean regular army training is one of duties in South Korea, of which schedule is determined by the Ministry of National Defense. It is also easy to estimate the occurrence. On the while, location and time independent activities such as Relaxing and Reading books are difficult to detect automatically from contextual information. Fig. 6 illustrates the result of activity class recognition. Fig. 6. Accuracy of activity class recognition Finally, we introduce an interface to annotate a user's activity for some images. It helps a user to check recognized activity related to a photograph. It reduces fatigue of manual annotation. In this point of view, we have developed a prototype annotation tool as shown in Fig. 7. The probability of activity class tended to be more accurate than each activity. A user can easily use their activity to annotate their photographs taken by a mobile phone. Fig. 7. User interface screenshots for activity annotation 5 Summary and Discussion In this paper, we have proposed a method to recognize activities using hierarchical probabilistic models. The system is composed of 4 components, which are context collection, preprocessing and feature extraction, activity recognition, and an interface for visualization and labeling. Bayesian network models for activity refer to context hierarchy and activity hierarchy. It is evaluated with the data collected in real mobile environment. The proposed interface makes labeling easy with effective visualization in order to support recognized activities more accurately.

8 Human Activity Inference Using Hierarchical Bayesian Network in Mobile Contexts 45 Our future research must include more diverse personal information and improve the performance of activity recognition. In addition, various menu interfaces have to be developed for user s convenience. Acknowledgments. This research was supported by the Original Technology Research Program for Brain Science through the National Research Foundation of Korea (NRF) funded by the Ministry of Education, Science and Technology ( ). References 1. Davis, M., Canny, J., House, V.N., Good, N., King, S., Nair, R., Burgener, C., Strickland, R., Campbell, G., Fisher, S., Reid, N.: MMM2: Mobile Media Metadata for Media Sharing. In: ACM MM 2005, Singapore, pp (2005) 2. Bellotti, V., Begole, B., Chi, H.E., Ducheneaut, N., Fang, J., Isaacs, E., King, T., Newman, W.M., Partridge, K., Price, B., Rasmussen, P., Roberts, M., Schiano, J.D., Walendowski, A.: Activity-Based Serendipitous Recommendations with the Magitti Mobile Leisure Guide. In: Proc. of the 26th Annual SIGCHI Conf. on Human Factors in Computing Systems (CHI 2008), pp (2008) 3. Chen, C.-M.: Intelligent Location-Based Mobile News Service System with Automatic News Summarization. Expert Systems with Applications 37(9), (2010) 4. Santos, C.A., Cardoso, M.P.J., Ferreira, R.D., Diniz, C.P., Chaínho, P.: Providing User Context for Mobile and Social Networking Applications. Pervasive and Mobile Computing 6(3), (2010) 5. Korpip, P., Mantyjarvi, J., Kela, J., Keranen, H., Malm, E.-J.: Managing Context Information in Mobile Devices. IEEE Pervasive Computing 2(3), (2003) 6. Korpip, P., Koskinen, M., Peltola, J., Makela, S.-M., Seppanen, T.: Bayesian Approach to Sensor-Based Context-Awareness. Personal and Ubiquitous Computing 7(2), (2003) 7. Raento, M., Oulasvirta, A., Petit, R., Toivonen, H.: ContextPhone - A Prototyping Platform for Context-Aware Mobile Applications. IEEE Pervasive Computing 4(2), (2005) 8. Patterson, J.D., Fox, D., Kautz, H., Philipose, M.: Fine-Grained Activity Recognition by Aggregating Abstract Object Usage. In: 9th IEEE International Symposium on Wearable Computers, pp (2005) 9. Wyatt, D., Philipose, M., Choudhury, T.: Unsupervised Activity Recognition using Automatically Mined Common Sense. In: Proc. of the 20th National Conference on Artificial Intelligence, pp (2005) 10. Liao, L., Fox, D., Kautz, H.: Extracting Places and Activities from GPS Traces using Hierarchical Conditional Random Fields. International Journal of Robotics Research 26(1), (2007) 11. Anderson, I., Muller, H.: Department of Computer Science: Practical activity recognition using GSM data. Technical report CSTR , University of Bristol (2006) 12. Kofod-Petersen, A., Cassens, J.: Using Activity Theory to Model Context Awareness. In: Roth-Berghofer, T.R., Schulz, S., Leake, D.B. (eds.) MRC LNCS (LNAI), vol. 3946, pp Springer, Heidelberg (2006) 13. Hwang, K.-S., Cho, S.-B.: Landmark Detection from Mobile Life Log using a Modular Bayesian Network Model. Expert Systems with Applications 36(3), (2009) 14. Kaenampornpan, M., O Neill, E.: Modelling Context: An Activity Theory Approach. In: Markopoulos, P., Eggen, B., Aarts, E., Crowley, J.L. (eds.) EUSAI LNCS, vol. 3295, pp Springer, Heidelberg (2004)

A Context-Aware Music Recommendation System Using Fuzzy Bayesian Networks with Utility Theory

A Context-Aware Music Recommendation System Using Fuzzy Bayesian Networks with Utility Theory A Context-Aware Music Recommendation System Using Fuzzy Bayesian Networs with Utility Theory Han-Saem Par, Ji-Oh Yoo, and Sung-Bae Cho Department of Computer Science, Yonsei University 134 Shinchon-dong,

More information

Using Association Rule Mining to Discover Temporal Relations of Daily Activities

Using Association Rule Mining to Discover Temporal Relations of Daily Activities Using Association Rule Mining to Discover Temporal Relations of Daily Activities Ehsan Nazerfard, Parisa Rashidi, and Diane J. Cook School of Electrical Engineering and Computer Science Washington State

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

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

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

An Efficient Attribute Ordering Optimization in Bayesian Networks for Prognostic Modeling of the Metabolic Syndrome

An Efficient Attribute Ordering Optimization in Bayesian Networks for Prognostic Modeling of the Metabolic Syndrome An Efficient Attribute Ordering Optimization in Bayesian Networks for Prognostic Modeling of the Metabolic Syndrome Han-Saem Park and Sung-Bae Cho Department of Computer Science, Yonsei University 134

More information

A Smart Texting System For Android Mobile Users

A Smart Texting System For Android Mobile Users A Smart Texting System For Android Mobile Users Pawan D. Mishra Harshwardhan N. Deshpande Navneet A. Agrawal Final year I.T Final year I.T J.D.I.E.T Yavatmal. J.D.I.E.T Yavatmal. Final year I.T J.D.I.E.T

More information

Bayesian Belief Network Based Fault Diagnosis in Automotive Electronic Systems

Bayesian Belief Network Based Fault Diagnosis in Automotive Electronic Systems Bayesian Belief Network Based Fault Diagnosis in Automotive Electronic Systems Yingping Huang *, David Antory, R. Peter Jones, Craig Groom, Ross McMurran, Peter Earp and Francis Mckinney International

More information

The 29th Fuzzy System Symposium (Osaka, September 9-, 3) Color Feature Maps (BY, RG) Color Saliency Map Input Image (I) Linear Filtering and Gaussian

The 29th Fuzzy System Symposium (Osaka, September 9-, 3) Color Feature Maps (BY, RG) Color Saliency Map Input Image (I) Linear Filtering and Gaussian The 29th Fuzzy System Symposium (Osaka, September 9-, 3) A Fuzzy Inference Method Based on Saliency Map for Prediction Mao Wang, Yoichiro Maeda 2, Yasutake Takahashi Graduate School of Engineering, University

More information

EXPERIENCE THE WORLD S FIRST TRULY SMART HEARING DEVICE

EXPERIENCE THE WORLD S FIRST TRULY SMART HEARING DEVICE EXPERIENCE THE WORLD S FIRST TRULY SMART HEARING DEVICE INTELLIGENT TODAY, SMARTER TOMORROW THE FUTURE OF HEARING DEVICES IS HERE Introducing WIDEX EVOKE TM. Not only does it allow you to hear better in

More information

Supplementary notes for lecture 8: Computational modeling of cognitive development

Supplementary notes for lecture 8: Computational modeling of cognitive development Supplementary notes for lecture 8: Computational modeling of cognitive development Slide 1 Why computational modeling is important for studying cognitive development. Let s think about how to study the

More information

An Approach to Applying. Goal Model and Fault Tree for Autonomic Control

An Approach to Applying. Goal Model and Fault Tree for Autonomic Control Contemporary Engineering Sciences, Vol. 9, 2016, no. 18, 853-862 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2016.6697 An Approach to Applying Goal Model and Fault Tree for Autonomic Control

More information

Dynamic Rule-based Agent

Dynamic Rule-based Agent International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 11, Number 4 (2018), pp. 605-613 International Research Publication House http://www.irphouse.com Dynamic Rule-based

More information

Predicting Group Emotion in Kindergarten Classes by Modular Bayesian Networks

Predicting Group Emotion in Kindergarten Classes by Modular Bayesian Networks Predicting Group Emotion in Kindergarten Classes by Modular Bayesian Networks Jun-Ho Kim Dept. of Computer Science Yonsei University Seoul, Korea barabarada@sclab.yonsei.ac.kr Abstract Conventional methods

More information

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Thomas E. Rothenfluh 1, Karl Bögl 2, and Klaus-Peter Adlassnig 2 1 Department of Psychology University of Zurich, Zürichbergstraße

More information

PIB Ch. 18 Sequence Memory for Prediction, Inference, and Behavior. Jeff Hawkins, Dileep George, and Jamie Niemasik Presented by Jiseob Kim

PIB Ch. 18 Sequence Memory for Prediction, Inference, and Behavior. Jeff Hawkins, Dileep George, and Jamie Niemasik Presented by Jiseob Kim PIB Ch. 18 Sequence Memory for Prediction, Inference, and Behavior Jeff Hawkins, Dileep George, and Jamie Niemasik Presented by Jiseob Kim Quiz Briefly describe the neural activities of minicolumn in the

More information

Lose It! Weight Loss App Competative Analysis Report

Lose It! Weight Loss App Competative Analysis Report Lose It! Weight Loss App Competative Analysis Report By Manuel Ryan Espinsa Manuel Ryan Espinosa 3-4-2018 Competative Analysis IN4MATX 283 LEC A TABLE OF CONTENTS INTRODUCTION & GOALS DIRECT COMPETITORS

More information

Phone Number:

Phone Number: International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 1589 Multi-Agent based Diagnostic Model for Diabetes 1 A. A. Obiniyi and 2 M. K. Ahmed 1 Department of Mathematic,

More information

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany High-level Vision Bernd Neumann Slides for the course in WS 2004/05 Faculty of Informatics Hamburg University Germany neumann@informatik.uni-hamburg.de http://kogs-www.informatik.uni-hamburg.de 1 Contents

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

More information

Externalization of Cognition: from local brains to the Global Brain. Clément Vidal, Global Brain Institute

Externalization of Cognition: from local brains to the Global Brain. Clément Vidal, Global Brain Institute Externalization of Cognition: from local brains to the Global Brain Clément Vidal, Global Brain Institute clement.vidal@philosophons.com 1 Introduction Humans use tools. create, use and refine tools. extends

More information

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

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

More information

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

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Peiqin Gu College of Computer Science, Zhejiang University, P.R.China gupeiqin@zju.edu.cn Abstract. Unlike Western Medicine, those

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

SoundSense: Scalable Sound Sensing for People-Centric Applications on Mobile Phones

SoundSense: Scalable Sound Sensing for People-Centric Applications on Mobile Phones SoundSense: Scalable Sound Sensing for People-Centric Applications on Mobile Phones Hong Lu, Wei Pan, Nicholas D. Lane, Tanzeem Choudhury, Andrew T. Campbell Dept. of Computer Science, Dartmouth College

More information

The Development and Application of Bayesian Networks Used in Data Mining Under Big Data

The Development and Application of Bayesian Networks Used in Data Mining Under Big Data 2017 International Conference on Arts and Design, Education and Social Sciences (ADESS 2017) ISBN: 978-1-60595-511-7 The Development and Application of Bayesian Networks Used in Data Mining Under Big Data

More information

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

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

More information

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

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

More information

Clinical Examples as Non-uniform Learning and Testing Sets

Clinical Examples as Non-uniform Learning and Testing Sets Clinical Examples as Non-uniform Learning and Testing Sets Piotr Augustyniak AGH University of Science and Technology, 3 Mickiewicza Ave. 3-9 Krakow, Poland august@agh.edu.pl Abstract. Clinical examples

More information

Eigenbehaviors: Identifying Structure in Routine. N. Eagle and A. Pentland. MIT Media Laboratory, Massachusetts Institute of Technology,

Eigenbehaviors: Identifying Structure in Routine. N. Eagle and A. Pentland. MIT Media Laboratory, Massachusetts Institute of Technology, Eigenbehaviors: Identifying Structure in Routine N. Eagle and A. Pentland MIT Media Laboratory, Massachusetts Institute of Technology, E15-383, 20 Ames St., Cambridge, MA 02139 Current word count (exc.

More information

Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials

Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials Riccardo Miotto and Chunhua Weng Department of Biomedical Informatics Columbia University,

More information

Improving User Engagement by Aggregating and Analysing Health & Fitness Data on a Mobile App

Improving User Engagement by Aggregating and Analysing Health & Fitness Data on a Mobile App Improving User Engagement by Aggregating and Analysing Health & Fitness Data on a Mobile App Peter Leijdekkers and Valerie Gay, Faculty of Engineering and Information Technology, University of Technology,

More information

New methods for collecting evidence

New methods for collecting evidence Objective Monitoring of the Obesogenic Behaviour and the Role of the Local Environment New methods for collecting evidence Anastasios Delopoulos Multimedia Understanding Group Information Processing Laboratory

More information

EMOTIONAL LIGHTING SYSTEM ABLE TO EMOTION REASONING USING FUZZY INFERENCE

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

More information

Integrating Sensing and Cueing for More Effective Activity Reminders

Integrating Sensing and Cueing for More Effective Activity Reminders Integrating Sensing and Cueing for More Effective Activity Reminders Joseph Modayil, Rich Levinson, Craig Harman, David Halper and Henry Kautz Department of Computing Science University of Rochester Rochester,

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

BAYESIAN NETWORK FOR FAULT DIAGNOSIS

BAYESIAN NETWORK FOR FAULT DIAGNOSIS BAYESIAN NETWOK FO FAULT DIAGNOSIS C.H. Lo, Y.K. Wong and A.B. ad Department of Electrical Engineering, The Hong Kong Polytechnic University Hung Hom, Kowloon, Hong Kong Fax: +852 2330 544 Email: eechlo@inet.polyu.edu.hk,

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

Automated mobile systems for multidimensional. feedback

Automated mobile systems for multidimensional. feedback Automated mobile systems for multidimensional well-being sensing and feedback Mashfiqui Rabbi People-aware-computing Lab Cornell University 219 Gates Hall Ithaca, NY 14853 ms2749@cornell.edu Permission

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

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

A Review on Fuzzy Rule-Base Expert System Diagnostic the Psychological Disorder

A Review on Fuzzy Rule-Base Expert System Diagnostic the Psychological Disorder 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

Chapter 12 Conclusions and Outlook

Chapter 12 Conclusions and Outlook Chapter 12 Conclusions and Outlook In this book research in clinical text mining from the early days in 1970 up to now (2017) has been compiled. This book provided information on paper based patient record

More information

Enhanced Asthma Management with Mobile Communication

Enhanced Asthma Management with Mobile Communication Enhanced Asthma Management with Mobile Communication P.S. Ngai, S. Chan, C.T. Lau, K.M. Lau Abstract In this paper, we propose a prototype system to enhance the management of asthma condition in patients

More information

Spatial Cognition for Mobile Robots: A Hierarchical Probabilistic Concept- Oriented Representation of Space

Spatial Cognition for Mobile Robots: A Hierarchical Probabilistic Concept- Oriented Representation of Space Spatial Cognition for Mobile Robots: A Hierarchical Probabilistic Concept- Oriented Representation of Space Shrihari Vasudevan Advisor: Prof. Dr. Roland Siegwart Autonomous Systems Lab, ETH Zurich, Switzerland.

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

A RDF and OWL-Based Temporal Context Reasoning Model for Smart Home

A RDF and OWL-Based Temporal Context Reasoning Model for Smart Home Information Technology Journal 6 (8): 1130-1138, 2007 ISSN 1812-5638 2008 Asian Network for Scientific Information A RDF and OWL-Based Temporal Context Reasoning Model for Smart Home Hsien-Chou Liao and

More information

Author(s)Kanai, H.; Nakada, T.; Hanbat, Y.; K

Author(s)Kanai, H.; Nakada, T.; Hanbat, Y.; K JAIST Reposi https://dspace.j Title A support system for context awarene home using sound cues Author(s)Kanai, H.; Nakada, T.; Hanbat, Y.; K Citation Second International Conference on P Computing Technologies

More information

Scenes Categorization based on Appears Objects Probability

Scenes Categorization based on Appears Objects Probability 2016 IEEE 6th International Conference on System Engineering and Technology (ICSET) Oktober 3-4, 2016 Bandung Indonesia Scenes Categorization based on Appears Objects Probability Marzuki 1, Egi Muhamad

More information

STAY IN CHARGE STAY IN THE MOMENT

STAY IN CHARGE STAY IN THE MOMENT STAY IN CHARGE STAY IN THE MOMENT ALL THE AMAZING FEATURES OF WIDEX BEYOND NOW RECHARGEABLE Now the world s best sounding made-for-iphone hearing aid is available with the convenience of rechargeability

More information

Detection of Brain Tumor Using FFBP Neural Networks

Detection of Brain Tumor Using FFBP Neural Networks Detection of Brain Tumor Using FFBP Neural Networks Ms.S. Suruthi 1, Mrs.G.Jayanthi 2, Mrs.Dr.G.Gandhimathi 3 1 B.E, M.E Communication systems, Dept. of ECE, Parisutham Institute of Technology & Science,

More information

Applying Machine Learning Techniques to Analysis of Gene Expression Data: Cancer Diagnosis

Applying Machine Learning Techniques to Analysis of Gene Expression Data: Cancer Diagnosis Applying Machine Learning Techniques to Analysis of Gene Expression Data: Cancer Diagnosis Kyu-Baek Hwang, Dong-Yeon Cho, Sang-Wook Park Sung-Dong Kim, and Byoung-Tak Zhang Artificial Intelligence Lab

More information

STIN2103. Knowledge. engineering expert systems. Wan Hussain Wan Ishak. SOC 2079 Ext.: Url:

STIN2103. Knowledge. engineering expert systems. Wan Hussain Wan Ishak. SOC 2079 Ext.: Url: & Knowledge STIN2103 engineering expert systems Wan Hussain Wan Ishak SOC 2079 Ext.: 4786 Email: hussain@uum.edu.my Url: http://www.wanhussain.com Outline Knowledge Representation Types of knowledge Knowledge

More information

Facial expression recognition with spatiotemporal local descriptors

Facial expression recognition with spatiotemporal local descriptors Facial expression recognition with spatiotemporal local descriptors Guoying Zhao, Matti Pietikäinen Machine Vision Group, Infotech Oulu and Department of Electrical and Information Engineering, P. O. Box

More information

DYNAMICS OF HUMAN SOCIAL NETWORKS PEOPLE, TIME, RELATIONSHIPS AND PLACES

DYNAMICS OF HUMAN SOCIAL NETWORKS PEOPLE, TIME, RELATIONSHIPS AND PLACES PROCEEDINGS, COINs3 Rahman O. Oloritun Masdar Institute P. O Box 54224 Abu Dhabi, UAE +97 5675354283 roloritun@masdar.ac.ae DYNAMICS OF HUMAN SOCIAL NETWORKS PEOPLE, TIME, RELATIONSHIPS AND PLACES Alex

More information

STAY IN CHARGE STAY IN THE MOMENT

STAY IN CHARGE STAY IN THE MOMENT STAY IN CHARGE STAY IN THE MOMENT ALL THE AMAZING FEATURES OF WIDEX BEYOND NOW RECHARGEABLE Now the world s best sounding made-for-iphone hearing aid is available with the convenience of rechargeability

More information

Neuro-Inspired Statistical. Rensselaer Polytechnic Institute National Science Foundation

Neuro-Inspired Statistical. Rensselaer Polytechnic Institute National Science Foundation Neuro-Inspired Statistical Pi Prior Model lfor Robust Visual Inference Qiang Ji Rensselaer Polytechnic Institute National Science Foundation 1 Status of Computer Vision CV has been an active area for over

More information

App Stores: External Validity for Mobile HCI

App Stores: External Validity for Mobile HCI App Stores: External Validity for Mobile HCI Niels Henze University of Stuttgart niels.henze@vis.uni-stuttgart.de Martin Pielot Telefónica Research pielot@tid.es Studies in HCI research are often conducted

More information

Event Classification and Relationship Labeling in Affiliation Networks

Event Classification and Relationship Labeling in Affiliation Networks Event Classification and Relationship Labeling in Affiliation Networks Abstract Many domains are best described as an affiliation network in which there are entities such as actors, events and organizations

More information

A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1

A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1 A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1 Abstract MedFrame provides a medical institution with a set of software tools for developing

More information

LifelogExplorer: A Tool for Visual Exploration of Ambulatory Skin Conductance Measurements in Context

LifelogExplorer: A Tool for Visual Exploration of Ambulatory Skin Conductance Measurements in Context LifelogExplorer: A Tool for Visual Exploration of Ambulatory Skin Conductance Measurements in Context R.D. Kocielnik 1 1 Department of Mathematics & Computer Science, Eindhoven University of Technology,

More information

Handling Partial Preferences in the Belief AHP Method: Application to Life Cycle Assessment

Handling Partial Preferences in the Belief AHP Method: Application to Life Cycle Assessment Handling Partial Preferences in the Belief AHP Method: Application to Life Cycle Assessment Amel Ennaceur 1, Zied Elouedi 1, and Eric Lefevre 2 1 University of Tunis, Institut Supérieur de Gestion de Tunis,

More information

Active User Affect Recognition and Assistance

Active User Affect Recognition and Assistance Active User Affect Recognition and Assistance Wenhui Liao, Zhiwe Zhu, Markus Guhe*, Mike Schoelles*, Qiang Ji, and Wayne Gray* Email: jiq@rpi.edu Department of Electrical, Computer, and System Eng. *Department

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

Automated Image Biometrics Speeds Ultrasound Workflow

Automated Image Biometrics Speeds Ultrasound Workflow Whitepaper Automated Image Biometrics Speeds Ultrasound Workflow ACUSON SC2000 Volume Imaging Ultrasound System S. Kevin Zhou, Ph.D. Siemens Corporate Research Princeton, New Jersey USA Answers for life.

More information

10CS664: PATTERN RECOGNITION QUESTION BANK

10CS664: PATTERN RECOGNITION QUESTION BANK 10CS664: PATTERN RECOGNITION QUESTION BANK Assignments would be handed out in class as well as posted on the class blog for the course. Please solve the problems in the exercises of the prescribed text

More information

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

Care that makes sense Designing assistive personalized healthcare with ubiquitous sensing

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

More information

Kinomap Trainer app is set for fitness machines including exercise bikes, ellipticals and cross trainers, treadmills and rowers.

Kinomap Trainer app is set for fitness machines including exercise bikes, ellipticals and cross trainers, treadmills and rowers. Kinomap Trainer app is set for fitness machines including exercise bikes, ellipticals and cross trainers, treadmills and rowers. Version 1.1 1 With Kinomap Fitness, ride more than 100,000 km of geolocated

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

Using Bayesian Networks for Daily Activity Prediction

Using Bayesian Networks for Daily Activity Prediction Plan, Activity, and Intent Recognition: Papers from the AAAI 2013 Workshop Using Bayesian Networks for Daily Activity Prediction Ehsan Nazerfard School of Electrical Eng. and Computer Science Washington

More information

Cognitive Maps-Based Student Model

Cognitive Maps-Based Student Model Cognitive Maps-Based Student Model Alejandro Peña 1,2,3, Humberto Sossa 3, Agustín Gutiérrez 3 WOLNM 1, UPIICSA 2 & CIC 3 - National Polytechnic Institute 2,3, Mexico 31 Julio 1859, # 1099-B, Leyes Reforma,

More information

Human Sport Activities Recognition and Registration from Portable Device

Human Sport Activities Recognition and Registration from Portable Device Human Sport Activities Recognition and Registration from Portable Device Bernardas Zokas, Mantas Lukoševičius Department of Software Engineering Kaunas University of Technology Kaunas, Lithuania zokas.bernardas@ktu.edu,

More information

Thrive Hearing Control: An app for a hearing revolution

Thrive Hearing Control: An app for a hearing revolution Thrive Hearing Control: An app for a hearing revolution By Chris Howes In 2014, the first hearing aids connecting to smartphones were launched. Since then, smartphones, accessories like watches and other

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

Registration Instructions Thank you for joining the Million Mile Movement!

Registration Instructions Thank you for joining the Million Mile Movement! Registration Instructions Thank you for joining the Million Mile Movement! Read these instructions carefully before going to the site. 1. Go to HealthyLee.com from a computer to create an individual account

More information

Using Probabilistic Methods to Optimize Data Entry in Accrual of Patients to Clinical Trials

Using Probabilistic Methods to Optimize Data Entry in Accrual of Patients to Clinical Trials Using Probabilistic Methods to Optimize Data Entry in Accrual of Patients to Clinical Trials Bhavesh D. Goswami 1, Lawrence O. Hall 1, Dmitry B. Goldgof 1, Eugene Fink 2, Jeffrey P. Krischer 1 bgoswami@csee.usf.edu,

More information

Using Probabilistic Reasoning to Develop Automatically Adapting Assistive

Using Probabilistic Reasoning to Develop Automatically Adapting Assistive From: AAAI Technical Report FS-96-05. Compilation copyright 1996, AAAI (www.aaai.org). All rights reserved. Using Probabilistic Reasoning to Develop Automatically Adapting Assistive Technology Systems

More information

Evaluation of PhonAge: An Adapted Smartphone Interface for Elderly People

Evaluation of PhonAge: An Adapted Smartphone Interface for Elderly People Evaluation of PhonAge: An Adapted Smartphone Interface for Elderly People Farah Arab, Yasir Malik, and Bessam Abdulrazak University of Sherbrooke, Département d'informatique 2500 boulevard de l'université,

More information

Katsunari Shibata and Tomohiko Kawano

Katsunari Shibata and Tomohiko Kawano Learning of Action Generation from Raw Camera Images in a Real-World-Like Environment by Simple Coupling of Reinforcement Learning and a Neural Network Katsunari Shibata and Tomohiko Kawano Oita University,

More information

Design of APP for College Students' Fitness Running based on Android

Design of APP for College Students' Fitness Running based on Android 2017 International Conference on Computer Science and Application Engineering (CSAE 2017) ISBN: 978-1-60595-505-6 Design of APP for College Students' Fitness Running based on Android Jie Lu *, Haifeng

More information

Image-Based Estimation of Real Food Size for Accurate Food Calorie Estimation

Image-Based Estimation of Real Food Size for Accurate Food Calorie Estimation Image-Based Estimation of Real Food Size for Accurate Food Calorie Estimation Takumi Ege, Yoshikazu Ando, Ryosuke Tanno, Wataru Shimoda and Keiji Yanai Department of Informatics, The University of Electro-Communications,

More information

Mobile Personal Health Care System for Patients with Diabetes

Mobile Personal Health Care System for Patients with Diabetes Mobile Personal Health Care System for Patients with Diabetes Fuchao Zhou, Hen-I Yang, José M. Re Álamo, Johnny S. Wong, and Carl K. Chang Department of Computer Science, Iowa State University, USA {alanzhou,hiyang,jmreye,wong,chang}@cs.iastate.edu

More information

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

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

More information

PushUpMadness. ISDS 3100 Spring /27/2012. Team Five: Michael Alford Jared Falcon Raymond Fuenzalida Dustin Jenkins

PushUpMadness. ISDS 3100 Spring /27/2012. Team Five: Michael Alford Jared Falcon Raymond Fuenzalida Dustin Jenkins PushUpMadness ISDS 3100 Spring 2012 2/27/2012 Team Five: Michael Alford Jared Falcon Raymond Fuenzalida Dustin Jenkins Executive Summary: Application development has helped many businesses to profit, many

More information

Where Communication Meets Healthcare. Wade Trappe

Where Communication Meets Healthcare. Wade Trappe Where Communication Meets Healthcare Wade Trappe trappe@winlab.rutgers.edu Why is a Wireless Center Talking About Healthcare? Communications is essential to health at many levels: Individual patient data

More information

Facial Event Classification with Task Oriented Dynamic Bayesian Network

Facial Event Classification with Task Oriented Dynamic Bayesian Network Facial Event Classification with Task Oriented Dynamic Bayesian Network Haisong Gu Dept. of Computer Science University of Nevada Reno haisonggu@ieee.org Qiang Ji Dept. of ECSE Rensselaer Polytechnic Institute

More information

7 HealthKit " Must Knows"

7 HealthKit  Must Knows 7 HealthKit " Must Knows" Anything Apple releases is bound to be eagerly awaited for, talked about, dissected by industry experts and Apple aficionados alike. HealthKit is no exception. With the release

More information

Intelligent Machines That Act Rationally. Hang Li Bytedance AI Lab

Intelligent Machines That Act Rationally. Hang Li Bytedance AI Lab Intelligent Machines That Act Rationally Hang Li Bytedance AI Lab Four Definitions of Artificial Intelligence Building intelligent machines (i.e., intelligent computers) Thinking humanly Acting humanly

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

Statement of research interest

Statement of research interest Statement of research interest Milos Hauskrecht My primary field of research interest is Artificial Intelligence (AI). Within AI, I am interested in problems related to probabilistic modeling, machine

More information

Programming with Goals (3)

Programming with Goals (3) Programming with Goals (3) M. Birna van Riemsdijk, TU Delft, The Netherlands GOAL slides adapted from MAS course slides by Hindriks 4/24/11 Delft University of Technology Challenge the future Outline GOAL:

More information

KINOMAP FITNESS. Version Android KINOMAP FITNESS

KINOMAP FITNESS. Version Android KINOMAP FITNESS Version 1.1 - Android With Kinomap Fitness, ride more than 100,000 km of geolocated videos all over the world uploaded by users themselves. Try to follow their rhythm under the same conditions at the time

More information

From Mobile Phone Monitoring of Depressive States using GPS Traces Analysis to Data-Driven Behaviour Change Interventions

From Mobile Phone Monitoring of Depressive States using GPS Traces Analysis to Data-Driven Behaviour Change Interventions From Mobile Phone Monitoring of Depressive States using GPS Traces Analysis to Data-Driven Behaviour Change Interventions Luca Canzian Qascom Mirco Musolesi University College London Outline Motivation

More information

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Ryo Izawa, Naoki Motohashi, and Tomohiro Takagi Department of Computer Science Meiji University 1-1-1 Higashimita,

More information

Beyond AI: Bringing Emotional Intelligence to the Digital

Beyond AI: Bringing Emotional Intelligence to the Digital Beyond AI: Bringing Emotional Intelligence to the Digital World Emotions influence every aspect of our lives how we live, work and play to the decisions we make We are surrounded by hyper-connected devices,

More information

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

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

More information

How to Use the myhearing App on Apple/iOS devices

How to Use the myhearing App on Apple/iOS devices How to Use the myhearing App on Apple/iOS devices Quick Guide Compatibility The myhearing App is compatible with all Apple devices with the ios version 9.0 and higher. Installation You can download and

More information

Assessing Mental Health Issues on College Campuses: Preliminary Findings from a Pilot Study

Assessing Mental Health Issues on College Campuses: Preliminary Findings from a Pilot Study Assessing Mental Health Issues on College Campuses: Preliminary Findings from a Pilot Study Vincent W. S. Tseng, Saeed Abdullah, Min Hane Aung, Franziska Wittleder, Michael Merrill, Tanzeem Choudhury 1

More information