The hidden identity of faces: a case of lifelong prosopagnosia
Martin Wegrzyn, Annika Garlichs, Richard W.K. Heß, Friedrich G. Woermann & Kirsten Labudda
Not being able to recognize a person's face is a highly debilitating condition from which people with developmental prosopagnosia (DP) suffer their entire life. Here we describe the case of J, a 30 year old woman who reports being unable to recognize her parents, her husband, or herself in the mirror.
We set out to assess the severity of J's prosopagnosia using tests with unfamiliar as well as familiar faces and investigated whether impaired configural processing explains her deficit. To assess the specificity of the impairment, we tested J's performance when evaluating emotions, intentions, and the attractiveness and likability of faces. Detailed testing revealed typical brain activity patterns for faces and normal object recognition skills, and no evidence of any brain injury. However, compared to a group of matched controls, J showed severe deficits in learning new faces, and in recognizing familiar faces when only inner features were available. Her recognition of uncropped faces with blurred features was within the normal range, indicating preserved configural processing when peripheral features are available. J was also unimpaired when evaluating intentions and emotions in faces. In line with healthy controls, J rated more average faces as more attractive. However, she was the only one to rate them as less likable, indicating a preference for more distinctive and easier to recognize faces.
Taken together, the results illustrate both the severity and the specificity of DP in a single case. While DP is a heterogeneous disorder, an inability to integrate the inner features of the face into a whole might be the best explanation for the difficulties many individuals with prosopagnosia experience.
-
code to run the experiments
-
the data
- fMRI localizer result maps (unthresholded t-Maps in fsaverage space)
- Cambridge Face Memory Test
- famous faces
- famous filtered faces
- familiarity with famous persons test
- emotion expressions
- face attractivenss and likability
-
the analysis code
- fMRI Freesurfer Analysis
- fMRI Freesufer Visualisation
- fMRI All Analyses
- Cambridge Face Memory Test
- famous faces: familiarity+context
- famous faces: naming
- famous filtered faces: familiarity+context (pt.1)
- famous filtered faces: familiarity+context (pt.2)
- famous filtered faces: naming
- familiarity with famous persons check
- famous faces: result summary
- emotion expressions
- face attractiveness and likability: stimulus generation
- face attractiveness and likability: data analysis
- pen and paper tests
- collecting all results
-
in-house written modules
-
the results
Data analysis was performed with Python 2.7 www.python.org using mainly numpy, scipy, pandas, scikit-learn, matplotlib, seaborn and jupyter.
To run all the scipts, you can create a virtual environment, by first installing virtualenv
pip install virtualenv
Then you can create a virtual environment in the folder into which you cloned this repository
virtualenv venv
and then install all modules using pip and the requirements file provided in this repository
venv/bin/pip install -r requirements.txt
The main experiments were written and rendered with PsychoPy.
For questions or comments please write to [email protected]