TechViews
Computers that understand how you feel

Technological marvels continue to amaze us everyday and this news is no exception! A navigation system able to provide fast emergency services while at the same time taking into consideration human stress; this is an example of a complete new type of dialogue system developed by a PhD candidate at the University of Twente (Netherlands), Trung Bui. His dialogue system recognizes the user's emotions and is then able to react to them. Dialogue systems are basically computer systems which communicate with humans and which are used especially for information provision such as in the speaking computer that provides important travel information. Normally, these computers do not take human emotions into account even though this is an important component of human interaction. The problem with human emotions is that they are often difficult to interpret, and that is especially true for a computer, which basically is, nothing more than a machine! Raising one's voice can, for example, indicate enthusiasm but it can also be a sign of anger. Therefore, we require extra information to be sure which of the two emotions is present. Human beings are trained to combine various types of information (which may sometimes be quite vague) and still be able to draw the correct conclusions. Dealing with uncertainties is however difficult to program into computer software. Bui developed a dialogue system that, unlike others, could take emotions into account. To do this, he used a mathematical technique developed in the 1960s for controlling factory processes called Partially Observable Markov Decision Process (POMDP). He demonstrated that this technique was suitable for integrating the user's emotions into a dialogue system because it could deal with uncertainties. The method performs better than existing systems as long as it is tested with small-scale dialogue problems. However, for larger problems the method requires too much calculating power. That is why Bui developed a hybrid strategy which combines the Dynamic Decision Network (DDN) technique with POMDP. In contrast to the latter, the DDN-POMDPs split dialogue systems into two levels. They make a choice between looking far ahead and seeing whether the necessary calculating power is actually available. To illustrate the effectiveness of the DDN-POMDP, Bui had applied it to a navigation system for emergency services that took the stress experienced by the user into account. The navigation system receives input from a separate stress module that measures an emergency worker's stress levels, taking these into account when the user is in communication with the system. Whenever the user's stress levels become raised, the system will anticipate, for example, that the user is more likely to make mistakes and for that reason will request confirmation more often.
Comments