After studying this material, you should be able to:
Traditional face analysis systems typically work like this:
Human Annotator → "Is this person MALE/FEMALE?" → Binary Label
Human Annotator → "Is this person OLD/YOUNG?" → Binary Label
Problems with this approach:
Human perception of faces is continuous and multidimensional, not binary
Think about how you naturally compare two faces:
Instead of asking:
❌ "Rate this person's age from 1-10"
The researchers ask:
✅ "Which of these faces is most similar to this reference face?"
Reference Face → [Face A] vs [Face B] vs [Face C]
↓
Human picks most similar
↓
Model learns WHAT made them similar
(without being told explicitly)
| Explicit Annotation | Implicit Learning |
|---|---|
| Predefined categories | Discovers unknown dimensions |
| Forces binary choices | Captures continuous variation |
| Limited by annotator vocabulary | Captures ineffable qualities |
| Annotator imposes their framework | Natural human judgment captured |
FAX = Face Annotation eXperiment (implied by context)
A typical trial might look like:
[Reference Face]
|
__________|__________
| |
[Face A] [Face B]
"Which face is more similar to the reference?"
An embedding space is a mathematical representation where:
High-Dimensional Space Visualization (simplified to 2D):
Age Dimension →
↑
| Young faces cluster here ●●●
|
| Middle-aged ●●
|
| Older faces ●●●
↓
(Real embedding has many more dimensions)
Input: Human similarity judgments
"Face A is more similar to Reference than Face B"
↓
Model adjusts embedding so:
distance(Reference, A) < distance(Reference, B)
↓
After millions of such adjustments:
Embedding captures human perception of similarity
The model optimizes:
Minimize: cases where model distances contradict human judgments
This is called metric learning or similarity learning
New pair of faces → Measure distance in embedding → Predict human similarity rating
Instead of binary labels, the embedding enables:
Traditional: "Is person bald? YES/NO"
New approach: "Baldness score: 0.73" (continuous value)
This is extracted by finding directions in embedding space that correspond to attributes
Embedding Space → Linear Classifier → Attribute Prediction
"A View From Somewhere" contrasts with the philosophical idea of "a view from nowhere" (objective, unbiased perspective)
Key claim: There is NO neutral, unbiased way to perceive faces
The researchers use a conditional framework:
Same pair of faces shown to:
Annotator Group A Annotator Group B
(e.g., younger viewers) (e.g., older viewers)
↓ ↓
Focuses on Feature X Focuses on Feature Y
↓ ↓
Different similarity Different similarity
judgment judgment
| Annotator Demographic | May Weight More Heavily |
|---|---|
| Different age groups | Age-related features |
| Different ethnicities | Ethnicity-related features |
| Different genders | Gender-related features |
Homogeneous annotator group → Biased embedding
↓
Encodes ONE group's perception
↓
Fails for other groups
Diverse annotator group → More representative embedding
↓
Captures broader human perception
The model learns not just one embedding, but embeddings conditioned on annotator demographics:
Standard Model:
Face → [Neural Network] → Embedding
Conditional Model:
Face + Annotator Demographics → [Neural Network] → Embedding
(adjusted for that demographic)
PROBLEM: Face perception is continuous, multidimensional, and subjective
↓
SOLUTION: Learn from human similarity judgments (FAX dataset)
↓
METHOD: Implicit learning → Embedding space
↓
RESULT: Continuous face dimensions discovered automatically
↓
FINDING: Annotator demographics shift which dimensions matter
↓
IMPLICATION: Diverse annotators needed for fair, representative systems
| Concept | Core Idea |
|---|---|
| Implicit learning | Learn face dimensions from similarity judgments, not explicit labels |
| FAX dataset | 638,180 human similarity judgments enabling large-scale learning |
| Embedding space | Mathematical space where distance = perceptual similarity |
| Continuous attributes | Face properties exist on spectrums, not binary categories |
| Annotator bias | Demographics influence which face features seem important |
| Conditional framework | Model accounts for who is making the judgment |
| Diversity imperative | Homogeneous annotators produce biased AI systems |