8. Affective Computing Flashcards

(38 cards)

1
Q

What is Affective Computing?

A

Development of computers/machines that recognize and express emotions

Interlaced with psychology, cognitive science, and computer science/electrical engineering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why do we want affective computing?

A

To enhance human-computer interaction by incorporating emotional understanding

Current interactions with computers are devoid of emotions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do humans modulate conversations based on emotions?

A

Humans adjust their tone and expressions depending on the other’s emotional state

Words can convey different meanings based on tone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give an example of how tone can change the meaning of a statement.

A

The response to ‘Are you mad at me?’ could mean ‘No, I’m not’ or ‘Yes I am but I don’t want to say’

Contextual understanding of tone is crucial

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which types of computers may need affective abilities?

A

Assistive robots, such as elderly caretaker robots

These robots should regulate responses based on users’ emotions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are some ways a computer can recognize emotions?

A
  • Facial expressions
  • Tone analysis
  • Pulse

Most computers are equipped with cameras and microphones

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can a computer express emotions?

A
  • Tone
  • Emojis
  • Capitalization
  • Color

These methods help convey emotional context

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the James-Lange theory of emotion?

A

Emotions are physical processes; physiological responses occur first and are then labeled as emotions

Example: Encountering a bear triggers a fight or flight response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the Cannon-Bard theory state?

A

Emotions originate in the brain; emotional experience and physiological changes occur simultaneously

Example: Seeing a bear and feeling fear at the same time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What do most psychologists believe about the theories of emotion?

A

Both James-Lange and Cannon-Bard theories are correct to some extent

Pain can lead to anger/sadness (James-Lange) and thoughts can lead to emotions (Cannon-Bard)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are discrete emotions models?

A

Models that suggest there are only a certain number of basic emotions we can feel

Six basic emotions: anger, disgust, fear, happiness, sadness, surprise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the two dimensions in the dimensional emotions model?

A
  • Valence (pleasantness/unpleasantness)
  • Arousal

Emotions are constructed from these dimensional components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the third dimension of emotions that some psychologists propose?

A

Dominance, which reflects how much control one feels

Affective computing typically does not use this dimension

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the basic process of affect recognition?

A
  • Provide input (image, audio, physiological symptoms)
  • Input is read by algorithms
  • Output is the emotion

Machine learning algorithms, specifically deep learning, are used for this process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the first step in training a machine learning model for affect recognition?

A

Label all images with the emotion being displayed

This helps the model learn to recognize emotions from features extracted from images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What should be done with images before feeding them to the algorithm?

A

Extract features from the images instead of feeding all the image data

This prevents overwhelming the algorithm

17
Q

What are the ways we can measure visual modality in affect recognition?

A
  • Facial expression
  • Body expression
  • Eye gaze
  • Pupil diameter
  • Blinking behaviour

Facial expressions are considered the most intuitive indicators of affect.

18
Q

Who proposed that facial expressions are universal?

A

Charles Darwin

Darwin suggested that facial expressions are universally recognized but could not prove it.

19
Q

What experiment did Ekman conduct regarding facial expressions?

A

He photographed facial expressions of people from an isolated tribe.

The results showed their facial expressions were similar to those of non-isolated cultures.

20
Q

What are display rules in the context of facial expressions?

A

Cultural rules that dictate how emotions are expressed.

These rules can lead to amplification or suppression of emotions based on social context.

21
Q

What is the first step in the detection of facial expressions?

A

Face detection (and tracking)

It involves blocking out all other camera details to focus on the face.

22
Q

What is the most popular method for face detection?

A

Viola Jones

This method is widely used for real-time face detection.

23
Q

What are the two methods of feature extraction for facial expressions?

A
  • Geometric features
  • Appearance features
24
Q

What do geometric features involve in facial expression detection?

A

Using a mask of shapes to map facial points and measuring distances and velocity vectors.

This helps in tracking how facial expressions develop.

25
What do appearance features focus on?
Applying image filters to detect changes in image texture. ## Footnote This includes looking for edges and creases like dimples or smile lines.
26
What is affect classification?
Emotion classification ## Footnote It involves estimating emotions based on various modalities.
27
What are the two channels of information in speech?
* Speech semantics * Speech intonation
28
What is sentiment analysis?
The process of determining the sentiment behind words. ## Footnote It can be done using lexicon-based technology or statistical-learning techniques.
29
How does a MEL spectrogram help in speech analysis?
It converts time domain signals into frequency/time domain to analyze intonation. ## Footnote It emphasizes low frequencies, aligning with human auditory perception.
30
What does electromyography (EMG) measure?
Muscle response ## Footnote It detects muscle tension associated with emotions like fear.
31
What does electrocardiography (ECG) provide information about?
Electrical signals of the heart ## Footnote It reflects the state of the autonomous nervous system impacted by emotions.
32
What does electroencephalography (EEG) measure?
Electrical activity of the brain ## Footnote Higher signals indicate more thoughts or cognitive activity.
33
What does skin conductance measure?
Galvanic skin response or electrodermal activity ## Footnote It indicates sweating levels, which increase under stress.
34
What physiological response is associated with stress?
Faster respiration rate ## Footnote Stress often leads to accelerated breathing as part of the fight or flight response.
35
What is multimodal fusion in emotion detection?
Connecting signals from multiple modalities to improve emotion recognition. ## Footnote This includes feature level and decision level fusion.
36
What is feature level fusion?
Extracting features from each modality and combining them for machine learning analysis. ## Footnote This approach feeds all features into a machine learning model.
37
What is decision level fusion?
Feeding features from each modality into specialized machine learning models and combining results. ## Footnote This helps in accurately determining emotions.
38
What is hybrid fusion in emotion detection?
Combining feature level fusion with decision level fusion. ## Footnote It allows for a more comprehensive analysis of emotions.