Difference between revisions of "Online Emotion Classification"

From AIRWiki
Jump to: navigation, search
Line 1: Line 1:
== '''Project profile''' ==
+
{{Project
 +
| title=Emotion from Interaction
 +
| tutor=SimoneTognetti;AndreaBonarini;MatteoMatteucci
 +
| students=AndreaMaesani,ClaudioMagni,EmanuelePadula
 +
| resarea=BioSignal Analysis
 +
| restopic=Affective Computing
 +
| start=2008/10/07
 +
| end=
 +
| level=Ms
 +
| type=Thesis
 +
| status=Active
 +
| image=
 +
}}
  
=== Project name ===
+
=== Project description ===
 
+
Online Emotion Classification
+
 
+
=== Project short description ===
+
  
  
 
The project focuses on the development of a software framework for online emotion classification. A general framework will be developed to support emotion detection using several biometric signals.
 
The project focuses on the development of a software framework for online emotion classification. A general framework will be developed to support emotion detection using several biometric signals.
 
=== Dates ===
 
Start date: 2008/10/07
 
 
End date: not yet completed
 
 
=== People involved ===
 
 
==== Project leaders ====
 
 
* [[User:SimoneTognetti|Simone Tognetti]]
 
 
==== Students ====
 
'''Students currently working on the project'''
 
 
* [[User:AndreaMaesani|Andrea Maesani]]
 
* [[User:ClaudioMagni|Claudio Magni]]
 
* [[User:EmanuelePadula|Emanuele Padula]]
 
 
== '''Project description''' ==
 
  
 
The framework for online emotion classification will be composed of:
 
The framework for online emotion classification will be composed of:

Revision as of 17:21, 29 July 2009

Emotion from Interaction
Coordinator:
Tutor: SimoneTognetti (tognetti@elet.polimi.it), AndreaBonarini (andrea.bonarini@polimi.it), MatteoMatteucci (matteo.matteucci@polimi.it)
Collaborator:
Students: AndreaMaesani,ClaudioMagni,EmanuelePadula ()
Research Area: BioSignal Analysis
Research Topic: Affective Computing
Start: 2008/10/07
Status: Active
Level: Ms
Type: Thesis

Project description

The project focuses on the development of a software framework for online emotion classification. A general framework will be developed to support emotion detection using several biometric signals.

The framework for online emotion classification will be composed of:

  • A client application that receives data (XML data) from a generic source (A server application that polls sensors and generate the XML data with the sampled biometric signals). [C++/libXML/MatlabAPI]
  • An online classifier that can be feed with the data received by the client and outputs the result of the classification. [Matlab/Java]
  • An offline trainer to train the classifier with previously collected data. [Matlab/Java]
  • A 3d GUI that can be connected to the online classifier to show the result of the classification. [C++/OGRE]

The client parses the received XML and interacts through the Matlab API with the Matlab engine, launching the classifier and passing it the parsed data.

The classifiers are based on the Weka classification engine. After a strong preprocessing on the data done with Matlab, the signals are classified using Weka.

The GUI contains several models of human faces that can change expressions according to the received classification signal from the online classifier.