Expand description
Micro-expressions — involuntary emotional leaks during suppression.
When an entity suppresses emotions (via the regulation module), the true feeling can “leak” through as a brief, involuntary micro-expression. Based on Ekman’s research on facial action coding and deception (1969, 2003).
The leak probability increases with:
- Suppression gap (how much is being hidden)
- Emotional intensity (stronger feelings are harder to contain)
- Stress level (stressed agents leak more)
The leak probability decreases with:
- Personality traits (high formality, high confidence = better poker face)
Structs§
- Micro
Expression - A detected micro-expression — a brief involuntary display of true emotion.
Functions§
- detect_
micro_ expressions - Detect micro-expressions from a regulated mood state.
- detect_
micro_ expressions_ personality - Detect micro-expressions with personality-modulated susceptibility.
- detect_
micro_ expressions_ stressed - Apply stress-modulated micro-expression detection.
- leak_
vector - Compute a summary leak vector — the aggregate micro-expression signal.
- micro_
expression_ susceptibility - Susceptibility to micro-expressions based on personality traits.
- stress_
leak_ multiplier - Compute micro-expression leak multiplier from stress.