On The Role Of Head Motion In Affective Expression

Size: px
Start display at page:

Download "On The Role Of Head Motion In Affective Expression"

Transcription

1 On The Role Of Head Motion In Affective Expression Atanu Samanta, Tanaya Guha March 9, 2017 Department of Electrical Engineering Indian Institute of Technology, Kanpur, India

2 Introduction Applications of affect analysis and recognition: Human computer interaction (HCI) - E-learning, - Indexing, searching and retrieval of audiovisual content Mental and behavioral health - Counseling - Screening for autism Assistive technology - Teaching social skill to children with autism - Help improve public speaking skill by predicting audience response Marketing - Impact of ads, movies 1

3 Introduction Biophysical Audio Visual 2

4 Introduction Visual cues pertinent to affect: Facial expressions Body pose Hand and body gestures 3

5 Related Work Facial expression in affect analysis [Zeng et al. 2009] Image: Pantic et al Facial Action Coding System (FACS) [Ekman et al. 1976] Automatic detection of Action Unit (AU) [Tian et al. 2001; Tong et al. 2007; Valstar et al. 2012] [Shan et al. 2009] LBP-TOP [Zhao et al. 2007] 4

6 Related Work Head motion in affect analysis Participants recognize emotion with 70% accuracy from only head movement [Livingstone et al. 2016] Realistic head motion synthesis using speech features [Yehia et al. 2002; Busso et al. 2005; Busso et al. 2007] Predicting emotion in continuous domain from head motion and head gestures [Gunes et al. 2007] Interpersonal coordination of head motion in interaction between distressed couples [Hammal et al. 2014] Spontaneous affect using head motion and temperature change in infrared thermal video [Liu et al. 2015] Decoupling head motion from facial expression [Adams et al. 2015] [Hammal et al. 2015] shows head motion is significantly faster in negative than positive emotions in infant 5

7 Objectives Does head motion alone contain significant information to distinguish one emotion from the other? 6

8 Objectives Does head motion alone contain significant information to distinguish one emotion from the other? Is this information complimentary to facial expression? 7

9 Objectives Does head motion contain significant information for distinguishing one emotion from the other? Is this information complimentary to facial expression? We do not intend to build the best classifier for emotion recognition 8

10 Database Acted Facial Expression in the Wild (AFEW) [Dhall et al. 2012] - video clips from 54 movies - labels - anger, disgust, fear, joy, neutral, sadness, and surprise - each clip contains only one primary face or character - recorded at 25 frames/sec Manually removed a few video clips Video clips used in our study for each emotion class Anger Disgust Fear Joy Neutral Sadness Surprise

11 Rigid Head Motion Head pose as Euler angles θ i = [ ] θp, i θy i, θr i T 10

12 Head Pose Estimation [Viola et al. 2004] Incremental Face Alignment [Asthana et al. 2014] s (p) = sr (s + Φ s g) + t p = [s; θ p ; θ y ; θ r ; t x ; t y ; g] T R is 3D rotation matrix s is scale t = [t x, t y, 0] T is translation g is non-rigid transformation Mean face shape s Note: (1) Cubic interpolation to estimate head pose at frames where face is not detected (2) Gaussian smoothing to remove noise 11

13 Head Pose Estimation θ p = 7.66, θ y = 36.48, θ r = 0.64 θp = 1.25, θ y = 9.99, θ r = 1.88 Examples of detected facial landmark points and estimated head pose in terms of θ p, θ y, and θ r 12

14 Characterizing Head Motion Non-parametric approach RMS measurements of head motion dynamics Displacement, velocity and acceleration time-series θ i d = θ i 1 N θ j N j=1 ( ) θ i v = θ i+1 d θ i d FrameRate ( ) θ i a = θ i+1 v θ i v FrameRate 9D feature vector RMS of all nine time-series 13

15 RMS Measurements of Head Movement Dynamics RMS Angular Displacement ( ) RMS Angular Velocity ( /sec) Roll 10 Anger Neutral Roll 50 Anger Neutral Yaw Pitch Yaw Pitch (a) Angular displacement ( ) (b) Angular velocity ( /sec) RMS Angular Acceleration ( /sec 2 ) 1500 Roll Anger Neutral Yaw Pitch (c) Angular acceleration ( /sec 2 ) RMS measurements of head motion dynamics for anger vs. neutral 14

16 Characterizing Head Motion Autoregressive modeling AR(3) coefficients θ(t) = a 0 + a 1 θ(t 1) + a 2 θ(t 2) + a 3 θ(t 3) 12D feature vector (a 0, a 1, a 2, a 3 ) for all three time series 15

17 Statistical Significance Test Hypothesis: Head motion characteristics are different for different emotions Tests: ANOVA using each RMS value separately Post-hoc multiple comparison and paired t-test 16

18 Multiple Comparison Confidence Intervals Confidence Intervals Confidence Intervals Anger Disgust Fear Joy Neutral Sadness Surprise RMS displacement of pitch ( ) RMS displacement of pitch ( ) Confidence Intervals Anger Disgust Fear Joy Neutral Sadness Surprise groups have means significantly different from Neutral RMS velocity of pitch ( /sec) Confidence Intervals Anger Disgust Fear Joy Neutral Sadness Surprise Anger Disgust Fear Joy Neutral Sadness Surprise groups have means significantly different from Neutral RMS displacement of yaw ( ) Confidence Intervals Anger Disgust Fear Joy Neutral Sadness Surprise RMS velocity of yaw ( /sec) RMS velocity of yaw ( /sec) Confidence Intervals Anger Disgust Fear Joy Neutral Sadness Surprise Anger Disgust Fear Joy Neutral Sadness Surprise groups have means significantly different from Neutral RMS displacement of roll ( ) Confidence Intervals Anger Disgust Fear Joy Neutral Sadness Surprise groups have means significantly different from Neutral RMS velocity of roll ( /sec) Confidence Intervals Anger Disgust Fear Joy Neutral Sadness Surprise groups have means significantly different from Neutral acceleration of pitch ( /sec 2 ) groups have means significantly different from Neutral 4 groups have means significantly different from Neutral acceleration of yaw ( /sec 2 ) RMS acceleration of roll ( /sec 2 ) 95% confidence intervals of in-class means of RMS measurements 17

19 Paired t-test Paired t-test results for one vs. all emotions. p-values: RMS Measurements Displacement Velocity Acceleration Emotion Pitch Yaw Roll Pitch Yaw Roll Pitch Yaw Roll Anger Disgust Fear Joy Neutral Sadness Surprise

20 Observations Differences among emotions are more significant in velocity and acceleration as compared to displacement. Anger, joy, neutral are easily distinguishable from other emotions. Sadness, surprise, neutral are not distinguishable from each other. Pitch velocity and acceleration are significantly higher for anger, joy. Roll velocity and acceleration are significantly higher for joy. 19

21 Classification (using RMS measurements) knn classifier (k = 5) Feature: 9 dimensional vector with RMS measurements 10-fold cross validation % accuracy of one-against-all emotion classification Anger Disgust Fear Joy Neutral Sadness Surprise Comparable with previously reported psychological experiment [Livingstone et al. 2016] 20

22 Classification (using RMS measurements) knn classifier with k = 5 Traing set : 80% of the data, Test set: remaining 20% Feature: 9D vector with RMS measurements Confusion matrix : Anger Disgust Fear Joy Neutral Sadness Surprise Anger Disgust Fear Joy Neutral Sadness Surprise Overall classification accuracy 34% 21

23 Classification (using AR(3) coefficients) knn classifier with k = 5 Traing set : 80% of the data, Test set: remaining 20% Feature : 12D vector with AR(3) coefficients Confusion matrix : Anger Disgust Fear Joy Neutral Sadness Surprise Anger Disgust Fear Joy Neutral Sadness Surprise Overall classification accuracy 22% 22

24 Comparison With Facial Expression Non-verbal cue Accuracy (in %) Head motion (RMS measures) Facial expression + Head motion (RMS) Facial expression AFEW baseline Dhall et al

25 Conclusion Contribution: Systematic study of significance of head motion in communicating affect. Summary: Head motion alone carries significant information to distinguish any basic emotion from the rest. Head motion information is complimentary to that of facial expression. Angular velocity and acceleration can better discriminate among emotions. 24

26 Questions? 24

Affect recognition from facial movements and body gestures by hierarchical deep spatio-temporal features and fusion strategy

Affect recognition from facial movements and body gestures by hierarchical deep spatio-temporal features and fusion strategy Accepted Manuscript Affect recognition from facial movements and body gestures by hierarchical deep spatio-temporal features and fusion strategy Bo Sun, Siming Cao, Jun He, Lejun Yu PII: S0893-6080(17)30284-8

More information

Improved Performance in Facial Expression Recognition Using 32 Geometric Features

Improved Performance in Facial Expression Recognition Using 32 Geometric Features Improved Performance in Facial Expression Recognition Using 32 Geometric Features Giuseppe Palestra 1(B), Adriana Pettinicchio 2, Marco Del Coco 2, Pierluigi Carcagnì 2, Marco Leo 2, and Cosimo Distante

More information

Supplemental Material. Bänziger, T., Mortillaro, M., Scherer, K. R. (2011). Introducing the Geneva Multimodal

Supplemental Material. Bänziger, T., Mortillaro, M., Scherer, K. R. (2011). Introducing the Geneva Multimodal Supplemental Material Bänziger, T., Mortillaro, M., Scherer, K. R. (2011). Introducing the Geneva Multimodal Expression Corpus for experimental research on emotion perception. Manuscript submitted for

More information

Facial Expression Recognition by De-expression Residue Learning

Facial Expression Recognition by De-expression Residue Learning Facial Expression Recognition by De-expression Residue Learning Huiyuan Yang, Umur Ciftci and Lijun Yin Department of Computer Science State University of New York at Binghamton, USA {hyang51, uciftci}@binghamton.edu;

More information

ASCERTAIN The Description for the single-trial classification data

ASCERTAIN The Description for the single-trial classification data ASCERTAIN The Description for the single-trial classification data This Document belongs to the ASCERTAIN dataset documentations. Dear user, In this document we cover the description of the information

More information

Facial Expression Recognition using Eigenfaces and SVM

Facial Expression Recognition using Eigenfaces and SVM Facial Expression Recognition using Eigenfaces and SVM Prof. Lalita B. Patil Assistant Professor Dept of Electronics and Telecommunication, MGMCET, Kamothe, Navi Mumbai (Maharashtra), INDIA. Prof.V.R.Bhosale

More information

Facial Expression Recogni1on Using Ac1ve Appearance

Facial Expression Recogni1on Using Ac1ve Appearance Facial Expression Recogni1on Using Ac1ve Appearance Pedro Mar1ns Joana Sampaio Jorge Ba1sta Ins1tute of Systems and Robo1cs Dep. of Electrical Engineering and Computers University of Coimbra Introduc)on

More information

Stress detection through emotional speech analysis

Stress detection through emotional speech analysis Stress detection through emotional speech analysis INMA MOHINO inmaculada.mohino@uah.edu.es ROBERTO GIL-PITA roberto.gil@uah.es LORENA ÁLVAREZ PÉREZ loreduna88@hotmail Abstract: Stress is a reaction or

More information

Material presented. Direct Models for Classification. Agenda. Classification. Classification (2) Classification by machines 6/16/2010.

Material presented. Direct Models for Classification. Agenda. Classification. Classification (2) Classification by machines 6/16/2010. Material presented Direct Models for Classification SCARF JHU Summer School June 18, 2010 Patrick Nguyen (panguyen@microsoft.com) What is classification? What is a linear classifier? What are Direct Models?

More information

Building Cognitive Applications

Building Cognitive Applications Building Cognitive Applications * *creating visualizations using cognitive APIs Jonathan Kaufman @kauffecup jkaufman.io June 15, 2016 1. What is cognitive? 2. Demo some apps + look at code 3. Build our

More information

Singer Identification using MFCC and LPC and its comparison for ANN and Naïve Bayes Classifiers

Singer Identification using MFCC and LPC and its comparison for ANN and Naïve Bayes Classifiers Singer Identification using MFCC and LPC and its comparison for ANN and Naïve Bayes Classifiers Kumari Rambha Ranjan, Kartik Mahto, Dipti Kumari,S.S.Solanki Dept. of Electronics and Communication Birla

More information

/16/$ IEEE 2817

/16/$ IEEE 2817 INFORMAION FUSION BASED ON KERNEL ENROPY COMPONEN ANALYSIS IN DISCRIMINAIVE CANONICAL CORRELAION SPACE WIH APPLICAION O AUDIO EMOION RECOGNIION Lei Gao 1,2 Lin Qi 1, Ling Guan 2 1. School of Information

More information

Speech-driven Facial Animation

Speech-driven Facial Animation peech-driven Facial Animation how to learn a stream-to-stream mapping? Hiroshi himodaira (ICC, CTR) Junichi Yamagishi, Gregor Hofer, ichael Berger peech-driven facial animation? It's a computer animated

More information

Summarization and Indexing of Human Activity Sequences

Summarization and Indexing of Human Activity Sequences Summarization and Indexing of Human Activity Sequences Bi Song*, Namrata Vaswani**, Amit K. Roy-Chowdhury* *EE Dept, UC-Riverside **ECE Dept, Iowa State University 1 Goal In order to summarize human activity

More information

A Discussion about the Social Psychology of Moebius Syndrome. Kathleen Rives Bogart, PhD Assistant Professor of Psychology Oregon State University

A Discussion about the Social Psychology of Moebius Syndrome. Kathleen Rives Bogart, PhD Assistant Professor of Psychology Oregon State University A Discussion about the Social Psychology of Moebius Syndrome Kathleen Rives Bogart, PhD Assistant Professor of Psychology Oregon State University Overview Living with Moebius syndrome Others impressions

More information

Lab 5. Parallax Measurements and Determining Distances. 5.1 Overview

Lab 5. Parallax Measurements and Determining Distances. 5.1 Overview Lab 5 Parallax Measurements and Determining Distances 5.1 Overview Exercise five centers on a hands-on activity where students perform their own parallax measurements, measuring angular shifts in nearby

More information

Recognition of Human Emotion in Speech Using Modulation Spectral Features and Support Vector Machines

Recognition of Human Emotion in Speech Using Modulation Spectral Features and Support Vector Machines Recognition of Human Emotion in Speech Using Modulation Spectral Features and Support Vector Machines by Siqing Wu A thesis submitted to the Department of Electrical and Computer Engineering in conformity

More information

Lecture 24: Principal Component Analysis. Aykut Erdem May 2016 Hacettepe University

Lecture 24: Principal Component Analysis. Aykut Erdem May 2016 Hacettepe University Lecture 4: Principal Component Analysis Aykut Erdem May 016 Hacettepe University This week Motivation PCA algorithms Applications PCA shortcomings Autoencoders Kernel PCA PCA Applications Data Visualization

More information

A Generative Score Space for Statistical Dialog Characterization in Social Signalling

A Generative Score Space for Statistical Dialog Characterization in Social Signalling A Generative Score Space for Statistical Dialog Characterization in Social Signalling 1 S t-1 1 S t 1 S t+4 2 S t-1 2 S t 2 S t+4 Anna Pesarin, Paolo Calanca, Vittorio Murino, Marco Cristani Istituto Italiano

More information

Multimedia Databases. Previous Lecture Video Abstraction Video Abstraction Example 6/20/2013

Multimedia Databases. Previous Lecture Video Abstraction Video Abstraction Example 6/20/2013 Previous Lecture Multimedia Databases Hidden Markov Models (continued from last lecture) Introduction into Video Retrieval Wolf-Tilo Balke Silviu Homoceanu Institut für Informationssysteme Technische Universität

More information

Pattern Recognition System with Top-Down Process of Mental Rotation

Pattern Recognition System with Top-Down Process of Mental Rotation Pattern Recognition System with Top-Down Process of Mental Rotation Shunji Satoh 1, Hirotomo Aso 1, Shogo Miyake 2, and Jousuke Kuroiwa 3 1 Department of Electrical Communications, Tohoku University Aoba-yama05,

More information

Multimedia Databases. Wolf-Tilo Balke Younès Ghammad Institut für Informationssysteme Technische Universität Braunschweig

Multimedia Databases. Wolf-Tilo Balke Younès Ghammad Institut für Informationssysteme Technische Universität Braunschweig Multimedia Databases Wolf-Tilo Balke Younès Ghammad Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de Previous Lecture Hidden Markov Models (continued from

More information

Shankar Shivappa University of California, San Diego April 26, CSE 254 Seminar in learning algorithms

Shankar Shivappa University of California, San Diego April 26, CSE 254 Seminar in learning algorithms Recognition of Visual Speech Elements Using Adaptively Boosted Hidden Markov Models. Say Wei Foo, Yong Lian, Liang Dong. IEEE Transactions on Circuits and Systems for Video Technology, May 2004. Shankar

More information

Wolf-Tilo Balke Silviu Homoceanu Institut für Informationssysteme Technische Universität Braunschweig

Wolf-Tilo Balke Silviu Homoceanu Institut für Informationssysteme Technische Universität Braunschweig Multimedia Databases Wolf-Tilo Balke Silviu Homoceanu Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de 10 Video Retrieval Shot Detection 10 Video Retrieval

More information

Multimedia Databases Video Abstraction Video Abstraction Example Example 1/8/ Video Retrieval Shot Detection

Multimedia Databases Video Abstraction Video Abstraction Example Example 1/8/ Video Retrieval Shot Detection 10 Video Retrieval Shot Detection Multimedia Databases Wolf-Tilo Balke Silviu Homoceanu Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de 10 Video Retrieval

More information

Behavioral Goals and Objectives

Behavioral Goals and Objectives Behavioral Goals and Objectives The following examples of goals and objectives are written primarily for the use of support personnel in developing counseling goals for Individual Educational Plans. Writing

More information

Dynamics 12e. Copyright 2010 Pearson Education South Asia Pte Ltd. Chapter 20 3D Kinematics of a Rigid Body

Dynamics 12e. Copyright 2010 Pearson Education South Asia Pte Ltd. Chapter 20 3D Kinematics of a Rigid Body Engineering Mechanics: Dynamics 12e Chapter 20 3D Kinematics of a Rigid Body Chapter Objectives Kinematics of a body subjected to rotation about a fixed axis and general plane motion. Relative-motion analysis

More information

Sound Recognition in Mixtures

Sound Recognition in Mixtures Sound Recognition in Mixtures Juhan Nam, Gautham J. Mysore 2, and Paris Smaragdis 2,3 Center for Computer Research in Music and Acoustics, Stanford University, 2 Advanced Technology Labs, Adobe Systems

More information

A Novel PCA-Based Bayes Classifier and Face Analysis

A Novel PCA-Based Bayes Classifier and Face Analysis A Novel PCA-Based Bayes Classifier and Face Analysis Zhong Jin 1,2, Franck Davoine 3,ZhenLou 2, and Jingyu Yang 2 1 Centre de Visió per Computador, Universitat Autònoma de Barcelona, Barcelona, Spain zhong.in@cvc.uab.es

More information

Dynamic Data Modeling, Recognition, and Synthesis. Rui Zhao Thesis Defense Advisor: Professor Qiang Ji

Dynamic Data Modeling, Recognition, and Synthesis. Rui Zhao Thesis Defense Advisor: Professor Qiang Ji Dynamic Data Modeling, Recognition, and Synthesis Rui Zhao Thesis Defense Advisor: Professor Qiang Ji Contents Introduction Related Work Dynamic Data Modeling & Analysis Temporal localization Insufficient

More information

BAYESIAN MACHINE LEARNING.

BAYESIAN MACHINE LEARNING. BAYESIAN MACHINE LEARNING frederic.pennerath@centralesupelec.fr What is this Bayesian Machine Learning course about? A course emphasizing the few essential theoretical ingredients Probabilistic generative

More information

DETECTING HUMAN ACTIVITIES IN THE ARCTIC OCEAN BY CONSTRUCTING AND ANALYZING SUPER-RESOLUTION IMAGES FROM MODIS DATA INTRODUCTION

DETECTING HUMAN ACTIVITIES IN THE ARCTIC OCEAN BY CONSTRUCTING AND ANALYZING SUPER-RESOLUTION IMAGES FROM MODIS DATA INTRODUCTION DETECTING HUMAN ACTIVITIES IN THE ARCTIC OCEAN BY CONSTRUCTING AND ANALYZING SUPER-RESOLUTION IMAGES FROM MODIS DATA Shizhi Chen and YingLi Tian Department of Electrical Engineering The City College of

More information

An Effective Approach for Facial Expression Recognition with Local Binary Pattern and Support Vector Machine

An Effective Approach for Facial Expression Recognition with Local Binary Pattern and Support Vector Machine An Effective Approach for Facial Expression Recognition with Local Binary 1 Cao Thi Nhan, 2 Ton That Hoa An, 3 Hyung Il Choi *1 School of Media, Soongsil University, ctnhen@yahoo.com 2 School of Media,

More information

A Comparative Analysis of Thermal and Visual Modalities for Automated Facial Expression Recognition

A Comparative Analysis of Thermal and Visual Modalities for Automated Facial Expression Recognition A Comparative Analysis of Thermal and Visual Modalities for Automated Facial Expression Recognition Avinash Wesley, Pradeep Buddharaju, Robert Pienta, and Ioannis Pavlidis University of Houston and Georgia

More information

MEAM 520. Homogenous Transformations

MEAM 520. Homogenous Transformations MEAM 520 Homogenous Transformations Katherine J. Kuchenbecker, Ph.D. General Robotics, Automation, Sensing, and Perception Lab (GRASP) MEAM Department, SEAS, University of Pennsylvania Lecture 3: September

More information

Unsupervised Learning of Hierarchical Models. in collaboration with Josh Susskind and Vlad Mnih

Unsupervised Learning of Hierarchical Models. in collaboration with Josh Susskind and Vlad Mnih Unsupervised Learning of Hierarchical Models Marc'Aurelio Ranzato Geoff Hinton in collaboration with Josh Susskind and Vlad Mnih Advanced Machine Learning, 9 March 2011 Example: facial expression recognition

More information

Lecture PowerPoints. Chapter 8 Physics: Principles with Applications, 6 th edition Giancoli

Lecture PowerPoints. Chapter 8 Physics: Principles with Applications, 6 th edition Giancoli Lecture PowerPoints Chapter 8 Physics: Principles with Applications, 6 th edition Giancoli 2005 Pearson Prentice Hall This work is protected by United States copyright laws and is provided solely for the

More information

Supplementary Materials for

Supplementary Materials for Supplementary Materials for Neuroprosthetic-enabled control of graded arm muscle contraction in a paralyzed human David A. Friedenberg PhD 1,*, Michael A. Schwemmer PhD 1, Andrew J. Landgraf PhD 1, Nicholas

More information

Chapter 1 Lecture 2. Introduction 2. Topics. Chapter-1

Chapter 1 Lecture 2. Introduction 2. Topics. Chapter-1 Chapter 1 Lecture 2 Introduction 2 Topics 1.4 Equilibrium of airplane 1.5 Number of equations of motion for airplane in flight 1.5.1 Degrees of freedom 1.5.2 Degrees of freedom for a rigid airplane 1.6

More information

COURSE: AP Calculus BC GRADE: 12 PA ACADEMIC STANDARDS FOR MATHEMATICS:

COURSE: AP Calculus BC GRADE: 12 PA ACADEMIC STANDARDS FOR MATHEMATICS: COURSE: AP Calculus BC GRADE: 12 UNIT 1: Functions and Graphs TIME FRAME: 7 Days PA ACADEMIC STANDARDS FOR MATHEMATICS: M11.A.1 M11.A.1.1 M11.A.1.1.1 M11.A.1.1.2 M11.A.1.1.3 M11.A.2 M11.A.2.1 M11.A.2.1.1

More information

Multi-Signal Gesture Recognition Using Temporal Smoothing Hidden Conditional Random Fields

Multi-Signal Gesture Recognition Using Temporal Smoothing Hidden Conditional Random Fields Multi-Signal Gesture Recognition Using Temporal Smoothing Hidden Conditional Random Fields Yale Song, David Demirdjian, and Randall Davis MIT Computer Science and Artificial Intelligence Laboratory 32

More information

Hidden CRFs for Human Activity Classification from RGBD Data

Hidden CRFs for Human Activity Classification from RGBD Data H Hidden s for Human from RGBD Data Avi Singh & Ankit Goyal IIT-Kanpur CS679: Machine Learning for Computer Vision April 13, 215 Overview H 1 2 3 H 4 5 6 7 Statement H Input An RGBD video with a human

More information

Homework 1 Solutions Probability, Maximum Likelihood Estimation (MLE), Bayes Rule, knn

Homework 1 Solutions Probability, Maximum Likelihood Estimation (MLE), Bayes Rule, knn Homework 1 Solutions Probability, Maximum Likelihood Estimation (MLE), Bayes Rule, knn CMU 10-701: Machine Learning (Fall 2016) https://piazza.com/class/is95mzbrvpn63d OUT: September 13th DUE: September

More information

Geographic Knowledge Discovery Using Ground-Level Images and Videos

Geographic Knowledge Discovery Using Ground-Level Images and Videos This work was funded in part by a DOE Early Career award, an NSF CAREER award (#IIS- 1150115), and a PECASE award. We gratefully acknowledge NVIDIA for their donated hardware. Geographic Knowledge Discovery

More information

Vehicle Motion Estimation Using an Infrared Camera an Industrial Paper

Vehicle Motion Estimation Using an Infrared Camera an Industrial Paper Vehicle Motion Estimation Using an Infrared Camera an Industrial Paper Emil Nilsson, Christian Lundquist +, Thomas B. Schön +, David Forslund and Jacob Roll * Autoliv Electronics AB, Linköping, Sweden.

More information

Principal Component Analysis

Principal Component Analysis B: Chapter 1 HTF: Chapter 1.5 Principal Component Analysis Barnabás Póczos University of Alberta Nov, 009 Contents Motivation PCA algorithms Applications Face recognition Facial expression recognition

More information

MAE 142 Homework #5 Due Friday, March 13, 2009

MAE 142 Homework #5 Due Friday, March 13, 2009 MAE 142 Homework #5 Due Friday, March 13, 2009 Please read through the entire homework set before beginning. Also, please label clearly your answers and summarize your findings as concisely as possible.

More information

COMS 4771 Lecture Course overview 2. Maximum likelihood estimation (review of some statistics)

COMS 4771 Lecture Course overview 2. Maximum likelihood estimation (review of some statistics) COMS 4771 Lecture 1 1. Course overview 2. Maximum likelihood estimation (review of some statistics) 1 / 24 Administrivia This course Topics http://www.satyenkale.com/coms4771/ 1. Supervised learning Core

More information

COURSE: Essentials of Calculus GRADE: 12 PA ACADEMIC STANDARDS FOR MATHEMATICS:

COURSE: Essentials of Calculus GRADE: 12 PA ACADEMIC STANDARDS FOR MATHEMATICS: COURSE: Essentials of Calculus GRADE: 12 UNIT 1: Functions and Graphs TIME FRAME: 18 Days PA ACADEMIC STANDARDS FOR MATHEMATICS: M11.A.1 M11.A.1.1 M11.A.1.1.1 M11.A.1.1.2 M11.A.1.1.3 M11.A.2 M11.A.2.1

More information

Exploiting Sparsity and Co-occurrence Structure for Action Unit Recognition

Exploiting Sparsity and Co-occurrence Structure for Action Unit Recognition To appear, IEEE International Conference on Automatic Face and Gesture Recognition (FG) 215. Exploiting Sparsity and Co-occurrence Structure for Action Unit Recognition Yale Song 1, Daniel McDuff 2, Deepak

More information

CS4705. Probability Review and Naïve Bayes. Slides from Dragomir Radev

CS4705. Probability Review and Naïve Bayes. Slides from Dragomir Radev CS4705 Probability Review and Naïve Bayes Slides from Dragomir Radev Classification using a Generative Approach Previously on NLP discriminative models P C D here is a line with all the social media posts

More information

Generative v. Discriminative classifiers Intuition

Generative v. Discriminative classifiers Intuition Logistic Regression Machine Learning 070/578 Carlos Guestrin Carnegie Mellon University September 24 th, 2007 Generative v. Discriminative classifiers Intuition Want to Learn: h:x a Y X features Y target

More information

Advanced Introduction to Machine Learning CMU-10715

Advanced Introduction to Machine Learning CMU-10715 Advanced Introduction to Machine Learning CMU-10715 Principal Component Analysis Barnabás Póczos Contents Motivation PCA algorithms Applications Some of these slides are taken from Karl Booksh Research

More information

Mechanics. In the Science Program, Mechanics contributes to the following program goals described in the Exit Profile:

Mechanics. In the Science Program, Mechanics contributes to the following program goals described in the Exit Profile: Mechanics Objectives: 00UR Discipline: Physics Ponderation: 3-2-3 Course Code: 203-NYA-05 Prerequisite: Sec. V Physics 534, Mathematics 536 (or equivalent) Course Credit: 2 2/3 Corequisite: 00UP (Calculus

More information

Keywords Eigenface, face recognition, kernel principal component analysis, machine learning. II. LITERATURE REVIEW & OVERVIEW OF PROPOSED METHODOLOGY

Keywords Eigenface, face recognition, kernel principal component analysis, machine learning. II. LITERATURE REVIEW & OVERVIEW OF PROPOSED METHODOLOGY Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Eigenface and

More information

Rotational Motion. Chapter 4. P. J. Grandinetti. Sep. 1, Chem P. J. Grandinetti (Chem. 4300) Rotational Motion Sep.

Rotational Motion. Chapter 4. P. J. Grandinetti. Sep. 1, Chem P. J. Grandinetti (Chem. 4300) Rotational Motion Sep. Rotational Motion Chapter 4 P. J. Grandinetti Chem. 4300 Sep. 1, 2017 P. J. Grandinetti (Chem. 4300) Rotational Motion Sep. 1, 2017 1 / 76 Angular Momentum The angular momentum of a particle with respect

More information

Minimal representations of orientation

Minimal representations of orientation Robotics 1 Minimal representations of orientation (Euler and roll-pitch-yaw angles) Homogeneous transformations Prof. lessandro De Luca Robotics 1 1 Minimal representations rotation matrices: 9 elements

More information

Recognition Using Class Specific Linear Projection. Magali Segal Stolrasky Nadav Ben Jakov April, 2015

Recognition Using Class Specific Linear Projection. Magali Segal Stolrasky Nadav Ben Jakov April, 2015 Recognition Using Class Specific Linear Projection Magali Segal Stolrasky Nadav Ben Jakov April, 2015 Articles Eigenfaces vs. Fisherfaces Recognition Using Class Specific Linear Projection, Peter N. Belhumeur,

More information

Global Sensitivity Analysis for MAP Inference in Graphical Models

Global Sensitivity Analysis for MAP Inference in Graphical Models Global Sensitivity Analysis for MAP Inference in Graphical Models Jasper De Bock Ghent University, SYSTeMS Ghent (Belgium) jasper.debock@ugent.be Cassio P. de Campos Queen s University Belfast (UK) c.decampos@qub.ac.uk

More information

Output-Associative RVM Regression for Dimensional and Continuous Emotion Prediction

Output-Associative RVM Regression for Dimensional and Continuous Emotion Prediction Output-Associative RVM Regression for Dimensional and Continuous Emotion Prediction Mihalis A. Nicolaou, Hatice Gunes and Maja Pantic Abstract Many problems in machine learning and computer vision consist

More information

Multiple Similarities Based Kernel Subspace Learning for Image Classification

Multiple Similarities Based Kernel Subspace Learning for Image Classification Multiple Similarities Based Kernel Subspace Learning for Image Classification Wang Yan, Qingshan Liu, Hanqing Lu, and Songde Ma National Laboratory of Pattern Recognition, Institute of Automation, Chinese

More information

Multimodal human behavior analysis: Learning correlation and interaction across modalities

Multimodal human behavior analysis: Learning correlation and interaction across modalities Multimodal human behavior analysis: Learning correlation and interaction across modalities The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story

More information

USEFULNESS OF LINEAR PREDICTIVE CODING IN HYDROACOUSTICS SIGNATURES FEATURES EXTRACTION ANDRZEJ ZAK

USEFULNESS OF LINEAR PREDICTIVE CODING IN HYDROACOUSTICS SIGNATURES FEATURES EXTRACTION ANDRZEJ ZAK Volume 17 HYDROACOUSTICS USEFULNESS OF LINEAR PREDICTIVE CODING IN HYDROACOUSTICS SIGNATURES FEATURES EXTRACTION ANDRZEJ ZAK Polish Naval Academy Smidowicza 69, 81-103 Gdynia, Poland a.zak@amw.gdynia.pl

More information

Performance Evaluation and Comparison

Performance Evaluation and Comparison Outline Hong Chang Institute of Computing Technology, Chinese Academy of Sciences Machine Learning Methods (Fall 2012) Outline Outline I 1 Introduction 2 Cross Validation and Resampling 3 Interval Estimation

More information

Video and Motion Analysis Computer Vision Carnegie Mellon University (Kris Kitani)

Video and Motion Analysis Computer Vision Carnegie Mellon University (Kris Kitani) Video and Motion Analysis 16-385 Computer Vision Carnegie Mellon University (Kris Kitani) Optical flow used for feature tracking on a drone Interpolated optical flow used for super slow-mo optical flow

More information

Human Pose Tracking I: Basics. David Fleet University of Toronto

Human Pose Tracking I: Basics. David Fleet University of Toronto Human Pose Tracking I: Basics David Fleet University of Toronto CIFAR Summer School, 2009 Looking at People Challenges: Complex pose / motion People have many degrees of freedom, comprising an articulated

More information

The Cost of Dichotomizing Continuous Labels for Binary Classification Problems: Deriving a Bayesian-Optimal Classifier

The Cost of Dichotomizing Continuous Labels for Binary Classification Problems: Deriving a Bayesian-Optimal Classifier IEEE TRANSACTIONS ON AFFECTIVE COMPUTING, VOL. XX, NO. X, SEPTEMBER 215 1 The Cost of Dichotomizing Continuous Labels for Binary Classification Problems: Deriving a Bayesian-Optimal Classifier Soroosh

More information

Multimodal Machine Learning

Multimodal Machine Learning Multimodal Machine Learning Louis-Philippe (LP) Morency CMU Multimodal Communication and Machine Learning Laboratory [MultiComp Lab] 1 CMU Course 11-777: Multimodal Machine Learning 2 Lecture Objectives

More information

Unit 3: Constant Acceleration Particle Model Physics 15 Class Meetings (Revised Aug. 2015) Essential Questions

Unit 3: Constant Acceleration Particle Model Physics 15 Class Meetings (Revised Aug. 2015) Essential Questions Essential Questions How can we explain and predict motion with constant acceleration? Enduring Understandings with Unit Goals EU #1: Draw and interpret motion-maps and position vs. time graphs that represent

More information

EE565:Mobile Robotics Lecture 6

EE565:Mobile Robotics Lecture 6 EE565:Mobile Robotics Lecture 6 Welcome Dr. Ahmad Kamal Nasir Announcement Mid-Term Examination # 1 (25%) Understand basic wheel robot kinematics, common mobile robot sensors and actuators knowledge. Understand

More information

A Bidirectional Invariant Representation of Motion for Gesture Recognition and Reproduction

A Bidirectional Invariant Representation of Motion for Gesture Recognition and Reproduction A Bidirectional Invariant Representation of Motion for Gesture Recognition and Reproduction Raffaele Soloperto*, Matteo Saveriano and Dongheui Lee Abstract Human action representation, recognition and

More information

Project Essential Questions

Project Essential Questions GRADE K Project Overview Musical Classification of Living & Nonliving Things Project Essential Questions How do I identify living and nonliving things? How can I represent living and nonliving things using

More information

Angle estimation using gyros and accelerometers

Angle estimation using gyros and accelerometers Lab in Dynamical systems and control TSRT21 Angle estimation using gyros and accelerometers This version: January 25, 2017 Name: LERTEKNIK REG P-number: Date: AU T O MA R TI C C O N T OL Passed: LINKÖPING

More information

arxiv: v1 [cs.cv] 13 May 2018

arxiv: v1 [cs.cv] 13 May 2018 Covariance Pooling for Facial Expression Recognition Dinesh Acharya, Zhiwu Huang, Danda Pani Paudel, Luc Van Gool Computer Vision Lab, ETH Zurich, Switzerland VISICS, KU Leuven, Belgium {acharyad, zhiwu.huang,

More information

Engineering Physics. In the Science Program, Engineering Physics contributes to the following program goals described in the Exit Profile:

Engineering Physics. In the Science Program, Engineering Physics contributes to the following program goals described in the Exit Profile: Engineering Physics Objectives: 00UV Discipline: Physics Ponderation: 3-2-3 Course Code: 203-BZE-05 Prerequisite: 00UR (Mechanics ) Course Credit: 2 2/3 Corequisite: 00UP (Calculus II) Semester: 4 Introduction

More information

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad Course Title INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad - 500 043 Course Code Regulation MECHANICAL ENGINEERING COURSE DESCRIPTION KINEMATICS OF MACHINERY A40309 R13 Course Structure Lectures

More information

CAMBRIDGE IELTS 9 - TEST 2 - READING

CAMBRIDGE IELTS 9 - TEST 2 - READING READING PASSAGE 1 Question 1-6: CAMBRIDGE IELTS 9 - TEST 2 - READING 1. H (first 2 lines: The New Zealand Government has developed a New Zealand Disability Strategy and has embarked on a wide ranging consultation

More information

Course Goals and Course Objectives, as of Fall Math 102: Intermediate Algebra

Course Goals and Course Objectives, as of Fall Math 102: Intermediate Algebra Course Goals and Course Objectives, as of Fall 2015 Math 102: Intermediate Algebra Interpret mathematical models such as formulas, graphs, tables, and schematics, and draw inferences from them. Represent

More information

Musical Genre Classication

Musical Genre Classication Musical Genre Classication Jan Müllers RWTH Aachen, 2015 Jan Müllers Finding Disjoint Paths 1 / 15 Musical Genres The Problem Musical Genres History Automatic Speech Regocnition categorical labels created

More information

Gaussian Models

Gaussian Models Gaussian Models ddebarr@uw.edu 2016-04-28 Agenda Introduction Gaussian Discriminant Analysis Inference Linear Gaussian Systems The Wishart Distribution Inferring Parameters Introduction Gaussian Density

More information

REVISIT ENCODER & DECODER

REVISIT ENCODER & DECODER PERCEPTION-LINK BEHAVIOR MODEL: REVISIT ENCODER & DECODER IMI PHD Presentation Presenter: William Gu Yuanlong (PhD student) Supervisor: Assoc. Prof. Gerald Seet Gim Lee Co-Supervisor: Prof. Nadia Magnenat-Thalmann

More information

Wavelet based approach for facial expression recognition

Wavelet based approach for facial expression recognition International Journal of Advances in Intelligent Informatics ISSN: 2442-6571 Vol 1, No 1, March 2015, pp. 7-14 7 Wavelet based approach for facial expression recognition Zaenal Abidin a,b,1,*, Alamsyah

More information

Object Tracking and Asynchrony in Audio- Visual Speech Recognition

Object Tracking and Asynchrony in Audio- Visual Speech Recognition Object Tracking and Asynchrony in Audio- Visual Speech Recognition Mark Hasegawa-Johnson AIVR Seminar August 31, 2006 AVICAR is thanks to: Bowon Lee, Ming Liu, Camille Goudeseune, Suketu Kamdar, Carl Press,

More information

Face Recognition. Face Recognition. Subspace-Based Face Recognition Algorithms. Application of Face Recognition

Face Recognition. Face Recognition. Subspace-Based Face Recognition Algorithms. Application of Face Recognition ace Recognition Identify person based on the appearance of face CSED441:Introduction to Computer Vision (2017) Lecture10: Subspace Methods and ace Recognition Bohyung Han CSE, POSTECH bhhan@postech.ac.kr

More information

AP Calculus AB Course Description and Syllabus

AP Calculus AB Course Description and Syllabus AP Calculus AB Course Description and Syllabus Course Objective: This course is designed to prepare the students for the AP Exam in May. Students will learn to use graphical, numerical, verbal and analytical

More information

RELATIVE MOTION ANALYSIS: VELOCITY (Section 16.5)

RELATIVE MOTION ANALYSIS: VELOCITY (Section 16.5) RELATIVE MOTION ANALYSIS: VELOCITY (Section 16.5) Today s Objectives: Students will be able to: a) Describe the velocity of a rigid body in terms of translation and rotation components. b) Perform a relative-motion

More information

16.333: Lecture #3. Frame Rotations. Euler Angles. Quaternions

16.333: Lecture #3. Frame Rotations. Euler Angles. Quaternions 16.333: Lecture #3 Frame Rotations Euler Angles Quaternions Fall 2004 16.333 3 1 Euler Angles For general applications in 3D, often need to perform 3 separate rotations to relate our inertial frame to

More information

Introduction to Support Vector Machines

Introduction to Support Vector Machines Introduction to Support Vector Machines Hsuan-Tien Lin Learning Systems Group, California Institute of Technology Talk in NTU EE/CS Speech Lab, November 16, 2005 H.-T. Lin (Learning Systems Group) Introduction

More information

Feature Reduction for Dimensional Emotion Recognition in Human-Robot Interaction

Feature Reduction for Dimensional Emotion Recognition in Human-Robot Interaction 2015 IEEE Symposium Series on Computational Intelligence Feature Reduction for Dimensional Emotion Recognition in Human-Robot Interaction Ntombikayise Banda Computer Laboratory University of Cambridge,

More information

Leaving Some Stones Unturned: Dynamic Feature Prioritization for Activity Detection in Streaming Video

Leaving Some Stones Unturned: Dynamic Feature Prioritization for Activity Detection in Streaming Video In Proceedings of the European Conference on Computer Vision (ECCV), 26 Leaving Some Stones Unturned: Dynamic Feature Prioritization for Activity Detection in Streaming Video Yu-Chuan Su and Kristen Grauman

More information

Supervised Learning: Non-parametric Estimation

Supervised Learning: Non-parametric Estimation Supervised Learning: Non-parametric Estimation Edmondo Trentin March 18, 2018 Non-parametric Estimates No assumptions are made on the form of the pdfs 1. There are 3 major instances of non-parametric estimates:

More information

Introduction to Statistical Analysis using IBM SPSS Statistics (v24)

Introduction to Statistical Analysis using IBM SPSS Statistics (v24) to Statistical Analysis using IBM SPSS Statistics (v24) to Statistical Analysis Using IBM SPSS Statistics is a two day instructor-led classroom course that provides an application-oriented introduction

More information

Lecture PowerPoints. Chapter 10 Physics for Scientists and Engineers, with Modern Physics, 4 th edition Giancoli

Lecture PowerPoints. Chapter 10 Physics for Scientists and Engineers, with Modern Physics, 4 th edition Giancoli Lecture PowerPoints Chapter 10 Physics for Scientists and Engineers, with Modern Physics, 4 th edition Giancoli 2009 Pearson Education, Inc. This work is protected by United States copyright laws and is

More information

Face Recognition Using Laplacianfaces He et al. (IEEE Trans PAMI, 2005) presented by Hassan A. Kingravi

Face Recognition Using Laplacianfaces He et al. (IEEE Trans PAMI, 2005) presented by Hassan A. Kingravi Face Recognition Using Laplacianfaces He et al. (IEEE Trans PAMI, 2005) presented by Hassan A. Kingravi Overview Introduction Linear Methods for Dimensionality Reduction Nonlinear Methods and Manifold

More information

Fisher Linear Discriminant Analysis

Fisher Linear Discriminant Analysis Fisher Linear Discriminant Analysis Cheng Li, Bingyu Wang August 31, 2014 1 What s LDA Fisher Linear Discriminant Analysis (also called Linear Discriminant Analysis(LDA)) are methods used in statistics,

More information

Inertial Odometry using AR Drone s IMU and calculating measurement s covariance

Inertial Odometry using AR Drone s IMU and calculating measurement s covariance Inertial Odometry using AR Drone s IMU and calculating measurement s covariance Welcome Lab 6 Dr. Ahmad Kamal Nasir 25.02.2015 Dr. Ahmad Kamal Nasir 1 Today s Objectives Introduction to AR-Drone On-board

More information

Designing Information Devices and Systems I Spring 2015 Note 3

Designing Information Devices and Systems I Spring 2015 Note 3 EECS 16A Designing Information Devices and Systems I Spring 2015 Note 3 Lecture notes by Christine Wang (01/27/2015) Introduction to Vectors Remark. Often, vectors are represented as letters in boldface(x),

More information

Physics Curriculum Map school year

Physics Curriculum Map school year Physics Curriculum Map- 2014-2015 school year. Quarter Page 1 2-6 2 7-9 3 10-12 4 13-16 This map is a result of surveys and the physics committee- we will implement for the 2013 school year. Please keep

More information

Paralinguistic event detection from speech using probabilistic time-series smoothing and masking

Paralinguistic event detection from speech using probabilistic time-series smoothing and masking INTERSPEECH 2013 Paralinguistic event detection from speech using probabilistic time-series smoothing and masking Rahul Gupta, Kartik Audhkhasi, Sungbok Lee, Shrikanth Narayanan Signal Analysis and Interpretation

More information

supports. 2.1 Identify positions of objects and people in space, such as in/on/ under, up/down, and inside/outside. in space.

supports. 2.1 Identify positions of objects and people in space, such as in/on/ under, up/down, and inside/outside. in space. 1 Desired Results Developmental Profile (2015) [DRDP (2015)] Correspondence to California Foundations: Cognition, Including Math and Science (COG) and the California Preschool Learning Foundations (PLF)

More information