Facial Expression Recognition Task
Version: v1 (current)
An emotion processing task measuring the ability to identify basic emotions from facial expressions.
Overview
The Facial Expression Recognition task presents photographs or drawings of faces displaying emotions and asks participants to identify which emotion is shown. This fundamental social-cognitive ability is essential for social interaction and emotional communication.
Recognition of basic emotions develops early in childhood and is relatively preserved in typical aging, but deficits are seen in autism spectrum disorder, schizophrenia, depression, and alexithymia. The task is used to assess emotional processing across development, aging, and clinical conditions.
Scientific Background
Classic Findings:
- Universal Emotions: Six basic emotions (happiness, sadness, anger, fear, surprise, disgust) recognized across cultures (Ekman & Friesen, 1976)
- Happiness Advantage: Happy faces recognized fastest and most accurately
- Fear-Anger Confusion: Fear and anger sometimes confused, especially at low intensity
- Clinical Deficits: Reduced accuracy in autism (especially for complex emotions), schizophrenia, and depression
- Intensity Effects: Recognition accuracy improves with expression intensity
Seminal Papers:
- Ekman, P., & Friesen, W.V. (1976). Pictures of Facial Affect. Consulting Psychologists Press.
- Adolphs, R., Tranel, D., & Damasio, A.R. (2003). Dissociable neural systems for recognizing emotions. Brain and Cognition, 52(1), 61-69.
Why Researchers Use This Task
- Emotion Research: Study basic emotion processing and recognition mechanisms
- Clinical Assessment: Evaluate emotion recognition deficits in psychiatric and neurological conditions
- Developmental Studies: Track emotion recognition development in children and changes in aging
- Autism Research: Core social-cognitive deficit area in autism spectrum disorder
- Treatment Evaluation: Assess improvements in social cognition interventions
Configuration Options
Visual Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| Image width | number | 400px | Width of facial expression images (100-1200px) |
| Font size | number | 16px | Font size for emotion label buttons (8-72px) |
| Show image number | boolean | True | Display trial counter (e.g., "Image 3 of 24") |
| Randomize option order | boolean | False | Randomize emotion button order on each trial |
Timing Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| Response timeout | number | 0ms | Maximum time to respond (0 = no timeout, self-paced) |
Practice Trials
| Parameter | Type | Default | Description |
|---|---|---|---|
| Practice enabled | boolean | False | Enable practice trials with visual feedback |
| Show feedback | boolean | True | Display checkmark (correct) or X (incorrect) during practice |
Trial Configuration
Each trial is defined in the trials spreadsheet with the following columns:
| Column | Required | Description | Example |
|---|---|---|---|
| image_url | Yes | URL to the facial expression image | https://example.com/faces/happy_01.jpg |
| correct_emotion | Yes | The correct emotion label | Happy, Sad, Angry, Fear |
| emotions | Yes | Comma-separated list of emotion options to display | happy,sad,angry,fear,surprise,disgust |
| intensity | No | Expression intensity level (for analysis grouping) | Low, Medium, High |
| block | No | Block identifier for grouping trials | Practice, Main, Block 1 |
| image_width_px | No | Image width for this trial in pixels (empty = use general setting) | 400, 500 |
| response_timeout_ms | No | Response timeout for this trial in ms (empty = use general setting) | 5000, 0 |
Example Trials:
| image_url | correct_emotion | emotions | intensity | block |
|------------------------|-----------------|---------------------------------------|-----------|-------|
| faces/happy_high_01.jpg| happy | happy,sad,angry,fear,surprise,disgust | high | main |
| faces/fear_low_03.jpg | fear | happy,sad,angry,fear,surprise,disgust | low | main |
| faces/sad_med_02.jpg | sad | happy,sad,angry,fear,surprise,disgust | medium | main |
Notes:
- Each trial can have a different set of emotion options
- Options are displayed as clickable buttons below the image
- If Randomize option order is enabled, button order changes on each trial
Practice Trials
If Practice enabled is checked:
- Practice trials are presented first with visual feedback
- After each response, a green checkmark (correct) or red X (incorrect) appears briefly
- Participant clicks "Next" to continue (or moderator advances in moderated sessions)
- After all practice trials, trials instructions are shown
- Main trials begin without feedback
Practice is recommended to ensure participants understand the task and response options.
Instructions
The task supports four types of customizable instructions:
| Instruction Type | When Shown | Purpose |
|---|---|---|
| Main instructions | Before the entire task | Explains the task: identify the emotion from facial expressions |
| Practice instructions | Before practice trials (if enabled) | Explains practice with feedback |
| Trials instructions | Before main trials (if practice enabled) | Signals transition from practice to scored trials |
| Hint instructions | Available via "?" button | Quick reminder accessible during the task |
Data Output
Markers and Responses
Markers:
stimulus_shown(main trials): Logged when facial expression image is shown- Includes: trial index, image URL, correct emotion, available options, intensity, block
practice_stimulus_shown(practice trials): Same structure but marked as practice
Response Data:
- Main trial responses: Logged when participant selects an emotion
- Includes: trial index, selected emotion, correctness, reaction time, response source
- Practice trial responses: Same structure but marked as practice
Summary Artifact
A JSON file with comprehensive emotion recognition statistics:
{
"task_kind": "facial_expression_recognition",
"total_trials": 24,
"overall": {
"accuracy": 0.88,
"mean_rt_ms": 1650,
"timeouts": 0
},
"by_emotion": {
"happy": {
"total": 4,
"correct": 4,
"accuracy": 1.00,
"mean_rt_ms": 1120
},
"fear": {
"total": 4,
"correct": 3,
"accuracy": 0.75,
"mean_rt_ms": 2180
},
"sad": {
"total": 4,
"correct": 3,
"accuracy": 0.75,
"mean_rt_ms": 1590
}
},
"by_intensity": {
"high": {"accuracy": 0.95, "mean_rt_ms": 1340},
"medium": {"accuracy": 0.85, "mean_rt_ms": 1680},
"low": {"accuracy": 0.75, "mean_rt_ms": 1920}
},
"practice_summary": {
"total_practice_trials": 6,
"accuracy": 0.83
},
"trials": [...]
}
Key Metrics:
- Overall accuracy: Proportion of correctly identified emotions
- By emotion: Accuracy and reaction time for each emotion type
- By intensity: Performance grouped by expression intensity (if intensity column used)
- Confusion patterns: Which emotions were confused with each other
Design Recommendations
Standard Configuration
Trials:
- 4-6 images per emotion × 6 emotions = 24-36 total trials
- Balanced design (equal number of each emotion)
- Mix of expression intensities
Options:
- Present all 6 basic emotions as choices on every trial
- Or use a reduced set (e.g., only positive/negative emotions)
Practice:
- 6-12 practice trials with feedback
- Include all emotion types in practice
- Use clear, high-intensity expressions
Population-Specific Adaptations
Children (6+ years):
- Larger images (500-600px width)
- Larger button text (20-24px)
- Simpler emotion labels (happy/sad/mad instead of happy/sad/angry)
- More practice trials (10-12)
- High-intensity expressions only
Older Adults (65+):
- Larger images and text
- Self-paced (no timeout)
- Fewer trials (4 per emotion = 24 total)
- Practice trials mandatory
Clinical Populations:
- Simplified emotion set (e.g., only 4 emotions: happy, sad, angry, fear)
- Extended practice with feedback
- Self-paced responses
- Consider intensity manipulation (start with high intensity)
Advanced Configurations
Intensity Study:
- Include intensity levels (low, medium, high) in the trial sheet
- Analyze accuracy as a function of expression intensity
- Expect linear improvement with intensity
Emotion-Specific Assessment:
- Focus on specific emotions of interest (e.g., fear and anger only)
- Useful for targeted clinical assessments
Dynamic Emotion Options:
- Vary the emotion options per trial (not always all 6)
- Increases difficulty and reduces guessing
Common Issues and Solutions
| Issue | Solution |
|---|---|
| Very high accuracy (>95%) | Use lower intensity expressions; increase number of emotion options; use more subtle expressions |
| Very low accuracy (<60%) | Use higher intensity expressions; reduce number of options (4 instead of 6); add more practice |
| Participant not understanding task | Ensure practice trials enabled; clarify instructions; verify emotion labels are clear |
| Long reaction times (>3000ms) | Reduce image size; simplify emotion labels; check for reading difficulties |
| Technical: Images not loading | Verify image URLs are accessible; check internet connection; ensure correct file paths |
Participant Experience
- Main Instructions: Overview of the task (identify emotions from faces)
- (Optional) Practice Instructions: Explanation that feedback will be shown
- (Optional) Practice Trials: View face → click emotion → see feedback (✓ or ✗) → Next
- (Optional) Trials Instructions: Transition message (feedback no longer shown)
- Main Trials:
- Facial expression image appears
- Emotion buttons displayed below
- Click the emotion button that matches the expression
- Next trial automatically appears
- Completion: Summary feedback (optional)
References
- Ekman, P., & Friesen, W.V. (1976). Pictures of Facial Affect. Consulting Psychologists Press.
- Adolphs, R., Tranel, D., & Damasio, A.R. (2003). Dissociable neural systems for recognizing emotions. Brain and Cognition, 52(1), 61-69.
- Baron-Cohen, S., Wheelwright, S., & Jolliffe, T. (1997). Is there a "language of the eyes"? Evidence from normal adults, and adults with autism. Visual Cognition, 4(3), 311-331.
See Also
- RMET Revised - Theory of mind assessment