SlideShare une entreprise Scribd logo
1  sur  16
Télécharger pour lire hors ligne
Detec%ng	
  Emo%on	
  from	
  EEG	
  Signals	
  
  Using	
  the	
  Emo%ve	
  Epoc	
  Device	
  
               	
  Rafael	
  Ramirez	
  	
  
            Zacharias	
  Vamvakousis	
  
              Universitat	
  Pompeu	
  Fabra	
  
                  Barcelona,	
  Spain	
  
                              	
  
                   Presented	
  by:	
  	
  
                   Álvaro	
  Barbosa	
  
              University	
  of	
  Saint	
  Joseph	
  
                  Macau	
  SAR,	
  China	
  
                          	
  
            Brain	
  Informa%cs	
  2012	
  
Mo%va%on	
  
•  Study	
  of	
  emo%ons	
  in	
  human-­‐computer	
  
   interac%on	
  has	
  increased	
  in	
  recent	
  years	
  
•  Growing	
  need	
  for	
  computer	
  applica%ons	
  
   capable	
  of	
  detec%ng	
  users’	
  emo%onal	
  state	
  
•  Facial	
  and	
  voice	
  informa%on	
  	
  
   –  can	
  be	
  consciously	
  controlled	
  and	
  modified	
  
   –  interpreta%on	
  is	
  oSen	
  subjec%ve	
  


•  	
  Here,	
  we	
  use	
  EEG-­‐based	
  emo%on	
  detec%on	
  
Contrib%ons	
  
•  Method	
  for	
  EEG-­‐based	
  emo%on	
  detec%on	
  

•  Use	
  of	
  low-­‐cost	
  	
  technology	
  -­‐>	
  Emo%v	
  EPOC	
  
   headset	
  

•  We	
  do	
  not	
  rely	
  in	
  subject	
  self-­‐reported	
  emo%onal	
  
   states	
  (as	
  most	
  previous	
  work	
  do)	
  

•  Instead,	
  we	
  use	
  a	
  library	
  of	
  emo%on-­‐annotated	
  
   sounds	
  	
  
   (IADS	
  Lib	
  -­‐	
  hp://csea.phhp.ufl.edu/media/iadsmessage.html)	
  
System	
  Overview	
  
Data	
  Collec%on	
  
•  6	
  healthy	
  subjects	
  	
  (mean	
  age	
  =	
  30);	
  listening	
  to	
  12	
  
   (5-­‐10s	
  long)	
  emo%on-­‐annotated	
  sounds	
  (IADS	
  Lib)	
  
•  Emo%v	
  EPOC	
  headset	
  -­‐	
  14	
  data-­‐collec%ng	
  electrodes	
  
   (AF3,	
  F7,	
  F3,	
  FC5,	
  T7,	
  P7,	
  O1,	
  O2,	
  P8,	
  T8,	
  FC6,	
  F4,	
  F8	
  and	
  AF4)	
  and	
  2	
  
   reference	
  electrodes	
  	
  
Feature	
  Extrac%on	
  
•  Alpha	
  (8-­‐12Hz)	
  and	
  Beta	
  (12-­‐30Hz)	
  bands	
  are	
  
   par%cular	
  bands	
  of	
  interest	
  in	
  emo%on	
  research	
  
   for	
  both	
  valence	
  and	
  arousal	
  
•  We	
  apply	
  bandpass	
  filtering	
  for	
  extrac%ng	
  alpha	
  
   and	
  beta	
  frequency	
  bands	
  
•  EEG	
  signal	
  in	
  four	
  loca%ons	
  in	
  the	
  prefrontal	
  
   cortex:	
  AF3,	
  AF4,	
  F3	
  and	
  F4	
  
•  Arousal	
  =	
  a(AF3+AF4+F3+F4)/b(AF3+AF4+F3+F4)	
  
•  valence	
  =	
  	
  aF4	
  /bF4	
  −	
  	
  aF3	
  /bF3	
  
Classifica%on	
  Learning	
  Task	
  
•  Detect	
  emo%onal	
  state	
  of	
  mind	
  of	
  a	
  person	
  
   based	
  on	
  observed	
  EEG	
  data	
  
•  We	
  approach	
  this	
  problem	
  as	
  a	
  two	
  2-­‐class	
  
   classifica%on	
  problem	
  
       –  high/low	
  arousal	
  	
  
       –  posi%ve/nega%ve	
  valence	
  
         	
  ArousalClassif	
  ier	
  (	
  EEGdata([	
  t,	
  t	
  +c]))	
  →	
  {high,	
  low}	
  
          	
  ValenceClassifier	
  (	
  EEGdata([	
  t,	
  t	
  +c]))	
  →	
  {posi%ve,	
  nega%ve}	
  
	
  
          	
  c=1s	
  and	
  with	
  increments	
  of	
  	
  t	
  of	
  0.0625s	
  
Valence-­‐Arousal	
  Plane	
  
Algorithms	
  
•  Linear	
  Discriminant	
  Analysis	
  (LDA)	
  

•  Support	
  Vector	
  Machines	
  (SVM)	
  
    –  linear	
  kernel	
  
    –  radial	
  basis	
  func%on	
  (RBF)	
  kernel	
  


•  Evalua%on:	
  	
  10-­‐fold	
  cross	
  valida%on	
  
Results	
  (1)	
  
Results	
  (2)	
  
Results	
  (3)	
  
•  Results	
  indicate	
  that	
  the	
  EEG	
  data	
  contains	
  
   sufficient	
  info	
  to	
  dis%nguish	
  between	
  high/low	
  
   arousal	
  and	
  posiFve/negaFve	
  valence	
  states	
  
•  Machine	
  learning	
  methods	
  are	
  capable	
  of	
  
   learning	
  the	
  EGG	
  paerns	
  that	
  dis%nguish	
  
   these	
  states	
  
•  Different	
  accuracies	
  among	
  different	
  subjects	
  
•  For	
  a	
  subject,	
  similar	
  accuracies	
  with	
  different	
  	
  
   learning	
  method	
  
Results	
  (4)	
  
•  Inter-­‐subjects	
  accuracy	
  differences	
  may	
  be	
  
   due	
  to	
  	
  
   –  different	
  degrees	
  of	
  emo%onal	
  response	
  between	
  
      different	
  individuals,	
  or	
  	
  
   –  amount	
  of	
  noise	
  for	
  different	
  subjects.	
  	
  


•  Anyway,	
  there	
  exists	
  considerable	
  varia%on	
  in	
  
   EEG	
  responses	
  among	
  different	
  subjects	
  
Conclusion	
  
•  Low-­‐cost	
  emo%on	
  detec%on	
  system	
  
•  no	
  self-­‐assessment	
  informa%on	
  about	
  the	
  
   emo%onal	
  states	
  by	
  the	
  subjects	
  
•  linear	
  discriminant	
  analysis	
  and	
  support	
  vector	
  
   machines	
  classifica%on	
  
•  Classifiers	
  able	
  to	
  discriminate	
  between	
  high-­‐
   low	
  arousal	
  and	
  posi%ve-­‐nega%ve	
  valence	
  
Future	
  work	
  
•  Improve	
  classifica%on	
  accuracy	
  
    –  Systema%cally	
  exploring	
  different	
  feature	
  
       extrac%on	
  methods	
  and	
  learning	
  methods	
  


•  Incorpora%ng	
  self-­‐assessment	
  informa%on	
  
   would	
  very	
  likely	
  also	
  improve	
  the	
  accuracies	
  
   of	
  the	
  classifiers	
  
Thank	
  you!	
  
                    	
  
Rafael	
  <rafael.ramirez@upf.edu>	
  

Contenu connexe

En vedette

Edicion 103 Reporte Energia
Edicion 103 Reporte EnergiaEdicion 103 Reporte Energia
Edicion 103 Reporte EnergiaReporte Energía
 
Ponencia Desarrollo Territorial Barahona
Ponencia Desarrollo Territorial BarahonaPonencia Desarrollo Territorial Barahona
Ponencia Desarrollo Territorial BarahonaAlain Jordà
 
Presentació curs mitjà xixona 2014
Presentació curs mitjà xixona 2014Presentació curs mitjà xixona 2014
Presentació curs mitjà xixona 2014Josep Miquel
 
Why bother with Fracking?
Why bother with Fracking?Why bother with Fracking?
Why bother with Fracking?onthewight
 
আইসিটি ভ্যান চ্যালেঞ্জ ও সম্ভাবনা- মো আবুল বাশার, সহকারী অধ্যাপক, ভূগোল; মো দ...
আইসিটি ভ্যান চ্যালেঞ্জ ও সম্ভাবনা- মো আবুল বাশার, সহকারী অধ্যাপক, ভূগোল; মো দ...আইসিটি ভ্যান চ্যালেঞ্জ ও সম্ভাবনা- মো আবুল বাশার, সহকারী অধ্যাপক, ভূগোল; মো দ...
আইসিটি ভ্যান চ্যালেঞ্জ ও সম্ভাবনা- মো আবুল বাশার, সহকারী অধ্যাপক, ভূগোল; মো দ...Abul Bashar
 
Portfolio 2013
Portfolio 2013 Portfolio 2013
Portfolio 2013 suehoeft
 
From Performance to Health: Wearables for the Rest of Us.
From Performance to Health: Wearables for the Rest of Us.From Performance to Health: Wearables for the Rest of Us.
From Performance to Health: Wearables for the Rest of Us.Amy Friel
 
মাধ্যমিক শিক্ষায় সাব ক্লাস্টারভিত্তিক উন্নয়ন চিন্তা
মাধ্যমিক শিক্ষায় সাব ক্লাস্টারভিত্তিক উন্নয়ন চিন্তামাধ্যমিক শিক্ষায় সাব ক্লাস্টারভিত্তিক উন্নয়ন চিন্তা
মাধ্যমিক শিক্ষায় সাব ক্লাস্টারভিত্তিক উন্নয়ন চিন্তাAbul Bashar
 
LibreOffice ヘルプを翻訳してみよう
LibreOffice ヘルプを翻訳してみようLibreOffice ヘルプを翻訳してみよう
LibreOffice ヘルプを翻訳してみようKazumi Ohhashi
 
Presentation for "Provas de Agergação" - 3 licao
Presentation for "Provas de Agergação" - 3 licaoPresentation for "Provas de Agergação" - 3 licao
Presentation for "Provas de Agergação" - 3 licaoAlvaro Barbosa
 
GT-Mconf - Transfer of Technology Course
GT-Mconf - Transfer of Technology CourseGT-Mconf - Transfer of Technology Course
GT-Mconf - Transfer of Technology Coursemconf
 
Econ project
Econ projectEcon project
Econ projectconnie0_0
 
2015 04-22 nije metoade frysk
2015 04-22 nije metoade frysk2015 04-22 nije metoade frysk
2015 04-22 nije metoade fryskwimdboer
 
Portfolio 2013
Portfolio 2013Portfolio 2013
Portfolio 2013suehoeft
 
জরুরী জীবন দক্ষতাভিত্তিক শিক্ষা
জরুরী জীবন দক্ষতাভিত্তিক শিক্ষাজরুরী জীবন দক্ষতাভিত্তিক শিক্ষা
জরুরী জীবন দক্ষতাভিত্তিক শিক্ষাAbul Bashar
 
Flexibiliteit als uitgangspunt voor een nieuwe taalmethode: ICT als meerwaarde
Flexibiliteit als uitgangspunt voor een nieuwe taalmethode: ICT als meerwaardeFlexibiliteit als uitgangspunt voor een nieuwe taalmethode: ICT als meerwaarde
Flexibiliteit als uitgangspunt voor een nieuwe taalmethode: ICT als meerwaardewimdboer
 

En vedette (20)

Edicion 103 Reporte Energia
Edicion 103 Reporte EnergiaEdicion 103 Reporte Energia
Edicion 103 Reporte Energia
 
Ponencia Desarrollo Territorial Barahona
Ponencia Desarrollo Territorial BarahonaPonencia Desarrollo Territorial Barahona
Ponencia Desarrollo Territorial Barahona
 
Presentació curs mitjà xixona 2014
Presentació curs mitjà xixona 2014Presentació curs mitjà xixona 2014
Presentació curs mitjà xixona 2014
 
Designing call
Designing callDesigning call
Designing call
 
Why bother with Fracking?
Why bother with Fracking?Why bother with Fracking?
Why bother with Fracking?
 
আইসিটি ভ্যান চ্যালেঞ্জ ও সম্ভাবনা- মো আবুল বাশার, সহকারী অধ্যাপক, ভূগোল; মো দ...
আইসিটি ভ্যান চ্যালেঞ্জ ও সম্ভাবনা- মো আবুল বাশার, সহকারী অধ্যাপক, ভূগোল; মো দ...আইসিটি ভ্যান চ্যালেঞ্জ ও সম্ভাবনা- মো আবুল বাশার, সহকারী অধ্যাপক, ভূগোল; মো দ...
আইসিটি ভ্যান চ্যালেঞ্জ ও সম্ভাবনা- মো আবুল বাশার, সহকারী অধ্যাপক, ভূগোল; মো দ...
 
Portfolio 2013
Portfolio 2013 Portfolio 2013
Portfolio 2013
 
From Performance to Health: Wearables for the Rest of Us.
From Performance to Health: Wearables for the Rest of Us.From Performance to Health: Wearables for the Rest of Us.
From Performance to Health: Wearables for the Rest of Us.
 
মাধ্যমিক শিক্ষায় সাব ক্লাস্টারভিত্তিক উন্নয়ন চিন্তা
মাধ্যমিক শিক্ষায় সাব ক্লাস্টারভিত্তিক উন্নয়ন চিন্তামাধ্যমিক শিক্ষায় সাব ক্লাস্টারভিত্তিক উন্নয়ন চিন্তা
মাধ্যমিক শিক্ষায় সাব ক্লাস্টারভিত্তিক উন্নয়ন চিন্তা
 
LibreOffice ヘルプを翻訳してみよう
LibreOffice ヘルプを翻訳してみようLibreOffice ヘルプを翻訳してみよう
LibreOffice ヘルプを翻訳してみよう
 
Presentation for "Provas de Agergação" - 3 licao
Presentation for "Provas de Agergação" - 3 licaoPresentation for "Provas de Agergação" - 3 licao
Presentation for "Provas de Agergação" - 3 licao
 
Nagasaki
NagasakiNagasaki
Nagasaki
 
GT-Mconf - Transfer of Technology Course
GT-Mconf - Transfer of Technology CourseGT-Mconf - Transfer of Technology Course
GT-Mconf - Transfer of Technology Course
 
Econ project
Econ projectEcon project
Econ project
 
2015 04-22 nije metoade frysk
2015 04-22 nije metoade frysk2015 04-22 nije metoade frysk
2015 04-22 nije metoade frysk
 
Portfolio 2013
Portfolio 2013Portfolio 2013
Portfolio 2013
 
JAXB
JAXBJAXB
JAXB
 
জরুরী জীবন দক্ষতাভিত্তিক শিক্ষা
জরুরী জীবন দক্ষতাভিত্তিক শিক্ষাজরুরী জীবন দক্ষতাভিত্তিক শিক্ষা
জরুরী জীবন দক্ষতাভিত্তিক শিক্ষা
 
My Resume Presentation
My Resume PresentationMy Resume Presentation
My Resume Presentation
 
Flexibiliteit als uitgangspunt voor een nieuwe taalmethode: ICT als meerwaarde
Flexibiliteit als uitgangspunt voor een nieuwe taalmethode: ICT als meerwaardeFlexibiliteit als uitgangspunt voor een nieuwe taalmethode: ICT als meerwaarde
Flexibiliteit als uitgangspunt voor een nieuwe taalmethode: ICT als meerwaarde
 

Similaire à Brain inf2012(present)

Classification of Pre-ictal and Interictal Periods Based
Classification of Pre-ictal and Interictal Periods BasedClassification of Pre-ictal and Interictal Periods Based
Classification of Pre-ictal and Interictal Periods BasedBharat Kumar Reddy Karumuri
 
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...DataScienceConferenc1
 
A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...Hebin Raj
 
Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...IJECEIAES
 
Personalization_Effect_Emotion_Recognition
Personalization_Effect_Emotion_RecognitionPersonalization_Effect_Emotion_Recognition
Personalization_Effect_Emotion_RecognitionRoula Kollia
 
Sigma Xi Presentation: Implementation of Time Frequency Analysis for Seizure ...
Sigma Xi Presentation: Implementation of Time Frequency Analysis for Seizure ...Sigma Xi Presentation: Implementation of Time Frequency Analysis for Seizure ...
Sigma Xi Presentation: Implementation of Time Frequency Analysis for Seizure ...AshaReddy33
 
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...IRJET Journal
 
EEG resting state correlates of intelligence
EEG resting state correlates of intelligenceEEG resting state correlates of intelligence
EEG resting state correlates of intelligenceIlya Zakharov
 
Health electroencephalogram epileptic classification based on Hilbert probabi...
Health electroencephalogram epileptic classification based on Hilbert probabi...Health electroencephalogram epileptic classification based on Hilbert probabi...
Health electroencephalogram epileptic classification based on Hilbert probabi...IJECEIAES
 
Brain fingerprinting
Brain fingerprintingBrain fingerprinting
Brain fingerprintingTina Treesius
 
A hybrid classification model for eeg signals
A hybrid classification model for  eeg signals A hybrid classification model for  eeg signals
A hybrid classification model for eeg signals Aboul Ella Hassanien
 
K-NN Classification of Brain Dominance
K-NN Classification of Brain Dominance  K-NN Classification of Brain Dominance
K-NN Classification of Brain Dominance IJECEIAES
 
So you want to do a: RNAseq experiment, Differential Gene Expression Analysis
So you want to do a: RNAseq experiment, Differential Gene Expression AnalysisSo you want to do a: RNAseq experiment, Differential Gene Expression Analysis
So you want to do a: RNAseq experiment, Differential Gene Expression AnalysisUniversity of California, Davis
 
2020 11 1_sleep_net
2020 11 1_sleep_net2020 11 1_sleep_net
2020 11 1_sleep_netJAEMINJEONG5
 
Effective electroencephalogram based epileptic seizure detection using suppo...
Effective electroencephalogram based epileptic seizure detection  using suppo...Effective electroencephalogram based epileptic seizure detection  using suppo...
Effective electroencephalogram based epileptic seizure detection using suppo...IJECEIAES
 

Similaire à Brain inf2012(present) (20)

Biomed ppt
Biomed pptBiomed ppt
Biomed ppt
 
Classification of Pre-ictal and Interictal Periods Based
Classification of Pre-ictal and Interictal Periods BasedClassification of Pre-ictal and Interictal Periods Based
Classification of Pre-ictal and Interictal Periods Based
 
Ferree Resume
Ferree ResumeFerree Resume
Ferree Resume
 
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...
 
Essentials of EEG/MEG
Essentials of EEG/MEGEssentials of EEG/MEG
Essentials of EEG/MEG
 
A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...
 
Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...
 
Personalization_Effect_Emotion_Recognition
Personalization_Effect_Emotion_RecognitionPersonalization_Effect_Emotion_Recognition
Personalization_Effect_Emotion_Recognition
 
Sigma Xi Presentation: Implementation of Time Frequency Analysis for Seizure ...
Sigma Xi Presentation: Implementation of Time Frequency Analysis for Seizure ...Sigma Xi Presentation: Implementation of Time Frequency Analysis for Seizure ...
Sigma Xi Presentation: Implementation of Time Frequency Analysis for Seizure ...
 
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...
 
EEG resting state correlates of intelligence
EEG resting state correlates of intelligenceEEG resting state correlates of intelligence
EEG resting state correlates of intelligence
 
Health electroencephalogram epileptic classification based on Hilbert probabi...
Health electroencephalogram epileptic classification based on Hilbert probabi...Health electroencephalogram epileptic classification based on Hilbert probabi...
Health electroencephalogram epileptic classification based on Hilbert probabi...
 
Brain fingerprinting
Brain fingerprintingBrain fingerprinting
Brain fingerprinting
 
BRAIN
BRAINBRAIN
BRAIN
 
A hybrid classification model for eeg signals
A hybrid classification model for  eeg signals A hybrid classification model for  eeg signals
A hybrid classification model for eeg signals
 
K-NN Classification of Brain Dominance
K-NN Classification of Brain Dominance  K-NN Classification of Brain Dominance
K-NN Classification of Brain Dominance
 
So you want to do a: RNAseq experiment, Differential Gene Expression Analysis
So you want to do a: RNAseq experiment, Differential Gene Expression AnalysisSo you want to do a: RNAseq experiment, Differential Gene Expression Analysis
So you want to do a: RNAseq experiment, Differential Gene Expression Analysis
 
Whole Exome Sequencing .pptx
Whole Exome Sequencing .pptxWhole Exome Sequencing .pptx
Whole Exome Sequencing .pptx
 
2020 11 1_sleep_net
2020 11 1_sleep_net2020 11 1_sleep_net
2020 11 1_sleep_net
 
Effective electroencephalogram based epileptic seizure detection using suppo...
Effective electroencephalogram based epileptic seizure detection  using suppo...Effective electroencephalogram based epileptic seizure detection  using suppo...
Effective electroencephalogram based epileptic seizure detection using suppo...
 

Plus de Alvaro Barbosa

ARTECH Hub Presentation (ABarbosa).pptx
ARTECH Hub Presentation (ABarbosa).pptxARTECH Hub Presentation (ABarbosa).pptx
ARTECH Hub Presentation (ABarbosa).pptxAlvaro Barbosa
 
Smart Cities or Smart People? The next generation of Creative Graduates comin...
Smart Cities or Smart People? The next generation of Creative Graduates comin...Smart Cities or Smart People? The next generation of Creative Graduates comin...
Smart Cities or Smart People? The next generation of Creative Graduates comin...Alvaro Barbosa
 
Presentation for "Provas de Agergação" - 1 curriculum
Presentation for "Provas de Agergação" - 1 curriculumPresentation for "Provas de Agergação" - 1 curriculum
Presentation for "Provas de Agergação" - 1 curriculumAlvaro Barbosa
 
Presentation for "Provas de Agergação" - 2 relatorio
Presentation for "Provas de Agergação" - 2 relatorioPresentation for "Provas de Agergação" - 2 relatorio
Presentation for "Provas de Agergação" - 2 relatorioAlvaro Barbosa
 
Presentation tecniacustica 2013
Presentation tecniacustica 2013Presentation tecniacustica 2013
Presentation tecniacustica 2013Alvaro Barbosa
 
From Networked Music to Behavior Driven Interaction
From Networked Music to Behavior Driven InteractionFrom Networked Music to Behavior Driven Interaction
From Networked Music to Behavior Driven InteractionAlvaro Barbosa
 
BASIC PRINCIPLES OF NETWORKED MUSIC PERFORMANCE
BASIC PRINCIPLES OF NETWORKED MUSIC PERFORMANCEBASIC PRINCIPLES OF NETWORKED MUSIC PERFORMANCE
BASIC PRINCIPLES OF NETWORKED MUSIC PERFORMANCEAlvaro Barbosa
 
44th AES conference (2011)
44th AES conference (2011)44th AES conference (2011)
44th AES conference (2011)Alvaro Barbosa
 
Design de som (PhD Lecture) 3h00
Design de som (PhD Lecture) 3h00Design de som (PhD Lecture) 3h00
Design de som (PhD Lecture) 3h00Alvaro Barbosa
 

Plus de Alvaro Barbosa (10)

ARTECH Hub Presentation (ABarbosa).pptx
ARTECH Hub Presentation (ABarbosa).pptxARTECH Hub Presentation (ABarbosa).pptx
ARTECH Hub Presentation (ABarbosa).pptx
 
Smart Cities or Smart People? The next generation of Creative Graduates comin...
Smart Cities or Smart People? The next generation of Creative Graduates comin...Smart Cities or Smart People? The next generation of Creative Graduates comin...
Smart Cities or Smart People? The next generation of Creative Graduates comin...
 
Presentation for "Provas de Agergação" - 1 curriculum
Presentation for "Provas de Agergação" - 1 curriculumPresentation for "Provas de Agergação" - 1 curriculum
Presentation for "Provas de Agergação" - 1 curriculum
 
Presentation for "Provas de Agergação" - 2 relatorio
Presentation for "Provas de Agergação" - 2 relatorioPresentation for "Provas de Agergação" - 2 relatorio
Presentation for "Provas de Agergação" - 2 relatorio
 
Presentation tecniacustica 2013
Presentation tecniacustica 2013Presentation tecniacustica 2013
Presentation tecniacustica 2013
 
From Networked Music to Behavior Driven Interaction
From Networked Music to Behavior Driven InteractionFrom Networked Music to Behavior Driven Interaction
From Networked Music to Behavior Driven Interaction
 
BASIC PRINCIPLES OF NETWORKED MUSIC PERFORMANCE
BASIC PRINCIPLES OF NETWORKED MUSIC PERFORMANCEBASIC PRINCIPLES OF NETWORKED MUSIC PERFORMANCE
BASIC PRINCIPLES OF NETWORKED MUSIC PERFORMANCE
 
44th AES conference (2011)
44th AES conference (2011)44th AES conference (2011)
44th AES conference (2011)
 
Design de som (PhD Lecture) 3h00
Design de som (PhD Lecture) 3h00Design de som (PhD Lecture) 3h00
Design de som (PhD Lecture) 3h00
 
CCRMA - 2011
CCRMA - 2011CCRMA - 2011
CCRMA - 2011
 

Brain inf2012(present)

  • 1. Detec%ng  Emo%on  from  EEG  Signals   Using  the  Emo%ve  Epoc  Device    Rafael  Ramirez     Zacharias  Vamvakousis   Universitat  Pompeu  Fabra   Barcelona,  Spain     Presented  by:     Álvaro  Barbosa   University  of  Saint  Joseph   Macau  SAR,  China     Brain  Informa%cs  2012  
  • 2. Mo%va%on   •  Study  of  emo%ons  in  human-­‐computer   interac%on  has  increased  in  recent  years   •  Growing  need  for  computer  applica%ons   capable  of  detec%ng  users’  emo%onal  state   •  Facial  and  voice  informa%on     –  can  be  consciously  controlled  and  modified   –  interpreta%on  is  oSen  subjec%ve   •   Here,  we  use  EEG-­‐based  emo%on  detec%on  
  • 3. Contrib%ons   •  Method  for  EEG-­‐based  emo%on  detec%on   •  Use  of  low-­‐cost    technology  -­‐>  Emo%v  EPOC   headset   •  We  do  not  rely  in  subject  self-­‐reported  emo%onal   states  (as  most  previous  work  do)   •  Instead,  we  use  a  library  of  emo%on-­‐annotated   sounds     (IADS  Lib  -­‐  hp://csea.phhp.ufl.edu/media/iadsmessage.html)  
  • 5. Data  Collec%on   •  6  healthy  subjects    (mean  age  =  30);  listening  to  12   (5-­‐10s  long)  emo%on-­‐annotated  sounds  (IADS  Lib)   •  Emo%v  EPOC  headset  -­‐  14  data-­‐collec%ng  electrodes   (AF3,  F7,  F3,  FC5,  T7,  P7,  O1,  O2,  P8,  T8,  FC6,  F4,  F8  and  AF4)  and  2   reference  electrodes    
  • 6. Feature  Extrac%on   •  Alpha  (8-­‐12Hz)  and  Beta  (12-­‐30Hz)  bands  are   par%cular  bands  of  interest  in  emo%on  research   for  both  valence  and  arousal   •  We  apply  bandpass  filtering  for  extrac%ng  alpha   and  beta  frequency  bands   •  EEG  signal  in  four  loca%ons  in  the  prefrontal   cortex:  AF3,  AF4,  F3  and  F4   •  Arousal  =  a(AF3+AF4+F3+F4)/b(AF3+AF4+F3+F4)   •  valence  =    aF4  /bF4  −    aF3  /bF3  
  • 7. Classifica%on  Learning  Task   •  Detect  emo%onal  state  of  mind  of  a  person   based  on  observed  EEG  data   •  We  approach  this  problem  as  a  two  2-­‐class   classifica%on  problem   –  high/low  arousal     –  posi%ve/nega%ve  valence    ArousalClassif  ier  (  EEGdata([  t,  t  +c]))  →  {high,  low}    ValenceClassifier  (  EEGdata([  t,  t  +c]))  →  {posi%ve,  nega%ve}      c=1s  and  with  increments  of    t  of  0.0625s  
  • 9. Algorithms   •  Linear  Discriminant  Analysis  (LDA)   •  Support  Vector  Machines  (SVM)   –  linear  kernel   –  radial  basis  func%on  (RBF)  kernel   •  Evalua%on:    10-­‐fold  cross  valida%on  
  • 12. Results  (3)   •  Results  indicate  that  the  EEG  data  contains   sufficient  info  to  dis%nguish  between  high/low   arousal  and  posiFve/negaFve  valence  states   •  Machine  learning  methods  are  capable  of   learning  the  EGG  paerns  that  dis%nguish   these  states   •  Different  accuracies  among  different  subjects   •  For  a  subject,  similar  accuracies  with  different     learning  method  
  • 13. Results  (4)   •  Inter-­‐subjects  accuracy  differences  may  be   due  to     –  different  degrees  of  emo%onal  response  between   different  individuals,  or     –  amount  of  noise  for  different  subjects.     •  Anyway,  there  exists  considerable  varia%on  in   EEG  responses  among  different  subjects  
  • 14. Conclusion   •  Low-­‐cost  emo%on  detec%on  system   •  no  self-­‐assessment  informa%on  about  the   emo%onal  states  by  the  subjects   •  linear  discriminant  analysis  and  support  vector   machines  classifica%on   •  Classifiers  able  to  discriminate  between  high-­‐ low  arousal  and  posi%ve-­‐nega%ve  valence  
  • 15. Future  work   •  Improve  classifica%on  accuracy   –  Systema%cally  exploring  different  feature   extrac%on  methods  and  learning  methods   •  Incorpora%ng  self-­‐assessment  informa%on   would  very  likely  also  improve  the  accuracies   of  the  classifiers  
  • 16. Thank  you!     Rafael  <rafael.ramirez@upf.edu>