Emotion Classification Using Neural Network

Size: px
Start display at page:

Download "Emotion Classification Using Neural Network"

Transcription

1 Emotion Classification Using Neural Network Fadzilah Siraj, Nooraini Yusoff and Lam Choong Kee Faculty of Information Technology Universiti Utara Malaysia, Sintok Kedah, Malaysia Tel: , Fax: , Abstract - Neural networks have found profound success in the area of pattern recognition. By repeatedly showing a neural network inputs classified into groups, the network can be trained to discern the criteria used to classify, and it can do so in a generalized manner allowing successful classification of new inputs not used during training. With the explosion of research in emotion in recent year, the application of pattern recognition technology to emotion detection has become increasingly interesting. Since emotion has become an important interface for the communication between human and machine, it plays a basic role in rational decision-making, learning, perception, and various cognitive tasks. Human s emotion can be detected based on the physiological measurements, facial expression and vocal recognition. Since human shows the same facial muscles when expressing a particular emotion, therefore the emotion can be quantified. In this study, six primary emotions such as anger, disgust, fear, happiness, sadness and surprise were classified using Neural Network. Real dataset of facial expression images were captured and processed to prepare for Neural Network training and testing. The dataset was tested on Multilayer Layer Perceptron with Backpropagation learning algorithm and Regression analysis. The experimental results reveal that Neural Network has a misclassification rate of 2.5% while Regression analysis yields a misclassification rate of 33.33%. Keywords: Emotion, Classification, Neural Network I. INTRODUCTION Data mining is a process that uses a variety of data analysis tools to discover patterns and relationships in data that may be used to make valid predictions. The first and simplest analytical step in data mining is to describe the data. However, data description alone cannot provide an action plan. Therefore a predictive model is required. Classification problems aim to identify the characteristics that indicate the group to which each case belongs. This pattern can be used both to understand the existing data and to predict how new instances will behave. Data mining creates classification models by examining already classified data (cases) and inductively finding a predictive pattern. These existing cases may come from a historical database or from an experiment in which a sample of the entire database is tested in the real world and the results used to create a classifier. Sometimes an expert classifies a sample of the database, and this classification is then used to create the model which will be applied to the entire database. Data mining involves the use of sophisticated data analysis tools, including statistical models, mathematical algorithms, and machine learning methods (algorithms that improve their performance automatically through experience, such as neural networks or decision trees). In this study, a Neural Network technique is used as a classification algorithm to determine the type of child s emotion of each facial expression image. Neural networks (NN) have found profound success in the area of pattern recognition. By repeatedly showing a neural network inputs classified into groups, the network can be trained to discern the criteria used to classify, and it can do so in a generalized manner allowing successful classification of new inputs not used during training. With the explosion of research in emotion in recent year, the application of pattern recognition technology to emotion detection has become increasingly interesting. Emotion also known as mood [1], and has always been used for showing human s feeling. Human s emotion state can be detected by some methods such as physiological measurement (heart rate, blood volume, blood pressure, skin resistance or conductance level, electroencephalogram, papillary response, electroculogram, gastrointestinal motility, electromyogram, skin temperature, brain

2 potentials, and respiration rate), facial expression and vocal recognition [2]. [3] also indicate that a human s emotion state generally can be expressed by facial expression. The human s emotion can be quantified since all human has the same facial muscles during expressing an emotion ([4], [5]). User may interact with the computer by icons which appear in the human computer interface. Some software allow interaction between the system and the user through an intelligent agent such as Bonzi Buddy and Microsoft Clipper. However, these agents only interact with the user based on predefined rule. More natural and adaptive interaction between the system and user cannot be obtained while these agents are unable to adapt to user s emotion in order to engage the user with the system. The engagement between user and system can be taken place in an interactive and adaptive environment. This is in line with Kate Hone [6] study, which indicates that emotion recognition technology has improved the computer interaction. Since emotion has become an important interface for the communication between human and machine, it plays a basic role in rational decision-making, learning, perception, and various cognitive tasks. In this study, six primary emotions such as anger, disgust, fear, happiness, sadness and surprise were classified using Neural Network. Real dataset of facial expression images were captured and processed to prepare for Neural Network training and testing. II. EMOTION AND FACIAL EXPRESSION Emotion can be defined by three main theories, including James-Lange theory, Canon- Bard theory and Cognitive theory [7]. James- Lange theory stated that an emotion is caused by the human physiological changes after being stimulated by its environment. On the other hand, Canon-Bard theory indicated that the rising of the emotions and the human physiological responds occurs simultaneously. The cognitive theory of emotion extended the James-Lange theory by stating that the overall environment gives human clues that help human interprets the state of arousal. Emotion can also be detected by some facial components such as eyebrows and lip [8]. This is in line with the study detecting the facial expression by the distinctive clues on the appearance of the mouth, eyes, and eyebrows [9]. Facial expressions are one of the most natural, powerful, and immediate means by which people communicate their emotions [8]. Many facial expression studies were based on the Facial Action Coding System that was developed [10]. Facial Action Coding System is used for measuring and describing the facial behaviours [4]. All visually distinguishable facial movement can be explained by referring FACS which has the code of facial expression clues. Many set of possible facial expressions can be created by the combination of these action units. The human face expresses emotions faster than people verbalize or even realize their feelings. Many psychologists have studied human emotions and there are many possible facial expressions, the same expression may have radically different meanings in different cultures. However, it is widely accepted that there are six universal expressions that do not change too much from culture to culture. These universal emotion expressions are happiness, sadness, disgust, anger, surprise and fear ([10], [11]). III. COMPUTATIONAL EMOTION AND NEURAL NETWORK Affective Computing is a field of study that concentrates on how computers understand, express reaction appropriately with regard to emotions. Since its beginning, affective computing brings emotion and machines into different context. For example, works on Elliot s Affective Reasoner implements the simulated environment containing multiple agents with emotional states based on the cognitive theory model [12]. The study shows that machine, which is capable to understand human emotions will be able to develop sense of profiling. Another example of affective computing is an adaptive algorithm for learning changes in user interests [13]. This application employs personalized information filtering system that relies on users feedback. Using the feedback information, the profile is modified such that it will be incorporated for future filtering task. Affective learning companion provides another success story using affective

3 interaction in educational fields. Assisted with pedagogical approach, affective learning companion try to understand students acceptance level via their emotional level towards certain subjects [14]. [15] developed the emotional states taxonomy. The taxonomy provides some insight into how emotional states and its transitions between them govern the agent s personality. From the taxonomy, emotions space was divided into two parts, positive and negative affects. Each branch provides information about the valance, duration and event for emotional representation template. Another approach proposed by [16] focuses on computational emotion model using probabilistic approach. In this case, assumption about the world (environment) is important for personality development. The main advantage of using this approach is that a personality model can be learned, given limited amount of observations of the other agent s behaviour [17]. The related works in emotions and Cognitive Science indicate that the need for developing life-like and socially sophisticated system increases. Research has also shown that engaging anthromorphic agent for interacting with users has become an important part of the system functionality. In order to develop human like and socially sophisticated system, an understanding towards emotion modelling has become vital. In developing computational emotion modelling, several techniques have been discussed, however for an initial attempt, the emotion model developed by [10]; and [11] were used as a basis for this study. [21] used Discrete Hopfield NN in recognizing four facial expression, and the average classification result is 92.2 percent. [2] used Autoassociative NN to train the emotion state. In another study, [23] used Constructive one-hidden-layer feedforward NN and applied to images of 60 men, each having five facial expression images (neutral, smile, anger, sadness, and surprise). In this study, the classification accuracy achieved was 93.75%. From the literature, the applications of NN in facial expression indicate that Multilayer Perceptron with Backpropagation algorithm could be used as a basis for classifying emotion. Since Backpropagation learning algorithm is suitable to be used with predefined classes, therefore this algorithm was employed in this study. Some facial expression researchers used less than six emotions for classification purposes, however this study considered six universally defined emotions as suggested by [10], and [11]. IV. DATA PREPARATION Data preparation is an important phase since the prepared dataset becomes input to the neural network training and testing. Once the image has been captured and extracted, the image processing techniques are applied on this image. The overall stage of image processing is illustrated in Fig. 1. NN has been used by facial expression researchers in order to learn the facial expression patterns. [18], [3], [19], and [9] used multilayer perceptron with back propagation learning algorithm to recognize facial expressions. The classification accuracies in these studies were approximately not less than 90%. Other researchers like [20] and [9] used Radial Basis Function. In these studies, the classification accuracies obtained by RBF were ranging from 90% to 92.1%. Hopfield NN has also been applied to facial expression recognition problem. For example, [21] achieved 92.2% classification accuracy when used this network to identify four facial expressions. Fig. 1. The Flow of Process of Processing The expression images were captured with the Sony Cybershot DSC U50 digital camera and the images are shown in Fig. 2.

4 Anger Disgust Fear RGB Grayscale Intensity Filtered Happiness Sadness Surprise Fig. 2. Six universal emotions filtering is then performed to process an image as a preparation for training and testing. The gray scale transformation is performed using the intensity component that is written in (1). I = 1 ( R + G + 3 B ) (1) where R represents Red G represents Green B represents Blue The Contrast-Limited Adaptive Histogram Equalization was used to adjust and further enhanced the contrast, thus convert the filtered image to the equalized image. For Thresholding stage, Otsu s method was employed to capture the global image threshold by selecting the threshold that minimizes the intra-class variance of the black and white pixel [24]. The generated global threshold was used to convert an intensity image to a binary image that is represented as numerical value either 0 or 1 [25]. The data preparation stages and its effect on the images are shown in Fig. 3. The second last phase of data preparation is the Edge Detection stage. The information with regard to three facial components: left eyebrow, right eyebrow, and lip that represent emotions were obtained from the simplified image. Since edge is always associated with the boundaries of the objects of an image, Sobel technique is used for detecting its edge. In this study, the Sobel automatically generates a suitable value from the image. If the edge is lower than this value, the edge value is ignored. Simplified Equalized Binary Fig. 3. Data preparation for emotion dataset Sobel edge detection is one of the widely used techniques for computing digital gradients. It is an operator that performs a 2-D spatial gradient measurement of an image. This algorithm uses 3x3 convolution masks, one estimates the gradient of x direction (columns) and the other estimates the gradient in the y-direction (rows). The magnitude of the gradient is then calculated using (4). 2 2 G = Gx + Gy (4) In order to transform the images into numerical values, the left and right eyebrows as well as the lip were considered. Based on initial explanatory study, each eyebrow is segmented to the three rows and seven columns. As a result, 21 boxes with 10 X 10 cells in each box are created. The lip images consists of five rows and eight columns. This gives rise to 40 boxes with 10 X 10 cells in each box. Each segmented image is transformed to numerical values by calculating the ratio of existing pixel cells in each box. Table 1 shows sample of segmented images that has been transformed to numerical values.

5 TABLE I SAMPLES OF IMAGE DATA TRANSFORMED TO NUMERICAL DATA AND NUMBER OF CREATED DATA Form of Facial Component Numerical Data Number of Data 21 A total of 120 patterns has been collected and preprocessed to form dataset for NN training and testing. This dataset consists of six classes of emotion. Each emotion is represented by 82 variables, 21 of which represent the left eyebrow, the next 21 represent right eyebrow, and the last 40 variables represent lip. Each class of emotion is represented by the symbol, such as AG (Anger), SP (Surprise), HP (Happiness), SD (Sadness), FR (Fear), DG (Disgust) Percent ( % ) Percent ( % ) Result of Epoch Number of Epoch Training Validation Testing Fig. 4(a). Classification accuracies for different number of epoch Mean Results of Epoch 300, 400 and Number of Epoch Training Validation Testing Fig. 4(b). Average Classification accuracies for networks trained up to 300, 400 and 500 epochs V. RESULTS Initial study has been conducted to determine the suitable number of epoch prior to conducting experiments for determining the backpropagation training parameters. For experimental purposes,the learning rate and the momentum rate were both set to 0.1. Based on the results exhibited in Fig. 4(a), epochs 300, 400 and 500 obtained the highest test results with 75% classification accuracy (25% misclassification rate). These three number of epochs were further investigated by varying weight seeds in order to determine the most suitable number of epoch for the problem at hand. The results displayed in Fig. 4(b) show that a set of network trained up to 500 epoch achieved the highest average test result with 60% accuracy. In order to determine the most suitable number of hidden units, the dataset was trained with various hidden units ranging from 2 to 20. The results illustrated in Fig. 5 (a) indicate that hidden unit 8 and 10 obtained 100% accuracy for both training and testing. A set of networks with hidden unit 8 and 10 were further trained to determine which hidden is more appropriate to be used in the next experiment. The results depicted in Fig. 4(b) show that a network with 10 hidden units obtained higher classification accuracy than a network with 8 hidden units (97.50% versus 95.00%).

6 P ercent ( % ) Result of Hidden Unit Classification accuracy Number of Hidden Unit VI. CONCLUSION Future studies can be focused on extending the dataset used in the study. The sample images of different group of subjects with different ages and races may also be considered. The larger sample of images would in effect yields a more representative classification emotion model. Nevertheless, the emotion classification model developed in this study can support the development of Intelligent Tutoring System in particular, and E-learning system in general. Percent (% ) /20/20 80/10/10 Fig. 5(a). Classification accuracies for different number of hidden units Mean Results of Hidden Unit 8 and Number of Hidden Unit Training Validation Testing Fig. 5(b). Average Classification accuracies for networks trained with hidden unit 8 and 10 Similar experiments were conducted to determine the learning rate and the momentum rate for Backpropagation learning algorithm. The experimental results show that learning rate 0.1 obtained 94.59% classification accuracy whilst momentum rate of 0.1 achieved 97.50%. Once again the number of epoch was investigated based on the selected training parameters of Backpropagation. Based on the experimental results, the NN architecture is with misclassification rate of 2.5 percent. After performing several other experiments, the final epoch for obtaining such a network is 200 epoch. Further analysis indicate that emotion of type Disgust is harder for NN to recognize. The same dataset was tested with Regression analysis that yields 33.33% of misclassification accuracy REFERENCES [1] Columbia Encyclopedia (2005). Retrieved Jun 6, 2005, from [2] L. Leon, G. Clarke, F. Sepulveda, and V. Callaghan, Optimised attribute selection for emotion classification using physiological signals., Journal of IEEE, pp , [3] S. Morishima and H. Harashima, Emotion space for analysis and synthesis of facial expression, IEEE international workshop on robot and human communication, pp , [4] dataface, Emotion and facial expression, Retrieved June 6, 2005, from motion.com/dataface/misctext /inner_outer.html, [5] P. Ekman. Facial Expression and Emotion, American Psychologist. 48(4). pp , [6] C. Saran., Letting your computer know how you feel, Retrieved July 16, 2005, from 3/06/19/195402/Letting yourcomputerknowhowyoufeel.htm [7] C. G. Morris and A. A. Maisto, Psychology: An introduction., New Jersey: Prentice Hall, [8] F. Siraj, A. Ab Aziz, M. S. Sainin, and Mohd Hafiz Mohd Hassin, The Design of Emotion Detection System to regulate Human Agent Interaction, Proceedings of the Second International Conference on Artificial Intelligence and Engineering Technology. Kota Kinabalu, Sabah. 3 5 August. pp. 1 7, [9] J. Y. Chang and J. L. Chen, A facial expression recognition system using neural

7 networks, Journal of IEEE, pp , [10] P. Ekman, P., and E. L. Rosenberg, What The Face Reveals: Basic And Applied Studies Of Spontaneous Expression Using The Facial Action Coding System (Facs), New York: Oxford University Press, [11] J. D. Velazquez. (1997). Modeling Emotions and Other Motivations in Synthetic Agents. In Proceedings of the Fourteenth National Conference on Artificial Intelligence, Menlo Park, Calif.: American Association for Artificial Intelligence, [12] Jeff Stone and Joel Copper., A Self-Standards Model of Cognitive Dissonance, Journal of Experimental Social Psychology, 1446, pp. 1-16, [13] D. H. Widyantoro, T. Ioerger, and J. Yen, An Adaptive Algorithm for Learning Changes in User Interests, In Proceedings of the Eighth International Conference on Information and Knowledge Management CIKM'99, pp , Kansas City, Kansas, November, [14] Winslow Burleson: The emergence of physiological computing. Interacting with Computers 16(5): (2004) [15] A. Ortony, G. Clore, and A. Collins, The Cognitive Structure of Emotions, Cambridge University Press, [16] T. W. Sandholm and R. H. Crites, Multiagent reinforcement learning in the iterated prisoner's dilemma. Biosystems, Vol. 37, pp , [17] C. David and S. Markovitch, Learning Models of Intelligent Agent, In Proceedings of the Thirteenth National Conference on Artificial Intelligence, pp Portland, Oregon, [18] Y. Yoshitomi, N. Miyawaki, S. Tomita, and S. Kimura, S., Facial expression recognition using thermal image processing and neural network, IEEE international workshop on robot and human communication, pp , 1997 [19] H. Kobayashi and F. Hara, Recognition of six basic facial expressions and their strength by neural network, IEEE International workshop on robot and human communication, pp [20] H. Seyadarabi, A. Aghagolzadeh, A., and Khanmohammadi, Recognition of six basis facial expressions by feature-points tracking using RBF neural network and fuzzy inference system, IEEE international conference on multimedia and expo (ICME), pp , [21] M. Yoneyama, Y. Iwano, Y., A. Ohtake, and K. Shirai, K., Facial expressions recognition using discrete hopfield neural networks, Journal of IEEE, pp , [22] The MathWorks (2005). processing toolbox for use with MATLAB. Natick, MA: The MathWorks Inc. [23] L., Ma and K. Khorasani, Facial expression recognition using constructive feedforward neural networks, Journal of IEEE, Vol. 34(3), pp , [24] H. Demuth and M. Beale,. Neural network toolbox, Natick, MA: The MATHWORKS, [25] Y. Fisher, D. Rogovin, and T. P. Shen, Fractal (Self-VQ) Encoding of Video Sequenes, Proceedings of the SPIE, Visual Communications and image processing 94 (VCIP 94), September, Chicago, Illanois, 1994.

R Jagdeesh Kanan* et al. International Journal of Pharmacy & Technology

R Jagdeesh Kanan* et al. International Journal of Pharmacy & Technology ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com FACIAL EMOTION RECOGNITION USING NEURAL NETWORK Kashyap Chiranjiv Devendra, Azad Singh Tomar, Pratigyna.N.Javali,

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

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

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

More information

Recognizing Emotions from Facial Expressions Using Neural Network

Recognizing Emotions from Facial Expressions Using Neural Network Recognizing Emotions from Facial Expressions Using Neural Network Isidoros Perikos, Epaminondas Ziakopoulos, Ioannis Hatzilygeroudis To cite this version: Isidoros Perikos, Epaminondas Ziakopoulos, Ioannis

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

Statistical and Neural Methods for Vision-based Analysis of Facial Expressions and Gender

Statistical and Neural Methods for Vision-based Analysis of Facial Expressions and Gender Proc. IEEE Int. Conf. on Systems, Man and Cybernetics (SMC 2004), Den Haag, pp. 2203-2208, IEEE omnipress 2004 Statistical and Neural Methods for Vision-based Analysis of Facial Expressions and Gender

More information

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

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

More information

Cancer Cells Detection using OTSU Threshold Algorithm

Cancer Cells Detection using OTSU Threshold Algorithm Cancer Cells Detection using OTSU Threshold Algorithm Nalluri Sunny 1 Velagapudi Ramakrishna Siddhartha Engineering College Mithinti Srikanth 2 Velagapudi Ramakrishna Siddhartha Engineering College Kodali

More information

CPSC81 Final Paper: Facial Expression Recognition Using CNNs

CPSC81 Final Paper: Facial Expression Recognition Using CNNs CPSC81 Final Paper: Facial Expression Recognition Using CNNs Luis Ceballos Swarthmore College, 500 College Ave., Swarthmore, PA 19081 USA Sarah Wallace Swarthmore College, 500 College Ave., Swarthmore,

More information

This is the accepted version of this article. To be published as : This is the author version published as:

This is the accepted version of this article. To be published as : This is the author version published as: QUT Digital Repository: http://eprints.qut.edu.au/ This is the author version published as: This is the accepted version of this article. To be published as : This is the author version published as: Chew,

More information

On Shape And the Computability of Emotions X. Lu, et al.

On Shape And the Computability of Emotions X. Lu, et al. On Shape And the Computability of Emotions X. Lu, et al. MICC Reading group 10.07.2013 1 On Shape and the Computability of Emotion X. Lu, P. Suryanarayan, R. B. Adams Jr., J. Li, M. G. Newman, J. Z. Wang

More information

Design of Palm Acupuncture Points Indicator

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

More information

ARTIFICIAL NEURAL NETWORKS TO DETECT RISK OF TYPE 2 DIABETES

ARTIFICIAL NEURAL NETWORKS TO DETECT RISK OF TYPE 2 DIABETES ARTIFICIAL NEURAL NETWORKS TO DETECT RISK OF TYPE DIABETES B. Y. Baha Regional Coordinator, Information Technology & Systems, Northeast Region, Mainstreet Bank, Yola E-mail: bybaha@yahoo.com and G. M.

More information

Facial Expression Recognition Using Principal Component Analysis

Facial Expression Recognition Using Principal Component Analysis Facial Expression Recognition Using Principal Component Analysis Ajit P. Gosavi, S. R. Khot Abstract Expression detection is useful as a non-invasive method of lie detection and behaviour prediction. However,

More information

Impact of Ethnic Group on Human Emotion Recognition Using Backpropagation Neural Network

Impact of Ethnic Group on Human Emotion Recognition Using Backpropagation Neural Network Impact of Ethnic Group on Human Emotion Recognition Using Backpropagation Neural Network Nabil M. Hewahi Computer Science Department Bahrain University, Bahrain nhewahi@gmail.com Abdul Rhman M. Baraka

More information

Application of Artificial Neural Networks in Classification of Autism Diagnosis Based on Gene Expression Signatures

Application of Artificial Neural Networks in Classification of Autism Diagnosis Based on Gene Expression Signatures Application of Artificial Neural Networks in Classification of Autism Diagnosis Based on Gene Expression Signatures 1 2 3 4 5 Kathleen T Quach Department of Neuroscience University of California, San Diego

More information

Effect of Sensor Fusion for Recognition of Emotional States Using Voice, Face Image and Thermal Image of Face

Effect of Sensor Fusion for Recognition of Emotional States Using Voice, Face Image and Thermal Image of Face Effect of Sensor Fusion for Recognition of Emotional States Using Voice, Face Image and Thermal Image of Face Yasunari Yoshitomi 1, Sung-Ill Kim 2, Takako Kawano 3 and Tetsuro Kitazoe 1 1:Department of

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

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

Study on Aging Effect on Facial Expression Recognition

Study on Aging Effect on Facial Expression Recognition Study on Aging Effect on Facial Expression Recognition Nora Algaraawi, Tim Morris Abstract Automatic facial expression recognition (AFER) is an active research area in computer vision. However, aging causes

More information

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence To understand the network paradigm also requires examining the history

More information

Keywords Missing values, Medoids, Partitioning Around Medoids, Auto Associative Neural Network classifier, Pima Indian Diabetes dataset.

Keywords Missing values, Medoids, Partitioning Around Medoids, Auto Associative Neural Network classifier, Pima Indian Diabetes dataset. Volume 7, Issue 3, March 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Medoid Based Approach

More information

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

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

More information

Automatic Classification of Perceived Gender from Facial Images

Automatic Classification of Perceived Gender from Facial Images Automatic Classification of Perceived Gender from Facial Images Joseph Lemley, Sami Abdul-Wahid, Dipayan Banik Advisor: Dr. Razvan Andonie SOURCE 2016 Outline 1 Introduction 2 Faces - Background 3 Faces

More information

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE SAKTHI NEELA.P.K Department of M.E (Medical electronics) Sengunthar College of engineering Namakkal, Tamilnadu,

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

Decision Support System for Skin Cancer Diagnosis

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

More information

Detection of Facial Landmarks from Neutral, Happy, and Disgust Facial Images

Detection of Facial Landmarks from Neutral, Happy, and Disgust Facial Images Detection of Facial Landmarks from Neutral, Happy, and Disgust Facial Images Ioulia Guizatdinova and Veikko Surakka Research Group for Emotions, Sociality, and Computing Tampere Unit for Computer-Human

More information

Emotion based E-learning System using Physiological Signals. Dr. Jerritta S, Dr. Arun S School of Engineering, Vels University, Chennai

Emotion based E-learning System using Physiological Signals. Dr. Jerritta S, Dr. Arun S School of Engineering, Vels University, Chennai CHENNAI - INDIA Emotion based E-learning System using Physiological Signals School of Engineering, Vels University, Chennai Outline Introduction Existing Research works on Emotion Recognition Research

More information

N RISCE 2K18 ISSN International Journal of Advance Research and Innovation

N RISCE 2K18 ISSN International Journal of Advance Research and Innovation The Computer Assistance Hand Gesture Recognition system For Physically Impairment Peoples V.Veeramanikandan(manikandan.veera97@gmail.com) UG student,department of ECE,Gnanamani College of Technology. R.Anandharaj(anandhrak1@gmail.com)

More information

Mammographic Cancer Detection and Classification Using Bi Clustering and Supervised Classifier

Mammographic Cancer Detection and Classification Using Bi Clustering and Supervised Classifier Mammographic Cancer Detection and Classification Using Bi Clustering and Supervised Classifier R.Pavitha 1, Ms T.Joyce Selva Hephzibah M.Tech. 2 PG Scholar, Department of ECE, Indus College of Engineering,

More information

Gender Based Emotion Recognition using Speech Signals: A Review

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

More information

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

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

Recognising Emotions from Keyboard Stroke Pattern

Recognising Emotions from Keyboard Stroke Pattern Recognising Emotions from Keyboard Stroke Pattern Preeti Khanna Faculty SBM, SVKM s NMIMS Vile Parle, Mumbai M.Sasikumar Associate Director CDAC, Kharghar Navi Mumbai ABSTRACT In day to day life, emotions

More information

FACIAL EXPRESSION RECOGNITION FROM IMAGE SEQUENCES USING SELF-ORGANIZING MAPS

FACIAL EXPRESSION RECOGNITION FROM IMAGE SEQUENCES USING SELF-ORGANIZING MAPS International Archives of Photogrammetry and Remote Sensing. Vol. XXXII, Part 5. Hakodate 1998 FACIAL EXPRESSION RECOGNITION FROM IMAGE SEQUENCES USING SELF-ORGANIZING MAPS Ayako KATOH*, Yasuhiro FUKUI**

More information

Early Detection of Lung Cancer

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

More information

PROGNOSTIC COMPARISON OF STATISTICAL, NEURAL AND FUZZY METHODS OF ANALYSIS OF BREAST CANCER IMAGE CYTOMETRIC DATA

PROGNOSTIC COMPARISON OF STATISTICAL, NEURAL AND FUZZY METHODS OF ANALYSIS OF BREAST CANCER IMAGE CYTOMETRIC DATA 1 of 4 PROGNOSTIC COMPARISON OF STATISTICAL, NEURAL AND FUZZY METHODS OF ANALYSIS OF BREAST CANCER IMAGE CYTOMETRIC DATA H. Seker 1, M. Odetayo 1, D. Petrovic 1, R.N.G. Naguib 1, C. Bartoli 2, L. Alasio

More information

Artificial Emotions to Assist Social Coordination in HRI

Artificial Emotions to Assist Social Coordination in HRI Artificial Emotions to Assist Social Coordination in HRI Jekaterina Novikova, Leon Watts Department of Computer Science University of Bath Bath, BA2 7AY United Kingdom j.novikova@bath.ac.uk Abstract. Human-Robot

More information

Classıfıcatıon of Dıabetes Dısease Usıng Backpropagatıon and Radıal Basıs Functıon Network

Classıfıcatıon of Dıabetes Dısease Usıng Backpropagatıon and Radıal Basıs Functıon Network UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 Classıfıcatıon of Dıabetes Dısease Usıng Backpropagatıon and Radıal Basıs Functıon

More information

Emotion Affective Color Transfer Using Feature Based Facial Expression Recognition

Emotion Affective Color Transfer Using Feature Based Facial Expression Recognition , pp.131-135 http://dx.doi.org/10.14257/astl.2013.39.24 Emotion Affective Color Transfer Using Feature Based Facial Expression Recognition SeungTaek Ryoo and Jae-Khun Chang School of Computer Engineering

More information

R Jagdeesh Kanan* et al. International Journal of Pharmacy & Technology

R Jagdeesh Kanan* et al. International Journal of Pharmacy & Technology ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com NEURAL NETWORK BASED FEATURE ANALYSIS OF MORTALITY RISK BY HEART FAILURE Apurva Waghmare, Neetika Verma, Astha

More information

Using an Emotional Intelligent Agent to Improve the Learner s Performance

Using an Emotional Intelligent Agent to Improve the Learner s Performance Using an Emotional Intelligent Agent to Improve the Learner s Performance Soumaya Chaffar, Claude Frasson Département d'informatique et de recherche opérationnelle Université de Montréal C.P. 6128, Succ.

More information

Who Needs Cheeks? Eyes and Mouths are Enough for Emotion Identification. and. Evidence for a Face Superiority Effect. Nila K Leigh

Who Needs Cheeks? Eyes and Mouths are Enough for Emotion Identification. and. Evidence for a Face Superiority Effect. Nila K Leigh 1 Who Needs Cheeks? Eyes and Mouths are Enough for Emotion Identification and Evidence for a Face Superiority Effect Nila K Leigh 131 Ave B (Apt. 1B) New York, NY 10009 Stuyvesant High School 345 Chambers

More information

International Journal of Computational Science, Mathematics and Engineering Volume2, Issue6, June 2015 ISSN(online): Copyright-IJCSME

International Journal of Computational Science, Mathematics and Engineering Volume2, Issue6, June 2015 ISSN(online): Copyright-IJCSME Various Edge Detection Methods In Image Processing Using Matlab K. Narayana Reddy 1, G. Nagalakshmi 2 12 Department of Computer Science and Engineering 1 M.Tech Student, SISTK, Puttur 2 HOD of CSE Department,

More information

Multilayer Perceptron Neural Network Classification of Malignant Breast. Mass

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

More information

Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital Mammograms using Neural Network

Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital Mammograms using Neural Network IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 11 May 2015 ISSN (online): 2349-784X Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital

More information

Auto-Encoder Pre-Training of Segmented-Memory Recurrent Neural Networks

Auto-Encoder Pre-Training of Segmented-Memory Recurrent Neural Networks Auto-Encoder Pre-Training of Segmented-Memory Recurrent Neural Networks Stefan Glüge, Ronald Böck and Andreas Wendemuth Faculty of Electrical Engineering and Information Technology Cognitive Systems Group,

More information

Detection of Lung Cancer Using Backpropagation Neural Networks and Genetic Algorithm

Detection of Lung Cancer Using Backpropagation Neural Networks and Genetic Algorithm Detection of Lung Cancer Using Backpropagation Neural Networks and Genetic Algorithm Ms. Jennifer D Cruz 1, Mr. Akshay Jadhav 2, Ms. Ashvini Dighe 3, Mr. Virendra Chavan 4, Prof. J.L.Chaudhari 5 1, 2,3,4,5

More information

J2.6 Imputation of missing data with nonlinear relationships

J2.6 Imputation of missing data with nonlinear relationships Sixth Conference on Artificial Intelligence Applications to Environmental Science 88th AMS Annual Meeting, New Orleans, LA 20-24 January 2008 J2.6 Imputation of missing with nonlinear relationships Michael

More information

IJREAS Volume 2, Issue 2 (February 2012) ISSN: LUNG CANCER DETECTION USING DIGITAL IMAGE PROCESSING ABSTRACT

IJREAS Volume 2, Issue 2 (February 2012) ISSN: LUNG CANCER DETECTION USING DIGITAL IMAGE PROCESSING ABSTRACT LUNG CANCER DETECTION USING DIGITAL IMAGE PROCESSING Anita Chaudhary* Sonit Sukhraj Singh* ABSTRACT In recent years the image processing mechanisms are used widely in several medical areas for improving

More information

AN EFFICIENT DIGITAL SUPPORT SYSTEM FOR DIAGNOSING BRAIN TUMOR

AN EFFICIENT DIGITAL SUPPORT SYSTEM FOR DIAGNOSING BRAIN TUMOR AN EFFICIENT DIGITAL SUPPORT SYSTEM FOR DIAGNOSING BRAIN TUMOR Yatendra Kashyap Corporate institute of science & Technology, Bhopal ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Affect in Virtual Agents (and Robots) Professor Beste Filiz Yuksel University of San Francisco CS 686/486

Affect in Virtual Agents (and Robots) Professor Beste Filiz Yuksel University of San Francisco CS 686/486 Affect in Virtual Agents (and Robots) Professor Beste Filiz Yuksel University of San Francisco CS 686/486 Software / Virtual Agents and Robots Affective Agents Computer emotions are of primary interest

More information

Emotion-Aware Machines

Emotion-Aware Machines Emotion-Aware Machines Saif Mohammad, Senior Research Officer National Research Council Canada 1 Emotion-Aware Machines Saif Mohammad National Research Council Canada 2 What does it mean for a machine

More information

Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature

Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature Shraddha P. Dhumal 1, Ashwini S Gaikwad 2 1 Shraddha P. Dhumal 2 Ashwini S. Gaikwad ABSTRACT In this paper, we propose

More information

FACIAL IMAGE BASED EXPRESSION CLASSIFICATION SYSTEM USING COMMITTEE NEURAL NETWORKS. A Thesis. Presented to

FACIAL IMAGE BASED EXPRESSION CLASSIFICATION SYSTEM USING COMMITTEE NEURAL NETWORKS. A Thesis. Presented to FACIAL IMAGE BASED EXPRESSION CLASSIFICATION SYSTEM USING COMMITTEE NEURAL NETWORKS A Thesis Presented to The Graduate Faculty of The University of Akron In Partial Fulfillment of the Requirements for

More information

Recognition of Facial Expressions for Images using Neural Network

Recognition of Facial Expressions for Images using Neural Network Recognition of Facial Expressions for Images using Neural Network Shubhangi Giripunje Research Scholar, Dept.of Electronics Engg., GHRCE, Nagpur, India Preeti Bajaj Senior IEEE Member, Professor, Dept.of

More information

EMOTIONAL LEARNING. Synonyms. Definition

EMOTIONAL LEARNING. Synonyms. Definition EMOTIONAL LEARNING Claude Frasson and Alicia Heraz Department of Computer Science, University of Montreal Montreal (Québec) Canada {frasson,heraz}@umontreal.ca Synonyms Affective Learning, Emotional Intelligence,

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

M.Sc. in Cognitive Systems. Model Curriculum

M.Sc. in Cognitive Systems. Model Curriculum M.Sc. in Cognitive Systems Model Curriculum April 2014 Version 1.0 School of Informatics University of Skövde Sweden Contents 1 CORE COURSES...1 2 ELECTIVE COURSES...1 3 OUTLINE COURSE SYLLABI...2 Page

More information

3. MANUAL ALPHABET RECOGNITION STSTM

3. MANUAL ALPHABET RECOGNITION STSTM Proceedings of the IIEEJ Image Electronics and Visual Computing Workshop 2012 Kuching, Malaysia, November 21-24, 2012 JAPANESE MANUAL ALPHABET RECOGNITION FROM STILL IMAGES USING A NEURAL NETWORK MODEL

More information

Emotions and Motivation

Emotions and Motivation Emotions and Motivation LP 8A emotions, theories of emotions 1 10.1 What Are Emotions? Emotions Vary in Valence and Arousal Emotions Have a Physiological Component What to Believe? Using Psychological

More information

THE concept of spatial change detection is interrelated to

THE concept of spatial change detection is interrelated to IEEE SIGNAL PROCESSING LETTERS, 1 1 Spatial Stimuli Gradient Joshin John Mathew, and Alex Pappachen James, IEEE Senior Member Abstract The inability of automated edge detection methods inspired from primal

More information

A Deep Learning Approach for Subject Independent Emotion Recognition from Facial Expressions

A Deep Learning Approach for Subject Independent Emotion Recognition from Facial Expressions A Deep Learning Approach for Subject Independent Emotion Recognition from Facial Expressions VICTOR-EMIL NEAGOE *, ANDREI-PETRU BĂRAR *, NICU SEBE **, PAUL ROBITU * * Faculty of Electronics, Telecommunications

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

Brain Tumour Diagnostic Support Based on Medical Image Segmentation

Brain Tumour Diagnostic Support Based on Medical Image Segmentation Brain Tumour Diagnostic Support Based on Medical Image Segmentation Z. Měřínský, E. Hošťálková, A. Procházka Institute of Chemical Technology, Prague Department of Computing and Control Engineering Abstract

More information

DYNAMIC SEGMENTATION OF BREAST TISSUE IN DIGITIZED MAMMOGRAMS

DYNAMIC SEGMENTATION OF BREAST TISSUE IN DIGITIZED MAMMOGRAMS DYNAMIC SEGMENTATION OF BREAST TISSUE IN DIGITIZED MAMMOGRAMS J. T. Neyhart 1, M. D. Ciocco 1, R. Polikar 1, S. Mandayam 1 and M. Tseng 2 1 Department of Electrical & Computer Engineering, Rowan University,

More information

MODULE 41: THEORIES AND PHYSIOLOGY OF EMOTION

MODULE 41: THEORIES AND PHYSIOLOGY OF EMOTION MODULE 41: THEORIES AND PHYSIOLOGY OF EMOTION EMOTION: a response of the whole organism, involving 1. physiological arousal 2. expressive behaviors, and 3. conscious experience A mix of bodily arousal

More information

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

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

More information

Motivation represents the reasons for people's actions, desires, and needs. Typically, this unit is described as a goal

Motivation represents the reasons for people's actions, desires, and needs. Typically, this unit is described as a goal Motivation What is motivation? Motivation represents the reasons for people's actions, desires, and needs. Reasons here implies some sort of desired end state Typically, this unit is described as a goal

More information

International Journal for Science and Emerging

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

More information

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

Introduction to affect computing and its applications

Introduction to affect computing and its applications Introduction to affect computing and its applications Overview What is emotion? What is affective computing + examples? Why is affective computing useful? How do we do affect computing? Some interesting

More information

Application of Fuzzy Cellular Neural Network and its Stability to Color Edge Detection

Application of Fuzzy Cellular Neural Network and its Stability to Color Edge Detection Proceedings of the International Conference on Applied Mathematics Theoretical Computer Science - 2013 1 Application of Fuzzy Cellular Neural Network its Stability to Color Edge Detection M. Kalpana P.

More information

Fudan University, China

Fudan University, China Cyber Psychosocial and Physical (CPP) Computation Based on Social Neuromechanism -Joint research work by Fudan University and University of Novi Sad By Professor Weihui Dai Fudan University, China 1 Agenda

More information

BACKPROPOGATION NEURAL NETWORK FOR PREDICTION OF HEART DISEASE

BACKPROPOGATION NEURAL NETWORK FOR PREDICTION OF HEART DISEASE BACKPROPOGATION NEURAL NETWORK FOR PREDICTION OF HEART DISEASE NABEEL AL-MILLI Financial and Business Administration and Computer Science Department Zarqa University College Al-Balqa' Applied University

More information

PNN -RBF & Training Algorithm Based Brain Tumor Classifiction and Detection

PNN -RBF & Training Algorithm Based Brain Tumor Classifiction and Detection PNN -RBF & Training Algorithm Based Brain Tumor Classifiction and Detection Abstract - Probabilistic Neural Network (PNN) also termed to be a learning machine is preliminarily used with an extension of

More information

Strategies using Facial Expressions and Gaze Behaviors for Animated Agents

Strategies using Facial Expressions and Gaze Behaviors for Animated Agents Strategies using Facial Expressions and Gaze Behaviors for Animated Agents Masahide Yuasa Tokyo Denki University 2-1200 Muzai Gakuendai, Inzai, Chiba, 270-1382, Japan yuasa@sie.dendai.ac.jp Abstract. This

More information

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 5, Ver. I (Sept - Oct. 2016), PP 20-24 www.iosrjournals.org Segmentation of Tumor Region from Brain

More information

Face Analysis : Identity vs. Expressions

Face Analysis : Identity vs. Expressions Hugo Mercier, 1,2 Patrice Dalle 1 Face Analysis : Identity vs. Expressions 1 IRIT - Université Paul Sabatier 118 Route de Narbonne, F-31062 Toulouse Cedex 9, France 2 Websourd Bâtiment A 99, route d'espagne

More information

IMPLEMENTATION OF AN AUTOMATED SMART HOME CONTROL FOR DETECTING HUMAN EMOTIONS VIA FACIAL DETECTION

IMPLEMENTATION OF AN AUTOMATED SMART HOME CONTROL FOR DETECTING HUMAN EMOTIONS VIA FACIAL DETECTION IMPLEMENTATION OF AN AUTOMATED SMART HOME CONTROL FOR DETECTING HUMAN EMOTIONS VIA FACIAL DETECTION Lim Teck Boon 1, Mohd Heikal Husin 2, Zarul Fitri Zaaba 3 and Mohd Azam Osman 4 1 Universiti Sains Malaysia,

More information

Affective Game Engines: Motivation & Requirements

Affective Game Engines: Motivation & Requirements Affective Game Engines: Motivation & Requirements Eva Hudlicka Psychometrix Associates Blacksburg, VA hudlicka@ieee.org psychometrixassociates.com DigiPen Institute of Technology February 20, 2009 1 Outline

More information

CALCULATION of the CEREBRAL HEMORRHAGE VOLUME USING ANALYSIS of COMPUTED TOMOGRAPHY IMAGE

CALCULATION of the CEREBRAL HEMORRHAGE VOLUME USING ANALYSIS of COMPUTED TOMOGRAPHY IMAGE CALCULATION of the CEREBRAL HEMORRHAGE VOLUME USING ANALYSIS of COMPUTED TOMOGRAPHY IMAGE Cory Amelia* Magister of Physics, Faculty of Science and Mathematics, Diponegoro University, Semarang, Indonesia

More information

Affective Dialogue Communication System with Emotional Memories for Humanoid Robots

Affective Dialogue Communication System with Emotional Memories for Humanoid Robots Affective Dialogue Communication System with Emotional Memories for Humanoid Robots M. S. Ryoo *, Yong-ho Seo, Hye-Won Jung, and H. S. Yang Artificial Intelligence and Media Laboratory Department of Electrical

More information

Deep learning and non-negative matrix factorization in recognition of mammograms

Deep learning and non-negative matrix factorization in recognition of mammograms Deep learning and non-negative matrix factorization in recognition of mammograms Bartosz Swiderski Faculty of Applied Informatics and Mathematics Warsaw University of Life Sciences, Warsaw, Poland bartosz_swiderski@sggw.pl

More information

An Edge-Device for Accurate Seizure Detection in the IoT

An Edge-Device for Accurate Seizure Detection in the IoT An Edge-Device for Accurate Seizure Detection in the IoT M. A. Sayeed 1, S. P. Mohanty 2, E. Kougianos 3, and H. Zaveri 4 University of North Texas, Denton, TX, USA. 1,2,3 Yale University, New Haven, CT,

More information

A New Approach For an Improved Multiple Brain Lesion Segmentation

A New Approach For an Improved Multiple Brain Lesion Segmentation A New Approach For an Improved Multiple Brain Lesion Segmentation Prof. Shanthi Mahesh 1, Karthik Bharadwaj N 2, Suhas A Bhyratae 3, Karthik Raju V 4, Karthik M N 5 Department of ISE, Atria Institute of

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

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES International Journal of Civil Engineering and Technology (IJCIET) Volume 10, Issue 02, February 2019, pp. 96-105, Article ID: IJCIET_10_02_012 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=10&itype=02

More information

A Study of Facial Expression Reorganization and Local Binary Patterns

A Study of Facial Expression Reorganization and Local Binary Patterns A Study of Facial Expression Reorganization and Local Binary Patterns Poonam Verma #1, Deepshikha Rathore *2 #1 MTech Scholar,Sanghvi Innovative Academy Indore *2 Asst.Professor,Sanghvi Innovative Academy

More information

Prediction of Diabetes by using Artificial Neural Network

Prediction of Diabetes by using Artificial Neural Network 2011 International Conference on Circuits, System and Simulation IPCSIT vol.7 (2011) (2011) IACSIT Press, Singapore Prediction of Diabetes by using Artificial Neural Network Muhammad Akmal Sapon 1, Khadijah

More information

A Fuzzy Improved Neural based Soft Computing Approach for Pest Disease Prediction

A Fuzzy Improved Neural based Soft Computing Approach for Pest Disease Prediction International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 13 (2014), pp. 1335-1341 International Research Publications House http://www. irphouse.com A Fuzzy Improved

More information

SAPOG Edge Detection Technique GUI using MATLAB

SAPOG Edge Detection Technique GUI using MATLAB SAPOG Edge Detection Technique GUI using MATLAB Poonam Kumari 1, Sanjeev Kumar Gupta 2 Software Engineer, Devansh Softech Consultancy Services Pvt. Ltd., Agra, India 1 Director, Devansh Softech Consultancy

More information

Bio-Feedback Based Simulator for Mission Critical Training

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

More information

Valence-arousal evaluation using physiological signals in an emotion recall paradigm. CHANEL, Guillaume, ANSARI ASL, Karim, PUN, Thierry.

Valence-arousal evaluation using physiological signals in an emotion recall paradigm. CHANEL, Guillaume, ANSARI ASL, Karim, PUN, Thierry. Proceedings Chapter Valence-arousal evaluation using physiological signals in an emotion recall paradigm CHANEL, Guillaume, ANSARI ASL, Karim, PUN, Thierry Abstract The work presented in this paper aims

More information

International Journal of Combined Research & Development (IJCRD) eissn: x;pissn: Volume: 5; Issue: 4; April -2016

International Journal of Combined Research & Development (IJCRD) eissn: x;pissn: Volume: 5; Issue: 4; April -2016 Lung Cancer Detection on Chest Radiographs Using Image Processing Kavita 1, Dr.Channappa Bhyri 2, Dr.Kalpana Vanjerkhede 3 1 PG Student, Department of Electronics and Instrumentation Engineering, 2,3 Professor,

More information

Research Article. Automated grading of diabetic retinopathy stages in fundus images using SVM classifer

Research Article. Automated grading of diabetic retinopathy stages in fundus images using SVM classifer Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2016, 8(1):537-541 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Automated grading of diabetic retinopathy stages

More information

Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier.

Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier. Biomedical Research 2016; Special Issue: S310-S313 ISSN 0970-938X www.biomedres.info Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier.

More information

Predicting Breast Cancer Survivability Rates

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

More information

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